@charset "UTF-8";


/* INTERFACE */


body{
	margin:0px;
	padding:0px;
	background: #45484d; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: -moz-linear-gradient(top,  #45484d 0%, #000000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#45484d), color-stop(100%,#000000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #45484d 0%,#000000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #45484d 0%,#000000 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #45484d 0%,#000000 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #45484d 0%,#000000 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=0 ); /* IE6-8 */
	color:#ffffff;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	-webkit-text-size-adjust:100%;
}



#header_area{
	background-color:#ffffff;
	padding:0px 20px 0px;
	box-sizing: border-box;
	color:#000000;
}

#header_area>div{
	width:100%;
	height:75px;
	margin:0px auto;
	padding:0px;
	position:relative;
}

#header_area h1{
	margin:0px;
	font-size:14px;
	line-height:1em;
	position:absolute;
	top:0px;
	left:0px;
}

#header_area nav{
	display:none;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	width:100%;
	background-color:#000000;
	-webkit-border-radius:5px;
	border-radius:5px;
	position:absolute;
	top:75px;
	left:0px;
	z-index:999;
}


#header_area nav ul{
	width:100%;
	padding:0px;
	list-style-type:none;
	font-size:15px;
	line-height:0.5em;
}

#header_area nav ul li{
	margin:0px;
}

.header_nav_partition{
	display:none;
}

#header_area nav li a,#header_area nav li #now_page{
	display:block;
	padding:10px;
	margin:10px;
	background-color:#ffffff;
	-webkit-border-radius:5px;
	border-radius:5px;
	text-decoration:none;
}

#header_area nav li a:link{
	color:#333333;
}
#header_area nav li a:visited{
	color:#333333;
}
#header_area nav li a:hover{
	color:#b71b2c;
}
#header_area nav li a:active{
	color:#333333;
}
#header_area nav li #now_page{
	color:#b71b2c;
}

#header_area address{
	display:none;
}

#nav_menu{
	display:block;
	width:40px;
	height:40px;
	background-image:url("../../../img/interface/nav_icon.png");
	background-repeat:no-repeat;
	-webkit-background-size:40px 40px;
	background-size:40px 40px;
	position:absolute;
	top:20px;
	right:0px;
	cursor:pointer;
}

#footer_nav_area_bg{
	background-color:#404040;
	padding:0px 20px 0px;
	position:relative;
}

#footer_nav_area{
	width:100%;
	margin:0px auto;
	overflow:hidden;
	text-align:center;
}

#footer_nav_area h1{
	margin:0px;
	font-size:14px;
	line-height:1em;
}

#footer_nav_area #footer_pagetop{
	width:150px;
	position:absolute;
	top:-15px;
	right:20px;
	z-index:999;
}

#footer_nav_area #footer_pagetop img{
	width:100%;
	height:auto;
}

.footer_nav_partition{
	display:none;
}

#footer_nav_area ul{
	display:inline;
	margin:10px 0px 0px;
	padding:0px;
	list-style-type:none;
	font-size:12px;
	color:#ffffff;
	line-height:1em;
}

#footer_nav_area li{
	display:block;
	padding:15px 0px;
	border-top:1px solid #939393;
}

#footer_nav_area li a{
	color:#ffffff;
	text-decoration:none;
}

#footer_copy_area_bg{
	background-color:#0c0c0c;
}

#footer_copy_area{
	max-width:980px;
	margin:0px auto;
	text-align:center;
}

#footer_copy_area small{
	display:inline-block;
	color:#ffffff;
	font-size:9px;
	margin:0px auto;
	padding:20px 0px 20px;
	font-family:verdana;
}

/* INTERFACE END*/



#producs_vol1_key_area_bg{
	width:100%;
	padding:0px 20px 10px;
	background-image:url("../img/producs_vol01_key_bg.jpg");
	background-repeat:no-repeat;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	background-size:cover;
	background-position:center bottom;
	box-sizing:border-box;
}

#producs_vol1_key_area{
	max-width:980px;
	margin:0px auto;
	padding:20px;
	overflow:hidden;
	box-sizing:border-box;
}

#producs_vol1_key_area #pan{
	font-size:12px;
	color:#000000;
	box-sizing:border-box;
}

#producs_vol1_key_area #pan a{
	text-decoration:none;
	color:#000000;
}

#producs_vol1_key_area #pan a:link{
	color:#000000;
}

#producs_vol1_key_area #pan a:visited{
	color:#000000;
}

