body {
    margin: 0 auto;
	font-size: 100%;
}
#container {
    margin: 0 auto;
	position:relative;
	overflow:hidden;
}
a {
	color:#333;
	text-decoration:none;
}
a:hover {
	color:#333;
	text-decoration:none;
}
#loading{
    width: 100%;
    height: 100%;
    background: #fff;
    position: fixed;
    z-index: 100000;
    top: 0;
    left: 0;
}
#loading img{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -64px;
    margin-left: -64px;
}
/* ===============================================
	header
=============================================== */
#fixedBox{
    padding-top:0 !important;
}
#fixedBox.fixed {
    position: fixed;
    top: 0;
    width: 100%;
	/*padding-top:45px;*/
    z-index: 10000 !important;
	background:#3A4A60;
}
.header{
	position:relative;
	/*margin-top:-45px;*/
	height:45px;
	padding:0 6px 0 0;
	background-color:#5F6C7E;
	z-index:999;
	padding-right: 30px;/** 20221226 add **/
	height: auto;/** 20221226 add **/
	display: flex;/** 20221226 add **/
	justify-content: space-between;/** 20221226 add **/
	align-items: flex-start;/** 20221226 add **/
}
.topHeader{
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#3A4A602D,EndColorStr=#3A4A602D);
	background-color: rgba(58, 74, 96, 0.8);
	overflow:hidden;
	background-color: rgba(58, 74, 96, 1);/** 20221226 add **/
}
.header h1{
	float:left;
	float: none;/** 20221226 add **/
	display: flex;/** 20221226 add **/
	align-items: flex-start;/** 20221226 add **/
}
.header h1 a:nth-of-type(1){/** 20221226 add **/
	display: block;
	padding: 20px 10px 20px 20px;/** 20221226 add **/
	width: 140px;/** 20221226 add **/
}
.header h1 img{/** 20221226 add **/
	max-width: 100%;
}
h1 .backtop{
	margin-left:15px;
	color:#FFF;
	line-height:45px;
	/*background: url(../../images/common/h1_bg_backtop.png) no-repeat left center;
	padding-left:13px;*/
	font-size:160%;
	font-size:140%;/** 20221226 add **/
	margin-top: 10px;/** 20221226 add **/
	margin-left: 10px;/** 20221226 add **/
}
h1 .backtop:hover{
	text-decoration:underline;
}
.header div.info{
	padding-top:3px
}
.header div.info a{
	background: url(../../images/common/caution.png) no-repeat left center;
	padding-left:30px;
	float:right;
	color:#FFF;
	display:block;
	height:37px;
	margin-right:10px;
	font-size:80%;
}
.header div.info a:hover{
	color:#FF6;
}
.header ul{
	float:right;
	float: none;/** 20221226 add **/
	display: flex;/** 20221226 add **/
	justify-content: flex-end;/** 20221226 add **/
	margin-top: 14px;/** 20221226 test **/
}
.header ul li{
	padding-top:0px;
	float:left;
	margin-left:5px;
	float: none;/** 20221226 add **/
	display: flex;/** 20221226 add **/
	justify-content: flex-end;/** 20221226 add **/
}
.header ul li img,
.header ul li input{
	position:relative;
	top:6px;
	top: 0;/** 20221226 add **/
}
.txtinput{
	width:170px;
	height:33px;
	float:left;
	border:none;
	padding-left:10px;
	border-right:1px solid #CCC;
}
input[type="button"],input[type="text"],input[type="submit"],input[type="image"] {
   -webkit-appearance: none;
   border-radius: 0;
}

.nav{
	position:relative;
	z-index:999;
	height:49px;
	background:#3A4A60;
	clear:both;

	position: absolute;/** 20221226 add **/
    width: 100%;/** 20221226 add **/
	left: 0;/** 20221226 add **/
    z-index: 11111;/** 20221226 add **/
	background: none;/** 20221226 add **/
	box-sizing: border-box;/** 20221226 add **/
    top: 49px;/** 20221226 test **/
	width: calc(100% - 170px);/** 20221226 test **/
	left: 170px;/** 20221226 test **/
}
.nav ul.outer{
	margin:0 auto;
	text-align:center;
	position:relative;
	
	/*padding-left: 218px;/** 20221226 add **/
	display: flex;/** 20221226 add **/
	justify-content: space-between;/** 20221226 add **/
	padding: 0 30px;/** 20221226 add **/
}
.nav ul.outer::before,.nav ul.outer::after{/** 20221226 add **/
	display: none;
}
.nav ul.outer li{
	/*/** 20221226 add 
	display:inline-block;
	margin:0 2.8% !important;
	*/
}
@media screen and (max-width:1400px){
	.nav ul.outer li{
		margin: 0 1.8%!important;
	}
}
@media screen and (max-width:1030px){
	.nav ul.outer li{
		margin:0 1.3% !important;
	}
}
.nav ul.outer li.left{
	margin-left:0 !important;
}
.nav ul.outer li.right{
	margin-right:0 !important;
}
.nav ul.outer li a{
	color:#FFF;
	line-height:49px;
	font-size:90%;
	letter-spacing:1px;
	display:block;
	text-align:center;
}
.nav ul.outer li a:hover{
	color:#FF6;
	text-decoration:none;
}
.nav ul.outer li a.prod:hover{
	background: url(../../images/common/nav_arrow.png) no-repeat center bottom;
	text-decoration:none;
}
.nav ul.outer li a.on{
	color:#FF6;
	text-decoration:none;
    background: url(../../images/common/nav_arrow.png) no-repeat center bottom;
}




