﻿@charset "UTF-8";

/*---------------------------------------

[reset]

[base]
	font
	anchor
	add class

[common set-up]
	h
	pagetop link

[lower common]

[each page]

[common contents]
	container
	header
	main contents
	footer
	print

[clearfix]

[cms setting]

---------------------------------------*/

/* CSS Document */
/*===============================================
●style.css 画面の横幅が480px以上
===============================================*/
@media screen and (min-width: 780px){

}

img{
max-width: 100%;
height: auto;
width /***/:auto;
}
.container{
width:100%;
}
@media screen and (min-width: 641px) and (max-width: 920px){
	img{
		height: auto !important;
	}
}
@media screen and (max-width: 640px){
	img{
		height: auto !important;
	}
}

/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::: reset */
body,div,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote{margin:0;padding:0;}
header,nav,section,aside,footer{display:block;}
table{border-spacing:0;} 
fieldset,img,a img,abbr,acronym{border:0;}
li img,dt img{vertical-align:top;}
address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:normal;}
caption{text-align:left;}
h1,h2,h3,h4,h5,h6{font-weight:normal;}
q:before,q:after{content:'';} 
html{overflow-y:scroll;} 
a{outline: none;}
button, fieldset, form, input, label, legend, select, textarea{font-family:inherit;font-size:100%;font-style:inherit;font-weight:inherit;margin:0;padding:0;vertical-align:top;}

/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::: base */

/*--------------------------------------- font */
html{
	font-size:62.5%;/* 1em=10px化 */
}
body{
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
	line-height:1.5;
	letter-spacing:0.1em;
	color:#0b0b0b;
	-webkit-text-size-adjust: 100%;
	font-size:1.6em;/* 基準フォントサイズ1.6em=16px */
}

/*----------------------- color */
/* red */
.red{
	color: #fff;
	background: #FF0000;
	padding: 2px 6px;
}
/* white */
.lower .lower_header_title,
.white{
	color:#FFFFFF;
}
.main #major_products_form_inner span{
	color:#FFFFFF;
	text-shadow: 1px 1px 2px #999999, 1px 1px 2px #999999;
}

/* aqua */
.aqua{
	color:#0069a6;
}

/* blue */
.blue{
	color:#334f99;
}

/* black */
.products .lower_header_title,
.products_category .lower_header_title,
.catalog .lower_header_title,
.black{
	color:#0b0b0b;
}

/*----------------------- size */
/* size10px */
.size10{
	font-size:0.62em;
}

/* size12px */
.breadCrumb,
.lower .lower_header_title span,
.size12{
	font-size:0.75em;
}

/* size14px */
.gNavi,
.main .navi_search_text,
.main .new_products_link,
.main #major_products_form_inner span,
.main #company_section,
footer,
.size14{
	font-size:0.87em;
}

/* size16px */
.size16{
	font-size:1.0em;
}

/* size18px */
.lower .lower_header_title,
.size18{
	font-size:1.12em;
}

/* size22px */
.size22{
	font-size:1.37em;
}

/* size24px */
.size24{
	font-size:1.5em;
}
/* size32px */
.lower_header_title h1,
.size32{
	font-size:2.0em;
}

/*--------------------------------------- anchor */

a:link,
a:visited{
	color:#364c9a;
	text-decoration:none;
}
a:active,
a:hover{
	color:#364c9a;
	text-decoration:underline;
}

.main .gNavi a:link,
.main .gNavi a:visited{
	color:#000;
	text-decoration:none;
}
.main .gNavi a:active,
.main .gNavi a:hover{
	color:#000;
	text-decoration:none;
}

.lower .gNavi a:link,
.lower .gNavi a:visited{
	color:#000000;
	text-decoration:none;
}
.lower .gNavi a:active,
.lower .gNavi a:hover{
	color:#555555;
	text-decoration:none;
}
.main #major_products_inner td a:link,
.main #major_products_inner td a:visited{
	color:#222222;
	text-decoration:none;
}
.main #major_products_inner td a:active,
.main #major_products_inner td a:hover{
	color:#555555;
	text-decoration:none;
	text-shadow: -1px 1px 5px #FFFFFF, 1px -1px 5px #FFFFFF;
}
.main #news_section li a:link,
.main #news_section li a:visited{
	color:#222222;
	text-decoration:none;
}
.main #news_section li a:active,
.main #news_section li a:hover{
	color:#555555;
	text-decoration:none;
	text-shadow: -1px 1px 5px #EEEEEE, 1px -1px 5px #EEEEEE;
}
.main .new_products_link a:link,
.main .new_products_link a:visited{
	color:#222222;
	text-decoration:none;
}
.main .new_products_link a:active,
.main .new_products_link a:hover{
	color:#555555;
	text-decoration:none;
	text-shadow: -1px 1px 5px #EEEEEE, 1px -1px 5px #EEEEEE;
}
footer a:link,
footer a:visited{
	color:#222222;
	text-decoration:none;
}
footer a:active,
footer a:hover{
	color:#555555;
	text-decoration:none;
	text-shadow: -1px 1px 5px #FFFFFF, 1px -1px 5px #FFFFFF;
}

/*--------------------------------------- add class */

.floatL{float:left;}
.floatR{float:right;}
.clearB{clear:both;}

.center{text-align:center;}
.right{text-align:right;}
.bold{font-weight:bold;}

br.forTab{display:none;}
br.forSp{display:none;}
.mb1em{margin-bottom:1em;}

/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::: common set-up */

.breadCrumb{
	width:1000px;
	margin:0 auto 5px;
}
@media screen and (min-width: 641px) and (max-width: 920px){
	.breadCrumb{
		width:auto;
		padding-left:10px;
	}
}
@media screen and (max-width: 640px){
	.breadCrumb{
		width:auto;
		padding-left:10px;
	}
}
.lower .top_only{
	display:none;
}
img{
	vertical-align:bottom;
}
@media screen and (min-width: 641px) and (max-width: 920px){
	img{
		max-width:100%;
		vertical-align:bottom;
	}
}
@media screen and (max-width: 640px){
	img{
		max-width:100%;
		vertical-align:bottom;
	}
}

.lower h2{
	clear:both;
	font-family:Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	font-size:2.5em;
	width:100%;
	max-width:1000px;
	font-weight:normal;
	margin:0 auto;
	padding-top:15px;
	padding-bottom:25px;
	text-align:center;
	clear:both;
}
@media screen and (min-width: 641px) and (max-width: 920px){
}
@media screen and (max-width: 640px){
	.lower h2{
		font-size:1.8em;
	}
}
@media screen and (min-width: 921px){
	.telto{
		cursor:default;
	}
	a.telto:link,
	a.telto:hover,
	a.telto:visited,
	a.telto:active{
		text-decoration:none;
		color:#0b0b0b;
	}
}

/* h:変更した場合はstyle_editor.cssにも反映すること */
h3{
	clear:both;
	font-family:Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	font-size:2.0em;
	margin-bottom:20px;
}

h4{
	clear:both;
	margin:0 0 15px;
	padding:6px 10px 4px 15px;
	font-size:1.4em;
	border-bottom:dotted 1px #aaa;
}

h5{
	margin:10px 0 20px;
	padding:3px 10px 6px;
	font-size:1.2em;
	letter-spacing: 0.2em;
	background:url(./bg_h4.png) no-repeat left bottom;
}
h6{
	clear:both;
	margin:0 0 10px;
	padding:4px 10px 4px 11px;
	font-size:1.1em;
	font-weight:bold;
	color:#333333;
	border-left:4px solid #AAAAAA;
	background:#F1F1F1 url(./bg_h6.gif) repeat-x left bottom;
}
@media screen and (min-width: 641px) and (max-width: 920px){
}
@media screen and (max-width: 640px){
	.lower h3{
		font-size:1.6em;
	}
}

/*--------------------------------------- table */
table{
	border-collapse:collapse;
	max-width:100%;
}
th{
	background-color: #fafafa;
}
table.default{
	border:none;
}
table.default tr{
	border-top: 1px solid #ddd;
}
table.default tr:first-child {
	border-top: none;
}
table.default th,
table.default td{
	border:none;
}
table.noborder{
	border:none;
}
table.noborder tr,
table.noborder th,
table.noborder td{
	border:none;
}
table.company_list_table tr td:nth-child(2),
table.company_list_table tr td:nth-child(5),
table.company_list_table tr td:nth-child(6){
	white-space:nowrap;
}
table.company_list_table tr td:nth-child(1){
	min-width:200px;
}
table.company_list_table tr td:nth-child(2){
	min-width:120px;
}
table.company_list_table tr td:nth-child(5),
table.company_list_table tr td:nth-child(6){
	min-width:150px;
}

