<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* 	base
---------------------------------------------------------- */
body {
	line-height: 1.5;
	font-size: 16px;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	color: #000000;
}
/* a
---------------------------------------------------------- */
a {
	overflow: hidden;
	outline: none;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	zoom: 1;
}
/*  padding
---------------------------------------------------------- */
.p1 {
	padding: 1px;
}
.p5 {
	padding: 5px;
}
.p10 {
	padding: 10px;
}
.p20 {
	padding: 20px;
}
.p30 {
	padding: 30px;
}
/* padding-right */
.pr15 {
	padding-right: 15px;
}
.pr20 {
	padding-right: 20px;
}
.pr25 {
	padding-right: 25px;
}
.pr30 {
	padding-right: 30px;
}
.pr35 {
	padding-right: 35px;
}
.pr40 {
	padding-right: 40px;
}
.pr45 {
	padding-right: 45px;
}
/* padding-left */
.pl15 {
	padding-left: 15px;
}
/*  margin
---------------------------------------------------------- */
/* margin-bottom */
.mb0 {
	margin-bottom: 0px !important;
}
.mb5 {
	margin-bottom: 5px !important;
}
.mb10 {
	margin-bottom: 10px !important;
}
.mb15 {
	margin-bottom: 15px !important;
}
.mb20 {
	margin-bottom: 20px !important;
}
.mb25 {
	margin-bottom: 25px !important;
}
.mb30 {
	margin-bottom: 30px !important;
}
.mb35 {
	margin-bottom: 35px !important;
}
.mb40 {
	margin-bottom: 40px !important;
}
.mb45 {
	margin-bottom: 45px !important;
}
.mb50 {
	margin-bottom: 50px !important;
}
.mb70 {
	margin-bottom: 70px !important;
}
/* margin-top */
.mt0 {
	margin-top: 0px !important;
}
.mt5 {
	margin-top: 5px !important;
}
.mt10 {
	margin-top: 10px !important;
}
.mt20 {
	margin-top: 20px !important;
}
.mt30 {
	margin-top: 30px !important;
}
.mt40 {
	margin-top: 40px !important;
}

/* margin-top bottom */
.mtb10 {
	margin-top: 10px !important;
	margin-bottom: 10px !important;
}


/* margin-left */
.ml0 {
	margin-left: 0 !important;
}
.ml5 {
	margin-left: 5px !important;
}
.ml10 {
	margin-left: 10px !important;
}
.ml20 {
	margin-left: 20px !important;
}
/* margin-right */
.mr0 {
	margin-right: 0 !important;
}
.mr5 {
	margin-right: 5px !important;
}
.mr10 {
	margin-right: 10px !important;
}
/* margin-left right */
.mlr3 {
	margin-left: 3px !important;
	margin-right: 3px !important;
}
/*  float
---------------------------------------------------------- */
.float_l {
	display: inline;
	float: left;
}
.float_r {
	display: inline;
	float: right;
}
.float_l dt, .float_l dd {
	display: inline;
	float: left;
}
/*  font size
---------------------------------------------------------- */
.fs12 {
	font-size: 12px;
}
.fs13 {
	font-size: 13px;
}
.fs14 {
	font-size: 14px;
}
.fs15 {
	font-size: 15px;
}
/*  font weight
---------------------------------------------------------- */
.fwn {
	font-weight: normal;
}
.fwb {
	font-weight: bold;
}
/*  text-align
---------------------------------------------------------- */
.txt_l {
	text-align: left;
}
.txt_r {
	text-align: right;
}
.txt_c {
	text-align: center;
}
/*  vertical-align
---------------------------------------------------------- */
.vertical_c {
	vertical-align: middle !important;
}
/* color
---------------------------------------------------------- */
.c_red {
	color: #8e1111;
}
.c_darkorange {
	color: #FF8C00;
}
/*  block
---------------------------------------------------------- */
.block {
	display: block;
}
/* borderline
---------------------------------------------------------- */
.blb {
	border-bottom: 1px solid #ccc;
}
.decimal li {
	list-style-type: decimal
}
/*
table
---------------------------------------------------------- */

