@charset "EUC-JP";

/*  header
---------------------------------------------------------- */
#header{
	width: 100%;
	height: 82px;
	margin-bottom: 10px;
	background: none;
	border-bottom: 1px solid #ccc;
	box-shadow: 0px 1px 6px 0 rgba(0, 0, 0, 0.2);
}
#header .inner{
	width: 100%;
	position: relative;
	height: 82px;
}

#header h1,
#header p.logo{
	position: absolute;
	top:40px;
	left: 10px;
	margin: 0;
	float: none;
	text-align: left;
}
#header h1 img,
#header p.logo img{
/*	width: 200px;
	height: auto; */
	width: auto;
	height: 28px;
}

#header p.spn-menu{
	position: absolute;
	right:10px;
	top:40px;
}
#header p.spn-menu a{
	border: 1px solid #ccc;
	text-align: center;
	padding: 10px;
	border-radius: 6px;
	color: #666 !important;
	text-decoration: none;
	background: #f5f5f5;
	line-height: 0.8;
	//
	position: relative;
	height: 30px;
	padding-left: 36px;
}
#header p.spn-menu a,
#header p.spn-menu a span{
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
#header p.spn-menu a span{
	position: absolute;
	left: 8px;
	width: 24px;
	height: 2px;
	background-color: #666;
	border-radius: 2px;
}
#header p.spn-menu a span:nth-of-type(1){
	top: 7px;
}
#header p.spn-menu a span:nth-of-type(2){
	top: 14px;
}
#header p.spn-menu a span:nth-of-type(3){
	top: 21px;
}
#header p.spn-menu a.active span:nth-of-type(1){
	-webkit-transform: translateY(7px) rotate(-45deg);
	transform: translateY(7px) rotate(-45deg);
}
#header p.spn-menu a.active span:nth-of-type(2){
	opacity: 0;
}
#header p.spn-menu a.active span:nth-of-type(3){
	-webkit-transform: translateY(-7px) rotate(45deg);
	transform: translateY(-7px) rotate(45deg);
}

#header .inner div{
	width: 100%;
	position: absolute;
	top:0;
	padding: 10px;
	margin: 0;
	float: none;
	box-sizing: border-box;
}

#header .inner div p{
}

#header .inner div dl{
}

#header .inner div dl dt,
#header .inner div dl dd{
}

#header .inner div dl dt{
}

#header .inner ul{
	display: none;
}
#header .inner ul.spn-nav{
	/* display: block; */
	position: absolute;
	top: 80px;
	z-index: 100;
	width: 100%;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	box-sizing: border-box;
}
#header .inner ul.spn-nav li{
	width: 50%;
	box-sizing: border-box;
}
#header .inner ul.spn-nav li:nth-child(even){
	border-left: 1px solid #ccc;
}
#header .inner ul.spn-nav li a{
	display: block;
	width: 100%;
	line-height: 40px;
	height: 40px;
	color: black;
	text-decoration: none;
	font-weight: bold;
	box-sizing: border-box;
	border-bottom: 1px solid #ccc;
	background: #fcfcfc; /* Old browsers */
	background: -moz-linear-gradient(top,  #fcfcfc 0%, #ececec 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfcfc), color-stop(100%,#ececec)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fcfcfc 0%,#ececec 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fcfcfc 0%,#ececec 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fcfcfc 0%,#ececec 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fcfcfc 0%,#ececec 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#ececec',GradientType=0 ); /* IE6-9 */

}

#header .inner ul.spn-nav li a:hover{
	color: #cc0001;
}

/*  content
---------------------------------------------------------- */
#content{
	width: 100%;
	padding: 0;
}



/*  main
---------------------------------------------------------- */
#content #main{
	width: 100%;
	float: none;
}

#content #main .lnav{
	width: 100%;
	
}
#content #main .lnav li{
	background: none;
}


