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

@media screen and (min-width: 601px){
	
body{
	margin:0px;
	background-color:#000;
	font-family:'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial,
	color:#eee;
}

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

a img { border-style:none; }

a:hover img { border-style:none; }

*{
margin: 0;
padding: 0;
}

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

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

#productbody{
	width:960px;
	margin:0 auto;
	padding-top:40px;
}

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

.productbox2{
	width:100%;
}

.product_left{
	width:40%;
	float:left;
}

.product_right{
	width:56%;
	float:right;
}

.product_title{
	width:100%;
	font-size:18px;
	font-weight:bold;
	color:#FFF;
	margin-bottom:20px;
	background-color:rgba(164,0,2,0.7);
	padding:5px;
	box-sizing: border-box;
	border:3px double rgba(164,0,2,1);
}

.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;
	border-bottom:3px #666 double;
	padding-bottom:5px;
	margin-bottom:10px;
}

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

#bnrarea{
	width:960px;
	margin:0 auto;
}

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

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

.tosite{
	width:35%;
	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:960px;
	margin:0 auto;
	padding:100px 0 100px 0;
	text-align:justify;
	word-break:break-all;
	font-size:13px;
	color:#ddd;
}

.inner_intro{
	width:960px;
	margin:0 auto;
	padding:150px 0 150px 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:45%;
	float: left;
}

.intro_text{
	width:52%;
	float: right;
}


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

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

#bottom{
	width:960px;
	margin:0 auto;
	padding-top:70px;
	padding-bottom:70px;
}



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

dl.textlist dt {
	margin: 0;
	width: 20%;
	float: left;
	color:ddd;
}
	
dl.textlist dd {
	margin: 0 0 0 20%;
}

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

}