@media screen and (min-width: 641px) and (max-width: 920px){
	.contact article th,
	.contact article td,
	.contact_form1 th,
	.contact_form1 td,
	.contact_form2 th,
	.contact_form2 td,
	.contact_form3 th,
	.contact_form3 td{
		display:inline-block;
		width:96% !important;
	}
	.contact_form1 td .form_textbox,
	.contact_form2 td .form_textbox,
	.contact_form3 td .form_textbox,
	.contact_form1 td .form_textarea,
	.contact_form2 td .form_textarea,
	.contact_form3 td .form_textarea{
		width:95% !important;
	}
	table.responsive tr{
		display: block;
	}
	table.responsive th,
	table.responsive td{
		text-align:left;
		width:96% !important;
		display: list-item;
		list-style:none;
	}
	table.responsive tr table{
		display: table;
	}
	table.responsive th table th,
	table.responsive td table td{
		width:auto !important;
		display: table-cell;
	}
	table.company_list_table tr td:nth-child(2),
	table.company_list_table tr td:nth-child(5),
	table.company_list_table tr td:nth-child(6){
		white-space:normal;
		word-wrap:break-word;
	}
	table.company_list_table tr td:nth-child(1){
		min-width:100px;
	}
	table.company_list_table tr td:nth-child(2){
		min-width:0;
	}
	table.company_list_table tr td:nth-child(3){
		min-width:100px;
	}
	table.company_list_table tr td:nth-child(5),
	table.company_list_table tr td:nth-child(6){
		min-width:0;
	}
}
@media screen and (max-width: 640px){
	.company article th,
	.company article td,
	.recruit article th,
	.recruit article td,
	.recruit_job article th,
	.recruit_job article td,
	.recruit_requirements article th,
	.recruit_requirements article td,
	.contact article th,
	.contact article td,
	.contact_form1 th,
	.contact_form1 td,
	.contact_form2 th,
	.contact_form2 td,
	.contact_form3 th,
	.contact_form3 td{
		display:inline-block;
		width:96% !important;
		padding:10px;
	}
	.contact_form1 td .form_textbox,
	.contact_form2 td .form_textbox,
	.contact_form3 td .form_textbox,
	.contact_form1 td .form_textarea,
	.contact_form2 td .form_textarea,
	.contact_form3 td .form_textarea{
		width:95% !important;
	}
	table.responsive tr{
		display: block;
	}
	table.responsive th,
	table.responsive td{
		text-align:left;
		width:96% !important;
		display: list-item;
		list-style:none;
	}
	table.responsive tr table{
		display: table;
	}
	table.responsive th table th,
	table.responsive td table td{
		width:auto !important;
		display: table-cell;
	}
	table.noresponsive tr{
		display: table-row;
	}
	table.noresponsive th,
	table.noresponsive td{
		text-align:left;
		width:100% !important;
		display: table-cell;
		list-style:none;
	}
	table.noresponsive tr table{
		display: table;
	}
	table.noresponsive th table th,
	table.noresponsive td table td{
		width:auto !important;
		display: table-cell;
	}
	table.company_list_table,
	table.company_list_table tr{
		border-left:1px #FFFFFF solid;
		border-right:1px #FFFFFF solid;
		border-bottom:1px #DDDDDD solid;
	}
	table.company_list_table tr:nth-child(1){
		display:none;
	}
	table.company_list_table tr td:nth-child(1){
		width:100%;
		font-size:1.1em;
		font-weight:bold;
		padding-bottom:0;
		border-bottom:1px dotted #999999;
		margin-bottom:5px;
	}
	table.company_list_table tr td:nth-child(2):before{
		content:"〒";
		display:inline;
	}
	table.company_list_table tr td:nth-child(2){
		text-align:left !important;
		display:inline;
		padding-left:3px;
	}
	table.company_list_table tr td:nth-child(3){
		text-align:left !important;
		display:inline;
	}
	table.company_list_table tr td:nth-child(4){
		display:inline;
	}
	table.company_list_table tr td:nth-child(4) a,
	table.company_list_table tr td:nth-child(4) img{
		padding:0;
		margin:0;
	}
	table.company_list_table tr td:nth-child(4):after{
		content:"";
		display:block;
		clear:both;
	}
	table.company_list_table tr td:nth-child(5):before{
		content:"TEL:";
		display:inline;
	}
	table.company_list_table tr td:nth-child(5){
		text-align:left !important;
		display:inline;
	}
	table.company_list_table tr td:nth-child(5):after{
		content:"";
		display:block;
		clear:both;
	}
	table.company_list_table tr td:nth-child(6):before{
		content:"FAX:";
		display:inline;
	}
	table.company_list_table tr td:nth-child(6){
		text-align:left !important;
		display:inline;
	}
}

/*--------------------------------------- contact form */
#input-table table{
	border-collapse:collapse;
	margin:1em auto 3em;
}
#input-table table th{
	white-space:nowrap;
}
#input-table table td textarea{
	font-size:110%;
}
#input-table div.formcomment{
	margin-left:7px;
	margin-top:3px;
}
#input-table table td ul{
	list-style:none;
	margin:0;
	padding:0;
}
/* form */
#input-table table{
	width:100%;
	margin:0 auto;
	padding: 0 0 30px;
	border-collapse:separate;
	border-spacing:10px;
}
#input-table input{
	font-size:110%;
	color: #777777;
	margin: 5px 0;
	padding: 10px;
	border: 1px solid #cccccc;
	background-color: #fff;
	outline: none;
	resize: none;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
}
#input-table table th{
	font-weight: normal;
	width: 160px;
	padding: 10px 20px 0;
	text-align: left;
	margin:10px 0;
	
}
#input-table table td{
}

#input-table table td textarea{
	font-size:110%;
	color: #777777;
	margin: 5px 0;
	padding: 10px;
	border: 1px solid #cccccc;
	background-color: #fff;
	outline: none;
	resize: none;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
}
#input-table div.formcomment{
	clear:both;
	margin-left:7px;
	margin-top:3px;
}
#input-table table td ul{
	list-style:none;
	margin:0;
	padding:0;
}
#input-table .input_required{
	display:inline-block;
	margin:0 0 0 6px;
	padding:0 4px;
	color: #FFFFFF;
	background:#EE0000;
	font-size:0.9em;
}
#input-table .form_radio{
	border:0;
	padding:3px;
}
#input-table .input_button {
	font-size: 1.2em;
	color: #ffffff;
	font-weight: bold;
	margin: 5px 0;
	padding: 10px 35px;
	border: 1px solid #555555;
	background-color: #555555;
	resize: none;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
	cursor: pointer;
}
#input-table input[type="submit"]::-moz-focus-inner{
	border :0px;
}
#input-table .submit_button{
	text-align:center;
}

.input_button{
	color: #4F4F4F;
	font-size: 1.2em;
	background: #fff;
	border: 1px solid #333;
	padding: 0.5em 2em;
}
@media screen and (min-width: 641px) and (max-width: 920px){
	#input-table table th{
		font-weight: normal;
		width: 160px;
		padding: 10px 0 10px;
		text-align: left;
		margin:10px 0;
		
	}
}
@media screen and (max-width: 640px){
	#input-table table th{
		font-weight: normal;
		width: 160px;
		padding: 10px 0 10px;
		text-align: left;
		margin:10px 0;
		
	}
}

/*--------------------------------------- google custom search */
.gNavi .gsc-results a:link,
.gNavi .gsc-results a:visited{
	text-shadow: none;
	line-height:1.2em;
}
.gNavi .gsc-results a:active,
.gNavi .gsc-results a:hover{
	text-shadow: none;
	line-height:1.2em;
}
.gsc-control-searchbox-only{
	padding:0 1em 1em !important;
}
.gsib_a {
	padding-top:0 !important;
	padding-bottom:0 !important;
}
.gsc-input-box {
	overflow: hidden !important; 
}
.gsc-control-wrapper-cse,
.gsc-control-cse{
	background-color: transparent !important;
	border-color: transparent !important;
	padding-top: 0 !important;
}
@media screen and (max-width: 640px){
	.navi_search .gsc-control-wrapper-cse,
	.navi_search .gsc-control-cse{
		background-color: transparent !important;
		border-color: transparent !important;
		padding-top: 0 !important;
	}
}
.company .navi_search,
.recruit .navi_search,
.recruit_job .navi_search,
.recruit_requirements .navi_search,
.products .navi_search,
.products_category .navi_search,
.catalog .navi_search{
	list-style:none;
	margin:0;
	padding:20px 0 0 0;
}
.company .navi_search li,
.recruit .navi_search li,
.recruit_job .navi_search li,
.recruit_requirements .navi_search li,
.products .navi_search li,
.products_category .navi_search li,
.catalog .navi_search li{
	padding-top:5px;
	width:100%;
}