/*  Clearfix Property
---------------------------------------------------------- */
.clear {
	clear: both;
}
.clearfix {
/zoom : 1;
}
.clearfix:after {
	content : '';
	display : block;
	clear : both;
	height: 0;
}
/* layout
-------------------------------------------------- */
/* container */
.container {
	clear: both;
	width: 980px;
	display: block;
	margin: 0 auto;
	position: relative;
}
.main {
	overflow: hidden;
	display: block;
	width: 980px;
	margin: 0 auto 30px auto;
	position: relative;
}
.inner_content {
	width: 890px;
	margin: 0 auto;
}
.side {
	float: left;
	overflow: hidden;
	display: inline;
	width: 230px;
	text-align: center;
}
.main_content {
	width: 720px;
	float: right;
	overflow: hidden;
	display: inline;
	text-align: center;
	color: #333;
}
/* header
-------------------------------------------------- */
.header {
	overflow: hidden;
	margin-bottom: 15px;
}
.header.inner {
	height: 90px;
}
.header.inner .container {
	padding: 17px 0 0 0;
	margin: 0 auto;
}
.header .logo .name {
	font-size: 10px;
	color: #000000;
	display: block;
	padding-bottom: 13px;
}
.header .nav_area {
	float: right;
	text-align: right;
}
.header .btn_lang {
	float: right;
	display: inline;
	padding-bottom: 10px;
	height: 18px;

	font-size: 11px;
}
.header .btn_lang dt {
	float: left;
	margin-right: 10px;
}
.header .btn_lang dd {
	display: inline;
	float: left;
	overflow: hidden;
}
.header .btn_lang a {
	line-height: 18px;
}
.header .link-dealer {
	float: right;
	display: block;
	height: 22px;
	line-height: 22px;
	padding-left: 8px;
	font-size: 11px;
	color: #c20e35;
}
.header .link-dealer:before {
	content: '｜';
}
.header .nav {
	clear: both;
	float: right;
	width: 698px;
	height: 45px;
}
.header .nav li {
	float: left;
}
.header .nav li a {
	display: block;
	height: 45px;
	font-size: 0;
	background: url(/images/share/nav_global.png) no-repeat;
}
.header .nav.nav_en li a {
	background: url(/images/share/nav_global_en.png) no-repeat;
}
.header .nav li#nav_01 a {
	width: 98px;
	background-position: 0px 0px;
}
.header .nav li#nav_01 a:hover, .header .nav li#nav_01 a.active {
	background-position: 0 -45px;
}
.header .nav li#nav_02 a {
	width: 113px;
	background-position: -98px 0px;
}
.header .nav li#nav_02 a:hover, .header .nav li#nav_02 a.active {
	background-position: -98px -45px;
}
.header .nav li#nav_03 a {
	width: 113px;
	background-position: -211px 0px;
}
.header .nav li#nav_03 a:hover, .header .nav li#nav_03 a.active {
	background-position: -211px -45px;
}
.header .nav li#nav_04 a {
	width: 113px;
	background-position: -324px 0px;
}
.header .nav li#nav_04 a:hover, .header .nav li#nav_04 a.active {
	background-position: -324px -45px;
}
.header .nav li#nav_05 a {
	width: 113px;
	background-position: -437px 0px;
}
.header .nav li#nav_05 a:hover, .header .nav li#nav_05 a.active {
	background-position: -437px -45px;
}
.header .nav li#nav_06 a {
	width: 148px;
	background-position: -550px 0px;
}
.header .nav li#nav_06 a:hover, .header .nav li#nav_06 a.active {
	background-position: -550px -45px;
}
.breadcrumb {
	margin-bottom: 25px;
	font-size: 14px;
	line-height: 28px;
	color: #666666;
}
.breadcrumb a {
	font-size: 14px;
	color: #666666;
}
/* main side
-------------------------------------------------- */
.side {
}
.side .nav_local {
	background: #f2f2f2;
	padding: 5px;
	width: 216px;
	margin: 0 auto 10px auto;
	text-align: left;
	/* border */
	border: 1px solid #ececec;
	/* box-shadow */
	box-shadow: rgba(204, 204, 204, 0.317647) 0px 0px 2px 1px;
	-webkit-box-shadow: rgba(204, 204, 204, 0.317647) 0px 0px 2px 1px;
	-moz-box-shadow: rgba(204, 204, 204, 0.317647) 0px 0px 2px 1px;
}
.side .nav_local .title {
	font-size: 13px;
	font-weight: bold;
	background: url(/images/share/icn-nav_l_ttl.png) no-repeat 5px 0px #fff;
	/* box-shadow */
	box-shadow: rgba(204, 204, 204, 0.54902) 0px 12px 9px -5px;
	-webkit-box-shadow: rgba(204, 204, 204, 0.54902) 0px 12px 9px -5px;
	-moz-box-shadow: rgba(204, 204, 204, 0.54902) 0px 12px 9px -5px;
	margin-bottom: 5px;
}
.side .nav_local .title a {
	display: block;
	padding: 8px 10px 8px 20px;
}
.side .nav_local .list li {
	/* background-color script.js に記述 */
	font-size: 14px;
	background: url(/images/share/icn-nav_list.png) no-repeat 200px center;
	color: #000;
}
.side .nav_local .list li a {
	display: block;
	font-size: 12px;
	padding: 8px 10px 8px;
}
.side .bnr {
	margin-bottom: 30px;
}
.side .bnr .list li {
	width: 226px;
	margin: 0 auto 10px;
	overflow: hidden;
	/*background: #eee;*/
	text-align: center;
	/*padding: 1px;*/
	/* border */
	/*border: 1px solid #ececec;*/
	/* box-shadow */
	box-shadow: rgba(204, 204, 204, 0.317647) 0px 0px 2px 1px;
	-webkit-box-shadow: rgba(204, 204, 204, 0.317647) 0px 0px 2px 1px;
	-moz-box-shadow: rgba(204, 204, 204, 0.317647) 0px 0px 2px 1px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
/* main_content
	-------------------------------------------------- */
.section {
	clear: both;
	text-align: left;
	margin-bottom: 30px;
}
.page_title {
	background: url(/images/share/page_title.png) no-repeat left center;
	text-align: left;
	font-size: 20px;
	line-height: 35px;
	color: #000000;
	padding: 0 10px;
	margin-bottom: 23px;
	/* box-shadow */
	box-shadow: rgba(153, 153, 153, 0.258824) 0px 2px 2px 0px;
	-webkit-box-shadow: rgba(153, 153, 153, 0.258824) 0px 2px 2px 0px;
	-moz-box-shadow: rgba(153, 153, 153, 0.258824) 0px 2px 2px 0px;
}
/* #home 
-------------------------------------------------- */
#home {
	background:url(/images/top/bgr.png) repeat-x;
}
#home .home {
	margin: 0 auto;
	background:url(/images/top/bgr_s.png) no-repeat right;
	height:600px;
	width: 980px;
}
#home .header .home .container {
	padding: 17px 0 0 0;
	margin: 0 auto;

}
#home .header .slider {
	margin:-472px auto 0 auto;
	width: 100%;
	overflow: hidden;
}
#home .header .slider a:hover{
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	zoom: 1;
}
#home main.top_content {
	clear:both;
	width: 986px;
	overflow: hidden;
	text-align: center;
}
#home .top_content .title {
	margin: 0 6px 10px;
}
#home .top_content .title .icn {
	background: url(/images/top/icn_allcat.png) no-repeat right center;
	padding-right: 20px;
	margin-right: 20px;
}
#home .top_content .title .more {
	background: url(/images/top/img_pipe.png) no-repeat left center;
	padding: 10px 10px;
}
#home .top_content .title .more a {
	font-size: 12px;
	color: #000;
}
#home .top_content .list_cat {
	position: relative;
	margin-right: -15px;
}
#home .top_content .list_cat li {
	float: left;
	display: inline;
	overflow: hidden;
	margin-right: 15px;
	margin-bottom: 10px;
}
#home .newstopics {
	float: left;
	display: inline;
	/*width: 480px;*/
	width: 760px;
	margin-right: 20px;
}
#home .newstopics .content {
	overflow:auto;
	max-height:218px; /*newsの高さ*/
	/*width: 460px;*/
	width: 740px;
	padding:0 10px;
}
#home .newstopics dl{
	clear:both;
	border-bottom:1px solid #e5e5e5;
	overflow:hidden;
}
#home .newstopics dl dt {
	float:left;
	overflow:hidden;
	display:inline-block;
	font-size:14px;
	/*width:35%;*/
	width:22%;
	padding:3px 0;
}
#home .newstopics dl dt .cat {
	margin:0 10px;
	font-size:12px;
	color:#fff;
	width:60px;
	display:inline-block;
	text-align:center;
	vertical-align:middle;
}
#home .newstopics dl dt .cat.icn_topics {
	background:#c9caca;
	overflow:hidden;
}
#home .newstopics dl dt .cat.icn_news{
	background:#ff921e;
	overflow:hidden;
}
#home .newstopics dl dt .cat.icn_info {
	background:#c20f35;
	overflow:hidden;
}

