div#wrapper {
	font-family:ArialMT, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", メイリオ, sans-serif;
	font-size:14px;
	line-height:140%;
	color:#303030;
	-webkit-text-size-adjust: none;
	margin:0 auto;
	padding:0 0 10px 0;
        background-color:#000000;
	/*background: url(http://sp-m.mu-mo.net/img/specials/sp/reco_k-pop18/header1.jpg)#ffd560; center top no-repeat;
	background-repeat:no-repeat;
	-moz-background-size:100% auto;
	background-size:100% auto;*/
}

/* clearfix */
.clearfix:after { content:"."; display:block; clear:both; height:0; visibility:hidden; }
.clear { clear:both; }

/*モダンブラウザ用*/
img,iframe,object {max-width: 100%;vertical-align:top;}

h1{ width:100%;margin:0 auto;text-align: center;}
h1 img{ width:100%;margin:0 auto;display:block;}

/* tab */
.tab_wrap{width:96%; margin:-23px auto 0;}
input[type="radio"]{display:none;}
.tab_area{font-size:0; margin:0 auto;position: relative;/*background:#000;*/z-index: 99;/*box-shadow: 0px 2px 2px rgba(0,0,0,0.3);-webkit-box-shadow: 0px 2px 2px rgba(0,0,0,0.3);-moz-box-shadow: 0px 2px 2px rgba(0,0,0,0.3);*/}
.tab_area label{width:33.333%;margin:0 auto;display:inline-block;padding:6px 0;color:#fff;background:#000;text-align:center;font-size:14px;/*border-bottom:2px solid #f42972;*/cursor:pointer; transition:ease 0.5s opacity;/*border-radius:6px 6px 0 0;*/}
/*.tab_area label:nth-child(2){ border-right:1px solid #303030;border-left:1px solid #303030;box-sizing:border-box; }*/
.tab_area label:hover{opacity:1.0;}
.panel_area{background:#fff;}
.tab_panel{width:100%; padding:0; display:none;}
#tab1:checked ~ .tab_area .tab1_label{background:#fff; color:#f42970;}
#tab1:checked ~ .panel_area #panel1{display:block;}
#tab2:checked ~ .tab_area .tab2_label{background:#fff; color:#f42970;}
#tab2:checked ~ .panel_area #panel2{display:block;}
#tab3:checked ~ .tab_area .tab3_label{background:#fff; color:#f42970;}
#tab3:checked ~ .panel_area #panel3{display:block;}

/* tab fixed */
.fixed .tab_area{width:913px;margin:0 auto;position:fixed;top:0px;}
@media screen and (max-width:768px){
.fixed .tab_area{width:96%;margin:0 auto;position:fixed;top:0px;}
}

/* info_btn1 */
.info_btn1 { width:100%;margin: 0 auto;padding:5px 0;background:#ffffff;position: relative;z-index: 98;}
.info_btn1 ul{ width:100%;margin: 0;padding: 0;overflow:auto;list-style-type: none;position: relative;z-index:1;}
.info_btn1 ul li{ width:100%;color: #666666;display: block;margin: 0 auto;padding:0;overflow: hidden;text-decoration: none;list-style-type: none;position: relative;border-bottom:1px dotted #808080;}
.info_btn1 ul li a{ color:#303030;text-decoration: none;list-style-type: none;}
.info_btn1 ul li:last-child { border:none; }
.info_btn1 .art-name{margin:0 auto;padding:8px 0 5px;font-size:16px;color: #f42970;text-align:left;font-weight:bold;overflow:hidden;}
.info_btn1 .art-name02{margin:0 auto;padding:18px 14px 18px 8px;font-size:16x;color: #f42970;text-align:left;font-weight:bold;overflow:hidden;}
.info_btn1 .ttl{margin:0;padding:0 18px 0 0;color:#008db7;font-size:14px;font-weight:normal;line-height:120%;text-align: justify;text-justify: inter-ideograph;word-break: break-all;overflow:hidden;}
.info_btn1 .ttl02{margin:0;padding:8px 18px 0 0;color:#008db7;font-size:14px;font-weight:normal;line-height:120%;text-align: justify;text-justify: inter-ideograph;overflow:hidden;}
.info_btn1 .contents{margin:0 auto;padding:5px 14px 5px 0;font-size:12px;text-align:left;line-height:130%;/*border-left:2px solid #303030;*/overflow:hidden;}
.info_btn1 img{width: 95px;margin: 5px;border:1px solid #e0e0e0;box-sizing:border-box;}
.info_btn1 ul li a::after {
	position: absolute;
	top: 50%;/*上からの矢印の場所*/
	right:2%;/*右からの矢印の場所*/
	display: block;
	content: '';
	width: 14px;
	height: 14px;
	margin-top: -5px;
	border-top: 1px solid #f42970;
	border-right: 1px solid #f42970;
	-webkit-transform: rotate(45deg);/*矢印の回転角度*/
	transform: rotate(45deg);/*矢印の回転角度*/
}
/* /info_btn1 */
