@charset "UTF-8";


/* TEMPLATE +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Retina parts */
@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-resolution:1.5dppx){

}
/* TEMPLATE Retina parts end*/


/* 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;
	color:#000000;
}

#header_area>div{
	max-width:980px;
	height:75px;
	margin:0px auto;
	padding:0px;
	position:relative;
	overflow:hidden;
}

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

#header_area nav ul{
	width:330px;
	margin:0px;
	padding:0px;
	list-style-type:none;
	font-size:12px;
	line-height:19px;
	text-align:right;
}

#header_area nav{
	display:block;
	position:absolute;
	top:25px;
	right:185px;
}

#header_area nav ul li{
	margin:0px;
	display:inline-block;
}

#header_area nav li a,#header_area nav li span{
	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{
	position:absolute;
	top:0px;
	right:0px;
}

#header_area address img{
	width:175px;
	height:75px;
}

#nav_menu{
	display:none;
}

#footer_nav_area_bg{
	background-color:#404040;
	position:relative;
}

#footer_nav_area{
	max-width:980px;
	margin:0px auto;
	overflow:hidden;
}

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


#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_area ul{
	margin:30px 0px 0px;
	padding:0px;
	list-style-type:none;
	font-size:12px;
	color:#ffffff;
	line-height:1em;
	float:right;
}

#footer_nav_area li{
	display:inline;
}

#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*/

#product_vol02_ar_key_area_bg{
	width:100%;
	height:250px;
	margin:0px 0px 10px;
	background-image:url(../../../img/product_vol02_point_key_bg.png);
	background-repeat:no-repeat;
	background-size:cover;
	background-color:#777777;
}

#product_vol02_ar_key_area{
	max-width:980px;
	margin:0px auto;
}

#product_vol02_ar_key_area h2{
	width:380px;
	margin:0px;
	padding:9% 0px 0px;
	font-size:10px;
	line-height:1em;
	box-sizing:border-box;
}

#product_vol02_ar_key_area h2 img{
	width:100%;
	height:auto;
}


#pan_area{
	max-width:980px;
	margin:0px auto 0px;
	box-sizing:border-box;
}

#pan_area p{
	font-size:12px;
}

#pan_area p a{
	text-decoration:none;
	color:#ffffff;
}

#pan_area p a:link{
	color:#ffffff;
}

#pan_area p a:visited{
	color:#ffffff;
}

#pan_area p a:hover{
	color:#b71b2c;
}

#pan_area p a:active{
	color:#333333;
}

#product_vol02_ar_main_area{
	width:100%;
	margin:0px 0px 40px;
	background-image:url(../img/ar_main_bg.png);
	background-repeat:no-repeat;
	background-position:right center;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	background-size:cover;
	box-sizing:border-box;
}

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

	#product_vol02_ar_main_area{
		width:100%;
		margin:0px 0px 40px;
		background-image:url(../img/ar_main_bg.png);
		background-repeat:no-repeat;
		background-position:-120px center;
		-webkit-background-size:cover;
		-moz-background-size:cover;
		background-size:cover;
		box-sizing:border-box;
		border-bottom:1px solid #333333;
	}

}

@media screen and (min-width:1400px){

	#product_vol02_ar_main_area{
		width:100%;
		height:500px;
		margin:0px 0px 40px;
		background-image:url(../img/ar_main_bg_pc.png);
		background-repeat:no-repeat;
		background-position:30% top;
		-webkit-background-size:auto;
		-moz-background-size:auto;
		background-size:auto;
		box-sizing:border-box;
		border-bottom:1px solid #333333;
	}


}

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

#product_vol02_ar_main_copy h3{
	width:55%;
	margin:0px 0px 30px;
	font-size:10px;
	line-height:1em;
	float:right;
}

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

#product_vol02_ar_main_copy p{
	width:55%;
	margin:0px;
	text-align:justify;
	text-justify:inter-ideograph;
	float:right;
}

#product_vol02_ar_sub_area{
	max-width:980px;
	margin:0px auto 40px;
	overflow:hidden;
	box-sizing:border-box;
}

#product_vol02_ar_sub_area article{
	width:43%;
	margin:0px 3% 0px;
	text-align:center;
	float:left;
}

#product_vol02_ar_sub_area article h3{
	width:80%;
	margin:60px auto 15px;
	padding:0px 0px 0px 10px;
	border-left:3px solid #b71b2c;
}

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

#product_vol02_ar_sub_area article:nth-child(2) h3{
	width:60%;
	margin:60px auto 15px;
	padding:0px;
	border-left:3px solid #b71b2c;
}

#product_vol02_ar_sub_area article:nth-child(2) h3 img{
	width:90%;
	height:auto;
}

#product_vol02_ar_sub_area article p{
	text-align:justify;
	text-justify:inter-ideograph;
}

#product_vol02_ar_sub_area article p a{
	text-decoration:none;
	color:#3880cd;
}

#product_vol02_ar_sub_area article p a:hover{
	color:#6fb0f5;
}

#product_vol02_ar_sub_thum{
	margin:0px;
	padding:0px;
	list-style-type:none;
	clear:both;
	overflow:hidden;
}

#product_vol02_ar_sub_thum li{
	width:48%;
	margin:1%;
	float:left;
}

#product_vol02_ar_sub_thum li img{
	width:100%;
	height:auto;
}


#product_vol02_point_link_area{
	max-width:980px;
	margin:0px auto 50px;
	border-top:1px solid #f7e049;
	overflow:hidden;
}

#product_vol02_point_link_area ul{
	width:100%;
	margin:0px;
	padding:20px 0px 0px;
	list-style-type:none;
}

#product_vol02_point_link_area ul li{
	width:18%;
	margin:0px 1%;
	float:left;
}

#product_vol02_point_link_area ul li img{
	width:100%;
	height:auto;
}

#product_vol02_point_link_area a:hover{
	opacity:0.8;
}

#product_vol02_point_bottom_area{
	max-width:980px;
	margin:0px auto;
	overflow:hidden;
}

#product_vol02_point_bottom_area_left{
	width:48%;
	margin:0px auto;
	float:left;
	overflow:hidden;
}

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

#product_vol02_order_area_copy{
	width:100%;
}

#product_vol02_order_area_copy h3{
	width:80%;
	margin:0px 0px 30px 15px;
	padding:0px 0px 0px 10px;
	border-left:3px solid #b71b2c;
}

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

#product_vol02_order_area_copy p{
	margin:20px;
	font-size:13px;
	text-align:justify;
	text-justify:inter-ideograph;
}

#product_vol02_order_area_left{
	width:48%;
	float:left;
	text-align:center;
}

#product_vol02_order_area_left img{
	width:65%;
	height:auto;
}

#product_vol02_order_area_right{
	width:48%;
	float:right;
}

#product_vol02_order_area_right a{
	width:1000%;
}

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

#product_vol02_order_area_right a:hover{
	opacity:0.8;
}

#product_vol02_order_area_right p{
	margin:5px 0px 0px;
	font-size:11px;
	text-align:left;
}

#product_vol02_point_bottom_area_right{
	width:48%;
	margin:0px auto;
	float:right;
	overflow:hidden;
}


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

#series_banner_area img{
	width:100%;
	height:auto;
	margin:0px 0px 20px;
}

#series_banner_area a{
	width:100%;	
}

#series_banner_area a:hover{
	opacity:0.8;
}


.button{
	padding:4px 8px;
	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:11px;
}
