@charset "utf-8";
/***************/
/* sidebar.css */
/***************/

/* サイドバーウィジェット */
.sidebar{
	display: table-cell;
	width: 32%;
	min-width: 305px;
	padding-left: 30px;
	vertical-align: top;
}

.widget{
	margin-bottom:16px;
}

.widget header{
	border-bottom: dotted 1px;
	position: relative;
	height: 32px;
	margin-bottom: 16px;
}

.widget h2{
	margin: 0;
	position: absolute;
	bottom: -3px;
	font-size: 1.5em;
	display: inline;
	border-bottom:solid 4px #da391d;
}
.banner_link img {
	width: 100%;
}
.ranking_list{

}
.ranking_list_box{
	overflow: hidden;
	border: solid 1px #989696;
	margin-bottom: 0;
}

.ranking_list_box dt,
.ranking_list_box dd {
	border-bottom: solid 1px #989696;
	height: 52px;
	padding-top: .5em;
	padding-bottom:.5em;
	font-size:0.6em;
	line-height: 20px;
}
.ranking_list_box dd {
	padding-right:.5em;
}
.ranking_list_box dt{
	float: left;
	width: 32px;
	text-align: center;
	font-size:1.2em;
	color:orange;
	font-family: 'Century',serif;
	font-weight: 700;
}
.ranking_list_box dt:after{
	content: "位";
	display: block;
	font-size:.8em;
	font-family: inherit;
	font-weight: 300;
}

.ranking_list_box dd{
	position: relative;
	padding-left: 40px;
	padding-right: 25px;
}
.ranking_list_box dd:before{
	position:absolute;
	content: '';
	display: block;
	height: 40px;
	width: 1px;
	background:#989696;
	top: 0;
	bottom: 0;
	left: 32px;
	margin: auto 0;
}
.ranking_list_box dd:after{
	content: '>';
	display:block;
	height:10px;
	position: absolute;
	right:6px;
	top:16px;
}
.widget a{
	display: block;
	text-decoration: none;
	color:#333;
}
.widget a:hover{
	opacity: 0.7;
	cursor: pointer;
}
.ranking_list_box dt:last-of-type,
.ranking_list_box dd:last-of-type {
	border-bottom: 0px;
}

.rank_inner_title{
	display:block;
	width:100%;
	overflow: hidden;
	font-size: 185%;
	line-height: 1.2;
    padding-top: 5px;
    font-weight: bold;
}

.ranking_list_footer{
	position: relative;
	border:solid 1px #777;
	border-top-width: 0;
	background: #eee;
	padding: 8px;
	font-size:10px;
	min-height: 40px
}
.ranking_list_footer span{
	display: block;
}
.ranking_list_footer span.ib{
	display:inline-block;
	float:right;
}
.ranking_list_footer a{
	position: absolute;
	display: block;
	height: 24px;
	right: 8px;
	top: 0;
	bottom: 0;
	margin: auto 0;
	background-color: #ec6d2a;
	color: #fff;
	padding: 4px 8px;
	border-radius: 4px;
	font-size:11px;
}
.recom_list{
	display: block;
	border:solid 1px #989696;
	margin:0;
	padding:0;
}
.recom_list li {
	margin:0;
	border-bottom:solid 1px #989696;
	overflow: hidden;
	padding:6px 4px 6px 79px;
	position: relative;
	min-height: 46px;
	font-size: 110%!important;
	font-weight: bold;
}
.recom_list li:last-child {
	border-bottom: 0;
}
.recom_img{
	width:68px;
	height:43px;
	float:left;
	position: absolute;
	top:0;
	bottom:0;
	left:4px;
	margin:auto 0;
	border-radius: 8px;
	background-color: #eee;
	overflow: hidden;
}
.recom_img img{
	position: absolute;
	display: block;
	max-width: 68px;
	max-height:43px;
	width: auto;
	height:auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;

}
.whatsnew_list{
	display: block;
	border:solid 1px #989696;
	margin:0;
	padding:0;
}
.whatsnew_list li{
	margin:0;
	border-bottom:solid 1px #989696;
	overflow: hidden;
	padding: 6px 8px;
	position: relative;
	font-size: 110%!important;
    font-weight: bold;
}
.whatsnew_list li:last-child {
	border-bottom: 0;
}
.whatsnew_list li span{
	color: #da391d;
}
/* PC 表示 */
@media only screen and (min-width: 769px) {
}

/* SP 表示 */
@media only screen and (max-width: 768px) {

	.sidebar{
		display: block;
		width: 100%;
		padding: 20px;
	}

	.widget h2{
		font-size:24px;
	}

	.whatsnew_list li,
	.recom_list li,
	.ranking_list_box dt,
	.ranking_list_box dd {
		font-size:.75em;
	}

	.ranking_list_box dt{
		font-size:1.2em;
	}
	
	.ranking_list_box dd{
		font-size: 65%!important;
	}

	.banner_link {
		margin-bottom: 40px;
	}

}