@charset "UTF-8";

#tmp_contents.single_column{
	width:100%;
}

#related_link{
	display: table;
	margin: .8em 0;
	width: 814px;
}
#related_link .row{
	display: table-row;
}
#related_link .item{
	width:50%;
	border-top:1px solid #e6e6e6;
	border-left:1px solid #e6e6e6;
	display: table-cell;
	padding:5px 15px;
}
#related_link .item:nth-child(2n+1){
	border-left:none;
}
#related_link #related_query {
	display: none;
}
#related_link .item .thumb{
	display: inline-block;
	width:61px;
	padding-right:10px;
	vertical-align: middle;
	margin:0;
}
#related_link .item .thumb img{
	width:100%;
	height:auto;
}
#related_link .item .title{
	line-height:150%;
	font-size:95%;
	font-weight:normal;
	display: inline-block;
	vertical-align: middle;
	width:100%;
	margin:0;
}
#related_link .item .thumb + .title{
	width:80%;
}
#search-box-search {
	background: #cad8e3;
	padding: 20px 0 0;
}
#search-box-search .form {
	margin: 0 auto 20px;
	position: relative;
	height: 70px;
	width: 820px;
	font-size: 118.8%;
}
#search-box-search input.text {
	border:1px solid #adadad;
	background: #ffffff url(/shared/img/search_icon.png) 15px 23px no-repeat;
	width: 740px;
	height: 70px;
	border-radius: 3px 0 0 3px;
	padding: 0 20px 0 50px;
}
#search-box-search .image {
	background: #0e3956;
	border:1px solid #0e3956;
	right: 0;
	top: 0;
	width: 80px;
	height: 70px;
	border: none;
	color: #fff;
	padding: 0;
	border-radius: 0 3px 3px 0;
}
#search_form{
	margin-bottom:20px;
}
#search_form .search_main{
	letter-spacing:-0.4em;
	text-align:center;
	background: #cad8e3;
	padding:10px 107px;
	position:relative;
}
#search_form .search_main .search_input{
	text-align:left;
	letter-spacing:normal;
	padding:15px 50px;
	background: #ffffff url(/shared/img/search_icon.png) 15px 15px no-repeat;
	border:1px solid #adadad;
	border-radius: 4px 0 0 4px;
	display: inline-block;
	width:72%;
	position:relative;
}
#search_form .search_main .search_input .input_text{
background: #fff url(/shared/img/parts/placeholder.png) no-repeat 20px center;
    border: none;
    width: 740px;
    height: 70px;
    border-radius: 3px 0 0 3px;
}
#search_form .search_main .submit{
	letter-spacing:normal;
	color:#ffffff;
	font-size:112%;
	display: inline-block;
	width:75px;
	height:56px;
	background: #0e3956;
	border:1px solid #0e3956;
	border-radius:0 4px 4px 0;
}