.company .navi_search_form,
.recruit .navi_search_form,
.recruit_job .navi_search_form,
.recruit_requirements .navi_search_form{
	color:#FFFFFF;
	float:left;
	width:7em;
	line-height:2.0;
}
.products .navi_search_form,
.products_category .navi_search_form,
.catalog .navi_search_form{
	color:#333333;
	float:left;
	width:5em;
	line-height:2.0;
}
.company .navi_search_text,
.recruit .navi_search_text,
.recruit_job .navi_search_text,
.recruit_requirements .navi_search_text,
.products .navi_search_text,
.products_category .navi_search_text,
.catalog .navi_search_text{
	float:left;
	width:350px;
	padding-top:0;
}
@media screen and (min-width: 641px) and (max-width: 920px){
	.navi_search_form{
		padding-left:15px;
	}
}
@media screen and (max-width: 640px){
	.navi_search_form{
		padding-left:15px;
		font-size:1.1rem;
	}
	.company .navi_search_text,
	.recruit .navi_search_text,
	.recruit_job .navi_search_text,
	.recruit_requirements .navi_search_text{
		padding-top:10px;
		width:85%;
	}
	.products .navi_search_text,
	.catalog .navi_search_text{
		width:85%;
	}
}

/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::: main common */

#header_wrapper_slide{
	overflow: hidden!important;
	background-repeat:no-repeat!important;
	background-size:cover!important;
	background-position:center bottom;
}
#header_wrapper_slide:after{
	content:"";
	display:block;
	position: absolute;
	z-index: -1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,0) 31%, rgba(255,255,255,0.7) 100%);
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 31%,rgba(255,255,255,0.7) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 31%,rgba(255,255,255,0.7) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#e6ffffff',GradientType=0 );
} 

/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::: lower common */

.lower header{
	margin-bottom:20px;
	position:relative;
}

.lower_header_image{
	height:250px;
	margin-bottom:20px;
	background:url(./lower_bg_title.png) repeat-x center center;
}
.products .lower_header_image,
.products_category .lower_header_image{
	height:250px;
	margin-bottom:20px;
	background:url(./lower_bg_title_products.png) repeat-x center center;
}
.catalog .lower_header_image{
	height:250px;
	margin-bottom:20px;
	background:url(./lower_bg_title_catalog.png) repeat-x center center;
}
.newproduct .lower_header_image{
	height:250px;
	margin-bottom:20px;
	background:url(./lower_bg_title_newproduct.png) repeat-x center center;
	background-size:cover;
}
.led .lower_header_image{
	height:250px;
	margin-bottom:20px;
	background:url(./lower_bg_title_led.png) repeat-x center center;
	background-size:cover;
}

.lower_header_title{
	width:1000px;
	margin:0 auto;
	padding-top:100px;
}
.lower_header_title h1{
	display:inline;
	letter-spacing:0.2em;
}
.lower_header_title span{
	display:inline-block;
	margin-left:20px;
}
.lower .section_msg{
	max-width:1000px;
	margin:0 auto 60px;
}
@media screen and (min-width: 641px) and (max-width: 920px){
	.lower_header_title{
		width:100%;
		padding-top:80px;
	}
	.lower_header_title h1{
		padding-left:10px;
	}
	.lower .section_msg{
		padding:0 20px;
	}
}
@media screen and (max-width: 640px){
	.lower_header_title{
		width:100%;
		padding-top:80px;
	}
	.lower_header_title h1{
		padding-left:10px;
	}
	.lower .section_msg{
		padding:0 10px;
	}
}
/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::: main */

/*--------------------------------------- index.html */
.gNavi .navi_search li{
	padding-top:5px;
	width:100%;
	line-height:2.0;
}
.gNavi .navi_search_form{
	float:right;
	width:300px;
}
.gNavi .navi_search_text{
	float:right;
	padding-top:4px;
}
#news_section{
	width:1000px;
	margin:0 auto;
}
#news_section h2{
	width:200px;
	height:60px;
	margin:50px auto 20px;
	background:url(./main_title_news.png) no-repeat center center;
	text-indent:-9800px;
}
#news_section ul{
	padding:0 40px;
	list-style:none;
	overflow:hidden;
}
#news_section li{
	width:100%;
	padding:10px 20px;
	border-top:1px dotted #B2B2B2;
	overflow:hidden;
}
#news_section li:first-child{
	border-top:none;
}
#news_section li div.news_date{
	width:140px;
	float:left;
}
#news_section li div.news_title{
	width:730px;
	float:left;
}
#news_section li span.new_icon{
	display:inline-block;
	vertical-align:middle;
	margin-right:10px;
	width:43px;
	height:17px;
	text-indent:-9800px;
	background:url(./main_icon_new.png) no-repeat top;
}
#news_section_list{
	padding-top:40px;
	padding-bottom:30px;
	text-align:center;
}
#company_section{
	display:block;
	min-height:390px;
	margin:0 auto;
	padding:0;
	width:100%;
	background:url(./main_bg_company.png) no-repeat center center;
}
#company_section_bg{
	width:800px;
	min-height:390px;
	margin:0 auto;
	background:url(./main_bg_company.png) no-repeat center center;
}
#company_section h2{
	padding-top:140px;
	padding-bottom:20px;
}
#kenkou_banner{
	float: right;
	margin-top: -150px;
}
#kenkou_banner img{
	width: 300px;
	max-width: 100%;
}
@media screen and (min-width: 641px) and (max-width: 920px){
	#news_section{
		width:95%;
		margin:0 auto;
	}
	#news_section ul{
		padding:0;
		list-style:none;
		overflow:hidden;
	}
	#news_section li{
		width:95%;
		display:table;
	}
	#news_section li div.news_date{
		display:table-cell;
		float:none;
	}
	#news_section li div.news_title{
		display:table-cell;
		float:none;
	}
	#kenkou_banner{
		float: none;
		margin-top: 10px;
		margin-bottom: 30px;
		text-align:center;
	}
}
@media screen and (max-width: 640px){
	#news_section{
		width:100%;
		margin:0 auto;
	}
	#news_section ul{
		padding:0;
		list-style:none;
		overflow:hidden;
	}
	#news_section li{
		width:95%;
	}
	#news_section li div.news_title{
		width:auto;
		clear:left;
		float:left;
	}
	#news_section h2{
		margin:20px auto 20px;
	}
	#kenkou_banner{
		float: none;
		margin-top: 10px;
		margin-bottom: 30px;
		text-align:center;
	}
}

/*--------------------------------------- news/index.html */
#news_section{
	width:1000px;
	margin:0 auto 50px;
}
#news_section h2{
	width:200px;
	height:60px;
	margin:50px auto 20px;
	background:url(./main_title_news.png) no-repeat center center;
	text-indent:-9800px;
}
#news_section ul{
	padding:0 40px;
	list-style:none;
	overflow:hidden;
}
#news_section li{
	width:100%;
	padding:10px 20px;
	border-top:1px dotted #B2B2B2;
	overflow:hidden;
}
#news_section li:first-child{
	border-top:none;
}
#news_section li div.news_date{
	width:140px;
	float:left;
}
#news_section li div.news_title{
	width:730px;
	float:left;
}
#news_section li span.new_icon{
	display:inline-block;
	vertical-align:middle;
	margin-right:10px;
	width:43px;
	height:17px;
	text-indent:-9800px;
	background:url(./main_icon_new.png) no-repeat top;
}
#news_section_list{
	padding-top:40px;
	padding-bottom:30px;
	text-align:center;
}
@media screen and (min-width: 641px) and (max-width: 920px){
	#news_section{
		width:95%;
		margin:0 auto;
	}
	#news_section ul{
		padding:0;
		list-style:none;
		overflow:hidden;
	}
	#news_section li{
		width:95%;
		display:table;
	}
	#news_section li div.news_date{
		display:table-cell;
		float:none;
	}
	#news_section li div.news_title{
		display:table-cell;
		float:none;
	}
}
@media screen and (max-width: 640px){
	#news_section{
		width:100%;
		margin:0 auto;
	}
	#news_section ul{
		padding:0;
		list-style:none;
		overflow:hidden;
	}
	#news_section li{
		width:95%;
	}
	#news_section li div.news_title{
		width:auto;
		clear:left;
		float:left;
	}
	#news_section h2{
		margin:20px auto 20px;
	}
}

/*--------------------------------------- newproducts/index.html */