#home .newstopics dl dd {
	float:left;
	overflow:hidden;
	display:inline-block;
	/*width:65%;*/
	width:78%;
	font-size:14px;
	padding:3px 0;
}
#home .newstopics_en {
	float: left;
	display: inline;
	width: 480px;
	margin-right: 20px;
}
#home .newstopics_en .content {
	overflow:auto;
	max-height:218px; /*newsの高さ*/
	width: 460px;
	padding:0 10px;
}
#home .newstopics_en dl{
	clear:both;
	border-bottom:1px solid #e5e5e5;
	overflow:hidden;
}
#home .newstopics_en dl dt {
	float:left;
	overflow:hidden;
	display:inline-block;
	font-size:14px;
	width:35%;
	padding:3px 0;
}
#home .newstopics_en dl dt .cat {
	margin:0 10px;
	font-size:12px;
	color:#fff;
	width:60px;
	display:inline-block;
	text-align:center;
	vertical-align:middle;
}
#home .newstopics_en dl dt .cat.icn_topics {
	background:#c9caca;
	overflow:hidden;
}
#home .newstopics_en dl dt .cat.icn_news{
	background:#ff921e;
	overflow:hidden;
}
#home .newstopics_en dl dt .cat.icn_info {
	background:#c20f35;
	overflow:hidden;
}

