@charset "shift_jis";
/* CSS Document */

/* sidebar */
#sidebar {
	width: 300px;
	height: auto;
	padding: 20px 20px 100px;
	float: left;
	overflow: hidden;
	font-size: 12px;
}
#sidebar > div {
	width: 276px;
	padding: 12px;
	margin-bottom: 20px;
	float: left;
	overflow: hidden;
	background: #fff;
}
/* h3 */
#sidebar h3 {
	height: 40px;
	font-size: 12px;
	font-weight: 700;
	text-align: left;
	text-indent: 0.7em;
	margin-bottom: 5px;
	color: #F0E0A5;
	background:url("/com/temp2/img/header/header_nav_bg.jpg") repeat-x;
}
#sidebar h3 span {
	padding-right: 10px;
	font-family: 'Titillium Web', sans-serif;
	font-size: 22px;
	font-weight: 700;
	line-height: 40px;
	font-weight: 600;
	color: #fff;
}
#sidebar .more {
	position: relative;
}
#sidebar .more_btn_01 {
	position: absolute;
	top: 0;
	right: 0;
	margin-top:9px;
	margin-right:10px;
}
#sidebar .more_btn_01 a {
	width: 66px;
	height: 22px;
	color: #fff;
	display: block;
	background: #76A09C;
	border: solid 1px #698f8b;
	font-family: 'Titillium Web', sans-serif;
	font-size: 17px;
	font-weight: 600;
	line-height: 22px;
}
#sidebar .more_btn_01 a:before {
	content: url("/com/temp2/img/arrow_icon.png");
	padding-right: 5px;
}
#sidebar .more_btn_01 a:hover {
}
/* form parts */
select,
input:focus {
	outline: none;
}
select {
	padding: 5px 10px;
	color: #432912;
	border-radius: 3px;
	border: 1px solid #eee;
}
#sidebar input[type=text] {
	padding: 5px 10px;
	border-radius: 3px;
	background: #fff;
	border: 1px solid #eee;
	
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.30);
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.30);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.30);
}
#sidebar input[type=text]:focus {
	color: #432912;
	border: solid 1px #ddd;
	background: #eee;
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.40);
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.40);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.40);
}
/* sb_pr */
.sb_pr {
	height: auto;
	padding: 0 !important;
}
/* 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;
}
#sidebar .pickup_girl_body p {
	text-align: center;
	color: #bf402d;
}
#sidebar .pickup_girl_body p.pickup_thumb {
	padding: 0;
	margin: 0 0 5px;
}
#sidebar .pickup_girl_body p.pickup_thumb a {
	display: block;
	text-align: center;
}
#sidebar .pickup_girl_body p.pickup_thumb a img {
	width: 276px;
	height: auto;
}
#sidebar .pickup_girl_body p span {
	font-size: 16px;
	font-weight: bold;
}
/* sb_movie */
.sb_movie {
	height: auto;
	text-align: center;
}
.sb_movie_body {
	padding: 10px 0;
}
.sb_movie_body p {
	padding: 3px 0;
	color: #282828;
}
.sb_movie_body p a {
	color: #bf402d;
	font-size: 12px;
	font-weight: bold;
}
.sb_movie_body p a span {
	font-weight: normal;
}
.sb_movie iframe {
	margin: 0 auto;
}
#sidebar .sb_movie div.fmovie {
	width: 276px;
	height: 207px;
	display: block;
	margin: 5px auto;
}
/* sb_diary */
.sb_diary {
	text-align: center;
}
.sb_diary_body {
	background-color: transparent;
}
.sb_diary iframe {
	margin: 0 auto;
}
/* sb_ranking */
.sb_ranking {
	height: auto;
}
.sb_ranking_body {
	overflow: hidden;
	background:#fff;
	padding: 10px;
}
.sb_ranking_body > div {
	width: 276px;
	height: 100px;
	margin-bottom: 10px;
	overflow: hidden;
}
.sb_ranking_header .more_btn_01 a {
	text-indent: 7px;
}
.sb_ranking_thumb {
	float: left;
	overflow: hidden;
	position: relative;
}
.sb_ranking_thumb img {
}
.sb_ranking_thumb img.ranking_crown{
	position:absolute;
	right: 0;
	bottom: 0;
}
.sb_ranking_entry1 .sb_ranking_thumb img:before{
	background:url(/com/temp2/img/ranking/crown_g.png) no-repeat 0 0;
}
.sb_ranking_data {
	width: 170px;
	height: 100px;
	padding: 0 0 0 5px;
	float: left;
	overflow: hidden;
}
.sb_ranking_number {
	padding: 0;
	height: 47px;
	width: 100%;
	text-indent: -9999px;
}
.sb_ranking_number span {
	font-size: 20px;
	font-weight: 700;
}
.sb_ranking_entry1 .sb_ranking_number {
	color: #f5ba3c;
	background:url(/com/temp2/img/ranking/ranking_no1.png) no-repeat 0 0;
	background-size:contain;
}
.sb_ranking_entry2 .sb_ranking_number {
	color: #969696;
	background:url(/com/temp2/img/ranking/ranking_no2.png) no-repeat 0 0;
	background-size:contain;
}
.sb_ranking_entry3 .sb_ranking_number {
	color: #ca8a56;
	background:url(/com/temp2/img/ranking/ranking_no3.png) no-repeat 0 0;
	background-size:contain;
}
.sb_ranking_entry4 .sb_ranking_number {
	color: #7fb2e1;
	background:url(/com/temp2/img/ranking/ranking_no4.png) no-repeat 0 0;
	background-size:contain;
}
.sb_ranking_entry5 .sb_ranking_number {
	color: #7fe1ab;
	background:url(/com/temp2/img/ranking/ranking_no5.png) no-repeat 0 0;
	background-size:contain;
}
.sb_ranking_data > .sb_ranking_txt_01 {
	color: #000;
	font-size: 20px;
	font-weight: bold;
	text-align:center;
	margin-top:7px;
}
.sb_ranking_data > .sb_ranking_txt_01 span{
	font-family: 'Titillium Web', sans-serif;
    font-size: 20px;
    padding-left: 2px;
    font-weight: bold;
}
.sb_ranking_data > .sb_ranking_txt_02 {
	height: 18px;
	overflow: hidden;
	text-align: center;
	font-family: 'Titillium Web', sans-serif;
	font-size: 14px;
	font-weight: 700;
}
.sb_ranking_txt_03 {
	display:none;
}
.sb_ranking_entry1 .sb_ranking_txt_02{
	color:#b59666;
}
.sb_ranking_entry2 .sb_ranking_txt_02{
	color:#9aadbf;
}
.sb_ranking_entry3 .sb_ranking_txt_02{
	color:#ad7775;
}
.sb_ranking_entry4 .sb_ranking_txt_02{
	color:#ed93c1;
}
.sb_ranking_entry5 .sb_ranking_txt_02{
	color:#ed93c1;
}