#newproducts_section{
	width:1000px;
	margin:0 auto;
}
#newproducts_section h2{
	width:200px;
	height:60px;
	margin:50px auto 20px;
	background:url(./main_title_news.png) no-repeat center center;
	text-indent:-9800px;
}
#newproducts_section ul{
	padding:0 40px;
	list-style:none;
}
#newproducts_section li{
	width:100%;
	min-height:150px;
	padding:10px 20px;
	border-top:1px dotted #B2B2B2;
}
#newproducts_section li:first-child{
	border-top:none;
}
#newproducts_section li table{
	min-height:150px;
	height:150px;
}
#newproducts_section li table td.newproducts_image{
	width:300px;
	padding-right:20px;
	vertical-align:middle;
	min-height:150px;
}
#newproducts_section li table td.newproducts_text{
	width:600px;
	vertical-align:middle;
	min-height:150px;
}
#newproducts_section li table td.newproducts_text .newproducts_title{
	font-size:1.1em;
}
#newproducts_section li table td.newproducts_text p{
	font-size:0.9em;
	padding-top:15px;
	padding-left:10px;
}
@media screen and (min-width: 641px) and (max-width: 920px){
	#newproducts_section{
		width:95%;
		margin:0 auto;
	}
	#newproducts_section ul{
		padding:0;
		list-style:none;
		overflow:hidden;
	}
	#newproducts_section li{
		width:95%;
		display:table;
	}
}
@media screen and (max-width: 640px){
	#newproducts_section{
		width:100%;
		margin:0 auto;
	}
	#newproducts_section ul{
		padding:0;
		list-style:none;
		overflow:hidden;
	}
	#newproducts_section li{
		width:95%;
		padding:10px 0;
	}
	#newproducts_section li td{
		display:inline-block;
		width:100%;
		clear:left;
		float:left;
	}
	#newproducts_section li table{
		width:100%;
	}
	#newproducts_section li table td.newproducts_image{
		text-align:center;
		width:100%;
		padding-right:0;
		min-height:auto;
	}
	#newproducts_section li table td.newproducts_text{
		width:100%;
		min-height:auto;
	}
	#newproducts_section h2{
		margin:20px auto 20px;
	}
}




/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::: common contents */

/*--------------------------------------- container */

html{
	height:100%;
	margin:0;
	padding:0;
}
body{
	height:100%;
	margin:0;
	padding:0;
}
#container{
	width:1000px;
	margin:0 auto;
	text-align:left;
}
@media screen and (max-width: 920px){
	#container{
		width:100%;
		margin:0 auto;
		text-align:left;
	}
}

/*--------------------------------------- header */
header{
	width:100%;
}
.main header{
	position: relative!important;
	z-index:0;
	overflow: hidden!important;
}
#header_wrapper{
	width:1000px;
	margin:0 auto;
	padding-bottom:15px;
}
/*.header_wrapper_white:after{
	content:"";
	display:block;
	position: absolute;
	z-index: -1;
	left: 0;
	top: 0;
	width: 100%;
	height: 200px;
	background: -moz-linear-gradient(to top,  rgba(255,255,255,0) 0%, rgba(255,255,255,0) 25%, rgba(255,255,255,0.7) 100%);
	background: -webkit-linear-gradient(to top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 25%,rgba(255,255,255,0.7) 100%);
	background: linear-gradient(to top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 31%,rgba(255,255,255,0.7) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#e6ffffff',GradientType=0 );
} */


#wrapper div:first-child{

}
.main h1#header_logo{
	float:left;
	margin-top:20px;
	margin-left:37px
	font-size:14px;
	font-size:1.2rem;
	text-indent:10em;
}
.lower div#header_logo{
	float:left;
	margin-top:20px;
	margin-left:25px
	font-size:14px;
	font-size:1.2rem;
	text-indent:10em;
}
.main header h2{
	text-align: center;
	width: 100%;
	font-size: 2.3em;
	letter-spacing: 0.2em;
	clear: both;
	padding-top: 2.5em;
	padding-bottom: 1.5em;
}
.main header .header_wrapper_white h2{
	color: #000;
	text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
				-1px 1px 0 #FFF, 1px -1px 0 #FFF,
				0px 1px 0 #FFF,  0-1px 0 #FFF,
				-1px 0 0 #FFF, 1px 0 0 #FFF;
}

.products_list{
	text-align: center;
	display: block;
	margin: 0 auto;
	padding-top: 9em;
	max-width:1000px;
	padding:0;
}
.products_list li{
	display: inline-block;
	vertical-align: top;
	padding:0;
}
.products_list li a{
	display: block;
	font-size: 0.9em;
	font-weight: bold;
	color: #333;
	padding: 15px;
	text-decoration: none;
}
.products_list li div{
	padding-top:2em;
}
.main .navi_search_form_catalog_box{
	border-top: 1px solid #ddd;
	border-bottom: 2px solid #ddd;
}
.main .navi_search_form_catalog_box:after{
	display:block;
	content:"";
	clear:both;
}
.main .navi_search_form_catalog_box_wrapper{
	width:1000px;
	margin:0 auto;
}
.main .navi_search_form_tokyo{
	float:left;
	width:300px;
	margin-left:10px;
}
.main .navi_search_form_catalog{
	float:left;
	width:500px;
	margin:0 auto;
}
.main .navi_search_form_webcatalog{
	float:left;
	width:180px;
}
.main .navi_search_form_tokyo a{
	display:block;
	width:260px;
	height:30px;
	line-height:30px;
	margin-top:18px;
	text-align:center;
	background:#296EB9;
	vertical-align:middle;
	border-radius: 2px;
	-moz-border-radius: 2px;
}
.main .navi_search_form_webcatalog a{
	display:block;
	width:150px;
	height:30px;
	line-height:30px;
	margin-top:18px;
	text-align:center;
	background:#296EB9;
	vertical-align:middle;
	border-radius: 2px;
	-moz-border-radius: 2px;
}
.main .navi_search_form_newproducts{
	padding-left:50px;
}
.main .navi_search_form_newproducts a{
	display:inline-block;
	width:260px;
	height:30px;
	line-height:30px;
	margin-top:0;
	margin-bottom:10px;
	text-align:center;
	background:#296EB9;
	vertical-align:middle;
	border-radius: 2px;
	-moz-border-radius: 2px;
}

.main .navi_search_form_tokyo a:link,
.main .navi_search_form_tokyo a:visited,
.main .navi_search_form_tokyo a:hover,
.main .navi_search_form_tokyo a:active,
.main .navi_search_form_newproducts a:link,
.main .navi_search_form_newproducts a:visited,
.main .navi_search_form_newproducts a:hover,
.main .navi_search_form_newproducts a:active,
.main .navi_search_form_webcatalog a:link,
.main .navi_search_form_webcatalog a:visited,
.main .navi_search_form_webcatalog a:hover,
.main .navi_search_form_webcatalog a:active{
	color:#EEEEEE;
	text-decoration:none;
}
.main .navi_search_form_tokyo a:hover,
.main .navi_search_form_tokyo a:active,
.main .navi_search_form_webcatalog a:hover,
.main .navi_search_form_webcatalog a:active{
	background:#29A4DD;
}
.main .navi_search_form_catalog .navi_search_form,
.main .navi_search_form_catalog .navi_search_text{
	display: inline-block;
	vertical-align:middle;
}
.main .navi_search_form_catalog .navi_search_form{
	width: 400px;
	padding-top: 1em;
}
.main .navi_search_form_catalog .navi_search_text{
	padding: 1em 0;
}
.lower_search_form_catalog_box{
	width:100%;
}
.lower_search_form_catalog_box:after{
	display:block;
	content:"";
	clear:both;
}
.lower_search_form_catalog{
	float:right;
	margin-bottom:20px;
}
.lower_search_form_catalog .lower_search_form,
.lower_search_form_catalog .lower_search_text{
	display: inline-block;
	vertical-align:middle;
}
.lower_search_form_catalog .lower_search_form{
	width: 400px;
	padding-top: 1em;
	border:1px solid #EEEEEE;
}
.lower_search_form_catalog .lower_search_text{
	padding: 1em;
}

