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

.wrap {
 padding-top:5px;
 }
.topBnr {
 width:740px;
 margin:0 auto;
 text-align:center;
 }

.contBox {
	background-color:#FFF;
	border:solid 2px #7d7d7d;
	margin-bottom:38px;
 }
.contBox .inner {
	width:670px;
	margin:0px auto 30px;
	padding-top:30px;
 }
.contBox .inBox1{margin-bottom:20px;}
.contBox .inBox1 .img{width:260px;float:left;margin-right:20px;}
.contBox .inBox1 .infoBox{width:calc(100% - 280px);float:right;}
.contBox .inBox1 .infoBox h2{margin-bottom:20px;}
.contBox .inBox1 .infoBox h2 a{
	font-size:45px;
	font-weight:bold;
	text-decoration: none;
}
.contBox .inBox1 .infoBox h2 a:hover{text-decoration: underline;}
.contBox .inBox1 .infoBox h3{
	font-size:28px;
	line-height: 1.2em;
	font-weight:bold;
	margin-bottom:30px;
}
.contBox .inBox1 .box1{}
.contBox .inBox1 .box1 dl{
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	margin-bottom:2%;
}
.contBox .inBox1 .box1 dl dt{
	width:26%;
	margin-right:4%;
	font-size:18px;
	text-align: center;
	background:#b5b5b5;
	display: flex;
	align-items: center;
	justify-content: center;
}
.contBox .inBox1 .box1 dl dd{
	width:70%;
	display: flex;
	align-items: center;
	font-size: 18px;
}
.contBox .listArea{margin-bottom:20px;}
.contBox .listArea li:first-child{width:330px;float:left;}
.contBox .listArea li:last-child{width:330px;float:right;}
.contBox .tableArea{margin-bottom:30px;}
.contBox .tableArea table{width:100%;}
.contBox .tableArea th{
	background:#7d7d7d;
	color:#FFF;
	padding:0.5em 1em;
	text-align: left;
	font-size:16px;
	width:245px;
	border-top:solid 1px #e5e5e5;
}
.contBox .tableArea th:last-child{border-bottom:solid 1px #e5e5e5;}
.contBox .tableArea td{
	font-size:16px;
	background-size:30px auto;
	background-position: left 1em center;
	background-repeat: no-repeat;
	padding:0.5em 0.5em 0.5em 55px;
	border-top:solid 1px #e5e5e5;
}
.contBox .tableArea td:last-child{border-bottom:solid 1px #e5e5e5;}
.contBox .tableArea table td.icon1{background-image: url("../img/common/top_icon01.png")}
.contBox .tableArea table td.icon2{background-image: url("../img/common/top_icon02.png")}
.contBox .tableArea table td span{font-size:80%;}
.contBox .reviewArea{margin-bottom:4%;}
.contBox .reviewArea dt{
	margin-bottom:20px;
}
.contBox .reviewArea dd{
	font-size:19px;
	line-height: 1.4em;
}
.contBox .btnArea .official{width:324px;float:left;}
.contBox .btnArea .detail{width:324px;float:right;}
.contBox .btnArea a img:hover{opacity: 0.6;}

/*topSearch*/
.topSearch {
	background-color:#fffae4;
	margin-bottom:30px;
	padding-bottom:35px;
	margin-top:10px;
 }
.topSearch h3 {
	width:80%;
	margin:0 auto;
	font-size:26px;
	line-height:1.2em;
	color:#000;
	font-weight:bold;
	text-align: center;
	padding:20px 0 10px;
 }
.topSearch h3 .icon {
    display: inline-block;
    width: 30px;
    height: 32px;
    background: url("../img/common/icon_search.png") no-repeat;
	background-position: left center;
	vertical-align:bottom;
}
.topSearch table {
 width:698px;
 padding:20px;
 border:#DFDFD0 1px solid;
 margin:0 auto;
 }
.topSearch th {
	width:140px;
	font-size:14px;
	font-weight:bold;
	line-height:1.2em;
	padding:0.8em 1em;
	background-color:#ffe0ee;
	border-bottom:#DFDFD0 1px solid;
 }
.topSearch td {
 font-size:14px;
 line-height:1.6em;
 padding:0.8em 0 0.8em 1em;
 border-bottom:#DFDFD0 1px solid;
	background:#FFF;
 }
.topSearch td label {
	margin-right:1em;
 	display:block;
 	float:left;
	}
.topSearch td label:hover {
	color:#F85000;
	}
.topSearch td input[type="checkbox"] {
	margin-right:5px;
	}
.topSearch .searchBtn {
 clear:both;
font-size: 16px;
font-weight: bold;
color: #000;
background-color: #cfcfcf;
padding:12px 60px 10px;
margin:20px auto;
border-radius: 25px;
cursor: pointer;
border: 0;
display: block;
}
.topSearch .none{display: none;}

/*1位*/
#rankTop {
    border-left: solid 7.5px #b39542;
    border-right: solid 7.5px #b39542;
    border-bottom: solid 7.5px #b39542;
	border-top:none;
}
#rankTop h2 a{color:#4d1414;}
#rankTop h3 strong{color:#ff336d;}
#rankTop .box1 dt{background:#fbe897;}
#rankTop .tableArea th{
	background:#dbb864;
}
#rankTop .reviewArea strong {
    background: linear-gradient(transparent 50%, #fff799 50%);
    color: #ff336d;
}
