@charset "utf-8";
/*検索結果*/
#contents{
	width:920px;
}
.ranking_banner2 p.title{
	display:block;
	background-color:#4FB100;
	color:#FFF;
	background-image:url(../img/ranking_banner2.png);
	background-position:20px center;
	background-repeat:no-repeat;
	font-size:20px;
	padding:7px 0 7px 70px;
	margin:20px 0 10px 0;
	line-height:1.5;
}
.ranking_banner2 p{
	padding:0 15px;
	margin-bottom:30px;
	font-size:14px;
	line-height:1.3;
}
#result_set{
	border:1px solid #BBB;
	box-shadow:0 0 4px #CCC;
	margin:0 0 30px 0;
	width:920px;
	position:relative;
}
#result_set .head{
	background-color:#F5F5F5;
	border-bottom:1px solid #CCC;
	padding:5px 15px;
	height:40px;
}
#result_set .head img{
	float:left;
	margin-right:20px;
}

#result_set .head h2 a{
	font-size:20px;
	font-weight:bold;
	color:#007AD0;
	text-decoration:underline;
	line-height:1;
	display:block;
	padding-top:9px;
}
#result_set .head h2 a:hover{
	opacity:0.5;
}
#result_set .head .access{
	position: absolute;
	right: 10px;
	top: 5px;
}
#result_set .head .access_num{
	font-size:182%;
	font-weight:bold;
	color:#669900;
	padding-left:5px;
	padding-right:5px;
}
#result_set .middle{
	padding:15px;
}
#result_set .middle .image{
	float:left;
	width:170px;
	height:170px;
	border:solid 1px #CCC;
	padding:2px;
}
#result_set .middle .image img{
	width:100%;
	height:auto;
}
#result_set .middle .suggest{
	border:1px solid #CCC;
	background-color:#F5F5F5;
	background-image:url(../img/ranking_suggest.png);
	background-repeat:no-repeat;
	background-position:1px center;
	float:right;
	width:705px;
	font-size:20px;
	font-weight:bold;
	padding-left:95px;
	color:#007AD0;
	text-decoration:underline;
	line-height:1;
	padding-top:14px;
	height:51px;
	box-sizing:border-box;
}
#result_set .middle .comment{
	background-color:#FFF;
	border:1px solid #CCC;
	box-sizing:border-box;
	float:right;
	width:705px;
	margin:10px 0 0 0;
	padding:0;
}
#result_set .middle .comment ul li{
	font-size:14px;
	background-image:url(../img/ranking_point_check.png);
	background-position:8px center;
	background-repeat:no-repeat;
	padding-left:33px;
	height:28px;
	line-height:28px;
	overflow:hidden;
	border-bottom:1px dotted #CCC;
}
#result_set .middle .point{
	height:auto;
	padding:0;
	border:none;
	background-color:#FFF;
	margin:7px 0 10px 0;
	
}
#result_set .middle .point p.points{
	background-color:#55AD36;
	color:#FFF;
	float:left;
	margin:3px 5px 0 0;
	padding:0 10px;
}
#result_set .middle .spec{
	float:left;
	margin-top:10px;
}
#result_set .middle .spec table{
	width:620px;
}
#result_set .middle .spec table tr{
	border-bottom:1px dotted #CCC;
	font-size:16px;
}
#result_set .middle .spec table th{
	font-weight:bold;
	border:none;
	background-color:#FFF;
	color:#333;
	text-shadow:none;
	text-align:left;
	padding:10px 0 10px 35px;
	width:100px;
}
#result_set .middle .spec table td{
	border:none;
	background-color:#FFF;
	text-align:left;
	color:#333;
	width:150px;
	padding:10px 0;
}
#result_set .middle .spec table th.th1{
	background-image:url(../img/ranking_icon1.png);
	background-position:left center;
	background-repeat:no-repeat;
}
#result_set .middle .spec table th.th2{
	background-image:url(../img/ranking_icon2.png);
	background-position:left center;
	background-repeat:no-repeat;
	width:95px;
}
#result_set .middle .spec table th.th3{
	background-image:url(../img/ranking_icon3.png);
	background-position:3px center;
	background-repeat:no-repeat;
}
#result_set .middle .spec table th.th4{
	background-image:url(../img/ranking_icon4.png);
	background-position:3px center;
	background-repeat:no-repeat;
	width:95px;
}
#result_set .middle .spec table th.th5{
	background-image:url(../img/ranking_icon5.png);
	background-position:3px center;
	background-repeat:no-repeat;
}
#result_set .middle .spec table td.td2,
#result_set .middle .spec table td.td4{
	width:120px;
}
#result_set .middle .spec table td .convenience ul li{
	height:20px;
	float:left;
	margin-right:8px;
}
#result_set .middle .btn_area{
	float:right;
	width:263px;
}

#result_set .middle .btn_area a{
	display:block;
	margin-top:15px;
}
#result_set .middle .btn_area a:hover{
	opacity:0.5;
}