#home .newstopics_en dl dd {
	float:left;
	overflow:hidden;
	display:inline-block;
	width:65%;
	font-size:14px;
	padding:3px 0;
}
#home .bnr {
	float: left;
	display: inline;
	overflow: hidden;
	/*width: 480px;*/
	width: 200px;
}
#home .bnr .column {
	float: left;
	display: inline;
	overflow: hidden;
	/*width: 280px;*/
}
#home .bnr .column img {
	/*width: 270px;*/
	border: 1px solid #ccc;
	box-shadow: rgba(204, 204, 204, 0.317647) 0px 0px 2px 1px;
	-webkit-box-shadow: rgba(204, 204, 204, 0.317647) 0px 0px 2px 1px;
	-moz-box-shadow: rgba(204, 204, 204, 0.317647) 0px 0px 2px 1px;

}
#home .bnr .column.last {
	float: right;
	display: inline;
	overflow: hidden;
	/*width: 200px;*/
}
#home .bnr .column.last li {
	margin-bottom: 7px;
}
#home .bnr .column.last img {
	/*width: 198px;*/

	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;

}
#home .bnr_en {
	float: left;
	display: inline;
	overflow: hidden;
	width: 480px;
}
#home .bnr_en .column {
	float: left;
	display: inline;
	overflow: hidden;
	/*width: 280px;*/
}
#home .bnr_en .column img {
	/*width: 270px;*/
	border: 1px solid #ccc;
	box-shadow: rgba(204, 204, 204, 0.317647) 0px 0px 2px 1px;
	-webkit-box-shadow: rgba(204, 204, 204, 0.317647) 0px 0px 2px 1px;
	-moz-box-shadow: rgba(204, 204, 204, 0.317647) 0px 0px 2px 1px;

}
#home .bnr_en .column.last {
	float: right;
	display: inline;
	overflow: hidden;
	/*width: 200px;*/
}
#home .bnr_en .column.last li {
	margin-bottom: 7px;
}
#home .bnr_en .column.last img {
	/*width: 198px;*/

	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;

}
#home #link_news {
	margin-top: 20px;
}
#home #link_news, #home #link_news a {
	font-size: 13px;
	color: #c20f35;
}
#home .bnr .list-upper {

}
#home .bnr .list-bottom {
	padding-top: 11px;
	clear: left;
}
#home .bnr .list-upper li,
#home .bnr .list-bottom li {
	float: left;
	margin-right: 6px;
	border: 1px solid #ccc;
	box-shadow: rgba(204, 204, 204, 0.317647) 0px 0px 2px 2px;
	-webkit-box-shadow: rgba(204, 204, 204, 0.317647) 0px 0px 2px 2px;
	-moz-box-shadow: rgba(204, 204, 204, 0.317647) 0px 0px 2px 2px;
}
#home .bnr .list-upper li:last-child,
#home .bnr .list-bottom li:last-child {
	margin-right: 0;

}

/* #products
-------------------------------------------------- */
#products .products_title {
	margin-left: 10px;
}
#products .products_cat {
	width: 728px !important;
}
#products .products_cat .products_title {
	margin-left: 8px;
}
#products .products_cat .wrap {
	overflow: hidden;
	position: relative;
}
/* #products カテゴリ */
#products .products_cat .list {
	position: relative;
	margin: 0 -22px 0 0;
/zoom: 1;
}
#products .products_cat .list li {
	float: left;
	margin: 0 12px 22px 0;
}
/* #products 一覧 */
#products .products_title {
	background: url(/images/products/inc_title.png) no-repeat left center;
	padding-left: 20px;
	font-size: 30px;
	font-weight: bold;
	text-align: left;
	margin-bottom: 12px;
}
#products .products_list .list {
	margin: 0 -20px 0 0;
