

body{
}
#contents_area {
	/*padding: 0 0 120px 0;*/
	position: relative;
	z-index: 100;
    text-align: center;
}
.nonborder {
  border:none;
  outline:none;
}

/*-----------------------------------------------
main
-------------------------------------------------*/
#main {
	position: relative;
	max-width: 100%;
	padding-top: 53%; 
	margin-top: 0;
}
#main .main_img {
	position: fixed;	
	left: 0;
	top: 0px;
	width: 100%;
	z-index: -1;
}
#main .brand_back {
	position: absolute;
	top: 140px;
	width: 100%;
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}
#main .brand {
	position: absolute;
	top: 150px;
	left:	calc(50% - 480px);
	width: 55%;
}
#main .catch {
	position: absolute;
	width: 100%;
	top: 15%;
	/*left:	calc(50% - 480px);*/
	margin: 10% auto;
}
#main .catch p {
	color: #FFF;
	line-height: 1.4em;
	text-align: center;
	text-shadow:0px 0px 6px #000;
}
/*-----------------------------------------------
main
-------------------------------------------------*/
.f-1l {
	font-size: 40px;
	font-weight: bold;
}
.f-2l {
	font-size: 16px;
}


/*-----------------------------------------------
top_section
-------------------------------------------------*/
.top_section h2{
	font-size: 30px;
	margin: 50px 0 70px;
	text-align: center;
}
.top_section h3{
	font-size: 24px;
	line-height: 36px;
	margin: 50px 0 20px;
	width: 100%;
	padding: 5px 0;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
 }
.top_section h4{
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	margin: 0 0 20px 0;
	width: 100%;
	padding:0;
 }
.inner_wrap{
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}
.cont_box{
	width: 100%;
	max-width: 780px;
	float: left;
}
.cont_box p{
	margin-bottom: 10px;
}

.cont_catch p{
	font-size: 16px;
	line-height: 1.7em;
	text-align: center;
}
.pc{
	display:block;
}
.sp{
	display:none;
}

.cont_box img{
	margin: 0 0 5px 0;
}
.cont{
	margin-bottom:50px;
}
.cont h4{
	font-size: 18px;
	line-height: 1.8em;
	margin-top: 40px;
	font-weight: bold;
	border-bottom: 1px solid #000;
}
.ipc_cont_l{
	width: 49% ;
	max-width:370px;
	float: left;
	padding: 0 1% 0 0;
}
.ipc_cont_r{
	width: 49%;
	max-width:370px;
	float: right;
	padding: 0 0 0 1%;
}
.ipc_full{
	width: 100%;
	float: left;
	padding: 0%;
	text-align: center;
}
.ipc_full img{
	width: 60%;
}
.ipc_half{
	width: 49%;
	float: left;
	padding: 0 0 0 1%;
}
.ipc_half img{
	width: 100% ;
}
.ipc_tri{
	width: 32% ;
	float: left;
	margin-right: 1%;
}
.ipc_tri img{
	width: 100% ;
}
.ipc_qurt{
	width: 24% ;
	float: left;
	padding: 0 1% 0 0;
}
.ipc_qurt img{
	width: 100% ;
}
.ipc_qurt2{
	width: 28% ;
	float: left;
	padding: 0 1% 0 0;
}
.ipc_qurt2 img{
	width: 100% ;
}
.w100{
	width: 100%;
}
.w80{
	width: 80%;
}
.w48{
	width:48%;
}
.w32{
	width:32%;
	margin-left: 1%;
}
.f-l{
	float: left;
}
.f-r{
	float: right;
}

.variation{
	width: 100%;
	height: auto;
	margin-bottom: 100px;
}
.variation	h3{
	width: 100%;
	margin: 50px 0 5px;
	border-bottom: 1px solid #000;
}
.variation img{
	float: left;
}

.submenu_box{
	width: 200px;
	float: right;
	font-size: 14px;
	line-height: 26px;
}
 .menu_ttl{
 	margin: 50px 0 1px;
	padding:5px 0px 5px 20px;
	background: #000;
	color: #FFF;
}
.menu_carrent {
	padding:5px 0px 5px 20px;
	background: #FFF;
	border-bottom: 2px solid #DDD;
}
.menu_carrent a{
	color: #000;
}
.menu_other {
 	margin-bottom: 2px;
	padding:5px 0px 5px 20px;
	background: #DDD;
}
.menu_other a{
	color: #000;
}