@media screen and (min-width: 641px) and (max-width: 920px){
	.main header{
		position: relative!important;
	}
	.lower header{
		margin-bottom:0;
	}
	#header_wrapper{
		width:100%;
		margin:0 auto;
		padding-bottom:0;
	}
	.main h1#header_logo,
	.lower div#header_logo{
		height:70px;
		float:none;
		padding-top:20px;
		margin-top:0;
		margin-left:0;
		background:#17396B url('./header_mainimage_small.png') no-repeat left 30px;
		text-indent:90px;
	}
	.main h1#header_logo a,
	.lower div#header_logo a{
		display:block;
		width:50%;
		height:46px;
	}
	.main h1#header_logo img,
	.lower div#header_logo img{
		display:none;
	}
	.main h1#header_logo span,
	.lower div#header_logo span{
		color:#FFFFFF;
	}
	.main .navi_search_form_catalog{
		width:90%;
		margin:0 auto;
		float:none;
	}
	.main .navi_search_form_catalog_box_wrapper{
		width:100%;
	}
	.main .navi_search_form_newproducts{
		padding-left:0;
	}
	.main .navi_search_form_newproducts,
	.main .navi_search_form_tokyo,
	.main .navi_search_form_webcatalog{
		width:100%;
		margin:0;
	}
	.main .navi_search_form_tokyo a{
		margin:18px auto 0;
	}
	.main .navi_search_form_newproducts a{
		margin:0 auto 18px;
	}
	.main .navi_search_form_webcatalog a{
		margin:0 auto 18px;
	}
	.main .navi_search_form_catalog .navi_search_form,
	.main .navi_search_form_catalog .navi_search_text{
		display: inline-block;
		vertical-align:middle;
	}
	.main .navi_search_form_catalog .navi_search_form{
		width:70%;
		padding-top: 1em;
	}
	.main .navi_search_form_catalog .navi_search_text{
		width:auto;
		padding: 1em 0;
	}
}
@media screen and (max-width: 640px){
	.main header{
		position: relative!important;
	}
	.lower header{
		margin-bottom:0;
	}
	#header_wrapper{
		width:100%;
		margin:0 auto;
		padding-bottom:0;
	}
	.main #header_wrapper{
	}
	.main h1#header_logo,
	.lower div#header_logo{
		height:70px;
		float:none;
		padding-top:20px;
		margin-top:0;
		margin-left:0;
		background:#17396B url('./header_mainimage_small.png') no-repeat left 30px;
		text-indent:90px;
	}
	.main h1#header_logo a,
	.lower div#header_logo a{
		display:block;
		width:50%;
		height:46px;
	}
	.main h1#header_logo img,
	.lower div#header_logo img{
		display:none;
	}
	.main h1#header_logo span,
	.lower div#header_logo span{
		color:#FFFFFF;
	}
	.main header h2{
		text-align: center;
		width: 100%;
		font-size: 1.5em;
		letter-spacing: 0.2em;
		clear: both;
		padding-top: 2.3em;
		padding-bottom: 1.5em;
	}
	.main .navi_search_form_catalog{
		width:90%;
		margin:0 auto;
		float:none;
	}
	.main .navi_search_form_catalog_box_wrapper{
		width:100%;
	}
	.main .navi_search_form_newproducts{
		padding-left:0;
	}
	.main .navi_search_form_newproducts,
	.main .navi_search_form_tokyo,
	.main .navi_search_form_webcatalog{
		width:100%;
		margin:0;
	}
	.main .navi_search_form_tokyo a{
		margin:18px auto 0;
	}
	.main .navi_search_form_newproducts a{
		margin:0 auto 18px;
	}
	.main .navi_search_form_webcatalog a{
		margin:0 auto 18px;
	}
	.main .navi_search_form_catalog .navi_search_form,
	.main .navi_search_form_catalog .navi_search_text{
		display: inline-block;
		vertical-align:middle;
	}
	.main .navi_search_form_catalog .navi_search_form{
		width:70%;
		padding-top: 1em;
	}
	.main .navi_search_form_catalog .navi_search_text{
		width:auto;
		padding: 1em 0;
	}
}

/*------------------------------------ global navigation */
.main .gNavi,
.lower .gNavi{
	float:right;
	width:650px;
	height:60px;
	margin-right:10px;
}
.gNavi{
	position:relative;
	z-index:5;
}
.gNavi ul{
	list-style:none;
	margin:0;
	padding:0;
}
.gNavi ul.navi_lang{
	width:100%;
	text-align:right;
	letter-spacing:0.1em;
}
.gNavi ul.navi_pages{
	width:100%;
	text-align:right;
	letter-spacing:0.2em;
}
.gNavi ul.navi_pages .navi_pages3,
.gNavi ul.navi_pages .navi_pages6{
	letter-spacing:0;
}
.gNavi ul li{
	display:inline-block;
}
.gNavi ul li a{
	display:block;
	height:30px;
	margin: 0;
	padding:0;

}
.lower .gNavi ul li a{text-shadow:1px 1px 2px #EEEEEE;}
.gNavi ul li.navi_lang1 a,
.gNavi ul li.navi_lang2 a{
	display:block;
	padding: 5px;
}
.gNavi ul li a{
	padding: 5px;
}
.gNavi ul li.navi_contact {
	position:relative;
}
.gNavi ul li.navi_contact a{
	height:auto;
	background: rgba(255,255,255,0.9);
	padding: 12px;
	color: #0d3a6c!important;
}
.gNavi ul li.navi_contact a:before {
	content: url("./icon_mail.png");
	display: inline-block;
	padding-right: 10px;
}
.drawer{
	display:none;
}
.header_wrapper_white .gNavi ul li.navi_lang1 a,
.header_wrapper_white .gNavi ul li.navi_lang2 a,
.header_wrapper_white .gNavi ul.navi_pages li a{
	color:#FFFFFF;
/*	color: #000;
	text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
				-1px 1px 0 #FFF, 1px -1px 0 #FFF,
				0px 1px 0 #FFF,  0-1px 0 #FFF,
				-1px 0 0 #FFF, 1px 0 0 #FFF;*/

}

@media screen and (max-width: 920px){
	.gNavi ul li.navi_contact a:before{
		display: none;
	}
}
@media screen and (min-width: 641px) and (max-width: 920px){
	.drawer{
		display:block;
		float:right;
		margin-top:25px;
		margin-right:20px;
		width:33px;
		height:46px;
		text-indent:-9800px;
		background: url(./icon_drawer_toggle.png) no-repeat left top;
		cursor:pointer;
	}
	.gNavi{
		display:none;
		margin-top:0;
		margin-right:0;
		position:absolute;
	}
	.main .gNavi,
	.lower .gNavi{
		width:50%;
		margin-top:0;
		margin-right:0;
		margin-left:50%;
	}
	.gNavi ul.navi_lang{
		background:#17396B;
		padding-top:15px;
	}
	.gNavi ul.navi_lang li a{
		float:right;
		padding-right:10px;
		color:#fff!important;
		background:#17396B;
		text-align:right;
	}
	.gNavi ul.navi_pages{
		border-bottom:1px solid #FFFFFF;
	}
	.gNavi ul.navi_pages li{
		float:none;
		width:100%;
		border-top:1px solid #FFFFFF;
		background:#17396B;
	}
	.gNavi ul.navi_pages li a{
		display:block;
		width:100%;
		padding-top:1em;
		padding-left:0;
		padding-right:0;
		text-align:left;
		text-indent:2em;
		color:#fff!important;
	}
	.gNavi ul.navi_search{
		width:100%;
		overflow:hidden;
		background:#17396B;
	}
	.gNavi ul.navi_search .navi_search_text{
		display:none;
	}
}
@media screen and (max-width: 640px){
	.drawer{
		display:block;
		float:right;
		margin-top:25px;
		margin-right:20px;
		width:33px;
		height:46px;
		text-indent:-9800px;
		background: url(./icon_drawer_toggle.png) no-repeat left top;
		cursor:pointer;
	}
	.gNavi{
		display:none;
		margin-top:0;
		margin-right:0;
		position:absolute;
	}
	.main .gNavi,
	.lower .gNavi{
		width:100%;
		margin-top:0;
		margin-right:0;
	}
	.gNavi ul.navi_lang{
		background:#17396B;
		padding-top:15px;
	}
	.gNavi ul.navi_lang li a{
		float:right;
		padding-right:10px;
		background:#17396B;
		text-align:right;
		color:#fff!important;
	}
	.gNavi ul.navi_pages{
		border-bottom:1px solid #FFFFFF;
	}
	.gNavi ul.navi_pages li{
		float:none;
		width:100%;
		border-top:1px solid #FFFFFF;
		background:#17396B;
	}
	.gNavi ul.navi_pages li a{
		display:block;
		width:100%;
		padding-top:1em;
		padding-left:0;
		padding-right:0;
		text-align:left;
		text-indent:2em;
		color:#fff!important;
	}
	.gNavi ul.navi_search{
		width:100%;
		overflow:hidden;
		background:#17396B;
	}
	.gNavi ul.navi_search .navi_search_text{
		display:none;
	}
}
/*--------------------------------------- kayFrame */

/*--------------------------------------- mainContaints */


/*--------------------------------------- pagetop link */
#page_top{
	width:40px;
	height:40px;
}
#page_top a{
	display:block;
	width:40px;
	height:40px;
	float:right;
	margin:0 0 45px;
	padding:0;
	text-indent:-9000px;
	font-size:0;
	line-height:0;
	background: url(./page_top.png) no-repeat left top;
}

