@charset "UTF-8";
/*base*/
*{
	margin: 0px;
	padding: 0px;
	}

header, footer, nav, section, article,main {
	display:block;
	}

html{
	font-size: 62.5%;
	overflow-y: scroll; 
	}

body{
	font-size: 1.4em;
	color: #000000;
	background: #ffffff;
	font-family: "メイリオ","Arial", "Helvetica",sans-serif;
	max-width: 100%;
	min-width: 1200px;
	}

ul li{
	/*list-style-type: none;*/
	list-style-position: outside;
	list-style: none;
	}

p{
line-height: 1.6;
	}

/*float*/
.alignleft{
	float: left;
	}

.alignright{
	float: right;
	}

.cl{
	clear: both;
	}

.clearfix{
	overflow: hidden;
	}
* html .clearfix { zoom: 1; }  /* IE6 */
*:first-child+html .clearfix{ zoom: 1; }  /* IE7 */

img{
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}

/*text-align*/

.txt_alignleft{
	text-align: left !important;
	}
.txt_alignright{
	text-align: right !important;
	}
.txt_aligncenter{
	text-align: center !important;
	}

/*link*/
a {
	outline:none;
	}
a img {
	border-style: none;
	}
a:link{
	color: #3399cc;
	text-decoration: none;
	}
a:active{
	text-decoration: underline;
	}
a:visited{
	color: #3399cc;
	}
a:hover{
	text-decoration: underline;
	}
a img:hover{
	opacity: 0.8;
	}

/*iframe*/
iframe{
	width: 100%;
	height: 450px;
	}

/*header*/
header{
	max-width: 100%;
	min-width: 1200px;
	overflow: hidden;
	}

header .inner{
	width:1200px;
	margin: 0px auto;
	padding: 0px auto;
	}

h1 a{
	display: block;
	text-decoration: none;
	text-indent: -9999px;
	width:600px;
	height:225px;
	background: url('../img/logo.png') center top no-repeat;
	background-size:600px 225px;
	margin:0px auto;
	padding:0px auto;
	z-index:99999;
	position: absolute;
	left: 0;
	right: 0;
	}

h1 a:hover{
	opacity: 0.8;
	}

/*footer*/
footer{
	max-width: 100%;
	min-width: 1200px;
	}

footer .bottom{
	overflow: hidden;
	background: url('../img/footer_bg.gif') center center repeat;
	margin:0px auto;
	padding:0px auto;
	text-align: center !important;
	}
footer .bottom img{
	margin:50px auto;
	}

footer div.inner{
	width: 1200px;
	margin: 20px auto;
	overflow: hidden;
	}
footer nav#footermenu ul{
	float: left;
	margin-left: 15px;
	}
footer li{
	display: inline-block;
	-webkit-transform: skewX(160deg);
	-moz-transform: skewX(160deg);
	transform: skewX(160deg);
	border-right: 1px solid #cccccc;
	padding:0 10px;
}
footer li:first-child{
	border-left: 1px solid #cccccc;
	}
footer li a{
	display:block;
	transform: skewX(-160deg);
	}
footer p.copyright{
	color: #666666;
	font-size: 1em;
	font-style: normal;
	margin: 0;
	padding:0;
	text-align: center;
	float: right;
	}

/*menu*/
.menu{
	position: absolute;
	right: 20px;
	top: 20px;
	width: 50px;
	height: 50px;
	z-index: 98;
	background: url('../img/menu_off.png') center center no-repeat;
	background-size: 50px 50px;
	text-decoration: none;
	text-indent: -9999px;
}

.menu_wrap{ 
	max-width: 100%;
	overflow: hidden;
}
body.gnav {
  overflow: hidden;
}

/*gnav*/
.gnav{
	background: rgba(0,0,0,0.8);
	background-attachment:fixed;
	display: none;
	height: 100%;
	position: fixed;
	width: 100%;
	z-index: 99;
	overflow-y: auto;
	}
.gnav_wrap{
    position: absolute;
    align-items:center;
    width: 100%;
    height: 100%;
	}
ul.gnav_menu{
	margin-top: 240px;
	}
ul.gnav_menu,ul.gnav_menu_item{
	margin: 0px auto;
	padding: 0px auto;
	width: 600px;
	list-style: none;
	max-width: 600px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	}

ul.gnav_menu li{
	width: 100%;
	list-style-type: none;
	border-bottom: solid 6px #fff;
	margin:20px auto;
	}
ul.gnav_menu li a,ul.gnav_menu_item li a{
	color: #fff;
	text-decoration: none;
	margin:10px 0px;
	display: flex;
	justify-content: center;
	align-items: center;
	}
ul.gnav_menu li a{
	font-size: 2.14em;
	font-weight: bold;
	}

ul.gnav_menu_item li a{
	font-size: 1em;
	font-style: normal;
}
ul.gnav_menu_item li{
	width:295px;
	margin: 0px auto;
	padding: 0px auto;
	border-bottom: solid 1px #fff;
	display: inline-block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	list-style:none;
	}
ul.gnav_menu_item li:last-child {
	margin-left: 5px;
	}
ul.gnav_menu_item li:first-child {
	margin-right: 5px;
	}

