@charset "utf-8";
/**********************************************
search CSS
***********************************************/

#toForm {
	width: 960px;
	height: 90px;
	margin: 0 auto;
}

#toForm a {
	display: block;
	width: 960px;
	height: 90px;
	text-indent:-10000px;
	background: url(../images/form.png) left 0 no-repeat;
}

#toForm a:hover {
	background: url(../images/form.png) left -90px no-repeat;
}

/*--------------------------------------------------------*/

header > div {
	padding: 30px 0 0;
	text-align: left;
}

header > div p {
	color:#000;
	text-align: left;
	margin-bottom: 16px;
}

/* area
--------------------------------------------------------*/

.area {
	margin-bottom: 30px;
}

.area li {
	display: inline-block;
	vertical-align: top;
	zoom: 1; /* Fix for IE7 */
	*display: inline; /* Fix for IE7 */
	width:207px;
	padding: 10px;
	font-size: 14px;
	margin: 0 0 5px 6px;
	cursor:pointer;

	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 30%, #e7e7e7 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(30%,#ffffff), color-stop(100%,#e7e7e7)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 30%,#e7e7e7 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 30%,#e7e7e7 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 30%,#e7e7e7 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 30%,#e7e7e7 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e7e7e7',GradientType=0 ); /* IE6-9 */
	box-shadow:0 -1px 0 rgba(255,255,255,1) inset;
	border:1px solid #bbb;
	border-radius:4px;
}

.area li:hover {
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #e5e5e5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#e5e5e5 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
}

/* freeText
--------------------------------------------------------*/

#freeText {
	padding: 0 0 30px 0;
}

#freeText2 {
	padding: 30px 0 30px 0;
}


#freeText2 input {
	width: 400px;
	font-size: 18px;
	padding: 10px;
	background-color: #fff;
	box-shadow:2px 2px 2px rgba(0,0,0,0.2) inset;
	border-radius:4px;
	border-top:1px solid #999;
	border-left:1px solid #999;
	border-bottom:1px solid #bbb;
	border-right:1px solid #bbb;
	margin-right: 3px;
}

#freeText2 button {
	border-radius:4px;
	background: #df2526; /* Old browsers */
	background: -moz-linear-gradient(top,  #df2526 30%, #ce2021 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(30%,#df2526), color-stop(100%,#ce2021)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #df2526 30%,#ce2021 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #df2526 30%,#ce2021 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #df2526 30%,#ce2021 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #df2526 30%,#ce2021 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#df2526', endColorstr='#ce2021',GradientType=0 ); /* IE6-9 */
	height: 48px;
	padding: 0 20px;
	font-size: 18px;
	color:#fff;
	border:1px solid #b30b0c;
	text-shadow:0 1px 0 rgba(0,0,0,0.5);
	box-shadow:0 -1px 0 rgba(255,255,255,0.3) inset;
	-webkit-transition: opacity 0.25s ease;
	-moz-transition: opacity 0.25s ease;
	-ms-transition: opacity 0.25s ease;
	-o-transition: opacity 0.25s ease;
	transition: opacity 0.25s ease;
}

#freeText2 button:hover {
	background: #df2526; /* Old browsers */
	background: -moz-linear-gradient(top,  #df2526 0%, #ce2021 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#df2526), color-stop(100%,#ce2021)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #df2526 0%,#ce2021 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #df2526 0%,#ce2021 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #df2526 0%,#ce2021 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #df2526 0%,#ce2021 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#df2526', endColorstr='#ce2021',GradientType=0 ); /* IE6-9 */
}

#freeText2 button.off {
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter: alpha(opacity=50);
}

/*--------------------------------------------------------*/

h2 span {
	position: relative;
	left:10px;
	font-size: 13px;
	vertical-align: middle;
	height: 52px;
	line-height: 52px;
}

h2 span img {
	vertical-align: middle;
	position: relative;
	width: 30px;
	margin: 0 10px 0 10px;
}

/* result
--------------------------------------------------------*/

#result {
	padding: 30px 0;
}

#result ul > li {
	width:455px;
	float:left;
	padding: 10px;
	border:1px solid #ccc;
	background: #fff;
	margin-bottom: 20px;
	min-height: 1px;
}

#result ul > li:nth-child(2n) {
	width:455px;
	float:right;
	padding: 10px;
	border:1px solid #ccc;
	background: #fff;
	margin-bottom: 20px;
	min-height: 1px;
}

#result ul > li:after {
	content: '';clear: both;height: 0;display: block;visibility:hidden;
}

#result ul > li .left {
	float:left;
	width: 450px;
}

.title_block {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #ddd;	
	display:table;
}


#result ul > li .title_left{
	width:300px;
	display:table-cell;
}

#result ul > li .title_right{
	width:150px;
	display:table-cell;
	text-align:right;
	vertical-align:bottom;
}

/** left **/

#result ul > li .title figure {
	float:left;
	margin-right: 10px;
}

#result ul > li h3 {
	font-size: 16px;
	font-weight: bold;
}

#result ul > li h3 a,
.link_blue{
	color:#0000ff;
	text-decoration:underline;	
}