/* sb_mailmag */
.sb_mailmag {
	height: auto;
}
.sb_mailmag_body {
	padding: 10px;
}
.sb_mailmag_txt_01 {
	font-size: 10px;
}
.sb_mailmag_form {
	width: 230px;
	padding: 15px 10px 10px;
}
.sb_mailmag_form input[type=text] {
	width: 208px;
	margin-top: 5px;
}
.sb_mailmag_form #mail_regist_btn,
.sb_mailmag_form #mail_reject_btn {
	width: 110px;
	height: 28px;
	margin: 5px 1px;
	border: none;
	background: #ff748a;
	color: #fdbdcb;
	cursor: pointer;
}
.sb_mailmag_form #mail_regist_btn:hover,
.sb_mailmag_form #mail_reject_btn:hover {
	color: #fff;
}

/* sb_mobile */
.sb_mobile {
	height: auto;
}
.sb_mobile_body {
	background-color: transparent;
	padding: 0;
}
.sb_mobile_body p img {
	margin: 0;
	padding: 0;
}
.sb_mobile_form input[type=text] {
	width: 185px;
}
.sb_mobile_form select {
	margin-top: 5px;
}
.sb_mobile_form #mobile_btn {
	width: 78px;
	height: 29px;
}
.sb_mobile_form .mark {
	font-size: 14px;
	font-weight: bold;
	color: #fff;
}
/* sb_access */
.sb_access {
	height: auto;
	text-align: center;
}
.sb_access_body p img {
	padding-bottom: 5px;
}
.sb_access_body p span {
	font-size: 16px;
}
/* sb_bnr */
.sb_banner {
	height: auto;
}
.sb_banner li {
	margin-bottom: 10px;
}
.sb_banner li:last-child {
	margin-bottom: 20px;
}