.nav ul.outer .sub_outer{
	position:absolute;
	top:49px;
	left:0px;
	width:100%;
	display:none;
	width:calc(100% + 170px);/** 20221226 test **/
	left: -170px;/** 20221226 test **/
}
.nav ul.outer .sub_outer ul{
	width:100%;
	line-height:35px;
	display:table;
	background:#FFF;
}
.nav ul.outer .sub_outer ul li{
	display:table-cell;
	position:relative;
	width:12.15% !important;
	text-align:center;
	color:#041022;
	line-height:35px;
	font-size:90%;
	letter-spacing:1px;
}
.nav ul.outer .sub_outer ul li div{
	height:35px;
	background:#F3F5F8;
	border-left:#FBFCFD solid 1px;
	border-right:#E6E8EA solid 1px;
}
.nav ul.outer .sub_outer ul li a{
	color:#333;
}
.nav ul.outer .sub_outer ul li a:hover{
	text-decoration:underline;
}
.nav ul.outer .sub_outer ul li span{
	display:block;
	border-right:#E6E8EA dotted 1px;
	padding-bottom:10px;
	padding-top:5px;
}
.nav ul.outer .sub_outer ul li img{
	width:90%;
	height:auto;
	display:block;
	margin:5px auto 0;
}
.nav ul.outer .sub_outer ul li p{
	line-height:100%;
	font-size:90%;
	padding:5px 0 5px;
}
.nav ul.outer .sub_outer .closebtn a{
	display:block;
	height:30px;
	background:#3A4A60;
	color:#FFF;
	line-height:30px;
}

/*
.nav ul.outer ul.sub li a{
	display:block;
	width:100%;
	height:100%;
}
.nav ul.outer ul.sub li a:hover{
	background:#666;
}*/
.header{/** 20221226 add **/
	background-color: rgba(58, 74, 96, 1);
}
#container > h2{/** 20221226 add **/
	margin-top: 98px;
}
@media screen and (max-width:1350px){/** 20221226 add **/
	.header h1 a:nth-of-type(1){
		padding: calc(20/1350 * 100vw) calc(10/1350 * 100vw) calc(20/1350 * 100vw) calc(20/1350 * 100vw);
		width: calc(140/1350 * 100vw);
	}
	h1 .backtop{
		line-height:calc(45/1350 * 100vw);
		margin-top: calc(10/1350 * 100vw);
		margin-left: calc(10/1350 * 100vw);
		font-size: calc(22/1350 * 100vw);
	}
	.nav{
		height:calc(49/1350 * 100vw);
		top: calc(49/1350 * 100vw);
		width: calc(100% - (170/1350 * 100vw));
		left: calc(170/1350 * 100vw);
	}
	.nav ul.outer{
		padding: 0 calc(30/1350 * 100vw);
	}
	.nav ul.outer li a{
		font-size: calc(14/1350 * 100vw);
		line-height: calc(49/1350 * 100vw);
	}
	
	.header ul{
		margin-top: calc(14/1350 * 100vw);
	}
	.header ul li{
		margin-left:calc(5/1350 * 100vw);
	}
	.header ul li img,
	.header ul li input{
		top:calc(0/1350 * 100vw);
		width:calc(33/1350 * 100vw);
		height:calc(33/1350 * 100vw);
		vertical-align: top;
	}
	.header ul li input.txtinput{
		width:calc(170/1350 * 100vw);
		height:calc(33/1350 * 100vw);
		padding-left:calc(10/1350 * 100vw);
		font-size: calc(14/1350 * 100vw);
		border: none;
	}
	
	.nav ul.outer .sub_outer,
	.nav ul.outer .part02 .sub_outer{
		top:calc(49/1350 * 100vw);
		width:calc(100% + (170/1350 * 100vw));
		left: calc(-170/1350 * 100vw);
	}
	.nav ul.outer .sub_outer ul,
	.nav ul.outer .part02 .sub_outer ul{
		line-height:calc(35/1350 * 100vw);
	}
	.nav ul.outer .sub_outer ul li,
	.nav ul.outer .part02 .sub_outer ul li{
		line-height:calc(35/1350 * 100vw);
		font-size:calc(14/1350 * 100vw);
	}
	.nav ul.outer .sub_outer ul li div,
	.nav ul.outer .part02 .sub_outer ul li div{
		height:calc(35/1350 * 100vw);
	}
	.nav ul.outer .sub_outer ul li span,
	.nav ul.outer .part02 .sub_outer ul li span{
		padding-bottom:calc(10/1350 * 100vw);
		padding-top:calc(5/1350 * 100vw);
	}
	.nav ul.outer .sub_outer ul li img,
	.nav ul.outer .part02 .sub_outer ul li img{
		margin:calc(5/1350 * 100vw) auto 0;
	}
	.nav ul.outer .sub_outer ul li p,
	.nav ul.outer .part02 .sub_outer ul li p{
		font-size:calc(12/1350 * 100vw);
		padding:calc(5/1350 * 100vw) 0 calc(20/1350 * 100vw);
	}
	.nav ul.outer .sub_outer .closebtn a,
	.nav ul.outer .part02 .sub_outer .closebtn a{
		height:calc(30/1350 * 100vw);
		line-height:calc(30/1350 * 100vw);
	}
	
	.nav ul.outer .part02 .sub_outer ul li{
		width:100% !important;
	}
	
	#container > h2{
		margin-top: calc(98/1350 * 100vw);
	}
}