/zoom: 1;
}
#products .products_list .list li {
	float: left;
	margin-right: 20px;
	border: 1px solid #ccc;
	width: 348px;
	/* box-shadow */
	box-shadow: rgba(153, 153, 153, 0.258824) 0px 2px 2px 0px;
	-webkit-box-shadow: rgba(153, 153, 153, 0.258824) 0px 2px 2px 0px;
	-moz-box-shadow: rgba(153, 153, 153, 0.258824) 0px 2px 2px 0px;
	margin-bottom: 20px;
}
#products .products_list .list li a {
	display: block;
	width: 100%;
	height: 100%;

}
#products .products_list .list li .title {
	background: url(/images/products/title_bar.png) repeat-x bottom;
	display: block;
	padding: 8px 0 10px 0;
	margin: 0 5px;
	font-size: 20px;
	text-align: left;
}
#products .products_list .list li .title .icn {
	background: url(/images/share/icn_product_title.png) no-repeat left center;
	padding: 0 0 0 25px;
	margin-left: -5px;
	width: 100%;
}
#products .products_list .list li .content {
	padding: 10px;
}
#products .products_list .list li .icn_product {
	background: #323232;
	text-align: left;
	display: inline-block;
	float: left;
}
#products .products_list .list li .icn_product .arrow {
	position: relative;
	right: -10px;
	background: url(/images/share/icn_product_bgr.png) no-repeat right center;
	font-size: 12px;
	color: #fff;
	padding: 1px 20px 2px 0;
	display: block;
}
#products .products_list .list li .icn_product .arrow_s {
	position: relative;
	right: -10px;
	background: url(/images/share/icn_product_bgr.png) no-repeat right center;
	font-size: 11px;
	color: #fff;
	padding: 1px 20px 2px 0;
	display: block;
}
#products .products_list .list li .catch {
	clear: both;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
}
#products .products_list .list li img {
	max-width: 320px;
	/*max-height: 120px;*/
	text-align: center;
}
/* #products single */
#products .header_section {
	width: 718px;
	margin: 0 auto 5px;
	border: 1px solid #dddddd;
	padding-bottom: 10px;
	margin-bottom: 20px;
	text-align: left;
	/*background: url(/images/share/bgr_repeat.png) repeat-y;*/
	overflow: hidden;
	/* box-shadow */
	box-shadow: rgba(153, 153, 153, 0.258824) 0px 2px 2px 0px;
	-webkit-box-shadow: rgba(153, 153, 153, 0.258824) 0px 2px 2px 0px;
	-moz-box-shadow: rgba(153, 153, 153, 0.258824) 0px 2px 2px 0px;
}
#products .header_section .wrap {
	/*background: url(/images/products/bgr.png) no-repeat top;*/
	min-height: 236px;
	height: auto;
}
#products .header_section .wrap .title {
	background: url(/images/products/title_bar.png) repeat-x bottom;
	display: block;
	padding: 8px 0 10px 0;
	margin: 0 5px;
	font-size: 24px;
}
#products .header_section .wrap .title .icn {
	background: url(/images/share/icn_product_title.png) no-repeat left center;
	padding: 0 0 0 30px;
	margin-left: -5px;
	width: 100%;
}
#products .header_section .wrap .icn_product {
	position: absolute;
	background: #323232;
	padding: 0;
}
#products .header_section .wrap .catch {
	position: absolute;
	top: 140px;
	width: 230px;
}
#products .header_section .wrap .icn_product .arrow {
	position: relative;
	right: -10px;
	background: url(/images/share/icn_product_bgr.png) no-repeat right center;
	font-size: 12px;
	color: #fff;
	padding: 1px 20px 2px 0;
	display: block;
}
#products .header_section .content {
	padding: 10px 20px;
}
#products .section .list_feature {
	padding: 0 5px;
}
#products .section .list_feature li {
	background: url(/images/products/icn_list_product.png) no-repeat left 3px;
	text-align: left;
	padding: 0 20px;
	margin-bottom: 10px;
	line-height: 1.2;
}
#products .footer_section {
	/* box-shadow */
	border: 1px solid #ddd;
	/* box-shadow */
	box-shadow: rgba(204, 204, 204, 0.4) 0px 0px 3px 2px;
	-webkit-box-shadow: rgba(204, 204, 204, 0.4) 0px 0px 3px 2px;
	-moz-box-shadow: rgba(204, 204, 204, 0.4) 0px 0px 3px 2px;
	margin: 3px;
}
#products .footer_section .btn_catalog {
	background: url(/images/products/btn_catalog.png) no-repeat;
	width: 289px;
	height: 63px;
	border: none;
	text-indent: -9999px;
	cursor: pointer;
	margin: 20px;
}
#products .footer_section .btn_catalog.btn_catalog_en {
	background: url(/images/products/btn_catalog_en.png) no-repeat;
	width: 363px;
	height: 63px;
	border: none;
	text-indent: -9999px;
	cursor: pointer;
	margin: 20px;
}
#products .footer_section .btn_catalog:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	zoom: 1;
}
#products .section .tbl_method {
	table-layout: fixed;
	width: 100%;
	border-collapse: collapse;
	font-size: 12px;
}
#products .section .tbl_method thead th {
	padding: 5px 10px;
	text-align: center;
	vertical-align: middle;
	color: #ffffff;
	border: 1px solid #f4f4f4;
}
#products .section .tbl_method thead th.column_01 {
	background: #8c8c8c;
}
#products .section .tbl_method thead th.column_02 {
	background: #929677;
	font-size: 13px;
}
#products .section .tbl_method thead th.column_03 {
	background: #7196a8;
	font-size: 13px;
}
#products .section .tbl_method tbody th {
	padding: 5px 10px;
	text-align: center;
	vertical-align: middle;
	color: #ffffff;
	background-color: #8c8c8c;
	border: 1px solid #f4f4f4;
}
#products .section .tbl_method td {
	padding: 5px 10px;
	background-color: #ffffff;
	border: 1px solid #ccc;
	text-align: center;
	vertical-align: middle;
	color: #000000;
	font-weight: bold;
}
#products .section .list_box {
	display: table;
	margin-bottom: 5px;
	font-size: 14px;
}
#products .section .list_box dt {
	display: table-cell;
	vertical-align: middle;
	width: 25%;
	margin-right: 2%;
}
#products .section .list_box dd {
	display: table-cell;
	vertical-align: middle;
	width: 73%;
}
/* #company
-------------------------------------------------- */
/*ご挨拶*/
#company .welcome .section .column {
	float: left;
	width: 390px;
	overflow: hidden;
}
#company .welcome .section .column.last {
	float: right;
	width: 330px;
	overflow: hidden;
}
#company .welcome .section .column .lead {
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px;
	margin-bottom: 10px;
	width: 355px;
}
/*概要*/
#company .section .tbl_outline {
	table-layout: fixed;
	width: 100%;
	border-collapse: collapse;
	font-size: 14px;
}
#company .section .tbl_outline th {
	padding: 25px;
	text-align: left;
	vertical-align: top;
	color: #ffffff;
	background-color: #8a8a8a;
	border: 1px solid #ffffff;
	font-weight: normal;
	width: 35%;
}
#company .section .tbl_outline td {
	padding: 25px;
	background-color: #f3f3f3;
	border: 1px solid #ffffff;
	text-align: left;
	vertical-align: top;
	color: #181818;
	width: 65%;
}
#company .section .tbl_outline td ul li {
	list-style: disc;
	margin-left: 20px;
}
#company .section .tbl_outline td dl {
	width: 100%;
}
#company .section .tbl_outline td dl dt {
	float: left;
	width: 30%;
}
#company .section .tbl_outline td dl dd {
	float: left;
	width: 70%;
}
/*沿革*/
#company .section .tbl_history {
	table-layout: fixed;
	width: 100%;
	border-collapse: collapse;
	font-size: 14px;
}
#company .section .tbl_history th {
	padding: 15px;
	text-align: left;
	vertical-align: top;
	color: #ffffff;
	background-color: #8a8a8a;
	border: 1px solid #ffffff;
	font-weight: normal;
	width: 10%;
}
#company .section .tbl_history td {
	padding: 15px;
	background-color: #f3f3f3;
	border: 1px solid #ffffff;
	text-align: left;
	vertical-align: top;
	color: #181818;
	width: 90%;
}
#company .section .tbl_history td ul li {
	list-style: disc;
	margin-left: 20px;
}
/*株主情報*/
#company .section .tbl_shinfo {
	table-layout: fixed;
	width: 100%;
	border-collapse: collapse;
	font-size: 14px;
}
#company .section .tbl_shinfo th {
	padding: 15px;
	text-align: left;
	vertical-align: middle;
	color: #ffffff;
	background-color: #8a8a8a;
	border: 1px solid #ffffff;
	font-weight: normal;
	width: 20%;
}
#company .section .tbl_shinfo td {
	padding: 15px;
	background-color: #f3f3f3;
	border: 1px solid #ffffff;
	text-align: left;
	vertical-align: middle;
	color: #181818;
	width: 80%;
}
#company .section .tbl_shinfo td ul li {
	list-style: disc;
	margin-left: 20px;
}
/*事務所一覧*/
#company .office .section {
	clear: both;
	border-bottom: 1px solid #d6d6d6;
	margin-bottom: 30px;
	color: #181818;
	overflow: hidden;
}
#company .office .section.no_brd {
	clear: both;
	border-bottom: none;
	margin-bottom: 30px;
	color: #181818;
	overflow: hidden;
}
#company .office .section .detail {
	float: left;
	position: relative;
	width: 340px;
	height: 262px;
}
#company .office .section .icn_title {
	background: url(/images/company/icn_title.png) no-repeat left center;
	padding-left: 19px;
	font-size: 16px;
	margin-bottom: 15px;
}
#company .office .section p {
	font-size: 13px;
	line-height: 1.9;
}
#company .office .section .detail .img {
	position: absolute;
	bottom: 0;
	right: 0;
}
#company .office .section .map {
	float: right;
	width: 360px;
	height: 280px;
}
#company .office .section .dotted_title {
	border-bottom: 1px dotted #aeaeae;
	text-align: left;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 30px;
}
/*岐阜工場*/
#company .gifu .content a {
	color: #c20f35;
}
#company .gifu .point_list {
	margin: 0 -10px 30px 0;
	text-align: left;
	overflow: hidden;
}
#company .gifu .point_list .list {
	margin: 0 -10px 0 0;
