@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: 32px;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	margin-bottom: 5px;
}
#sidebar h3 span {
	font-family: 'Amiri', serif;
	font-weight: 700;
	font-size: 22px;
	margin-right: 10px;
	background: -webkit-linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%, rgba(255,255,68,0.8) 50%, rgba(255,255,68,0.8) 72%, rgba(0,0,0,0) 72%, rgba(0,0,0,0) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%, rgba(255,255,68,0.8) 50%, rgba(255,255,68,0.8) 72%, rgba(0,0,0,0) 72%, rgba(0,0,0,0) 100%);
}
#sidebar .more {
	position: relative;
}
#sidebar .more_btn_01 {
	position: absolute;
	top: 4px;
	right: 0;
}
#sidebar .more_btn_01 a {
	width: 70px;
	height: 22px;
	line-height: 22px;
	font-size: 10px;
	color: #fff;
	display: block;
	border: solid 1px #a4a4a4;
	background: #003799;
	background: -moz-linear-gradient(top,  #446cb4 0%, #003799 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#446cb4), color-stop(100%,#003799));
	background: -webkit-linear-gradient(top,  #446cb4 0%,#003799 100%);
	background: -o-linear-gradient(top,  #446cb4 0%,#003799 100%);
	background: -ms-linear-gradient(top,  #446cb4 0%,#003799 100%);
	background: linear-gradient(to bottom,  #446cb4 0%,#003799 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#446cb4', endColorstr='#003799',GradientType=0 );
}
#sidebar .more_btn_01 a:before {
	content: url("/com/temp2/img/arrow_icon_s.png");
	vertical-align: middle;
	padding-right: 4px;
}
#sidebar .more_btn_02 {
}
#sidebar .more_btn_02 a {
	width: 90px;
	height: 28px;
	line-height: 28px;
	text-align: left;
	color: #fff;
	display: block;
	margin: 10px auto 0;
	border: solid 1px #a4a4a4;
	background: #003799;
	background: -moz-linear-gradient(top,  #446cb4 0%, #003799 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#446cb4), color-stop(100%,#003799));
	background: -webkit-linear-gradient(top,  #446cb4 0%,#003799 100%);
	background: -o-linear-gradient(top,  #446cb4 0%,#003799 100%);
	background: -ms-linear-gradient(top,  #446cb4 0%,#003799 100%);
	background: linear-gradient(to bottom,  #446cb4 0%,#003799 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#446cb4', endColorstr='#003799',GradientType=0 );
}
#sidebar .more_btn_02 a:before {
	content: url("/com/temp2/img/arrow_icon.png");
	vertical-align: middle;
	padding: 0 6px;
}

/* 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: #003799;
}
#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: #280e10;
}
.sb_movie_body p a {
	color: #003799;
	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;
}
.sb_ranking_body > div {
	width: 276px;
	height: 100px;
	padding:0;
	overflow: hidden;
	margin-bottom: 10px;
}
.sb_ranking_thumb {
	float: left;
	overflow: hidden;
}
.sb_ranking_thumb img {
	width: 100px !important;
	height: 100px !important;
}
.sb_ranking_data {
	width: 170px;
	height: 103px;
	padding: 0 0 0 5px;
	float: left;
	overflow: hidden;
}
.sb_ranking_number {
	height: 58px;
	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/no1.png) no-repeat 0 0;
	background-size:100%;
}
.sb_ranking_entry2 .sb_ranking_number {
	background:url(/com/temp2/img/ranking/no2.png) no-repeat 0 0;
	background-size:100%;
}
.sb_ranking_entry3 .sb_ranking_number {
	background:url(/com/temp2/img/ranking/no3.png) no-repeat 0 0;
	background-size:100%;
}
.sb_ranking_entry4 .sb_ranking_number {
	background:url(/com/temp2/img/ranking/no4.png) no-repeat 0 0;
	background-size:100%;
}
.sb_ranking_entry5 .sb_ranking_number {
	background:url(/com/temp2/img/ranking/no5.png) no-repeat 0 0;
	background-size:100%;
}
.sb_ranking_data > .sb_ranking_txt_01 {
	color: #003799;
	font-size: 16px;
	font-weight: bold;
	text-align:center;
	margin-top:3px;
}
.sb_ranking_data > .sb_ranking_txt_01 span{
	font-size:80%;
}
.sb_ranking_data > .sb_ranking_txt_02 {
	color: #414141;
	font-size: 12px;
	height: 18px;
	overflow: hidden;
	text-align:center;
}
.sb_ranking_txt_03 {
	display:none;
}
#sidebar .sb_ranking_header h3{
	margin:0 0 10px;
}

/* sb_mailmag */
.sb_mailmag {
	height: auto;
}
#sidebar .sb_mailmag h3 {
	background: url("/com/temp2/img/mmag/mmag_title_bg.jpg") repeat-x;
}
.sb_mailmag_body {
	background-color: #f2e8d9;
	padding: 10px;
}
.sb_mailmag_txt_01 {
	font-size: 10px;
	color: #996c33;
}
.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 {
	color: #003799;
	font-weight: bold;
}
/* sb_bnr */
ul.sb_bnr {
	width: 300px;
	overflow: hidden;
	margin: 0 0 20px;
}
ul.sb_bnr li {
	margin-bottom: 5px;
}