/* ===============================================
	contents
=============================================== */



/* ===============================================
	footer
=============================================== */
.footer{
	background:#3A4A60;
	padding:50px 0 0;
	position:relative;
	z-index:998;
}
.footerConts{
	text-align:center;
	width:100%;
}
.footer ul.right{
	float:right;
	margin-right:11px;
}
.footer ul.right li{
	float:left;
	padding:0 11px;
}
.footer ul.right li a{
	color:#FFF;
	font-size:80%;
	letter-spacing:1px;
}
.footer ul.right li a:hover{
	color:#FF6;
	text-decoration:none;
}

div#menu_foot{height:25px; width:190px; position: relative;border:3px #FFFFFF solid; margin:0 10px 15px 0; float:left;}
ul#menuBody{width:100%; position: absolute; z-index:10;}
ul.drop{height:25px; overflow: hidden; background: #3A4A60; color:#eee; width:190px; font-size:12px; text-align: center;}
ul.drop li{height:27px; line-height:25px;}
ul.drop li.head{ width:100%;height:25px; line-height:25px;}
ul.drop li:hover{background:#333C45; cursor: pointer;}
ul#menuBody li a{ color:#FFF; border-bottom:2px #FFFFFF solid;border-left:2px #FFFFFF solid;border-right:2px #FFFFFF solid; display:block;}
ul#menuBody li a:hover{ color:#FF6;text-decoration:none;}


.footer .cateOuter{
	display:inline-block;
	width:1400px;
}
.footer ul.cate{
	clear:both;
}
.footer ul.cate li{
	width:87px;
	height:87px;
	border:#FFF solid 3px;
	float:left;
	margin-right:3.6%;
}
.footer ul.cate li.last{
	margin-right:0;
}
.copy{
	color:#FFF;
	text-align:center;
	clear:both;
	font-size:80%;
	padding:20px 0 10px;
	letter-spacing:1px;
	background:#3A4A60;
}

#page-top {
    position: fixed;
    bottom: 0px;
    right: 40px;
	z-index:999;
}

/* ===============================================
	others
=============================================== */
.clear{
	clear:both;
}
.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

.fbOuter{
	max-width:1400px;
	margin:0 auto;
}
.fbOuter .fb_iframe_widget,
.fbOuter .fb_iframe_widget[style],
.fbOuter .fb_iframe_widget iframe[style],
.fbOuter .fb_iframe_widget span{
	width: 100% !important;
}
.fbfoot{
	background:#EEEEEE;
	height:10px;
	width:100%;
}



@media screen and (max-width:1400px){
.nav ul.outer li{
	/*margin:0 4.6% !important;*/
	margin: 0 auto !important;/** 20221226 add **/
}
.footer .cateOuter{
	width:1040px;
	/*padding:0 3.5%;*/
}
.footer ul.cate{
	text-align:center;
}
.footer ul.cate li{
	margin-right:10px;
}

}

@media screen and (max-width:1030px){
.header div.info a{
	width:30%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}
.nav ul.outer li a{
	font-size:70%;
}
.nav ul.outer ul.sub li{
	font-size:70%;
}
.nav ul.outer ul.sub li p{
	font-size:80%;
}
.footer .cateOuter {
    width: 100%;
}
.footer div.cateOuter02{
	clear:both;
}
.footer ul.cate{
	display:inline-block;
	text-align:center;
	margin:0 auto;
}
.footer ul.cate li{
	margin-bottom:10px;
}
.footer ul.cate li.tablet{
	clear:both;
}
.footer ul.right{
	float:none;
	margin-right:0px;
	position:relative;
	top:25px;
}
.footer ul.right li{
	float:none;
	padding:0 11px;
	display:inline-block;
}
div#menu_foot{float:none; position:relative; top:-32px; margin:0 auto;}

}

@media screen and (max-width:1350px){/** 20221226 add **/
	.nav ul.outer ul.sub li{
		font-size:calc(12/1350 * 100vw);
	}
	.nav ul.outer ul.sub li p{
		font-size:calc(12/1350 * 100vw);
	}
}
@media screen and (max-width:740px){
}