.gnav_wrap a:hover{
	color: #fff;
}
.gnav_wrap .btn{
	overflow: hidden;
	display: block;
	margin: 20px auto 0;
	padding: 0 auto;
}
.gnav_wrap .btn a.close{
	margin: 0 auto;
	padding: 0 auto;
	width: 200px;
	height: 40px;
	max-width: 200px;
	border: solid 1px #fff;
	color: #fff;
	background:none;
	font-size: 1em;
	font-style: normal;
	text-decoration: none;
	transition: .5s;
	display: flex;
	justify-content: center;
	align-items: center;
	}

/*news*/
article{
	}

#news{
	width: 100%;
	margin-top: 50px;
	}
#news div.inner{
	width: 1200px;
	margin: 0px auto;
	padding: 0px auto;
	margin-bottom: 50px;
	overflow: hidden;
	}

#news h2{
	float: left;
	display: block;
	text-decoration: none;
	text-indent: -9999px;
	width: 200px;
	height: 150px;
	background: url('../../img/index_news.gif') center center no-repeat;
	}

#news .news_list{
	width: 950px;
	float: right;
	}
#news .news_list ul{
	border-top: 1px solid #ccc;
	}
#news .news_list ul li{
	padding: 20px 10px;
	overflow: hidden;
	border-bottom: 1px solid #ccc;
	list-style: none;
	}
#news .news_list ul li p.news_date{
	font-weight: bold;
	float: left;
	width: 230px;
	}

#news .news_list ul li p.news_txt{
	width:680px;
	float: right;
	}
#news .news_list ul li p.news_date span{
	display: block;
	float: right;
	text-decoration: none;
	text-indent: -9999px;
	width: 106px;
	height: 24px;
	}
span.companyprofile{
	background: url('/wp/wp-content/themes/komori2019/img/icon_news_01.gif')  center top no-repeat;
	}
span.productinformation{
	background: url('/wp/wp-content/themes/komori2019/img/icon_news_02.gif')  center top no-repeat;
	}
span.information{
	background: url('/wp/wp-content/themes/komori2019/img/icon_news_03.gif')  center top no-repeat;
	}

/*icon*/
.icon_newwin{
	padding: 0px 0px 0px 20px;
	background: url('../img/icon_window.png') left top no-repeat;
	background-size:12px 10px;
	}
.icon_link_2{
	background: url('../img/icon_arrow_2.png') left center no-repeat;
	background-size:13px;
	padding: 0px 0px 0px 20px;
}
.more{
	text-align: right;
	margin: 10px auto 10px;
}

/*pagetop*/

#btn_pagetop{
	position: fixed;
	bottom: 10px;
	right: 10px;
}
#btn_pagetop a{
	display: block;
	text-decoration: none;
	text-indent: -9999px;
	width: 106px;
	height: 80px;
	background: url('../img/btn_pagetop.png') center center no-repeat;
	}
#btn_pagetop a:hover{
	opacity: 0.8;
	}

/*margin*/

.mgt40{
	margin-top: 40px;
	}


.mgb20{
	margin-bottom: 20px;
	}

.mgb40{
	margin-bottom: 40px;
	}

.mgl20{
	margin-left: 20px;
	}

/*text*/
.large{
	font-size: 1.2em;
	}
.small{
	font-size: 0.9em;
	}


/* Media Queries
==========================================================================*/

@media screen and (max-width:1200px) {
body{
	overflow-x: hidden;
	min-width:initial;
	}
html {
	-webkit-text-size-adjust: none;
	}

img {
	max-width: 100%;
	height: auto;
}

section,article,main{
	width: auto;
	padding: 0px 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	}

/*header*/
header{
	max-width: 100%;
	min-width:  100%;
	overflow: hidden;
	}

header .inner{
	width:100%;
	}


/*footer*/
footer{
	min-width:100%;
	overflow: hidden;
	}
footer div.inner{
	width:100%;
	text-align: center;
	}
footer nav#footermenu ul{
	float: none;
	margin-left: 15px;
	overflow: hidden;
	display: block;
	margin-bottom: 20px;
	}

footer .bottom img{
	margin:0px auto;
	}
footer p.copyright{
	float: none;
	overflow: hidden;
	display: block;
	}
ul.gnav_menu,ul.gnav_menu_item{
	width:100%;
	}

#news div.inner{
	width: 100%;
	}
#news .news_list{
	width: 100%;
	float: none;
	}
#news .news_list ul li p.news_date{
	margin-bottom: 10px;
	float: none;
	}
#news .news_list ul li p.news_txt{
	width: 100%;
	float: none;
	}

}

@media screen and (max-width:736px) {
.menu{
	width: 25px;
	height: 25px;
	background-size: 25px 25px;
}

header h1 a{
	width:200px;
	height:75px;
	background-size:200px 75px;
	}
}

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

ul.gnav_menu{
	margin-top: 95px;
	}
footer p.copyright{
	font-size: 0.8em;
	float: none;
	}
footer nav#footermenu ul{
	display: none;
	}
.gnav_wrap{
	padding: 0px 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	}

ul.gnav_menu li{
	border-bottom: solid 3px #fff;
}
ul.gnav_menu_item li{
	width:45%;
	}
ul.gnav_menu li a{
	font-size: 1.43em;
	font-weight: bold;
	}

.mgt40{
	margin-top: 20px;
	}



}