#search_suggest, #top_suggest, #head_suggest {
	position:absolute;
	left:0;
	top:55px;
	letter-spacing:normal;
	width:100% !important;
	box-sizing:border-box;
	background: #ffffff;
	text-align:left;
	margin:0 !important;
	display:block !important;
	padding:20px !important;
	z-index: 10;
	/*display: none;*/
}
#top_suggest, #head_suggest{
  top: 70px;
}
#search_suggest tbody, #search_suggest tr,
#top_suggest tbody, #top_suggest tr,
#head_suggest tbody, #head_suggest tr{
	display:block;
	width:100% !important;
}
#search_suggest td,
#top_suggest td,
#head_suggest td{
	box-sizing:border-box;
	display:block;
	width:100% !important;
	border:none !important;
	color:#333333;
	padding:10px;
	margin-bottom:1px;
	background: #eeeeee;
}
#search_suggest .search_suggest_selected td, #search_suggest td:hover,
#top_suggest .top_suggest_selected td, #top_suggest td:hover,
#head_suggest .head_suggest_selected td, #head_suggest td:hover{
	background: #d8e6f0;
}
#search_suggest ul,
#top_suggest ul,
#head_suggest ul{
	padding:20px;
	margin:0;
}
#search_suggest ul li,
#top_suggest ul li,
#head_suggest ul li{
	text-align:left;
	background: none;
	padding:0 0 1px 0;
	margin:0;
}
#search_suggest ul li a,
#top_suggest ul li a,
#head_suggest ul li a{
	display: block;
	font-size:87.5%;
	text-decoration:none;
	color:#333333;
	padding:10px;
	background: #eeeeee;
}
#search_suggest ul li a:hover,
#top_suggest ul li a:hover,
#head_suggest ul li a:hover{
	background: #d8e6f0;
}
#search_form .search_how {
	width:820px;
	margin:0 auto;
}
#search_form .search_how p {
	margin-top:-10px;
	text-align:right;
}
#search_form .search_how p a {
	background:url(/shared/img/parts/round_arrow_black.png) no-repeat left center;
	padding-left:25px;
}
/*#search_form .search_opt_title{
	display: none;
}*/
#search_form .search_opt{
	background: #e6eff6;
	display: none;
}
#search_form .search_opt_title{
	display: block;
}
#search_form .search_opt_title a{
	display: block;
	background: #E5F2F9;
	text-decoration: none;
	padding:13px 30px 13px 10px;
	font-weight:bold;
	color:#333333;
	border-top:1px solid #FFFFFF;
	position:relative;
}
#search_form .search_opt_title a:hover{
	background: #cad8e3;
}
#search_form .search_opt_title a:after {
	position:absolute;
	content: '-';
	color:#183c55;
	font-size:95%;
	text-align:center;
	display: block;
	width:15px;
	height:15px;
	line-height:15px;
	right:0;
	top:0;
	left:0;
	bottom:0;
	margin:auto 10px auto auto;
}
#search_form .search_opt_title.close a:after {
	content: '＋';
}
#search_form .search_opt.close{
	display: none;
}
#search_form .search_opt .opt_block{
	padding:10px 60px;
}
#search_form .search_opt hr{
	border:none;
	border-top:1px solid #cad8e3;
	margin:0;
}
#search_form .search_opt .opt_dropdown{
	display: inline-block;
	margin:0;
	width:31.5%;
}
#search_form .search_opt .category{
	float:left;
	margin-right:2.7%;
}
#search_form .search_opt .department{
	float:right;
}
#search_form .search_opt .title{
	font-size:95%;
	font-weight:bold;
	margin:0 0 3px;
	padding:0;
}
#search_form .search_opt .dropdown{
	font-size:100%;
	text-align: left;
	width:100%;
	position: relative;
	margin:0 0 5px;
}
/*#search_form .search_opt .dropdown select {
	width:100%;
	cursor:pointer;
	font-size:87.5%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin:0 0 10px;
	border:1px solid #adadad;
	background: #ffffff url(/shared/img/search_arrow_down.png) 97% center no-repeat;
	padding:5px 0;
}
*/
/* disabled */
#search_form .search_opt .disabled {
	color:#999999;
	background-color:#dddddd;
}
#search_form .search_opt .disabled .dropdown select,
#search_form .search_opt .disabled .dropdown select:hover {
	background:#eeeeee;
	color:#666666;
	cursor:default;
}
#search_form .search_opt .dropdown .current{
	border:1px solid #adadad;
	border-radius:2px;
	margin:0;
	background: #ffffff url(/shared/img/search_arrow_down.png) 97% center no-repeat;
}
#search_form .search_opt .disabled .dropdown .current{
	background-color: #dddddd;
}
#search_form .search_opt .dropdown .current span{
	display: block;
	padding:5px 30px 5px 10px;
	cursor: pointer;
}
#search_form .search_opt .disabled .dropdown .list {
	display:none !important;
}
#search_form .search_opt .disabled .dropdown .current span {
	cursor: inherit;
}
#search_form .search_opt .dropdown .list{
	width:100%;
	position:absolute;
	top:33px;
	z-index: 10;
	background: #ffffff;
	padding:0;
	box-sizing:border-box;
	display: none;
	border:1px solid #adadad;
}
#search_form .search_opt .dropdown .list ul{
	margin:0;
	padding:0;
}
#search_form .search_opt .dropdown .list ul li{
	margin:0;
	padding:0;
	border-top:2px solid #ffffff;
	background: #eeeeee;
	list-style: none;
}
#search_form .search_opt .dropdown .list ul li span{
	text-decoration: none;
	color:#333333;
	display: block;
	padding:5px 15px;
	cursor: pointer;
}
#search_form .search_opt .dropdown .list ul li span.menu_not_selectable {
	cursor:default;
}
#search_form .search_opt .dropdown .list ul li span.menu_not_selectable:focus,
#search_form .search_opt .dropdown .list ul li span.menu_not_selectable:hover {
	background-color:transparent;
}
#search_form .search_opt .dropdown .list ul li:first-child{
	border-top:none;
}
#search_form .search_opt .dropdown .list ul.lv1 > li span{
	position:relative;
}
#search_form .search_opt .dropdown .list ul.lv2{
	display:none;
}
#search_form .search_opt .dropdown .list ul.lv2 > li span{
	padding-left:25px;
	background: #f5f5f5;
	position:relative;
}
#search_form .search_opt .dropdown .list ul li span.selected{
    background: #d8e6f0;
}
#search_form .search_opt .dropdown .list ul li.has_children.show > span:after {
	background-image: url(/shared/img/search_arrow_down.png);
}
#search_form .search_opt .dropdown .list .has_children {
	position:relative;
}
#search_form .search_opt .dropdown .list .has_children span.refine_name {
	margin-right:36px;
	display:block;
}
#search_form .search_opt .dropdown .list .has_children a.refine_menu {
	position:absolute;
	padding:5px;
	top:0;
	right:0;
	width:34px;
	display:block;
	overflow:hidden;
	box-sizing:border-box;
	background:#d8e6f0 url(/shared/img/search_arrow_down.png) center center no-repeat;
}

