@charset "utf-8";

/*-------------------------
	共通設定
-------------------------*/
html{
	position:relative;
/* 	width:100%; */
/* 	height:100%; */
	margin-bottom:1px;
	overflow-y:scroll;
}
body{
	position:relative;
/* 	width:100%; */
/* 	min-width:1000px; */
/* 	max-width:100%; */
/* 	background-color: #dbdbdb; */
	font-size:12px;
	line-height:16px;
	text-align:center;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	-webkit-text-size-adjust: 100%;
}
img{
	vertical-align:top;
}

/*link color*/
a{ outline:none; }
a{ color:#2a8ed7; text-decoration:none;}
a:hover{ color:#72c2fd; text-decoration:underline; }
a:visit{ color:#F90; }

a.bg_bright{ display:inline-block; }
a.bg_bright:hover{ }
.active{/*background-color:#005ea3*/}

.sp{ display:none; }
@media (max-width:480px){
	body{ min-width:100%;}

	.sp{ display:inherit; }
	.pc{ display:none; }
	*{ box-sizing:border-box; }
}

/*-------------------------
	#head_area
-------------------------*/
#head_area{
	position:absolute;
	top:0;
	width:100%;
	height:50px;
	z-index:100;
	}
	#head_area_inner{
		position:relative;
		display: flex;
		justify-content:flex-end;
		align-items: center;
		width:992px;
		height:50px;
		line-height: 50px;
		margin:0 auto;
		padding:0;
	}
#head_area h1{
	margin:0 10px;
	flex-grow: 1;
}
#head_area h1 a{
	display:block;
	width:146px;
	background:url(../img_navi/hd_misawalogo.png) no-repeat left center;
	background-size:146px 26px;
	text-indent:-9999px;
}

#common_link,#common_link .lnk_opt{
	display: flex;
	justify-content:space-around;
	align-items: center;
}
#common_link .lnk_opt li{
	margin:0 10px;
	font-size: 0.6875rem; 
	color:#fff;
	font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, Verdana, sans-serif;
	font-weight:bold;
}
#common_link .lnk_opt li a{
	color:#fff;
	text-decoration:none;
	/*-moz-box-shadow:1px 1px 2px #000;
	-webkit-box-shadow:1px 1px 2px #000;*/
	text-shadow: 1px 1px 2px #000;
}
#common_link .lnk_opt li a:before {
	content: '▶';
	color: #aaa;
	font-size: 0.5em;
	padding-right: 3px; }
#common_link .lnk_opt li a:hover{
	text-decoration:none;
	opacity:0.6;
}

#common_link #mjwood_logo{
	display:block;
	box-sizing: border-box;
	width:110px;
	height:50px;
	margin:0 10px;
	background:url(../img_navi/hd_mjwood_logo.png) no-repeat left center;
	background-size:100% auto;
	text-indent:-9999px;
}

@media (max-width:480px){
	#head_area{
		height:40px;
		background-color:rgba(255,255,255,0.3);
	}
		#head_area_inner{
			width:100%;
			height:40px;
		}
	#head_area h1{
		padding:8px 0 0 0;
		margin:0 0 0 8px;
	}
	#head_area h1 img{
		width:auto;
		height:24px;
	}

	#common_link .lnk_opt{
		display:none;
	}
	
	#common_link #mjwood_logo{
		display:none;
	}
}

/*-------------------------
	#mjwood_navi
-------------------------*/
.lay_n #wrap{overflow:hidden !important;}
#mjwood_navi{
	position:absolute;
	top:50px;
	width:100%;
	height:40px;
	background-color:#fff;
	z-index:10;
}
#mjwood_navi ul.nav-list{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	width: 100%;
	max-width: 992px;
	height:40px;
	margin:0 auto;
}
#mjwood_navi ul.nav-list li{
	font-size: 0.875em;
	min-width: 12.5%;
	text-align: center;
	border-right: 1px dotted #333;
}
#mjwood_navi ul.nav-list a{
	font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, Verdana, sans-serif;
	color:#333;
	display: block;
	font-size: .875rem;
	font-weight: 700;
}
#mjwood_navi ul.nav-list li a:hover {
	background: #FFFFFF;
	text-decoration: none;
	opacity: 0.6;
}
#mjwood_navi ul.nav-list li a:after {
	content: '';
	margin: 0;
}
#spmenu{
	display:none;
}