/*  side
---------------------------------------------------------- */
#content #side{
	float: none;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	width: 100% !important;
}
#content #side dl dt:after{
	content:"";
	background: #cc0000;
	color: white;
	font-size: 16px;
	font-weight: bold;
	width: 100%;
	padding: 10px 10px;
	box-sizing: border-box;
	display: block;
}
#content #side dl dt img{
	display: none;
}
#news #content #side dl dt:after{
	content: "What's New";
}
#products #content #side dl dt:after{
	content: "Products";
}
#company #content #side dl dt:after{
	content: "Company";
}
#recruit #content #side dl dt:after{
	content: "Recruit";
}
#contact #content #side dl dt:after{
	content: "Contact";
}



/*
#content #side dl dt img{
	width: 100%;
	height: auto;
}
*/

#content #side .contact{
	width: 100% !important;
	height: auto !important;
	box-sizing: border-box;
	background: #ebebeb;
}
#content #side .contact ul{
	padding-bottom: 5px !important;
}
#content #side .contact .txtS{
	margin-top: 0 !important;
	margin-bottom: 10px !important;
}

#content #side ul{
	text-align: left;
	margin-left: 5px;
	margin-right: 5px;
	padding-top: 0;
	padding-bottom: 10px;
}

#content #side ul li{
	float: none;
	display: inline-block;
	padding: 0;
	margin-bottom: 5px;
	width: 48%;
}

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


/*  footer
---------------------------------------------------------- */
#footer{
	width: 100%;
	height: inherit;
	background: #666;
}
#footer .inner{
	width: 100%;
}
#footer .inner p.logo{
	float: none;
	margin-left: 10px;
	margin-bottom: 10px;
}
#footer .inner div{
	float: none;
	display: block;
}
#footer .inner div ul{
	position: inherit;
}

#footer .inner div ul li{
	float: none;
	border-left: none;
	display: inline-block;
	width: 46%;
	padding-left: 10px !important;
	box-sizing: border-box;
}
#footer .inner div ul li:first-child{
	
}
#footer .inner div ul li a{
	display: block;
	font-size: 13px;
	padding: 10px 0;
}
#footer .inner div ul li a:before{
}
#footer .inner div span{
	text-align: center;
}

/*  common
---------------------------------------------------------- */
/*-- h~ --*/
#content h1{
}
/*-- h1 img --*/
#content h1 img{
	width: 100%;
	height: auto;
}

/*-- h2 --*/
#content h2{
	margin-bottom: 10px;
}



/*-- a --*/
#content ul.link_list{
}

#content ul.link_list li{
}
#content ul.link_list li:first-child{
}

#content ul.link_list li a{
	padding-top: 5px;
	padding-bottom: 5px;
}

/*  other
---------------------------------------------------------- */
#content .content_btm{
	width: 100%;
	position: inherit;
	/* margin-top: 30px; */
	float: none;
}
#content .content_btm .topic_path{
	width: 100%;
}
#content .content_btm .top{
	float: none;
	width: 100%;
	text-align: right;
}

#content .page_back{
	margin-bottom: 20px;
}


/* column2 */
#content .column2{
	margin-bottom: 0;
}
#content .column2 > div{
	float: none;
	width: 100%;
}
#content .column2 div.box_center:first-child{
	margin-right: 0;
}
#content .column2 .imgLeftWrap{
	margin-bottom: 18px;
}

#content .column2 .section{
	margin-bottom: 20px;
}
#content .column2 .section .marginB20{
	margin-bottom: 0 !important;
}


/*-- column3 341px --*/
#content .column3 > div{
	float: none;
	margin: 0;
	width: 100%;
	padding-bottom: 10px;
}
#content .column3 > div img{
	text-align: center;
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

#content .imgLeftWrap,
#content .imgRightWrap, 
#content .imgLeft, 
#content .imgRight{
	float: none !important;
	width: 100% !important;
	margin-right: 0 !important;	
}

#content .imgLeftWrap div.img,
#content .imgLeft img{
	margin-right: 0;
	margin-bottom: 10px;
	float: none;
	text-align: center;
}
#content .imgLeftWrap div.txt,
#content .imgRightWrap div.txt{
	margin-left: 10px;
	margin-right: 10px;
	float: none;
}

