@charset "shift_jis";
/* CSS Document */

/* sidebar */
#sidebar {
	float: left;
	overflow: hidden;
	height: auto;
	width: 250px;
	margin-top: 10px;
	
	font-size: 12px;
	background: #f2f0ee;
}
#sidebar > div {
	width: 250px;
	float: left;
	overflow: hidden;
	padding: 0;
	margin-bottom: 20px;
}
#sidebar .more_btn_02 {
	margin: 10px auto 0;
}
.more_btn_02 a {
	height: 24px;
    padding-right: 1em;
	display: inline-block;
	color: #ca4c7a;
	text-align: center;
	line-height: 24px;
	background: #fff;
	border-radius: 12px;
}
.more_btn_02 a span {
	width: 24px;
	height: 24px;
    margin-right: .8em;
	display: inline-block;
	color: #fff;
	text-align: center;
	line-height: 24px;
	background: #9f8f75;
	border-radius: 12px;
}
/* h3 */
#sidebar .sb_title,
#sidebar .pickup_girl_header {
    width: 100%;
    margin-bottom: 8px;
    line-height: 43px;
    background: #ebe8e5;
    /*background: -moz-linear-gradient(left, #ffffff 0%, #f7f5f3 60%, #f5efeb 100%);
    background: -webkit-linear-gradient(left, #ffffff 0%,#f7f5f3 60%,#f5efeb 100%);
    background: linear-gradient(to right, #ffffff 0%,#f7f5f3 60%,#f5efeb 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f5efeb',GradientType=1 );
	*/
	border-bottom: dotted #b6ada2 1px;
}
#sidebar h3 {
    width: 100%;
    font-size: 14px;
    color: #887453;
	text-align: left;
}
#sidebar h3 span {
	padding: 0 .3em;
    color: #fff;
    text-shadow: 0 0 10px #9f7637, 0 0 100px #c69346, 0 0 8px #9b6b0f;
    font-size: 26px;
    line-height: 43px;
    font-family: 'Rouge Script', cursive;
}
/* sb_extra */
.sb_extra {
	height: auto;
}
/* sb_topic */
.sb_topic {
	height: auto;
	text-align: center;
}
/* pickup_girl */
#sidebar .pickup_girl {
	height: auto;
}
#sidebar .pickup_girl_body {
	height: auto;
	overflow: auto;
	padding: 0 10px;
}
#sidebar .pickup_girl_body p {
	padding: 5px 0 0;
	text-align: center;
}
#sidebar .pickup_girl_body p.pickup_thumb {
	padding: 0;
	margin: 0;
}
#sidebar .pickup_girl_body p.pickup_thumb a {
	display: block;
	text-align: center;
}
#sidebar .pickup_girl_body p.pickup_thumb a img {
	width: 100% !important;
	height: auto !important;
}
#sidebar .pickup_girl_body span {
	font-size: 16px;
}
/* sb_diary */
.sb_diary {
	height: 470px;
	text-align: center;
}
.sb_diary_body {
	background-color: transparent;
}
.sb_diary iframe {
	margin: 0 auto;
}
/* sb_ranking */
.sb_ranking {
	height: auto;
	text-align: center;
}
.sb_ranking_body {
	background-color: transparent;
	padding: 0 10px;
}
.sb_ranking_body > div {
	width: 220px;
	height: 135px;
	padding: 0 5px;
	margin-bottom: 5px;
	overflow: hidden;
    background: #e7e6e6 url(../img/castlist_bg.jpg) no-repeat;
}
.sb_ranking_body .ranking_icon {
	margin-bottom: 10px;
}
.sb_ranking_thumb {
	float: right;
	overflow: hidden;
	width: 76px;
	height: 76px;
	border: 1px solid #cab486;
}
.sb_ranking_thumb img {
	width: 72px !important;
	height: 72px !important;
	padding: 2px !important;
	background: #fff;
}
.sb_ranking_data {
	width: auto;
	padding-right: 2px;
	overflow: hidden;
}
.sb_ranking_data > .sb_ranking_txt_01 {
	font-size: 10px;
	font-weight: bold;
	text-align: left !important;
}
.sb_ranking_data > .sb_ranking_txt_01:first-child {
	font-size: 14px;
	font-weight: bold;
	color: #ca4c7a !important;
}
.sb_ranking_txt_02,
.sb_ranking_txt_03 {
	display: none;
}
/* sb_mailmag */
.sb_mailmag {
	height: auto;
}
.sb_mailmag_body {
	background-color: transparent;
	padding: 0 10px;
}
.sb_mailmag_txt_01 {
	font-size: 10px;
}
/* 150304 */
.sb_mailmag p a img {
	padding: 10px 0;
}
/* sb_access */
.sb_access {
	height: auto;
}
.sb_access_body {
	background-color: transparent;
	padding: 0 10px;
	text-align: center;
}
.sb_access_body p span {
	font-size: 16px;
}
.sb_access_body p img {
	padding: 10px 0;
}
/* sb_bnr */
ul.sb_bnr {
	width: 250px;
	display: block;
	float: left;
	overflow: hidden;
	margin: 0px;
	padding: 20px 10px;
}
ul.sb_bnr li {
	width: 230px;
	height: auto;
	display: block;
	float: left;
	background: #fff;
	margin-bottom: 5px;
}
ul.sb_bnr a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	ms-filter: "alpha(opacity=70)";
}

ul.sb_bnr2 {
	width: 250px;
	display: block;
	float: left;
	overflow: hidden;
	margin-bottom: 20px;
}
ul.sb_bnr2 li {
	display: block;
	float: left;
	background: #fff;
	margin-bottom: 5px;
}
ul.sb_bnr2 a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	ms-filter: "alpha(opacity=70)";
}