#page_top a:hover{
	background: url(./page_top.png) no-repeat left bottom;
}
@media screen and (min-width: 641px) and (max-width: 920px){
}
@media screen and (max-width: 640px){
	#page_top{
		bottom:0px !important;
		right:0px !important;
	}
}
#link_catalog{
display:none;
	/*position: fixed;
	top:50%;
	right:0;
	text-align:center;*/
}
#link_catalog a{
	color: #333;
	background:#ececec;
	padding:15px 20px;
	display: block;
	text-decoration: none;
}
#link_catalog a div{
	padding-top:15px;
}
@media screen and (max-width: 640px){
	#link_catalog{
		display:none;
	}
}
/*--------------------------------------- cms_navi */
.subNavi .cms_navi{
	max-width: 1000px;
	margin:0;
	padding:0;
	margin: 0 auto 30px;
	text-align: center;
}
.subNavi .cms_navi li {
	display: inline-block;
	width: 240px;
	margin:0;
	padding:0;
	letter-spacing: 0;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
}
.subNavi .cms_navi li:last-child{
	border-right: 1px solid #ddd;
}
.subNavi .cms_navi li a{
	padding: 1em 2em;
	display: block;
	text-decoration: none;
	background: #f0f0f0;
}
.subNavi .cms_navi li.on a{
background: -moz-linear-gradient(top,  rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 100%);
background: -webkit-linear-gradient(top,  rgba(0,0,0,0.1) 0%,rgba(0,0,0,0) 100%);
background: linear-gradient(to bottom,  rgba(0,0,0,0.1) 0%,rgba(0,0,0,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a000000', endColorstr='#00000000',GradientType=0 );

}

.company .cms_navi{
	max-width:1020px;
}
.recruit .cms_navi{
	max-width: 1020px;
}
/*.recruit .cms_navi li,
.recruit_job .cms_navi li,
.recruit_requirements .cms_navi li{
	width: 190px;
	display: inline-block;
	text-align: center;
}*/
@media screen and (min-width: 641px) and (max-width: 920px){
}
@media screen and (max-width: 640px){
	.subNavi .cms_navi li{
		width:95%;
		border-left: 1px solid #ddd;
		border-right: 1px solid #ddd;
	}
	.subNavi .cms_navi li a{
		padding: 0.5em 2em;
	}
}

/*--------------------------------------- footer */
footer{
	background: url(./footer_bg.jpg) center bottom no-repeat;
	background-size: cover;
	text-align:center;
	padding-top:50px;
	padding-bottom:13em;
	line-height:1.1;
}
footer table{
	margin:0 auto;
}
footer table td{
	padding:0 20px;
}
footer .footer_copy{
	margin-top:30px;
	font-size:0.9em;
}
#footer_bg{
	max-width: 1000px;
	margin: 0 auto;
}
@media screen and (min-width: 641px) and (max-width: 920px){
	footer table{
		max-width:95%;
	}
	footer table td{
		padding:0 0;
	}
	footer table td div img{
		max-width:90%;
	}
	footer table.footer_sitemap td{
		float:left;
		width:45%;
		max-width:45%;
		text-align:left;
		padding:10px 0px 10px 15px;
	}
}
@media screen and (max-width: 640px){
	footer table{
		max-width:95%;
	}
	footer table td{
		padding:0 0 0 0;
	}
	footer table td div img{
		max-width:90%;
	}
	footer table.footer_sitemap td{
		float:left;
		width:45%;
		max-width:45%;
		text-align:left;
		padding:10px 0px 10px 15px;
	}
	footer img{
		max-width:90%;
	}
}
/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::: clear */
header:after,
.clearFix:after{
	content:""; 
	display:block; 
	clear:both;
}

/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::: cms setting */
/* tooltip */
.invisible{
	display: none;
}
a.tooltiplink{
	display:inline-block;
	margin: 1px 3px 0;
	padding: 1px 3px 0;
	border: 2px solid #C7C7C7;
	background-color: #075698;
	border-radius: 5px;
	-moz-border-radius: 5px;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 1.0em;
	font-weight:bold;
}
#content #input-table a.tooltiplink:link,
#content #input-table a.tooltiplink:visited{
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
}
#content #input-table a.tooltiplink:hover,
#content #input-table a.tooltiplink:active{
	font-weight:bold;
	color:#DDDDDD;
	text-decoration:none;
}
#content a.tooltiplink:link,
#content a.tooltiplink:visited{
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
}
#content a.tooltiplink:hover,
#content a.tooltiplink:active{
	font-weight:bold;
	color:#DDDDDD;
	text-decoration:none;
}
#content p.tooltipbox{
	position: absolute;
	top: 100px;
	left: 20px;
	font-size: 1.0em;
	margin: 0;
	padding: 10px;
	min-width: 100px;
	min-height: 30px;
	color: #FFFFFF;
	background: #075698;
	border:2px solid #075698;
	border-radius: 5px;
	-moz-border-radius: 5px;
}
#content #input-table p.tooltipbox a:link,
#content #input-table p.tooltipbox a:visited{
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:underline;
}
#content #input-table p.tooltipbox a:hover,
#content #input-table p.tooltipbox a:active{
	font-weight:bold;
	color:#DDDDDD;
	text-decoration:underline;
}
#content p.tooltipbox a:link,
#content p.tooltipbox a:visited{
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:underline;
}
#content p.tooltipbox a:hover,
#content p.tooltipbox a:active{
	font-weight:bold;
	color:#DDDDDD;
	text-decoration:underline;
}

/* comment form */
.comment_box{
	width:100%;
	margin:0 0 15px;
	padding:0;
	border-collapse:collapse;
	border:solid 1px #cccccc;
	background:#eeeeee;
}
.comment_box th,
.comment_box td{
	padding:10px;
}
.comment_id{
	width:10%;
	text-align:left;
	white-space:nowrap;
}
.comment_name{
	width:70%;
	text-align:left;
}
.comment_regist{
	width:20%;
	text-align:right;
	vertical-align:bottom;
	white-space:nowrap;
	font-size:0.8em;
	color:#aaaaaa;
}
.comment_box td{
	padding-top:0;
}
.comment_text{
	padding:15px;
	background:#ffffff;
}
.icon_comment{
	text-align:right;
}
.icon_comment a{
	padding-left:30px;
	background:url(./icon_comment.gif) no-repeat left center;
}

/* twitter widget */
#twtr-hd h3,
#twtr-hd h4,
.twtr-widget h3,
.twtr-widget h4,
.twtr-widget p,
.twtr-widget-profile h3,
.twtr-widget-profile h4{
	clear:none;
	margin:auto;
	padding:auto;
	font-size:auto;
	color:auto;
	border:none;
	background-image:none;
}
/* twitter tweet button */
iframe.twitter-share-button {
	width: 115px!important;
}

/*--------------------------------------- company/index.html 会社案内 */

/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::: common */
.map_btn{
	font-size:1.3rem;
	display:block;
	color:#ffffff;
	background:#337fcc;
	text-shadow:0 -1px 0px #225588,0 -2px 0px #225588;
	text-align:center;
	text-decoration:none;
	border:1px solid #225588;
	padding:2px 5px;
	border-radius:5px;
	background:-moz-linear-gradient(rgba(34,85,136,0.5), rgba(34,85,136,1));
	background:-webkit-gradient(linear, 100% 0%, 100% 100%, from(rgba(34,85,136,0.5)), to(rgba(34,85,136,1)));
}
.map_btn a:link,
.map_btn a:visited,
.map_btn a:hover,
.map_btn a:active{
	color:#FFFFFF;
	text-decoration:none;
}
table.company_list_table tr:nth-child(odd){
	background:#FAFAFA;
}
table.enkaku_top_table td:nth-child(1),
table.enkaku_top_table td:nth-child(3){
	border:1px solid #222222;
}
table.enkaku_top_table td:nth-child(1) td,
table.enkaku_top_table td:nth-child(3) td{
	border:none !important;
}

@media screen and (min-width: 641px) and (max-width: 920px){
	.map_box,
	.map_box2,
	.map_box3{
		display:inline-block;
		width:100%;
	}
	.map_box td,
	.map_box2 td,
	.map_box3 td{
		display:inline-block;
		width:100%;
	}
	.map_box iframe,
	.map_box2 iframe,
	.map_box3 iframe{
		width:100% !important;
	}
}
@media screen and (max-width: 640px){
	.map_box,
	.map_box2,
	.map_box3{
		width:100%;
	}
	.map_box iframe,
	.map_box2 iframe,
	.map_box3 iframe{
		width:100% !important;
	}
}



/*--------------------------------------- recruit/index.php 採用情報 */

