@charset "UTF-8";
/* CSS Document */

@media screen and (max-width:600px){
	
body{
	margin:0px;
	background-color:#000;
	font-family:Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	color:#eee;
}

img { border-style:none;
	vertical-align: bottom;}

a img { border-style:none; }

*{
margin: 0;
padding: 0;
}

#header_wrapper{
	width:100%;
	margin-bottom: 20px;
}

#header_wrapper img{
	max-width:100%;
	margin-left:auto;margin-right:auto;display:table;
}

#header{
	width:100%;
}

#productbody{
	width:90%;
	margin:0 auto;
}

.productbox1{
	width:100%;
	margin-bottom:100px;
	padding-bottom:40px;
	border-bottom:1px solid #ccc;
}

.productbox2{
	width:100%;
}

.product_left{
	width:100%;
	margin-bottom: 20px;
}

.product_right{
	width:100%;
}

.product_title{
	width:100%;
	font-size:18px;
	font-weight:bold;
	color:#FFF;
	margin-bottom:20px;
	background-color: rgba(89,83,46,1.00);
	padding:5px;
	box-sizing: border-box;
	border:3px double #000;
}

.product_detail{
	width:100%;
	font-size:14px;
}

.text01{
	font-size:14px;
	font-weight:bold;
	margin-bottom:20px;
}

.text02{
	font-size:15px;
	margin-bottom:20px;
	line-height:140%;
}

.textbox{
	width:100%;
	margin-bottom:30px;
}

.text03{
	font-size:13px;
	line-height:140%;
}

.text04{
	width:100%;
	font-size:14px;
	margin-bottom:10px;
}

#copy_body{
	width:100%;
	background-color:#000000;
	font-size:12px;
	text-align:center;
	color:#ddd;
	margin-bottom: 30px;
}

#bnrarea{
	width:100%;
	margin:0 auto;
}

.bnr{
	width:48%;
	margin:1%;
	float:left;
	background-color: #fff;
}

.bnr a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=50);
  -ms-filter: "alpha(opacity=50)";
}

.tosite{
	width:80%;
	margin:0 auto;
}

.content {
  	position: relative;
	margin: 0 auto;
	padding: 0;
}

#intro_wrapper{
	width:100%;
	background: url(../images/intro.jpg) 50% 0 no-repeat fixed; 
}

#intro_wrapper img{
	max-width:100%;
	margin-left:auto;margin-right:auto;display:table;
}

#dvdbd_wrapper{
	width:100%;
	background: url(../images/dvdbd.jpg) 50% 0 no-repeat fixed; 
}

#dvdbd_wrapper img{
	max-width:100%;
	margin-left:auto;margin-right:auto;display:table;
}

#bnr_wrapper{
	width:100%;
	background: url(../images/bnr.jpg) 50% 0 no-repeat fixed; 
}

#bnr_wrapper img{
	max-width:100%;
	margin-left:auto;margin-right:auto;display:table;
}

.inner{
	width:90%;
	margin:0 auto;
	padding:100px 0 100px 0;
	text-align:justify;
	word-break:break-all;
	font-size:13px;
	color:#ddd;
}

.inner_intro{
	width:90%;
	margin:0 auto;
	padding:100px 0 100px 0;
	text-align:justify;
	word-break:break-all;
	font-size:16px;
	font-weight: bold;
	color:#ddd;
	line-height: 180%;
	overflow: hidden; /* heightを戻す */
}

.intro_photo{
	width:100%;
	margin-bottom: 20px;
}

.intro_text{
	width:100%;
}

#bottom_wrapper{
	width:100%;
	background-color: #000;
}

#bottom_wrapper img{
	max-width:100%;
	margin-left:auto;margin-right:auto;display:table;
}

#bottom{
	width:90%;
	margin:0 auto;
	padding-top:50px;
	padding-bottom:50px;
}



dl.textlist {
	width:100%;
	line-height:150%;
	border-top: none;
	margin-bottom:10px;
	font-size:14px;
}

dl.textlist dt {
	width: 100%;
	color:ddd;
	background-color: rgba(159,0,2,0.7);
	margin-bottom: 10px;
	padding:5px;
	box-sizing: border-box;
}
	
dl.textlist dd {
	width:100%;
}

#bnrmidashi{
	width:80%;
	margin:0 auto;
	margin-bottom: 20px;
}

}