/zoom: 1;
}
#company .gifu .point_list .list li {
	margin: 0 10px 0 0;
	float: left;
}
#company .gifu .section {
	clear: both;
	border-bottom: 1px solid #aeaeae;
	padding-bottom: 30px;
}
#company .gifu .section .gallery {
	display: table;
	table-layout: fixed;
	width: 100%;
}
#company .gifu .section .gallery span {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
#company .gifu .section.bb_dotted {
	clear: both;
	border-bottom: 1px dotted #aeaeae;
	padding-bottom: 30px;
	margin-bottom: 40px;
}
#company .gifu .section.last {
	clear: both;
	overflow: hidden;
	float: right;
	position: relative;
	border: none;
}
#company .gifu .section.last .content {
	position: relative;
	bottom: 0;
	display: block;
}
#company .gifu .section.last .content img {
	vertical-align: bottom;
	margin-left: 20px;
}
#company .gifu .section .title {
	color: #c20f35;
	font-size: 24px;
	margin-bottom: 20px;
}
#company .gifu .section .title .icn {
	background: url(/images/company/icn_arrow.png) no-repeat left center;
	color: #fff;
	width: 50px;
	display: inline-block;
	text-align: left;
	padding-left: 10px;
}
#company .gifu .section .content {
	margin-left: 60px;
	font-size: 13px;
	line-height: 1.8;
}
#company .gifu .section .content p, #company .gifu .section .content .gallery {
	margin-bottom: 15px;
}
/* action */
#company .action .section {
	font-size: 13px;
}
#company .action .section .title {
	margin-bottom: 20px;
	font-size: 18px;
}
#company .action .section .lead {
	margin-bottom: 20px;
}
#company .action .section table {
	table-layout: fixed;
	width: 100%;
	border-collapse: collapse;
	font-size: 14px;
}
#company .action .section table th {
	padding: 25px;
	text-align: left;
	vertical-align: top;
	color: #ffffff;
	background-color: #8a8a8a;
	border: 1px solid #ffffff;
	font-weight: normal;
	width: 100px;
}
#company .action .section table td {
	padding: 25px;
	background-color: #f3f3f3;
	border: 1px solid #ffffff;
	text-align: left;
	vertical-align: top;
	color: #181818;
}