#producs_vol1_key_area #pan a:hover{
	color:#b71b2c;
}

#producs_vol1_key_area #pan a:active{
	color:#000000;
}

#producs_vol1_key_area h2{
	max-width:800px;
	margin:20px auto 250px;
	font-size:10px;
	line-height:1em;
	box-sizing:border-box;
}

#producs_vol1_key_area h2 img{
	width:100%;
	height:auto;
	box-sizing:border-box;
}

#producs_vol1_key_area_copy{
	width:100%;
	margin:0px auto;
	padding:0px 10px 20px;
	font-size:15px;
	overflow:hidden;
}

#producs_vol1_key_area_copy_left{
	width:100%;
	text-align:justify;
	text-justify:inter-ideograph;
}

#producs_vol1_key_area_copy_left h3{
	width:90%;
	margin:6% 0px 20px 0px;
	padding:0px 0px 0px 10px;
}

#producs_vol1_key_area_copy_left h3 img{
	width:100%;
	height:auto;
}

#producs_vol1_key_area_copy_left p{
	margin:10px 20px 10px;
	font-size:14px;
	text-align:justify;
	text-justify:inter-ideograph;
}

.button{
	padding:4px 10px;
	border: 1px solid #5e0000;
	background-color: #c53131;
	background-image: -webkit-linear-gradient(top, #c53131, #9c2a2a);
	background-image: linear-gradient(to bottom, #c53131, #9c2a2a);
	border-radius: 4px;
	color: #fff;
	line-height: 50px;
	-webkit-transition: none;
	transition: none;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
	text-decoration:none;
	font-size:12px;
}

.button:hover{
	opacity:0.8;
}
#producs_vol1_point_about{
	width:100%;
	padding:10px;
	box-sizing:border-box;
	overflow:hidden;
}

#producs_vol1_point_about_left{
	width:52%;
	float:left;
}

#producs_vol1_point_about a img{
	width:100%;
	height:auto;
}

#producs_vol1_point_about_right{
	width:45%;
	float:right;
}

#producs_vol1_point_about h3{
	width:100%;
	margin:0px 0px 10px 0px;
	padding:0px 0px 0px 5px;
	line-height:1em;
	font-size:10px;
}

#producs_vol1_point_about h3 img{
	width:100%;
	height:auto;	
}

#producs_vol1_point_about p{
	margin:0px;
	text-align:justify;
	text-justify:inter-ideograph;
}

#producs_vol1_key_area_copy_right{
	width:35%;
	float:right;
}

#producs_vol1_key_area_copy_right img{
	width:90%;
	height:auto;
}

#producs_vol1_key_area_copy_right a{
	width:100%;
}

#producs_vol1_key_area_copy_right a img{
	width:90%;
	height:auto;
}

#producs_vol1_key_area_copy_right a:hover{
	opacity:0.8;
}

#producs_vol1_key_area_copy_right p{
	margin:5px 0px 0px;
	font-size:11px;
}

#producs_vol1_key_area_copy_right{
	width:100%;
}

#producs_vol1_key_area_copy_right img{
	width:100%;
	height:auto;
	padding:10px 0px 10px;
}

#producs_vol1_key_area_copy_right a img{
	width:100%;
	height:auto;
}

#producs_vol1_key_area_copy_right a:hover{
	opacity:0.8;
}

#producs_vol1_key_area_copy_right p{
	margin:5px 0px 0px;
	font-size:11px;
}

#producs_vol1_point_detail{
	width:100%;
	height:auto;
	background-image:url("../img/producs_vol1_point_detail_bg.png");
	background-repeat:no-repeat;
	background-size:220%;
	background-position:left bottom;
	box-sizing:border-box;
	overflow:hidden;
	position:relative;
}

.producs_vol1_point_link{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	overflow:hidden;
}

#producs_vol1_point_detail section{
	width:100%;
	margin:0px auto;
	padding:0px 20px;
	box-sizing:border-box;
}

#producs_vol1_point_detail_content{
	width:100%;
	margin:0px 0px 200px;
}

#producs_vol1_point_detail h3{
	width:100%;
	margin:40px auto 20px;
	line-height:1em;
	font-size:10px;
	font-weight:normal;
}

#producs_vol1_point_detail h3 img{
	width:100%;
	height:auto;
}

#producs_vol1_point_detail p{
	margin:10px 0px;
	font-size:13px;
	text-align:justify;
	text-justify:inter-ideograph;
}