.inner_subnavi{
	width:60%;
	margin:20px auto 40px;
	background:#E7F1FD;
	padding:10px 20px;
	list-style:none;
}
.inner_subnavi li{
	position:relative;
	top:0;
	left:0;
	padding:0.3em 20px 0.3em;
}
.inner_subnavi li:before{
	content: "";
	position: absolute;
	top: 0.7em;
	left: 2px;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 10px solid #4B94D1;
}
.inner_subnavi li.on a:link,
.inner_subnavi li.on a:visited,
.inner_subnavi li.on a:active,
.inner_subnavi li.on a:hover{
	text-decoration:underline;
}
/*--------------------------------------- products/ 主要取扱製品 */
.products_list_pc{
	display:block;
}
.products_list_tab{
	display:none;
}

table.products_menu{

}
table.products_menu td{
	width:110px;
}
table.products_menu tr:nth-child(1) td{
	border-top:2px solid #F8F8F8;
	border-left:2px solid #F8F8F8;
	border-right:2px solid #F8F8F8;
	padding-top:10px;
	padding-bottom:10px;
}
.main table.products_menu tr:nth-child(1) td{
	border:none;
}
table.products_menu tr:nth-child(2) td{
	border-left:2px solid #F8F8F8;
	border-right:2px solid #F8F8F8;
	font-size:0.8em;
	padding-top:10px;
	padding-bottom:10px;
}
.main table.products_menu tr:nth-child(2) td{
	border:none;
}
table.products_menu tr:nth-child(3) td{
	font-size:10px;
	margin:0;
	padding:0;
	padding-bottom:5px;
	vertical-align:middlen;
}
table.products_menu tr:nth-child(3) td a{
	margin:0;
	padding:0;
}
table.products_menu a:link,
table.products_menu a:visited{
	color:#000000;
	text-decoration:none;
}
table.products_menu a:hover,
table.products_menu a:active{
	color:#000000;
	text-decoration:none;
}
.products_list_tab a:link,
.products_list_tab a:visited{
	color:#000000;
	text-decoration:none;
}
.products_list_tab a:hover,
.products_list_tab a:active{
	color:#000000;
	text-decoration:none;
}
@media screen and (min-width: 641px) and (max-width: 920px){
	.products_list_pc{
		display:none;
	}
	.products_list_tab{
		display:block;
	}
	.products_list_tab table{
		width:630px;
		margin:0 auto;
	}
	.products_list_tab table td img{
		width:40px !important;
		height:40px !important;
		min-width:40px !important;
		min-height:40px !important;
	}
	.products .products_list_tab table{
		border-bottom:2px solid #F8F8F8;
	}
	.products .products_list_tab table tr{
		border-top:2px solid #F8F8F8;
		border-left:2px solid #F8F8F8;
		border-right:2px solid #F8F8F8;
		padding-top:10px;
		padding-bottom:10px;
	}
	.products .products_list_tab table tr td:nth-child(3){
		border-left:2px solid #F8F8F8;
	}
}
@media screen and (max-width: 640px){
	.products_list_pc{
		display:none;
	}
	.products_list_tab{
		display:block;
		font-size:1.4rem;
	}
	.products_list_tab table{
		width:90%;
		margin:0 auto;
	}
	.products_list_tab table td img{
		width:30px !important;
		height:30px !important;
		min-width:30px !important;
		min-height:30px !important;
	}
	.products_list_tab table tr td:nth-child(2),
	.products_list_tab table tr td:nth-child(4){
		width:35%;
	}
	.products .products_list_tab table{
		border-bottom:2px solid #F8F8F8;
	}
	.products .products_list_tab table tr{
		border-top:2px solid #F8F8F8;
		border-left:2px solid #F8F8F8;
		border-right:2px solid #F8F8F8;
		padding-top:10px;
		padding-bottom:10px;
	}
	.products .products_list_tab table tr td:nth-child(3){
		border-left:2px solid #F8F8F8;
	}
}

#section_products{
	background:#FAFAFA;
	padding-top:60px;
	padding-bottom:10px;
	margin-bottom:30px;
}
.section_products_box{
	width:1000px;
	margin:0 auto;
}
.products_list_box{
	display:table;
	width:100%;
	margin-bottom:40px;
	box-shadow:rgba(222, 222, 222, 0.5) 0px 0px 4px 2px;
	-webkit-box-shadow:rgba(222, 222, 222, 0.5) 0px 0px 4px 2px;
	-moz-box-shadow:rgba(222, 222, 222, 0.5) 0px 0px 4px 2px;
	background:#FFFFFF;
}
.products_list_image{
	display:table-cell;
	vertical-align:top;
	width:330px;
}
.products_list_text{
	display:table-cell;
	vertical-align:top;
	padding:20px 0 0 30px;
}
.products_list_text h3{
	margin:0;
	margin-bottom:20px;
	padding:0;
	font-weight:bold;
	font-size:1.8em;
	color:#333333;
}
.products_list_text ul{
	list-style:none;
	margin:0;
	padding:0 0 0 30px;
}
.products_list_text ul li{
	display:inline-block;
	margin-right:10px;
	margin-bottom:10px;
	padding:4px 15px 3px;
	background:#F0F0F0;
	border:1px solid #CECECE;
}
.products_list_text ul li a:link,
.products_list_text ul li a:visited{
	color:#222222;
	text-decoration:none;
}
.products_list_text ul li a:hover,
.products_list_text ul li a:active{
	text-decoration:none;
	color:#4C9ED9;
}
@media screen and (min-width: 641px) and (max-width: 920px){
	#section_products{
		padding-top:20px;
		padding-bottom:10px;
		margin-bottom:30px;
	}
	.section_products_box{
		width:100%;
		margin:0 auto;
	}
	.products_list_box{
		display:table;
		width:95%;
		margin:10px auto 20px;
		background:#FFFFFF;
	}
	.products_list_image{
		display:table-cell;
		vertical-align:top;
		width:150px;
	}
	.products_list_image img{
		width:150px;
	}
	.products_list_text{
		display:table-cell;
		vertical-align:top;
		padding:20px 0 30px 20px;
	}
	.products_list_text h3{
		margin:0;
		margin-top:5px;
		margin-bottom:15px;
		padding:0;
		font-weight:bold;
		font-size:1.4em;
		color:#333333;
	}
	.products_list_text h3 img{
		width:40px !important;
		height:40px !important;
	}
	.products_list_text ul{
		list-style:none;
		margin:0;
		padding:0 0 0 0;
	}
	.products_list_text ul li{
		display:inline-block;
		font-size:1.0em;
		margin-right:5px;
		margin-bottom:5px;
		padding:4px 10px 3px;
		background:#F0F0F0;
		border:1px solid #CECECE;
	}
}
@media screen and (max-width: 640px){
	#section_products{
		padding-top:20px;
		padding-bottom:10px;
		margin-bottom:30px;
	}
	.section_products_box{
		width:100%;
		margin:0 auto;
	}
	.products_list_box{
		display:table;
		width:95%;
		margin:10px auto 25px;
		background:#FFFFFF;
	}
	.products_list_image{
		display:table-cell;
		vertical-align:top;
		width:100px;
	}
	.products_list_image img{
		width:100px;
	}
	.products_list_text{
		display:table-cell;
		vertical-align:top;
		padding:20px 0 30px 20px;
	}
	.products_list_text h3{
		margin:0;
		margin-bottom:15px;
		padding:0;
		font-weight:bold;
		font-size:1.2em;
		color:#333333;
	}
	.products_list_text h3 img{
		width:30px !important;
		height:30px !important;
	}
	.products_list_text ul{
		list-style:none;
		margin:0;
		padding:0 0 0 0;
	}
	.products_list_text ul li{
		display:inline-block;
		font-size:1.0em;
		margin-right:5px;
		margin-bottom:5px;
		padding:4px 10px 3px;
		background:#F0F0F0;
		border:1px solid #CECECE;
	}
}

/*--------------------------------------- catalog/ WEBカタログ */
.catalog .lower_header_image{
	margin-bottom:0;
}
.catalog .lower_search_form{
	background:#FFFFFF;
}
#section_catalog{
	padding-top:30px;
	margin-bottom:30px;
	background:#FBFBFB;
	overflow:hidden;
}
.section_catalog_list{
	padding-left:25px;
}
.catalog_list_box{
	float:left;
	width:220px;
	margin-right:10px;
	margin-bottom:55px;
	background:#FFFFFF;
	border:3px solid #EEEEEE;
	position: relative;
}
.catalog_list_box .new{
	position: absolute;
	left: 5px;
	top: 5px;
	color: #fff;
	background-color: #b41d2b;
	padding: 2px 10px;
}
.catalog_list_image{
	width:95px;
	margin:25px auto 15px;
	box-shadow: 4px 4px #D8CECF;
}
.catalog_list_sub{
	font-size:0.85em;
	line-height:2.0;
	padding-left:20px;
	padding-right:10px;
}
.catalog_list_text{
	font-size:1.3em;
	padding-left:20px;
	padding-right:10px;
	line-height:1.2;
	min-height:2.5em;
	margin-bottom:8px;
	letter-spacing:0.1;
}
.catalog_list_link{
	text-align:center;
	padding-bottom:20px;
}
.catalog_list_link a{
	display:inline-block;
	color:#FFFFFF;
	background:#A2A2A2;
	padding:6px 15px;
	font-size:0.9em;
}
.catalog_list_link a:hover{
	text-decoration:none;
	background:#C6C6C6;
}