/* table */
table.tbl_type01{
	width: 100% !important;
	box-sizing: border-box;
}
table.tbl_type01 th,
table.tbl_type01 td{
	display: block;
	width: 100% !important;
	box-sizing: border-box;
}

table.table1{
	width: 100% !important;
}


/* top index
========================================================================================== */
#top #content{
	padding-bottom: 20px;
}
/*  kv
---------------------------------------------------------- */
#top #content .kv{
	margin: 0 auto 10px;
	width: 320px;
	height: 120px;
	overflow: hidden;
}

#top #content .kv #slider-spn{
	width: 320px;
	height: 120px;
	display: inherit;
}
#top #content #slider-spn img{
	display: none;
	width: 320px;
	height: 120px;
}

#top #content #greeting-spn img{
	display: none;
	width: 320px;
	height: 220px;
}

/*  main
---------------------------------------------------------- */
#top #content #main{
	width: 100%;
}
#top #content ul.date_list p{
	width: 100%;
	box-sizing: border-box;
}
#top #content ul.date_list li{
	padding-left: 10px;
}
#top #content ul.date_list li span{
	padding-left: 0;
}


#top #content ul.exhibition_list div{
	width: 100%;
}

#top #content ul.bnr_list{
}
#top #content ul.bnr_list li{
}
#top #content ul.bnr_list02{
	text-align: left;
	margin-left: 5px;
	margin-right: 5px;
	padding-top: 0;
	padding-bottom: 10px;
}
#top #content ul.bnr_list02 li{
	float: none;
	display: inline-block;
	padding: 0;
	margin-bottom: 5px;
	width: 48%;
}
#top #content ul.bnr_list02 li img{
	width: 100%;
	height: auto;
}

/* product
========================================================================================== */
#content .products_contact{
	width: 100%;
	height: auto;
	background: linear-gradient(white, #f7f7f7);
	box-sizing: border-box;
	border-bottom: 1px solid #ddd;
}
#content .products_contact p.btn{
	float: none;
	width: 100%;
	margin-bottom: 10px;
}
#content .products_contact p.search{
	float: none;
	width: 100%;
}
#content .products_contact.btm{
	border-top: 1px solid #ddd;
}

#products .img_list{
	margin: 0 !important;
	text-align: center;
}
#products .img_list li{
	display: inline-block;
	margin: 0 0 0 10px;
	float: none;
}


/* comnay_column2
========================================================================================== */
.comnay_column2{
	margin-bottom: 10px !important;
}
.comnay_column2 .list_link{
	margin-top: 10px;
	float: none !important;
	width: 100% !important;
}


/* mixer_lecture
========================================================================================== */
#mixer_lecture #content .column3{
	margin-bottom: 0;
}

#mixer_lecture #content .column3 > div img{
	display: inline;
}
#mixer_lecture #content .column3 > div img.icon{
	top: -4px;
}

#mixer_lecture #content .column3 .column2 > div{
	width: 50%;
	margin-right: 0;
	float: left;
}

/* contact
========================================================================================== */
#contact .line .mail{
	position: inherit;
	right: 0;
	top:3px;
}
#content .hl_txt + .date_list {
	margin-top: 0;
}
#content ul.date_list{
	margin-left: 10px;
}

/* contact control
========================================================================================== */
#content table textarea{
	width: 100%;
}
#content .contact_column p.img{
	float: none;
	width: 100%;
	text-align: center;
}
#content .contact_column p.txt{
	float: none;
	width: 100%;
	text-align: center;
	margin-top: 10px;
}

/*  spn
---------------------------------------------------------- */
.spn-show{
	display: inherit;
}
table.spn-show{
	display: table;
}
.spn-hide,table.spn-hide{
	display: none;
}
.spn-img100{
	width: 100%;
	height: auto;
	margin-left: 0;
	margin-right: 0;
}
.spn-f-none{
	float: none !important;
	display: inherit !important;
}
.spn-center{
	text-align: center;
}