@media (max-width:480px){
	#global_navi, #mjwood_navi, .local_navi{
		display:none;
	}
	#spmenu{
		position:absolute;
		left:100%;
		top:0;
		display:block;
		width:85%;
		height:100%;
		min-height:100%;
		background: url(../img_navi/spnavi_bg.png) repeat 0 0 #000;
		background-size:24px 24px;
		color:#fff;
		font-size:14px;
		text-align:left;
		z-index:1000;
	}
	#spmenu a{
		color:#fff;
		line-height:35px;
	}
	#spmenu .togglebtn{
		position:absolute;
		left:-40px;
		top:9px;
		width:30px;
		height:24px;
		background:url(../img_navi/spnavi_icon.png) no-repeat 0 0;
		background-size:30px auto;
		cursor:pointer;
		z-index:1001;
		text-indent:-9999px;
	}
	#spmenu.menuopen .togglebtn{
		background-position:0 -24px;
	}

	.spslidemenu_close{
		float:left;
		width:15%;
		min-height:100%;
	}
	.spslidemenu_inner{
		float:left;
		width:85%;
		min-height:100%;
		background:#000;
	}
	
	#spmenu h2{
		display:none;
	}
	#spmenu h3{
		padding:10px;
		font-weight:bold;
	}
	#spmenu h3 span{
		display:inline-block;
		width:100%;
		padding:0 0 0 5px;
		border-left:4px solid #fff;
	}
	
	#spmenu #sp_lnav{
		background-color:#222222;
	}
	#spmenu #sp_lnav ul{}
	#spmenu #sp_lnav li{
		border-top:1px solid #fff;
	}
	#spmenu #sp_lnav a{
		display:inline-block;
		width:100%;
		padding:0 10px 0 20px;
		background:url(../img_navi/spnav_arrow_w.png) no-repeat right center;
		background-size:35px 35px;
	}
	#spmenu #sp_lnav a img{
		display:inline-block;
		width:16px;
		height:16px;
		vertical-align:-0.2em;
	}

	#spmenu #sp_mnav{
		background-color:#000;
		border-top:1px solid #fff;
		border-bottom:1px solid #fff;
		color:#fff;
	}
	#spmenu #sp_mnav h3{
		background:url(../img_navi/spnav_oc_w.png) no-repeat right 0;
		background-size:35px auto;
		cursor:pointer;
}
	#spmenu #sp_mnav h3.active{
		background:url(../img_navi/spnav_oc_w.png) no-repeat right -35px;
		background-size:35px auto;
	}
	#spmenu #sp_mnav h3 span{
		border-color:#fff;
	}
	#spmenu #sp_mnav ul{
		display:none;
	}
	#spmenu #sp_mnav li{
		border-top:1px solid #fff;
	}
	#spmenu #sp_mnav a{
		display:inline-block;
		width:100%;
		padding:0 10px 0 20px;
		background:url(../img_navi/spnav_arrow_w.png) no-repeat right center;
		background-size:35px auto;
	}
	#spmenu #sp_soudan a{
		display:inline-block;
		width:100%;
		padding:0 10px 0 20px;
		background:url(../img_navi/spnav_arrow_w.png) no-repeat right center;
		background-size:35px auto;
		border-bottom:1px solid #fff;
	}

	body.cat-concept     #spmenu #sp_mnav a#mjwnav02,
	body.cat-syouhinlist #spmenu #sp_mnav a#mjwnav03,
	body.cat-technology  #spmenu #sp_mnav a#mjwnav04,
	body.cat-hosyou      #spmenu #sp_mnav a#mjwnav06{ color:#0096ff; }
}

/*-------------------------
	#footer_area
-------------------------*/
#footer_area{
	width:100%;
	margin:0;
	padding:10px 0;
	background-color:#fff;
	border-top:1px solid #999;
	color:#2b2b2b;
	font-size:10px;
	line-height:1.8;
}
	#footer_area .pagetop{
		display:none;
	}
	#footer_area #footer_inner{
		position:relative;
		width:745px;
		margin:0 auto;
		padding-right:215px;
	}
	#footer_area #footer_menu{
		text-align:left;
	}
	#footer_area #footer_menu ul li{
		display:inline-block;
	}
	#footer_area #footer_menu ul li a{
		color:#2b2b2b;
	}
	#footer_area #footer_menu ul li a:hover{
		text-decoration:underline;
	}
