/* CSS Document */

@charset "shift_jis";
/*----------------------------------------------------------------
layout style 
----------------------------------------------------------------*/
div#maincontent .box_space {
	width:710px;
	margin:10px auto 30px auto;
	clear: both;
}
div#maincontent .wrap {
	margin:10px 20px;
	clear: both;
}
div#maincontent #space {
	background:url(/img/kyousei/main_bg_end.gif) bottom no-repeat;
	line-height:40px;
}
#rank1 {
	background:url(/img_kyousei/ranking/rank1.jpg) no-repeat;
	/*line-height: 30px;*/
	padding-left:90px;
	/*	border-bottom:1px dotted #ccc;*/
	padding-bottom:10px;
	font-weight:bold;
}
#rank2 {
	background:url(/img_kyousei/ranking/rank2.jpg) no-repeat;
	/*line-height:30px;*/
	padding-left:90px;
	/*	border-bottom:1px dotted #ccc;*/
	padding-bottom:10px;
	margin-top:10px;
	font-weight:bold;
}
#rank3 {
	background:url(/img_kyousei/ranking/rank3.jpg) no-repeat;
	/*line-height:30px;*/
	padding-left:90px;
	/*	border-bottom:1px dotted #ccc;*/
	padding-bottom:10px;
	margin-top:10px;
	font-weight:bold;
}
#rank4 {
	background:url(/img_kyousei/ranking/rank4.jpg) no-repeat;
	/*line-height:30px;*/
	padding-left:90px;
	border-bottom:1px dotted #ccc;
	padding-bottom:10px;
	margin-top:10px;
}
#rank5 {
	background:url(/img_kyousei/ranking/rank5.jpg) no-repeat;
	/*line-height:30px;*/
	padding-left:90px;
	border-bottom:1px dotted #ccc;
	padding-bottom:10px;
	margin-top:10px;
}
.rank6to20box {
	float:left;/* margin-top:10px; border-bottom:1px dotted #ccc; */
}
.rank6to20l {
	width:90px;
	font-size:14px;
	margin-top:10px;
	float:left;
	font-weight:bold;
	text-align:center;
}
.rank6to20r {
	width:580px;
	padding-bottom:10px;
	float:left;
	/*line-height:30px;*/
	font-size:120%;
}
.rank6to20r:first-of-type {
	margin-top:10px;
}
.cadr {
	font-size:10px;
	margin-left:15px;
}
/*----------------------------------------------------------------
main style 
----------------------------------------------------------------*/
#title {
	background:url(/img/kyousei/common/h1_bg_ranking.gif) no-repeat scroll 14px 4px #FDF9ED;
	font-size:18px;
	font-weight:bold;
	padding:11px 0 11px 72px;
	margin:0px 0 10px;
	border-bottom:1px dashed #EDAF70;
	border-top:1px dashed #EDAF70;
	overflow:hidden;
}
/*----------------------------------------------------------------
エリア検索ボタン追加日20160310
----------------------------------------------------------------*/
.ranking_areasearch {
	background: #AB916E none repeat scroll 0 0;
	border-radius: 50px;
	display: block;
	margin-right: 8px;
	box-shadow: 0 1px 1px 0 #bdbdbd;
	line-height: 55px;
	font-size: 23px;
	text-align: center;
	width: 340px;
	margin: 50px auto;
}
.ranking_areasearch a {
	color: #ffffff!important;
	display:block
}
/*----------------------------------------------------------------
ランキング小改修20180914
----------------------------------------------------------------*/

.ranking_top_text {
	font-size: 12px;
	padding: 5px;
	line-height: 1.5em;
}
span.cadr {
	font-size:12px;
	line-height:1.5em;
	margin-left:15px;
	display: block;
	color: #333333;
	margin-top:5px;
	margin-right:40px;
}
#rank1 div, #rank2 div, #rank3 div {
	font-size:16px;
}
#rank1 div, #rank2 div, #rank3 div, .rank6to20r div {
	display:inline-block;
	width:100%;
	min-height:60px;
	padding-left:10px;
	border-bottom:dotted 1px gray;
	margin-top:10px;
}
#rank1 div:not(:first-of-type), #rank2 div:not(:first-of-type), #rank3 div:not(:first-of-type), .rank6to20r div:not(:first-of-type){
	padding-top:15px;
	}
/*#rank1 div a, #rank2 div a, #rank3 div a {
	font-size:16px;
}

#rank1 div a, #rank2 div a, #rank3 div a, .rank6to20r div a {
	display:inline-block;
	width:100%;
	height:60px;
	padding-left:10px;
	border-bottom:dotted 1px gray;
}*/
#rank1 div a:hover, #rank2 div a:hover, #rank3 div a:hover, .rank6to20r div a:hover {
	color:#3366fe;
	background-color:#ff900230;
}
 #rank1 div a::after, #rank2 div a::after, #rank3 div a::after, .rank6to20r div a:after {
 font-size:20px;
 content:">";
 color:#ff9002;
 position:relative;
 top:-35px;
 left:550px;
}
/*----------------20180918都道府県から選ぶ----------------------*/

div.ranking_pref_list {
	margin:20px 0px;
	font-size:12px;
	padding-bottom:10px;
	border-bottom:dotted 1px gray;
	clear: both;
}
div.ranking_pref_list h2 {
	text-align: center;
	font-size: 14px;
	line-height: 40px;
	background-color: #ccc;
}
div.ranking_pref_list dt {
	float: left;
	width: 15%;
	padding-left:5px;
	box-sizing: border-box;
	line-height:2em;
}
div.ranking_pref_list dd {
	margin-left: 15%;
	padding-left:5px;
	box-sizing: border-box;
	line-height:2em;
}
div.ranking_pref_list li {
	display: inline-block;
	padding-right:20px;
	line-height:2em;
	box-sizing: border-box;
}