/* news
-------------------------------------------------- */
#news .content {
	font-size: 13px;
	line-height: 1.8;
}
#news .content a {
	color: #c20f35;
}
#news .topics_list a {
	color: #000000;
}
#news .topics_list li {
	background: url(/images/news/icn_topics.png) no-repeat left center;
	padding-left: 15px;
	font-size: 13px;
	line-height: 2;
}
#news .topics_list li a {
	text-decoration: underline;
}
#news .topics_list li a:hover {
	text-decoration: none;
}
#news .page_nav {
	text-align: center;
	padding: 30px 0;
}
#news .page_nav a {
	color: #840d0d;
	font-size: 12px;
	text-decoration: underline;
}
#news .page_nav a:hover {
	text-decoration: none;
}
/*single*/
#news .title {
	font-size: 18px;
	font-weight: bold;
	background: url(/images/news/icn_title.png) no-repeat left center;
	padding-left: 15px;
	text-align: left;
	margin-bottom: 30px;
}
#news .subtitle {
	margin-bottom: 15px;
	border-bottom: 2px solid #c0072f;
	font-size: 16px;
	color: #8e1111;
}
#news .detail_content {
	clear: both;
	width: 100%;
	overflow: hidden;
}
#news .detail_content dt {
	float: left;
	display: inline;
	width: 12%;
}
#news .detail_content dd {
	float: left;
	display: inline;
	width: 87%;
	margin-right: 1%;
}
#news .detail_content2 {
	clear: both;
	width: 100%;
	overflow: hidden;
}
#news .detail_content2 dt {
	float: left;
	display: inline;
	width: 24%;
}
#news .detail_content2 dd {
	float: left;
	display: inline;
	width: 75%;
	margin-right: 1%;
}
#news .newstopics {
	float: left;
	display: inline;
	width: 480px;
	margin-right: 20px;
}
#news .newstopics .content {
	overflow:auto;
	max-height:218px; /*newsの高さ*/
	width: 460px;
	padding:0 10px;
}
#news .topics_list {
	clear:both;
	border-bottom:1px solid #e5e5e5;
	overflow:hidden;
}
#news .topics_list dt {
	float:left;
	overflow:hidden;
	display:inline-block;
	font-size:14px;
	width: 200px;
	padding:3px 0;
	clear: left;
}
#news .topics_list dt .cat {
	margin:0 10px;
	font-size:12px;
	color:#fff;
	width:60px;
	display:inline-block;
	text-align:center;
	vertical-align:middle;
}
#news .topics_list dt .cat.icn_topics,#news .topics_list dt .cat.icn_トピックス {
	background:#c9caca;
	overflow:hidden;
}
#news .topics_list dt .cat.icn_news,#news .topics_list dt .cat.icn_ニュース{
	background:#ff921e;
	overflow:hidden;
}
#news .topics_list dd {
	margin-left: 200px;
	overflow: hidden;
	font-size: 14px;
	padding: 3px 0;
}
/* Technical info*/
#news .tech_list a {
	color: #000000;
}
#news .tech_list {
	clear:both;
	border-bottom:1px solid #e5e5e5;
	overflow:hidden;
}
#news .tech_list dt {
	float:left;
	overflow:hidden;
	display:inline-block;
	font-size:14px;
	width: 60px;
	padding:3px 0;
	clear: left;
}
#news .tech_list dt .cat {
	margin:0 10px;
	font-size:12px;
	color:#ffffff;
	width:40px;
	display:inline-block;
	text-align:center;
	vertical-align:middle;
}
#news .tech_list dt .cat.icn_01,#news .tech_list dt .cat.icn_01 {
	background:#c20f35;
	overflow:hidden;
}
#news .tech_list dt .cat.icn_02,#news .tech_list dt .cat.icn_02 {
	background:#554e4a;
	overflow:hidden;
}
#news .tech_list dt .cat.icn_03,#news .tech_list dt .cat.icn_03 {
	background:#ff921e;
	overflow:hidden;
}
#news .tech_list dd {
	margin-left: 10px;
	overflow: hidden;
	font-size: 14px;
	padding: 3px 0;
}