#footer_menu1{ float:left; }
#footer_menu1 li{ margin-right:10px; }
#footer_menu2{ float:right; }
#footer_menu2 li{ margin-left:10px; }
#footer_area #footer_copyright{
	clear:both;
	margin:0 auto;
	padding:0 0 15px;
	color:#2b2b2b;
	text-align:right;
	line-height:normal;
	font-size:9px;
}
#footer_logo{
	position:absolute;
	top:0;
	right:0;
	width:164px;
	height:32px;
	background:url(../img_navi/ft_logo.gif) no-repeat 0 0;
	text-indent:-9999px;
}
#footer_area #btn_top{
	position:absolute;
	bottom:35px;
	width:100%;
	z-index:1000;
}
#footer_area #btn_top a{
	position:fixed;
	bottom:40px;
	left:50%;
	width:42px;
	height:42px;
	margin-left:500px;
	background:url(../img_navi/btn_pagetop.png) no-repeat center center;
	background-size:42px 42px;
	text-indent:-9999px;

	display:none;
}
/*
#footer_area #btn_top a img{
	width:42px;
	height:42px;
}
*/
#footTelArea, #footer_area #lnk_opt_sp{
	display:none;
}

@media (max-width:480px){
	#footer_area{
		padding:0;
		background-color:#b2b2b2;
		border:none;
	}
	#footer_area #btn_top{
		position:static;
		display:block;
		width:100%;
		height:42px;
		padding:0;
		background-color:#fff;
	}
	#footer_area #btn_top a{
		position:fixed;
		bottom:30px;
		right:0;
		left:inherit;
		float:right;
		display:none;
		margin-right:15px;
		background:url(../img/btn_pagetop.png) no-repeat center center;
		background-size:28px 28px;
		z-index:100;
	}
/*
	#footer_area #btn_top a img{
		width:28px;
		height:28px;
	}
*/
	#footer_area #footer_inner{
		width:100%;
		padding:0;
	}
	#footer_area #footer_menu{
		width:100%;
	}
	#footer_area #footer_copyright{
		width:100%;
	}
	#footer_menu{
		display:none;
	}
	#footer_area #lnk_opt_sp{
		display:block;
		height:46px;
	}
	#footer_area #lnk_opt_sp ul{
		position:fixed;
		left:0;
		bottom:0;
		width:100%;
		height:46px;
		padding:10px 0;
		background: url(../img_navi/spnavi_bg.png) repeat 0 0 #000;
		background-size:24px 24px;
		text-align:center;
		z-index:100;
	}
	#footer_area #footer_copyright{
		padding:15px 0;
		color:#fff;
		text-align:center;
	}
	#footer_logo{
		display:none;
	}
}

#code_area{
	position:absolute;
	bottom:0;
	height:1px;
	overflow:hidden;
}

/*-------------------------
	BASE LAYOUT
-------------------------*/
#wrap{
	min-width:1000px;
}
#mainarea{
	position:relative;
	min-height:600px;
	padding-bottom:35px;
	background-color:#fff;
	color:#6e6e6e;
	font-size:14px;
	line-height:1.86;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#breadcrumb{
	position:absolute;
	top:90px;
	left:50%;
	margin-left:-480px;
	font-size:11px;
	z-index:10;
	color:#000;
}
	#breadcrumb a{
		color:#000;
	}
h1#page_title{
	position:absolute;
	top:130px;
	left:50%;
	margin-left:-480px;
	color:#000;
	font-size:30px;
	z-index:10;
}

@media (max-width:480px){
	#wrap{
		position:relative;
		min-width:100%;
		max-width:100%;
		overflow:hidden;
	}
	#mainarea{
		padding-bottom:0;
	}
	#breadcrumb{
		position:absolute;
		left:0;
		top:45px;
		width:100%;
		margin:0 auto;
		padding:0 6px;
		font-size:9px;
		line-height:1.4;
		text-align:left;
	}
	h1#page_title{
		position:absolute;
		top:60px;
		left:10px;
		margin:0;
		font-size:17px;
		z-index:10;
	}
}
div.bnr_catalogue {
  position: absolute;
  z-index: 2;
  top: 130px;
  right: 5%;
  max-width: 40%;
  -webkit-transition: -webkit-transform 300ms ease-out;
          transition: transform 300ms ease-out; }
div.bnr_catalogue img{width:100%;}
@media only screen and (max-width: 480px) {
  .pc-only {
    display: none !important; } }