#result ul > li h3 span {
	display:block;
	float:left;
	color:#fff;
	font-size: 12px;
	background: #000;
	padding: 2px 5px;
	margin-right: 5px;
	border-radius:3px;
}

#result ul > li h3 span.new {
	background: #BA1D1E;
}

#result ul > li h3 span.update {
	background: #1d6eba;
}

#result ul > li .left p {
	font-size: 12px;
	
	
	
}



#result ul > li .left ol {
	min-height: 1px;
}

#result ul > li .left ol:after {
	content: '';clear: both;height: 0;display: block;visibility:hidden;
}

#result ul > li .left ol li.date {
	float:left;
	font-size: 11px;
}

#result ul > li .left ol li.btn {

}

.kounin{
	background:url(../../images/result/mark_kohnin.png) no-repeat 310px center #FFF !important ;	
}

#result ul > li .left ol li.btn button {
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 30%, #e7e7e7 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(30%,#ffffff), color-stop(100%,#e7e7e7)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 30%,#e7e7e7 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 30%,#e7e7e7 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 30%,#e7e7e7 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 30%,#e7e7e7 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e7e7e7',GradientType=0 ); /* IE6-9 */
	box-shadow:0 -1px 0 rgba(255,255,255,1) inset;
	border:1px solid #bbb;
	border-radius:4px;
	color:#000;
	padding: 12px 10px;
}

#result ul > li .left ol li.btn button:hover {
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #e5e5e5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#e5e5e5 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
}

#result ul > li .left ol li.btn button i {
	font-style:normal;
	font-family:"icons";
	margin-right: 6px;
}

/** right **/

#result ul > li .right {
	float:none;
	width: 480px;
	padding: 10px 10px 10px;
	background: url(../images/dot.png);
}

.right_ov{
	float:left;
	width: 480px;	
}

#result ul > li .right ol li {
	background: #fff;
	margin-bottom: 10px;
	border:1px solid #ccc;
	min-height: 1px;
	position: relative;
}

#result ul > li .right ol li:after {
	content: '';clear: both;height: 0;display: block;visibility:hidden;
}

#result ul > li .right ol li table {
	width: 50%;
	float:right;
}

#result ul > li .right ol li table th ,
#result ul > li .right ol li table td {
	/*border-bottom:1px solid #ddd;*/
	border-right:1px solid #ddd;
	text-align: center;
	padding: 3px;
}

#result ul > li .right ol li table.table2 tr th:last-child ,
#result ul > li .right ol li table.table2 tr td:last-child {
	border-right: 0;
}

#result ul > li .right ol li table tr:last-child th ,
#result ul > li .right ol li table tr:last-child td {
	border-bottom: 0;
}

#result ul > li .right ol li table thead th {
	box-shadow:0 -1px 0 rgba(0,0,0,0.1) inset;
}

#result ul > li .right ol li table thead th.head {
	font-size: 14px;
	box-shadow:0 -1px 0 rgba(0,0,0,0.15) inset;
	border-bottom: 0;
}

/** blank **/


.blankTd ,
.blankCell {
	color:#888;
	/*background: url(../images/dot.png);*/
}

.blankCellTd {
	padding: 0 !important;
	position:relative;
}

.blankCell {
	position:absolute;
	width: 100%;
	text-align:center;
	vertical-align:middle;
}

.blankCell.single {
	padding: 3px 0;
}

.table1 .blankCell {
	border-right:1px solid #ddd;
}

/** table1 **/

#result ul > li .right ol li table.table1 thead th.head {
	background: #99c1f4;
}

#result ul > li .right ol li table.table1 thead tr th {
	background: #F2F6FB;

}

#result ul > li .right ol li table.table1 tbody tr:nth-child(even) th ,
#result ul > li .right ol li table.table1 tbody tr:nth-child(even) td {
	background: #F2F6FB;
}

/** table2 **/

#result ul > li .right ol li table.table2 thead th.head {
	background: #f5d198;
}

#result ul > li .right ol li table.table2 thead tr th {
	background: #faefdd;
}

#result ul > li .right ol li table.table2 tbody tr:nth-child(even) th ,
#result ul > li .right ol li table.table2 tbody tr:nth-child(even) td {
	background: #faefdd;
}

#result ul > li .right ol li table tbody tr td {
	text-align:right;
}

/** no rate **/

.right.noRate {
}

.right.noRate p {
	text-align: center;
	line-height: 100px;
	font-size: 16px;
	color:#333;
}

.t_num{
	padding-top:5px;	
}

.t_num span{
	color:#0F0;	
}


#result ul.detail > li  {
	float:none;
	width: 940px !important;
}

#result ul.detail > li .left {
	float:none;
	width: 940px !important;
}

#result ul.detail > li .title_left{
	width:790px !important;
	display:table-cell;
}



#result ul.detail > li .title_right{
	width:150px !important;
	display:table-cell;
	text-align:right;
	vertical-align:bottom;
}

#result ul.detail > li.kounin{
	background:url(../../images/result/mark_kohnin.png) no-repeat 800px 20px #FFF !important ;	
}

