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

/*topSearch*/
.topSearch {
 width:100%;
 }
.topSearch h3 {
 font-size:16px;
 line-height:1.2em;
 font-weight:bold;
 color:#fff;
 padding:3% 5%;
 }

.topSearch table {
 width:95%;
 border:#DFDFD0 1px solid;
 border-bottom:none;
 margin:0 auto;
	background:#FFF;
 }
.topSearch th {
 width:20%;
text-align: left;
 font-size:12px;
 line-height:1.2em;
 padding:0.6em 1em;
 background-color:#ffffdc;
 border-bottom:#DFDFD0 1px solid;
 }
.topSearch td {
 font-size:14px;
 line-height:1.4em;
 padding:0.6em 1em;
 border-bottom:#DFDFD0 1px solid;
 }
.topSearch td label {
	margin-right:0.6em;
	}
.topSearch td input[type="checkbox"] {
	margin-right:5px;
	}
.topSearch td select {
	font-size:14px;
	width:100%;
	}
.topSearch .btn {
	width:60%;
	margin:0 auto;
 padding:5% 0;
	}
.topSearch .btn input {
	width:100%;
	}
.contBox .trigger {
	max-width:544px;
 background:url(../img/common/gray_btn.png) center no-repeat;
	background-size: 100%;
	margin:0 auto 6%;
	cursor: pointer;
	cursor: hand;
	}
.contBox .trigger.active {
	max-width:544px;
	background:url(../img/common/gray_btn_off.png) center no-repeat;
	background-size: 100% ;
	margin:0 auto 6%;
	cursor: pointer;
	cursor: hand;
	}

/*sortBox*/
.sortBox {
	width:100%;
	margin:0 auto 3%;
	}
.sortBox li {
	width:23%;
	margin:0.5%;
	float:left;
	border:#ffce0c 1px solid;
	border-radius:5px;        /* CSS3草案 */  
 -webkit-border-radius:5px;    /* Safari,Google Chrome用 */  
 -moz-border-radius:5px;   /* Firefox用 */
	background:url(../img/rank/sort_icon_normal.png) center bottom no-repeat;
	background-color:#ffce0c;
	background-size:46%;
	}
.sortBox li.up {
	background:url(../img/rank/sort_icon_up.png) center bottom no-repeat;
	background-color:#ffce0c;
	background-size:46%;
	}
.sortBox li.down {
	background:url(../img/rank/sort_icon_down.png) center bottom no-repeat;
	background-color:#ffce0c;
	background-size:46%;
	}
.sortBox li a {
	width:100%;
	cursor: pointer;
	cursor: hand; 
	}
.sortBox a {
	display: inline;
	}
.searchBox {
	font-size:16px;
	line-height:1.5em;
	border:#999999 4px solid;
 background-color:#FFF;
	margin-bottom:5%;
	}
.searchBox.rankTop {
	border:#c99a35 4px solid;}
.searchBox .item img {
	width:40%;
	max-width:135px;
	float:left;
	margin-top:4%;
	}
.searchBox .item dl {
	width:55%;
	float:left;
	margin:5% 0 3%;
	}
.searchBox .item dt {
	font-size:20px;
	font-weight:bold;
	margin-bottom:2%;
 color:#848484;
	}
.searchBox .item dt span{
	font-size:16px;
	}
.searchBox .item dd{
	margin-bottom:5%;
	}
.searchBox .item dd p{
	font-size:16px;
	font-weight:bold;
	line-height:1.2em;
	}
.searchBox .item dd p sub{font-size:60%;}
.searchBox .item dd .small{font-size:70%;line-height: 1.2em;}

.searchBox ul {
	margin-bottom:4%;
	}
.searchBox ul li {
	width:50%;
	float:left;
	}
.searchBox .btn{width:50%;margin:0 auto 4%;}
.searchBox table {
	width:90%;
	margin:0 auto 6%;
	font-size:12px;
	line-height:1.2em;
	text-align:left;
	}
.searchBox th {
	width:36%;
	padding:5px;
	border-bottom:#BBB 1px solid;
	padding-right:1.5em;
	}
.searchBox td {
	width:55%;
	padding:5px;
	border-bottom:#BBB 1px solid;
	}
.searchBox td p{margin-bottom:0.25em;}
.searchBox td p sub{font-size:60%;}
.searchBox td .small{font-size:70%;line-height: 1.2em;}

.noResult p {
	width:90%;
	margin:0 auto 20px;
	}

.rankTop .name{
    font-size:6vw;
    color:#005594;
    text-align: center;
    font-weight:bold;
    line-height: 1.4em;
}
.rankTop .item dt {color:#005594;}

.under11 .item{
	display: table;
	width: 100%;
}
.under11 .item .img{
	display: table-cell;
	vertical-align: middle;
	width:40%;
}
.under11 .item .img img{
	width:100%;
	max-width:100%;
	float:none;
}
.under11 .item .name{
	display: table-cell;
	vertical-align: middle;
	padding-left:2%;
	padding-right:2%;
	font-size: 20px;
    font-weight: bold;
    color: #848484;
}

@media screen and (min-width: 641px) {
    .rankTop .name{font-size:38px;line-height: 1.4em;}
}

.recom_2025 {
	box-sizing: border-box;
	background-color: #fff;
	margin: 0 auto;
	width: 90%;
	padding: 5% 5% 0;
	overflow: hidden;
}
.recom_2025.foot { margin-bottom: 40px; padding-bottom: 5%;}

.recom_2025 h2,
.recom_2025 h3 {
	font-size: 18px;
	text-align: left;
	font-weight: bold;
}

.recom_2025 h3 {
	font-size: 16px;
	margin-top: 3em;
}

.recom_2025 picture,
.recom_2025 img {
	display: block;
	max-width: 100%;
	width: 100%;
	height: auto;
	margin: 0 auto;
}

.recom_2025 p {
	font-size: 14px;
	display: block;
	margin: 1em 0;
}
