@charset "UTF-8";
/* -----------------------------------------------------------
   FAN-MESSAGE
------------------------------------------------------------*/
.Theme_bbs .inner iframe#iframe{
	width:100%;
	border:none;
}

.Theme_bbs #leftBox .unit .inner .bg{
	background-image:url(../img/themebbs_bg.jpg);
	}
.Theme_bbs #leftBox h1{
	width:100%;
	background-image:url(../img/themebbs_header.png);
	background-position:center center;
	background-repeat:no-repeat;
	text-indent:-9999px;
}
.Theme_bbs .inner p{
	font-size:85%;
	line-height:150%;
	color:#fff;
	
	}
.Theme_bbs .sendBtn{
	background-color:#c25717;
	text-align:center;
	}
.Theme_bbs .sendBtn a{
	display:block;
	color:#fff;
	padding:20px 0;
	}
.Theme_bbs .sendBtn a:hover{
	text-decoration:none;
	filter: alpha(opacity=80);-moz-opacity:0.80;opacity:0.80;
	}

.Theme_bbs #leftBox h2{
	display:block;	
	text-align:center;	
	letter-spacing:0.04em;
	color:#fff;
	}


/* CAUTION*/
.Theme_bbs .caution h2{
	color:#f9d24a !important;	
	text-shadow: 1px 1px 3px #000;
	}
.Theme_bbs .caution ul{ 
	list-style:outside disc;
	font-size:85%;
	padding:30px 10px 0 20px;
	margin-bottom:50px;
	}
.Theme_bbs .caution li{
	line-height:140%;
	margin-bottom:10px;
	color:#fff;
	text-shadow: 1px 1px 3px #000;
	}
	
/* NEXT-BACK*/
.Theme_bbs #next,.Theme_bbs #prev{ 
	text-indent:-9999px;
	}
.Theme_bbs #prevnext ul{ 
	list-style:none;
	}
.Theme_bbs #prevnext p{ 
	display:none;
	}

.Theme_bbs #next{ 
	float:right;
	}
.Theme_bbs #prev{ 
	float:left;
	}
.Theme_bbs #next a{
	display:block;
	width:140px;
	height:0;
	overflow:hidden;
	background:url(../img/themebbs_backnext.png) right center no-repeat;
	padding-top:27.27%;
	background-size:cover;
	}
.Theme_bbs #prev a{
	display:block;
	width:140px;
	height:0;
	overflow:hidden;
	background:url(../img/themebbs_backnext.png) left center no-repeat;
	padding-top:27.27%;
	background-size:cover;
	}
.Theme_bbs #prevnext a:hover{
	filter: alpha(opacity=80);-moz-opacity:0.80;opacity:0.80;
	}


.Theme_bbs #Bknum ul{
	list-style:none;
	}
.Theme_bbs #Bknum h3{
	height:42px;
	display:block;	
	background-color:#f9d24a;
	background-image:url(../img/themebbs_plus.png);
	background-position: right center;
	background-repeat:no-repeat;
	}
.Theme_bbs #Bknum h3 span{
	display:block;
	padding:10px;
	line-height:150%;
	color:#1b1b1b;
	font-size:90%;
	}
.Theme_bbs #Bknum li{
	height:42px;
	background-color:#dedede;
	box-sizing:border-box;
	border-bottom:1px solid #999;
	}
.Theme_bbs #Bknum li span{
	background:#000;
	color:#fff;
	padding:3px;
	}
.Theme_bbs #Bknum li a{
	height:42px;
	line-height:42px;
	vertical-align: middle;
	display:block;
	padding:0 10px;
	color:#1b1b1b;
	}

@media all and (min-width: 768px) {
.Theme_bbs #leftBox .unit .inner{
	padding:20px;
	}
.Theme_bbs #leftBox .unit .inner .bg{
	padding:0 20px;
	}
.Theme_bbs #leftBox h1{
	padding-top:94.82%;
	}
.Theme_bbs #leftBox #introText{
	text-indent:-9999px;
	}
.Theme_bbs #leftBox #theme{
	width:560px;
	margin:0 auto;
	text-indent:-9999px;
	}
.Theme_bbs .vol1 #theme{background:url(../theme_bbs/img/theme1.png) no-repeat; height:222px;}
.Theme_bbs .vol2 #theme{background:url(../theme_bbs/img/theme2.png) no-repeat; height:222px;}
.Theme_bbs .vol3 #theme{background:url(../theme_bbs/img/theme3.png) no-repeat; height:222px;}
.Theme_bbs .vol4 #theme{background:url(../theme_bbs/img/theme4.png) no-repeat; height:222px;}

.Theme_bbs #Bknum{
	margin-bottom:30px;
	}
.Theme_bbs #Bknum li{
	font-size:90%;
	}
.Theme_bbs #Bknum li span{
	margin-right:10px;
	}	
.Theme_bbs .sendBtn{
	width:270px;
	margin:0 auto 20px;
	}
.Theme_bbs .sendBtn a{
	font-size:140%;
	letter-spacing:0.06em;
		}
.Theme_bbs #leftBox h2{
	font-size:110%;
	}
	
/* NEXT-BACK*/
.Theme_bbs #prevnext{
	padding:20px 0 30px;
	}

/* CAUTION*/
.Theme_bbs .caution{
	padding:50px 20px 30px !important;
	}
}
@media all and (max-width: 767px) {
.Theme_bbs #leftBox .unit .inner{
	padding:0;
	}
.Theme_bbs #leftBox h1{
	background-size:cover;
	padding-top:58%;
	background-position:top center;
	}
.Theme_bbs #leftBox #introText{
	padding-top:10px;
	text-shadow: 1px 1px 3px #000;
	width:90%;
	margin:0 auto 20px;
	font-weight:bold;
	letter-spacing:0.04em;
	line-height:160%;
	}
.Theme_bbs #leftBox #theme{
	width:80%;
	margin:0 auto 20px;
	background:#24231e;
	padding:20px;
	}
.Theme_bbs #Bknum{
	width:90%;
	margin:0 auto 20px;
	}
.Theme_bbs #Bknum li{
	font-size:80%;
	}
.Theme_bbs #Bknum li span{
	margin-right:5px;
	}	
.Theme_bbs #leftBox h2{
	font-size:100%;
	padding-bottom:5px;
	line-height:160%;
	}
.Theme_bbs #leftBox h2 .no{
	width:50%;
	margin:-30px auto 10px;
	display:block;
	padding:0 5px;
	background-color:#f9d24a;
	color:#1b1b1b;
	font-size:90%;
}
.Theme_bbs .sendBtn{
	width:70%;
	margin:0 auto 10px;
	}
.Theme_bbs .sendBtn a{
	font-size:120%;
	letter-spacing:0.06em;
		}
		
/* NEXT-BACK*/
.Theme_bbs #prevnext{
	width:90%;
	margin:0 auto;
	padding-bottom:20px;
	}

/* CAUTION*/
.Theme_bbs .caution{
	margin:0 auto;
	padding:40px 20px 30px !important;
	}
}