#search_form .search_opt .dropdown .list .has_children.show a.refine_menu {
	background:#d8e6f0 url(/shared/img/search_arrow_up.png) center center no-repeat;
}

#search_form .search_opt .dropdown .list span.refine_item:focus,
#search_form .search_opt .dropdown .list span.refine_item:hover,
#search_form .search_opt .dropdown .list a.refine_menu:focus,
#search_form .search_opt .dropdown .list a.refine_menu:hover {
	background-color:#cad8e3;
}
#search_form .search_opt .dropdown .list .has_children a.refine_menu span {
	position:relative;
	padding:0;
	height:1.75em;
	display:block;
	z-index:-1;
}
#search_form .search_opt .pagetype,
#search_form .search_opt .filetype {
	padding:10px 60px;
}
#search_form .search_opt .pagetype ul,
#search_form .search_opt .filetype ul{
	margin:0 0 0 10px;
	padding:0;
	display: inline-block;
}
#search_form .search_opt .pagetype ul li,
#search_form .search_opt .filetype ul li{
	background: none;
	margin:0;
	padding:0 15px 0 0;
	display: inline-block;
}
#search_form .search_opt .pagetype ul li input,
#search_form .search_opt .filetype ul li input{
	margin-right:5px;
}

.search_status{
	font-size:95%;
	text-align: center;
	margin:10px 0;
	padding:0;
}
.search_status span{
	font-size:130%;
	font-weight:bold;
}
#sort_order{
	text-align:right;
}
#sort_order p{
	font-size:87.5%;
	display: inline-block;
	padding:5px 10px;

}
#sort_order p:first-child{
	border-right:1px solid #cccccc;
}
#sort_order p a{
	color: #777777;
	text-decoration: none;
	padding-bottom:3px;
}
#tmp_contents #sort_order p a:hover{
	background: none;
}
#tmp_contents #sort_order p.active a,
#tmp_contents #sort_order p a:hover{
	color: #333333;
	font-weight:bold;
	border-bottom: 4px solid #0e3956;
}
#search_result{

}
#search_result ._record{
	overflow: hidden;
	margin:35px 0 0 0;
	padding:0 0 35px 0;
	border-bottom:1px solid #cccccc;
}
#search_result ._record ._metaimg1{
	float:left;
	padding-right:27px;
	max-width:200px;
}
#search_result ._record ._metaimg1 img{
	width:100%;
	height:auto;
}
#search_result ._record ._info{
	overflow: hidden;
}
#search_result ._record ._title{
	font-size:106%;
	margin-bottom:15px;
}
#search_result ._record ._nearby{
	font-size:95%;
	line-height:160%;
	margin-bottom:20px;
}
#search_result ._record ._nearby em{
	background: #E5F2F9;
}
#search_result ._record ._opt_info{

}
#search_result ._record ._opt_info div {
	font-size:81%;
	display: inline-block;
	margin-right: 15px;
	color:#666666;
}
#search_result ._record ._opt_info span{
	font-size:100%;
	font-weight:bold;
}
#search_result ._record ._opt_info ._date{
	font-weight:bold;
}