/*-----------------------------------------------
others	製品ページ下のリンクボタン
-------------------------------------------------*/
.others{
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 30px 0 20px;
}
ul.others_box {
	margin:0 0 10px;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
	width:97%;
	max-width: 1000px;
	margin: 0 auto;
	padding-left: 3%;
}
li.box202 {
    margin: 0 1% 40px 0;
    list-style:none;
	width:	32%;
	background:  #333 url(/commons/img/img_material02.png) no-repeat left center;
	background-color: #333;
	border-radius: 10px;
	overflow: hidden;
}
li.box203 {
    margin: 0 1% 40px 0;
    list-style:none;
	width:	32%;
	background:  #333 url(/commons/img/img_material03.png) no-repeat left center;
	background-color: #333;
	border-radius: 10px;
	overflow: hidden;
}
li.box203 p{
	font-size: 16px;
	color: #FFF;
	text-align: center;
	line-height: 70px;
}
li.box202 p{
	font-size: 16px;
	color: #FFF;
	text-align: center;
	line-height: 70px;
}
li.box205 {
    margin: 0 1% 40px 0;
    list-style:none;
	width:	32%;
	background:  #333 url(/commons/img/img_material05.png) no-repeat left center;
	background-color: #333;
	border-radius: 10px;
	overflow: hidden;
}
li.box205 p{
	font-size: 16px;
	color: #FFF;
	text-align: center;
	line-height: 70px;
}

footer {
	position: relative;
	z-index: 100;
}
.breadcrumb{
	display:block;
}
@media only screen and (max-width: 1000px) {
	#main {
   		margin-top: -105px;
   }
   #main .brand_back {
		display: none;
	}
	#main .brand {
		display: none;
	}
	#main .catch {
		left: 0;
		margin: 10% auto 0;
	}
	.f-1l {
		font-size: 32px;
	}
	.f-2l {
		font-size: 18px;
	}
	
	.variation{
	width: 96%;
	margin: 2%;
	text-align: center;
	}
	.variation img{
	width:	50%;
	}
	.submenu_box{
	display: none;
	}
	.cont_box{
	width: 98%;
	float: none;
	margin: 1% auto;
	}
	ul.others_box{
	width:100%;
	}
	li.box202,  li.box203,  li.box205 {
    	margin: 0 10% 10px 10%;
    	list-style:none;
		width:	70%;
	}
	li.box203 p, li.box202 p, li.box205 p {
    	 font-size: 18px;
		line-height: 50px;
	}
}

@media only screen and (max-width: 640px) {	
	.ipc_cont_r_text img{
	width: 100%;
	}
	.variation{
	width: 96%;
	margin: 2%;
	text-align: center;
	}
	.variation img{
	width:	100%;
	max-width:	389px;
	float: none;
	}
	.pc{
	display:none;
	}
	.sp{
	display:block;
	}
	.top_section h2{
	font-size: 18px;
	margin: 50px 0 30px;
	font-weight: bold;
	line-height: 1.3em;
	text-align: left;
	}
	.cont_catch p{
	font-size: 16px;
	line-height: 1.7em;
	text-align: left;
	}
	.ipc_tri{
	width: 48% ;
	float: left;
	margin-right: 1%;
	}
	.ipc_qurt{
	width: 48% ;
	float: left;
	margin-right: 1%;
	}
	.ipc_tri img{
	width: 100% ;
	}
}
@media only screen and (max-width: 480px) {
	#main{
	margin-top: -25px;
	}
	.top_section h3{
	font-size: 20px;
	margin: 0 0 0;
	}
	.top_section h4{
	margin: 0 0 10px 0;
	}
	.f-1l {
		font-size: 24px;
	}
	.f-2l {
		font-size: 16px;
	}
	.cont{
	margin-bottom:30px;
	}
	.ipc_cont_l img{
	float: none;
	width: 100%
	}
	.ipc_cont_l_text{
	max-width: initial;
	width: 100%;
	float: none;
	padding: 10px 0 10px;
	}
	.ipc_cont_r img{
	float: none;
	width: 100%
	}
	.ipc_cont_r_text{
	max-width: initial;
	width: 100%;
	float: none;
	padding: 30px 0 20px;
	text-align: center;
	}
	ul.others_box{
	width: 100%;
	}
}