.btm_area h4{
	font-size:18px;
	margin-bottom:5px;	
	margin-top:10px;
}

.right2{
	width:420px;
	float:right;	
}

#result ul.detail_bnr{
	margin-bottom:20px;	
}

#result ul.detail_bnr > li{
	background:none !important;
	border:none;
	padding:0 !important;
	margin-bottom:10px !important;	
}

.detail_input{
	width:200px !important;
	font-size:15px;
	padding:5px;	
}

.detail_yen{
	display:inline-block;
	background:#E0FFFF;
	width:100px;
	font-size:20px;
	text-align:right;
	padding:3px;
}

.table_area{
	display:table;	
}

.table_area_left,
.table_area_right{
	display:table-cell;
}

.table_area_right{
	vertical-align:bottom;	
}

.rateTable2_l,
.rateTable2_r{
	width:150px;
	float:left;	
}

.rateTable2_l td,
.rateTable2_r td{
	padding:0 !important;	
}



.detail_check_btn{
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 30%, #e7e7e7 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(30%,#ffffff), color-stop(100%,#e7e7e7)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 30%,#e7e7e7 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 30%,#e7e7e7 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 30%,#e7e7e7 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 30%,#e7e7e7 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e7e7e7',GradientType=0 ); /* IE6-9 */
	box-shadow:0 -1px 0 rgba(255,255,255,1) inset;
	border:1px solid #bbb;
	border-radius:4px;
	color:#000;
	padding: 5px 10px;
}

.detail_check_btn:hover {
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #e5e5e5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#e5e5e5 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
}

.mt20{
	margin-top:20px;	
}

.detail_list li{
	width:100%  !important;
	float:none !important;
	border:none !important;
 	border-bottom:dotted 1px #CCC !important;
	margin-bottom:0px !important;
	color:#003278;
}

.news_right{
	text-align:right;	
}

.pager{
	text-align:center;
	padding:10px 0 20px;
}
.pager li{
	display:inline-block;
	margin:0 5px;
	font-size:16px;
	border:solid 1px #626262;
	background:#FFF;
}

.pager li a{
	display:inline-block;
	padding:8px 6px 7px;
	line-height:100%;
	font-size:14px;
	color:#000000;
	line-height:100%;	
}

.pager li span{
	display:inline-block;
	padding:8px 6px 7px;
	line-height:100%;
	font-size:14px;
	background:#000000;
	color:#FFF;
	line-height:100%;	
}


.pager li.active{
	color:#67b2d3;
}
.news_left{
	text-align:left;	
}

.header_txt{
	font-size:20px;
	color:#dc143c;	
	text-align:left;
	padding:20px 0;
}

.bnr_area{
	width:500px;
	margin:0 auto 20px;
	text-align:center;
}	

.bnr_area img{
	max-width:500px;
	height:auto;	
}

.detail_btn{
	text-align:center;
	margin:20px 0 15px;	
}


.result_ttl  {
    height: 90px;
    
    padding-left: 15px;
    color: #252525;
    font-size: 17px;
    margin-bottom: 20px;
    background: transparent url("../images/bar_new.png") no-repeat scroll 0% 0%;
}

.result_ttl  h2{
	background:none;
	line-height:normal;
	height:auto !important;
	padding-bottom:0px;
	margin-bottom:5px;
	padding-top:10px;
}

.result_ttl p{
	padding-left:15px;
	font-size: 13px;	
}

.r_koukan{
	display:inline-block;
	margin-bottom:5px;
	padding:6px 15px 3px 10px;
	background:;
	border-radius:6px;
	
	background:url(../images/icon_list01_n.jpg) no-repeat 5px 7px #F6F2F3;
}

.r_koukan span{
	font-size:15px;
	font-weight:bold;
	display:block;
	padding-left:20px;	
}

.r_koukan_map{
	display:inline-block;
	
	padding:6px 15px 3px 10px;
	background:;
	border-radius:6px;
	
	background:url(../images/icon_list02_n.jpg) no-repeat 5px 7px #F6F2F3;
}

.r_koukan_map span{
	font-size:15px;
	font-weight:bold;
	display:block;
	padding-left:20px;	
}

@media only screen and (max-width:670px) {

#result ul.detail > li .left {
    float: none;
    width: 100% !important;
    box-sizing: border-box;
}

#result ul.detail > li .title_left {
    width: 100% !important;
    box-sizing: border-box;
    display: block;
}

#result ul.detail > li .title_right {
    width: 100% !important;
    box-sizing: border-box;
    display: block;
    text-align: right;
    vertical-align: bottom;
}

.right_ov {
    float: none;
    width: 100% !important;
    box-sizing: border-box;
}

.right2 {
    float: none;
    width: 100% !important;
    box-sizing: border-box;
}

.btm_area {
	width: 100% !important;
    box-sizing: border-box;	
}

#map{
	width: 100% !important;
	height:200px;	
}

#result ul > li .right ol li table {
    width: 100%;
    float: none;
}

#result ul > li .right ol li table {
    width: 100%;
    float: none;
}

#result ul > li .right,
#result ul.detail > li{
	width:100% !important;
	box-sizing: border-box;	
}

}