#tmp_contents .search_paginate{
	text-align: center;
	margin:40px 0;
	padding:10px;
	background: #f7f9fa;
	display: none;
}
#tmp_contents .search_paginate ul{
	margin:0;
	padding:0;
}
#tmp_contents .search_paginate ul li{
	margin:0;
	padding:0 2px;
	background: none;
	display: inline-block;
	vertical-align: top;
}
#tmp_contents .search_paginate ul li a,
#tmp_contents .search_paginate ul li span{
	font-size:100%;
	line-height:32px;
	display:inline-block;
	padding:0 16px;
	background: #ffffff;
	border:1px solid #cccccc;
}
#tmp_contents .search_paginate ul li a{
	color:#0e3956;
	text-decoration: none;
}
#tmp_contents .search_paginate ul li span,
#tmp_contents .search_paginate ul li a:hover{
	color:#ffffff;
	background: #afc2d0;
	border-color:#afc2d0;
}
#tmp_contents .search_paginate ul li._prev a,
#tmp_contents .search_paginate ul li._prev span,
#tmp_contents .search_paginate ul li._next a,
#tmp_contents .search_paginate ul li._next span{
	color:#0e3956;
	background: #ffffff;
	font-size:87.5%;
	padding:0 8px;
}
#tmp_contents .search_paginate ul li._next a,
#tmp_contents .search_paginate ul li._next span{
	padding-right:38px;
	background-image: url(/shared/img/search_next.png);
	background-position: 85% center;
	background-repeat:no-repeat;
}
#tmp_contents .search_paginate ul li._prev a,
#tmp_contents .search_paginate ul li._prev span{
	padding-left:38px;
	background-image: url(/shared/img/search_prev.png);
	background-position: 15% center;
	background-repeat:no-repeat;
}
#tmp_contents .search_paginate ul li._next a:hover{
	color:#ffffff;
	background-color: #afc2d0;
	border-color:#afc2d0;
	background-image: url(/shared/img/search_next_ov.png);
}
#tmp_contents .search_paginate ul li._prev a:hover{
	color:#ffffff;
	background-color: #afc2d0;
	border-color:#afc2d0;
	background-image: url(/shared/img/search_prev_ov.png);
}
html .sug_list {
	padding: 20px !important;
	width: 700px !important;
	opacity: 1 !important;
}
html .sug_element {
	background-color: #eeeeee !important;
	border: none !important;
	margin-bottom: 1px;
	padding: 10px !important;
	text-align: left;
}
html .sug_element:hover, .current_element {
	background-color: #d8e6f0 !important;
	font-weight: normal !important;
}
html .sug_element a {
	text-decoration: none !important;
}
/* 2017 renewal add */
#search_form .search_opt .pagetype fieldset,
#search_form .search_opt .filetype fieldset {
	border:none;
	padding:0;
	margin:0;
}
#search_form .search_opt .pagetype fieldset legend.title,
#search_form .search_opt .filetype fieldset legend.title {
	float:left;
	margin-top:3px;
	margin-right:10px;
}
/* ==================================================
clearfix
================================================== */
/* for modern browser */
#search_form .search_opt .opt_block:after {
	content: ""; /* 変更しない */
	display: table; /* 変更しない */
	clear: both; /* 変更しない */
}