/* Recruit
-------------------------------------------------- */
#recruit .section.bb_line {
	padding-bottom:49px;
	border-bottom:1px solid #ccc;
	margin-bottom:50px;
}
#recruit .section p {
	font-size:13px;
}
#recruit .section .title {
	background:url(/images/recruit/icn.jpg) no-repeat left center;
	padding-left:15px;
	margin-bottom:10px;
}
#recruit .section .tbl_recruit {
	table-layout: fixed;
	width: 100%;
	border-collapse: collapse;
	font-size: 14px;
}
#recruit .section .tbl_recruit th {
	padding:15px;
	text-align: center;
	vertical-align: top;
	color: #ffffff;
	background-color: #8a8a8a;
	border: 1px solid #ffffff;
	font-weight: normal;
	width: 15%;
}
#recruit .section .tbl_recruit td {
	padding: 15px;
	background-color: #f3f3f3;
	border: 1px solid #ffffff;
	text-align: left;
	vertical-align: top;
	color: #181818;
	width: 85%;
	font-size: 14px;
}
#recruit .section .tbl_recruit td h3{
	line-height:2;
}

#recruit .section .tbl_recruit td p{
	line-height:1.6;
}
/* Recruit
-------------------------------------------------- */

/* Network
-------------------------------------------------- */
#network .nav_local p {
	padding: 5px;
}
#network .section h4 {
	border-bottom: 1px solid #ececec;
	padding-bottom: 6px;
	margin-bottom: 6px;
	color: #c20f35;
	font-weight: normal;
}
#network .section dl {
	margin-bottom: 30px;
}
#network .section dl dt {
	font-weight: bold;
}
#network .section dl dd {
	padding-left: 1em;
}
#network .section dl dd a {
	color: #c20f35;
}

.pgtop {
	clear: both;
	width: 980px;
	margin: 30px auto 0;
	text-align: right;
}
.section .pgtop {
	width: 720px;
}
/* footer
-------------------------------------------------- */
.footer {
	clear: both;
	border-top: 1px solid #dedede;
}
.footer .container {
	padding: 20px 0;
	overflow: hidden;
}
.footer .nav {
	float: right;
}
.footer .nav ul {
}
.footer .nav li {
	float: left;
	background: url(/images/share/icn_list.png) no-repeat center left;
	padding-left: 6px;
	font-size: 14px;
	margin: 0 0 10px 20px;
}
.footer .copyright {
	clear: both;
	text-align: right;
	font-size: 10px;
}
/* global footer
-------------------------------------------------- */
#global_footer .pagetop {
  clear: both;
  text-align: right;
  margin: 30px auto 0px auto;
  padding: 0;
  width: 980px;
  height: 27px;
}
#global_footer .footer_contents {
  color: #333333;
  padding: 30px 0 20px 0;
  background: url(/images/share/footer_bg.png) repeat-x top left #ffffff;
  clear: both;
  width: 100%;
  min-width: 980px;
}
#global_footer .footer_links {
  width: 980px;
  margin: 0 auto 0 auto;
  text-align: left;
}
#global_footer .footer_links p {
  font-size: 14px;
  margin: 0 0 10px 0;
  background: url(/images/share/icn_footer_p.png) no-repeat 0 4px;
  padding: 0 0 0 18px;
}
#global_footer .footer_links .footer_home {
  font-size: 14px;
  margin: 0 0 10px 0;
  background: url(/images/share/icn_footer_home.png) no-repeat 0 4px;
  padding: 0 0 0 18px;
}
#global_footer .footer_links .footer_mail {
  font-size: 14px;
  margin: 0 0 10px 0;
  background: url(/images/share/icn_footer_mail.png) no-repeat 0 4px;
  padding: 0 0 0 18px;
}
#global_footer .footer_links ul li {
  font-size: 12px;
  margin: 0 0 10px 0;
  background: url(/images/share/icn_footer_li.png) no-repeat 0 4px;
  padding: 0 0 0 18px;
}
#global_footer .footer_links .footer_bk01 {
  width: 340px;
  float: left;
  margin-left: 20px;
}
#global_footer .footer_links .footer_bk02 {
  width: 260px;
  float: left;
}
#global_footer .footer_links .footer_bk03 {
  width: 240px;
  float: left;
}
#global_footer .footer_links .footer_bk04 {
  width: 120px;
  float: left;
}
#global_footer .footer_copyright {
  text-align: center;
  background: #C20F35;
  height: 25px;
}
#global_footer .footer_copyright p {
  font-size: 12px;
  line-height: 25px !important;
  color: #ffffff;
}</pre></body></html>