#dousa_box{
	background:#FFFFFF;
	border:3px solid #EEEEEE;
	padding:35px;
	margin-left:25px;
	width:790px;
}
@media screen and (min-width: 641px) and (max-width: 920px){
	#section_catalog{
		padding-top:15px;
		margin-bottom:15px;
		background:#FBFBFB;
		overflow:hidden;
	}
	.section_catalog_list{
		padding-left:0;
		width:95%;
		margin:0 auto;
	}
	.catalog_list_box{
		float:left;
		width:44%;
		margin-left:2%;
		margin-right:2%;
		margin-bottom:20px;
		background:#FFFFFF;
		border:3px solid #EEEEEE;
	}
	.catalog_list_image{
		width:95px;
		margin:25px auto 15px;
		box-shadow: 4px 4px #D8CECF;
	}
	.catalog_list_sub{
		font-size:0.85em;
		line-height:2.0;
		padding-left:20px;
		padding-right:10px;
	}
	.catalog_list_text{
		font-size:1.3em;
		padding-left:20px;
		padding-right:10px;
		line-height:1.2;
		min-height:2.5em;
		margin-bottom:8px;
		letter-spacing:0.1;
	}
	.catalog_list_link{
		text-align:center;
		padding-bottom:20px;
	}
	.catalog_list_link a{
		display:inline-block;
		color:#FFFFFF;
		background:#A2A2A2;
		padding:6px 15px;
		font-size:0.9em;
	}
	#dousa_box{
		padding:2%;
		margin-left:auto;
		margin-right:auto;
		width:90%;
	}
}
@media screen and (max-width: 640px){
	#section_catalog{
		padding-top:15px;
		padding-bottom:15px;
		background:#FBFBFB;
		overflow:visible;
	}
	.section_catalog_list{
		padding-left:0;
		width:95%;
		margin:0 auto;
	}
	.catalog_list_box{
		float:left;
		width:100%;
		margin-left:auto;
		margin-right:auto;
		margin-bottom:20px;
		background:#FFFFFF;
		border:3px solid #EEEEEE;
	}
	.catalog_list_image{
		width:95px;
		margin:25px auto 15px;
		box-shadow: 4px 4px #D8CECF;
	}
	.catalog_list_sub{
		font-size:0.85em;
		line-height:2.0;
		padding-left:20px;
		padding-right:10px;
		text-align:center;
	}
	.catalog_list_text{
		font-size:1.3em;
		padding-left:20px;
		padding-right:10px;
		line-height:1.2;
		min-height:2.5em;
		margin-bottom:8px;
		letter-spacing:0.1;
		text-align:center;
	}
	.catalog_list_link{
		text-align:center;
		padding-bottom:20px;
	}
	.catalog_list_link a{
		display:inline-block;
		color:#FFFFFF;
		background:#A2A2A2;
		padding:6px 15px;
		font-size:0.9em;
	}
	#dousa_box{
		padding:2%;
		margin-left:auto;
		margin-right:auto;
		width:90%;
	}
}

/*--------------------------------------- contact/ お問い合わせ */
.contact article a img:hover{
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}

/*--------------------------------------- english/ 英語 */
.english article a img:hover{
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}
/*--------------------------------------- chinese/ 中国語 */
.chinese article,
.chinese article h2,
.chinese article h3,
.chinese article h4,
.chinese article h5,
.chinese article h6{
	font-family : 'SimSun','sans-serif';
}
.chinese article a img:hover{
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}

/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::: トップページ */
/* slick */
.recruit_img_list li{
	width:300px;
	height:200px;
	background-size: cover;
	background-position: center;
}
.slick-next:before,
.slick-prev:before {
	background: #fff;
	padding: 10px;
}

/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::: msearch検索結果 */
.navi_msearch_text{
	padding-top:25px !important;
	padding-bottom:15px !important;
}
.navi_msearch_form{
	padding-top:10px !important;
}
.msearch_input{
	width:290px;
	vertical-align:middle;
	padding-left:5px;
}
.navi_search .msearch_input{
	width:200px;
}
.msearch_submit{
	vertical-align:middle;
}
.msearch_result a:link{
	color: #1a0dab;
	background: transparent;
}
.msearch_result a:visited{
	color: #364c9a;
	background: transparent;
} 
.msearch_result a:hover{
	color: #3D57B3;
	background: transparent;
}
.msearch_result a:active{
	color: #3D57B3; 
	background: transparent;
}
.msearch_result .ribbon{
	color: #FFFFFF;
	background-color: #0D3A6C;
}
.msearch_result .rbnmargin{
	margin-top: 1ex;
	margin-bottom: 1ex;
}
.msearch_result .fontpaint{
	color: #3366cc;
}
.msearch_result .fontbold{
	font-weight: bold;
}
.msearch_result .fontred{
	color: #ff0000;
}
.msearch_result .fontgreen{
	color: #009900;
}
.msearch_result .fontgray{
	color: #999999;
}
.msearch_result .fontsmaller{
	font-size:0.9em;
}
.msearch_result .fontsmaller input{
	padding:2px 5px;
}
.msearch_result .search_box{
	margin:20px auto;
}
@media screen and (max-width: 640px){
	.msearch_result{
		word-break:break-all;
	}
	.msearch_result_input,
	.msearch_input{
		max-width:60%;
	}
	.navi_search .msearch_input{
		max-width:60%;
		margin-left:20px;
	}
}

.contactArea {

}
.contactArea .areaInner{
	max-width: 1000px;
	margin: 0 auto 4em;
}
@media screen and (max-width: 640px){
	.contactArea th,
	.contactArea td{
		display:block;
		width:100%!important;
		text-align: center!important;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-o-box-sizing: border-box;
	}
}

/* yahoo検索フォーム */
#srchBox
{
width:298px;
_width:296px;
height:40px !important;
margin-top:-10px;
margin-bottom:10px;
background-color:#FFFFFF;
border-style:solid;
border-width:1px;
border-color:#EEEEEE;
color:#000000;
text-align:left;
}
#srchBox *
{
margin:0;
padding:0;
font-size:13px;
*font-size:small;
*font:x-small;
}
#srchBox a img
{
border:none;
}
#srchBox #srch
{
padding:10px 10px 0 10px;
}
#srchBox #srch #srchForm
{
white-space:nowrap;
}
#srchBox #srchInput
{
width:188px;
margin-right:6px;
vertical-align:bottom;
}
#srchBox #srchBtn
{
width:80px;
}
*html #srchBox #srchBtn
{
padding-top:2px;
}
*:first-child+html #srchBox #srchBtn
{
padding-top:2px;
}
#srchBox ul
{
margin-top:6px;
text-align:left;
}
#srchBox li
{
list-style-type:none;
display:inline;
zoom:1;
padding-right:10px;
}
#srchBox li input
{
zoom:1;
margin-right:2px;
_margin:-4px 0 -4px -4px;
vertical-align:middle;
border:0;
}
*:+html #srchBox li input
{
margin:-4px 0 -4px -4px;
}
#srchBox #srchLogo
{
margin:6px 6px 6px 0;
text-align:right;
}
#srchBox #srchLogo a
{
color:#666666;
text-decoration:none;
font-size:85%;
}
#srchBox #srchLogo a:hover
{
text-decoration:underline;
}
#srchBox.watermark
{
padding-bottom: 6px;
}
#srchBox.watermark #srchInput
{
padding:1px 1px 2px 1px;
border:1px solid #a5acb2;
background: #fff url(https://s.yimg.jp/images/search/customsearch/yjlogo/yjlogo_type4.gif) center center no-repeat;
}
#srchBox.watermark #srchInput.nomark
{
background: #fff;
}
#srchBox.watermark #srchLogo
{
display: none;
}
/* スプラッシュ画面 */
.splash_bg {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: block;
	background-color: #fff;
}
.splash_main {
	opacity: 0;
	width: 100%;
	max-width: 640px;
	margin: 0 auto;
	height: 100%;
	background-image: url(./70th_logo_logo.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}