#producs_vol1_point_ar{
	width:100%;
	height:auto;
	padding:0px 20px;
	background-image:url("../img/producs_vol1_point_ar_bg.png");
	background-repeat:no-repeat;
	background-size:220%;
	background-position:right bottom;
	background-color:#cccccc;
	box-sizing:border-box;
	overflow:hidden;
	position:relative;
}

#producs_vol1_point_ar section{
	max-width:980px;
	margin:0px auto 530px;
}

@media screen and (max-width:500px){

	#producs_vol1_point_ar section{
		max-width:980px;
		margin:0px auto 120%;
	}

}

@media screen and (max-width:420px){

	#producs_vol1_point_ar section{
		max-width:980px;
		margin:0px auto 150%;
	}

}

#producs_vol1_point_ar_content{
	width:100%;
	margin:0px auto;
	float:left;
}

#producs_vol1_point_ar h3{
	width:100%;
	margin:50px 0px 20px;
	line-height:1em;
	font-size:10px;
}

#producs_vol1_point_ar h3 img{
	width:100%;
	height:auto;
}

#producs_vol1_point_ar p{
	margin:10px 0px;
	font-size:13px;
	color:#000000;
	text-align:justify;
	text-justify:inter-ideograph;
}

#producs_vol1_point_mook{
	width:100%;
	height:auto;
	padding:20px 50px;
	background-image:url("../img/producs_vol1_point_mook_bg.png");
	background-repeat:no-repeat;
	background-position:20% bottom;
	-webkit-background-size:350%;
	-moz-background-size:350%;
	background-size:350%;
	box-sizing:border-box;
	overflow:hidden;
	position:relative;
}

#producs_vol1_point_mook section{
	max-width:980px;
	margin:0px auto 100%;
}

#producs_vol1_point_mook_content{
	width:100%;
}

#producs_vol1_point_mook h3{
	width:100%;
	margin:2% 0px 20px;
	line-height:1em;
	font-size:10px;
}

#producs_vol1_point_mook h3 img{
	width:100%;
	height:auto;
}

#producs_vol1_point_mook p{
	margin:10px 0px;
	font-size:13px;
	text-align:justify;
	text-justify:inter-ideograph;
}


#producs_vol1_point_cd{
	width:100%;
	height:auto;
	padding:20px 50px;
	background-image:url("../img/producs_vol1_point_cd_bg.png");
	background-repeat:no-repeat;
	background-position:79% bottom;
	-webkit-background-size:350%;
	-moz-background-size:350%;
	background-size:350%;
	box-sizing:border-box;
	background-color:#cccccc;
	overflow:hidden;
	position:relative;
}

#producs_vol1_point_cd section{
	max-width:980px;
	margin:0px auto 100%;
}

#producs_vol1_point_cd_content{
	width:100%;
}

#producs_vol1_point_cd h3{
	width:100%;
	margin:2% 0px 20px;
	line-height:1em;
	font-size:10px;
}

#producs_vol1_point_cd h3 img{
	width:100%;
	height:auto;
}

#producs_vol1_point_cd p{
	margin:10px 0px;
	font-size:13px;
	text-align:justify;
	text-justify:inter-ideograph;
}



#producs_vol1_order{
	width:100%;
	padding:10px 10px 100px;
	background-image:url("../img/producs_vol1_key_about_bg.jpg");
	box-sizing:border-box;
}

#producs_vol1_order section{
	width:100%;
	margin:0px auto;
	overflow:hidden;
}

#producs_vol1_order_copy_left{
	width:100%;
}

#producs_vol1_order_copy_left h3{
	width:100%;
	margin:40px auto 20px;
	line-height:1em;
	color:#000000;
	font-size:10px;
}

#producs_vol1_order_copy_left h3 img{
	width:100%;
	height:auto;
}

#producs_vol1_order_copy_left p{
	width:100%;
	margin:10px 0px;
	color:#000000;
	font-size:13px;
	text-align:justify;
	text-justify:inter-ideograph;
}

#producs_vol1_order_copy_right{
	width:100%;
}

#producs_vol1_order_copy_right>img{
	width:100%;
	height:auto;
}

#producs_vol1_order_copy_right a img{
	width:100%;
	height:auto;
}

#producs_vol1_order_copy_right p{
	margin:5px 0px 0px;
	font-size:11px;
	text-align:center;
	color:#000000;
	padding:0px 0px 0px 20px;
}
