/*===========================
basic
===========================*/


html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
	list-style-type: none;
}
body {
	line-height:1;
	-webkit-text-size-adjust: 100%;  /* iPhoneで横にしたときの文字の大きさバグを回避　*/
}
/*
img {
	max-width: 100%;
}
*/
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display:block;
}
nav ul {
	list-style:none;
}
blockquote, q {
	quotes:none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content:'';
	content:none;
}
a {
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
	color: #008bda;
}
/* 画像の下にできる隙間をなくす */
img {
	vertical-align: bottom;
}
/* hr 要素は不可視で使う */
hr {
	display: none;
}

/* 特別 */

.clear {
	clear:both;
}

div.clear {
	height:0px;
	line-height:0;
	font-size:0;
}

.clear2 {
	clear:both;
}

div.clear2 {
	height:0px;
	line-height:0;
	font-size:0;
	margin-bottom:20px;
}

.clear3 {
	clear:both;
}

div.clear3 {
	height:0px;
	line-height:0;
	font-size:0;
	margin-bottom:50px;
}

body {
	font-size:16px;
	line-height: 1.6em;
	font-family:  "メイリオ", Meiryo, Osaka,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	margin: 0;
	padding: 0;
	color:#444;
	background: #fff;
}

h1, h2, h3, h4, h5, h6 {
	color: #444;
	letter-spacing: 1px;
	font-weight:normal;
}
h1 {
	font-size: 2.6em;	
	line-height:1.4em;
}
h2 {
	font-size: 1.6em;
	line-height:1.5em;
}
h3 {
	font-size: 1.25em;
	margin: .75em 0;
}

h4 {
	font-size: 1em;
	margin: .5em 0 0 0;
}

h5 {
	font-size: .83em;
	margin: 1.5em 0;
}
h6 {
	font-size: .75em;
	margin: 1.67em 0;
}



/*===========================
txt
===========================*/

.txt {
	margin:0 0 1em 0;
}
.txt2 {
	margin:0 0 2em 0;
}

.txtCenter {
	text-align:center;
}


.txtRight {
	text-align:right
}



/*===========================
fonts
===========================*/

/*  Fonts  */



.MSPminchouFontClass {
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}

.hgMinchouuFontClass {
	font-family:  "HG明朝E", "ＭＳ Ｐ明朝","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
}










/*===========================
header
===========================*/



header {
	width:1000px;
	margin:0 auto;
	height:91px;
	padding:0;
}


header .logo {
	float:left;
	margin:32px 0 0 8px;
	padding:0;
	width:237px;
	height:29px;
	line-height:0;
}

header div {
	width:230px;
	float:right;
}

header div .tel {
	background-image:url(../img/header/tel.png);
	width:230px;
	height:32px;
	text-indent:-7777px;
	margin-top:21px;
	line-height:0;
}


header div .inq a {
	display:block;
	background-image:url(../img/header/mail.png);
	width:230px;
	height:18px;
	text-indent:-7777px;
	line-height:0;
}



/*===========================
ON OFF
===========================


.pcOFFtabletON
 {
	display:none;
}

.pcONtabletOFF {
}


.pcOFFspON {
	display:none;
}

.pcOFFsp2ON {
	display:none;
}


.pcONspOFF {
}

.pcONsp2OFF {
}



/*===========================
slider
===========================


.slider {
	width:100%;
	background-image:url(../img/top/slider_back.jpg);
	background-position:center;
	background-repeat:repeat-x;
	border-bottom:1px solid #FFF;
}
.bxslider {

}


/*===========================
mainimage
===========================*/

#mainimageBack {
	background:url(../img/top/mainimage_back.jpg);
	background-position:center;
	background-repeat:repeat-x;
	text-align:center;
	width:100%;
	margin-bottom:49px;
}




/*===========================
gnav
===========================*/


#gnav {
	background-color:#0f1e4e;
	height:67px;	
}

#gnav .gnav {
	width: 1000px;
	height:67px;	
	margin: 0 auto;
	/*font-size:1.1em;*/
}
#gnav .gnav li {
	height:67px;	
	float:left;
}


#gnav .gnav li a {
	display:block;
	background-repeat: no-repeat;
	background-position: left top;
	height:67px;
	text-indent:-7777px;
	/*line-height:81px;
	text-align:center;
	text-decoration:none;
	color:#333;*/
}
#gnav .gnav li a:hover {
	cursor:pointer;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)"; 
    -moz-opacity:0.7;
    -khtml-opacity: 0.7;
    opacity:0.7;
    zoom:1;
}

/*--- 区切り ---*/

#gnav .gn_index a {
	background-image:url(../img/gnavi/navi_home.png);
	width:81px;
}

/*--- 区切り ---*/

#gnav .gn_feature a {
	background-image:url(../img/gnavi/feature.png);
	width:173px;
}

/*--- 区切り ---*/

#gnav .gn_processing a {
	background-image:url(../img/gnavi/processing.png);
	width:231px;
}

/*--- 区切り ---*/

#gnav .gn_gearbox a {
	background-image:url(../img/gnavi/gearbox.png);
	width:202px;
}

/*--- 区切り ---*/

#gnav .gn_dealing a {
	background-image:url(../img/gnavi/dealing.png);
	width:178px;
}

/*--- 区切り ---*/

#gnav .gn_company a {
	background-image:url(../img/gnavi/company.png);
	width:135px;
}


.slicknav_menu {
	display:none;
}












/*===========================
footer
===========================*/

#footerWrap {
	padding:0 3% 0 3%;
	clear:both;
	background-color:#fbfbfb;
	border-top:2px solid #000;
}

footer {
	clear:both;
	width:1000px;
	margin:0 auto;
}

footer nav {
	padding:0.5em 0 0;
}
footer nav ul li {
	list-style-type: none;
	list-style-position: outside;
	padding:0 0 0 18px;
	background-image:url(../img/footer/icnList.png);
	background-position:0px 8px;
	background-repeat:no-repeat;
}
footer nav ul li a {
	text-decoration:none;
	color:#444;
}

footer nav ul li a:hover {
	text-decoration:underline;
}


footer .data-area {
	width:100%;
	clear:both;
	padding:20px 0 0 0;
}
footer .data-area .div1 {
	margin:0 20px 0 0;
	float:left;
	line-height:normal;
}

footer .data-area .div2 {
	margin:0 80px 0 0;
	float:left;
	line-height:normal;
}

footer .data-area .div3 {
	margin:0 30px 0 0;
	float:left;
	line-height:normal;
}




.copyright {
	font-size:92%;
	line-height:2.8em;
	text-align:center;
	color:#FFF;
	background-color:#0f1e4e;
}

.telLink a {
	color:#444;
	text-decoration:underline;
}

/*===========================
general
===========================*/

.wrapper {
	width: 1000px;
	margin: 0 auto;
}

#mianContents {
	width: 720px;
	float:left;
	margin:0 30px 10px 0;
}

#rightContents {
	width: 250px;
	float:left;
}

#rightContents .bnr {
	margin-bottom:0.5em;
}

#rightContents .bnr a:hover {
	cursor:pointer;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)"; 
    -moz-opacity:0.7; 
    -khtml-opacity: 0.7; 
    opacity:0.7;
    zoom:1;
}



.pageTitle {
	width:100%;
	height:199px;
	background-image:url(../img/common/pagetit_back.jpg);
	background-repeat:repeat-x;
	background-position:center;
	margin-bottom:2.6em;
}

.pageTitle h1 {
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size:2.6em;
	font-weight:normal;
	padding:0 50px;
	width:1000px;
	text-align:left;
	line-height:199px;	
	background-position:right center;
	background-repeat:no-repeat;
	margin:0 auto;
	
}

#mianContents .h2Wrap {
	background-image:url(../img/common/h2_bottom.png);
	background-position:bottom;
	background-repeat:no-repeat;
	padding-bottom:0.2em;
	margin-bottom:0.5em;
}

#mianContents h2 {
	background-image:url(../img/common/h2_head.png);
	background-position:left 5px;
	background-repeat:no-repeat;
	padding:0 0.5em 0 1.5em;
	color:#0f1e4e;
	font-size:1.8em;
}

#mianContents h3 {

	color:#66A54E;
	font-size:1.6em;
	padding:0 0.5em 0.2em 0;
	border-bottom:1px dotted #CCC;
	margin-bottom:0.3em;
}

#mianContents h3.kodawari {
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	padding:0 0.5em 0.1em 0;
	color:#985908;
	font-size:1.6em;
	border-bottom:none;
	margin-bottom:0.1em;
	font-weight:bold;
}

#mianContents h4 {
	padding:0 0.5em 0.1em 0;
	color:#659931;
	font-size:1.2em;
	margin-bottom:0.1em;
}
	



/* pagetop */

#pagetop {
	position: fixed;
	bottom: 80px;
	right: 10px;
	z-index:5;
}

#pagetop a {
	display:block;
	background-image:url(../img/footer/btn_pagetop.png);
	background-repeat:no-repeat;
	width:66px;
	height:66px;
	text-indent:-7777px;
}

#pagetop a:hover {
	cursor:pointer;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)"; 
    -moz-opacity:0.7;
    -khtml-opacity: 0.7;
    opacity:0.7;
    zoom:1;
}


/* 「※」付きなど用の文字インデント */

.ex {
	padding-left: 1em;
	text-indent: -1em;
	margin-bottom:0.4em;
	line-height:1.3em;
}

.ex2 {
	padding-left: 1em;
	text-indent: -1em;
	margin-bottom:1.2em;
	line-height:1.3em;
}

.ex span {
	color:#FF0000;
}

/* 上付き文字、下付き文字 */

span.supText {
font-size: 75.5%;
vertical-align: top;
position: relative;
top: -0.1em;
}
span.subText {
font-size: 75.5%;
vertical-align: bottom;
position: relative;
top: 0.1em;
}



.dataArea {
	padding:40px 0 40px 0;
	border-top:1px solid #d8e3ec;
	clear:both;
}
.topData {
	border-top:none;
}
.dataArea .data {
	float:left;
	margin-right:20px;
}
.pdf {
	background-image:url(../img/common/icn_pdf.png);
	background-position:0 4px;
	background-repeat:no-repeat;
	padding-left:21px;
}
.external {
	background-image:url(../img/common/icn_externallink.png);
	background-position:right 4px;
	background-repeat:no-repeat;
	padding-right:15px;
}

.catch_old {
	color:#f2b703;
	font-size:1.8em;
	margin-bottom:0.7em;
	line-height:1.6em;
	
}

.catch {
	color:#BA2703;
	font-size:1.8em;
	margin-bottom:0.7em;
	line-height:1.6em;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}

.catch2 {
	color:#DB7902;
	font-size:1.8em;
	margin-bottom:0.4em;
	line-height:1.6em;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}







/* 1カラム */

.lay1 {
	width:100%;
	padding:1.8em 0;
}
.floatr {
	float:right;
	margin:-0.2em 1em 1em 3.5em;
}
.floatl {
	float:left;
	margin:0.2em 3.5em 1em 1em;
}
.half img {
	width:46%;
}
.oneThird img {
	width:30%;
}
/* 2カラム */

.lay2 {
	width:47%;
	float:left;
	margin:0 6% 3em 0;;
}

.lay2R {
	width:47%;
	float:left;
	margin:0 0 0 0;
}

.contPad {
	padding:7px 20px;
}

.contPadMB {
	padding:10px 20px;
	margin-bottom:2em;
}

.contPad2 {
	padding:0 20px;
}

.contPadS {
	padding:5px;
}

.productsWrap {
	padding:10px
}

.product {
	width:330px;
	margin:0 10px 30px 10px;
	background:#fff;
	float:left;
	text-align:center;
}

.productImage {
	width:100%;
	height:220px;
	background-image:url(../img/common/product_back.png);
	background-repeat:repeat;
	text-align:center;
	margin-bottom:0.3em;
}



/* 3カラム */

.lay3 {
	width:29%;
	float:left;
	margin:2em 0 3em 0;
	margin-right:2.8%;
	padding-right:2.8%;
	border-right:1px solid #EDEDED;
}


/* 2カラム　複数 */

.lay2Plural {
	width:46%;
	float:left;
	margin:0 2% 3em 2%;
	text-align:center;
}

/* 3カラム　複数 */

.lay3Plural {
	width:29%;
	float:left;
	margin:2em 0 3em 0;
	margin:3% 2%;
	text-align:center;
}

.lay3Plural2 {
	width:31.3%;
	float:left;
	margin:0 0 3em 0;
	margin:0 1% 4% 1%;
}


/* 3カラム　複数 図面用　*/

.lay3PluralBorder {
	width:29%;
	float:left;
	margin:2em 0 3em 0;
	margin:3% 2%;
	text-align:center;
}

.lay3PluralBorder img {
	width:99%;
	border:1px solid #cecece;
}

/* 4カラム　複数 未完


.lay4Plural {
	width:23.8%;
	float:left;
	margin:0 0 3em 0;
	margin:0 0.5% 3% 0.5%;
}

 */



/* table */


/* 背景画像の上に使うtable */

/* table */

.nowrap {
	white-space: nowrap;
}


	



/* 背景画像の上に使うtable */

table.table1  {
	border-collapse: collapse;
	border-top: 1px #cccccc solid;
}


table.table1 th {
	padding:7px;
	border-bottom: 1px #cccccc solid;
	font-weight:normal;
	text-align:left;
	vertical-align:top;
	color:#3F7A16;
}

table.table1 td {
	padding:7px;
	border-bottom: 1px #cccccc solid;
	font-weight:normal;
}

/* table1の変更バージョン */

table.table1_2 {
	width:100%;
	padding:0 30px 30px 30px;
	border-collapse: collapse;
}
table.table1_2 tr {
}
table.table1_2 th {
	padding:7px;
	border-bottom: 1px #cccccc solid;
	font-weight:normal;
	text-align:left;
}
table.table1_2 td {
	padding:5px;
	border-bottom: 1px #cccccc solid;
	font-weight:normal;
}


/* 普通のtable */

table.table2 {
	width:100%;
	border-top: 1px #cdcdcd solid;
	border-left: 1px #cdcdcd solid;
	border-collapse: collapse;
	color:#444;
}
table.table2 th {
	padding:6px 3px 6px 3px;
	border-bottom: 1px #cdcdcd solid;
	border-right: 1px #cdcdcd solid;
	background-color:#efefef;
	color:#333;
	letter-spacing:0;
	font-weight:normal;
}
table.table2 td {
	padding:4px 3px 4px 3px;
	border-bottom: 1px #cdcdcd solid;
	border-right: 1px #cdcdcd solid;
	font-weight:normal;
	background-color:#FFFFFF;
	letter-spacing:0;
}

table.table2 td.table2TdCenter {
	padding:4px 3px 4px 3px;
	border-bottom: 1px #c9d4dc solid;
	border-right: 1px #c9d4dc solid;
	font-weight:normal;
	background-color:#FFFFFF;
	letter-spacing:0;
	text-align:center;
	vertical-align:middle;
}

table.table2 td.table2TdCenterBgcolor {
	padding:4px 3px 4px 3px;
	border-bottom: 1px #c9d4dc solid;
	border-right: 1px #c9d4dc solid;
	font-weight:normal;
	background-color:#FFFFFF;
	letter-spacing:0;
	text-align:center;
	background-color:#FCFEF5;
}


/* 幅46％のtable */

table.table2_46p {
	width:46%;
	border-top: 1px #c9d4dc solid;
	border-left: 1px #c9d4dc solid;
	margin-bottom:20px;
	border-collapse: collapse;
}
table.table2_46p th {
	padding:6px 3px 6px 3px;
	border-bottom: 1px #c9d4dc solid;
	border-right: 1px #c9d4dc solid;
	font-weight:bold;
	background-color:#FEFAE9;
	color:#F26D00;
	letter-spacing:0;
	text-align:left;
}
table.table2_46p td {
	padding:4px 3px 4px 3px;
	border-bottom: 1px #c9d4dc solid;
	border-right: 1px #c9d4dc solid;
	font-weight:normal;
	background-color:#FFFFFF;
	letter-spacing:0;
	text-align:center;
}

table.table2_46p td. table2_46pTdLeft {
	padding:4px 3px 4px 3px;
	border-bottom: 1px #c9d4dc solid;
	border-right: 1px #c9d4dc solid;
	font-weight:normal;
	background-color:#FFFFFF;
	letter-spacing:0;
	text-align:left;
}

/* 幅60％のtable */

table.table2_60p {
	width:60%;
	border-top: 1px #c9d4dc solid;
	border-left: 1px #c9d4dc solid;
	margin-bottom:20px;
	border-collapse: collapse;
}
table.table2_60p th {
	padding:6px 3px 6px 3px;
	border-bottom: 1px #c9d4dc solid;
	border-right: 1px #c9d4dc solid;
	font-weight:bold;
	background-color:#FEFAE9;
	color:#F26D00;
	letter-spacing:0;
}
table.table2_60p td {
	padding:4px 3px 4px 3px;
	border-bottom: 1px #c9d4dc solid;
	border-right: 1px #c9d4dc solid;
	font-weight:normal;
	background-color:#FFFFFF;
	letter-spacing:0;
	text-align:center;
}



/*  tableDot   */


table.tableDot  {
	margin:0 0 10px 0;
	width:100%;
	border-collapse: collapse;
}

table.tableDot tr { 

}


table.tableDot th { 
	padding:6px;
	font-weight:normal;
	text-align:left;
	vertical-align:top;
	font-weight:bold;
	border-bottom:1px dotted #cccccc;
}

table.tableDot td {
	padding:6px;
	font-weight:normal;
	text-align:left;
	vertical-align:top;
	border-bottom:1px dotted #cccccc;
}



/* アクセス */



#map_canvas {
	width:100%;
	margin:0 auto;
	padding:0;
	margin-bottom:50px;
}
#map_area .inner {
	width:1000px;
	margin:0 auto;
	height:0;
	position:relative;
	top:-500px;
	z-index:500;
}
#map_area .map_data {
	padding:15px 20px 30px 20px;
	background-color:#FFF;
	position:absolute;
	top:0;
	left:0;
	filter:alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
}
#map_area .map_data h4 {
	background:#1f6ca6;
	padding:6px 0;
	color:#fff;
	text-align:center;
	margin-bottom:12px;
}
#map_area .map_data .address {
	margin-bottom:1em;
}


/* フロー */

.area_flow {
	padding:0 50px;
}
.area_flow .inner_flow {
	background-color:#fefefe;
	border:1px solid #e7e7e7;
	padding:30px 20px;
	border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */ 
	min-height:60px;
}

.area_flow .inner_flow h2 {
	float:left;
	width:22%;
	padding:0.5em 0 0 0;
	margin:0;
	background-image:none;
	color:#2763C5;
}

.area_flow .inner_flow h2.longTxt {
	font-size:1.2em;
}




.area_flow .inner_flow .txtWrap {
	width:74%;
	float:right;
	padding:10px 0 0 0;
}


.area_flow .arrow {
	margin:0 auto;
	display:block;
	width:80px;
	height:52px;
	background:url(../img/common/arrow_down.png) center bottom no-repeat;
	text-indent:-9999px;
	margin-top:0px;
}



/* フローSmall */

.area_flowS {
	padding:0 0px;
}
.area_flowS .inner_flow {
	background-color:#fefefe;
	border:1px solid #E1E1E1;
	padding:2px 4px;
	border-radius:5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */ 
	min-height:1em;
}


.area_flowS .inner_flow .largeTxtOra {
	font-size:1.1em;
	text-align:center;
	color:#E87A02;
}

.area_flowS .inner_flow .largeTxtGre {
	font-size:1.1em;
	text-align:center;
	color:#79A323;
}

.let-spa2em {
	letter-spacing:2em;
	text-indent: 2em;

}


.area_flowS .inner_flow .txtWrap {
}


.area_flowS .arrow {
	margin:0 auto;
	display:block;
	width:40px;
	height:26px;
	background:url(../img/common/arrow_down_s.png) center bottom no-repeat;
	text-indent:-9999px;
	margin-top:0px;
}


/* フローCenter */

.area_flowC {
	padding:0 0px;
}
.area_flowC .inner_flow {
	background-color:#fefefe;
	border:1px solid #E1E1E1;
	padding:24px 30px;
	border-radius:5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */ 
	min-height:1em;
}


.area_flowC .inner_flow .largeTxtOra {
	font-size:1.6em;
	text-align:center;
	color:#E87A02;
	border-bottom:1px dotted #CCC;
	padding-bottom:0.2em;
	margin-bottom:0.5em;
}

.area_flowC .inner_flow .largeTxtGre {
	font-size:1.6em;
	text-align:center;
	color:#5A921D;
	border-bottom:1px dotted #CCC;
	padding-bottom:0.2em;
	margin-bottom:0.5em;
}

.area_flowC .inner_flow .largeTxtBlue {
	font-size:1.6em;
	text-align:center;
	color:#2153A5;
	border-bottom:1px dotted #CCC;
	padding-bottom:0.2em;
	margin-bottom:0.5em;
}



.area_flowC .inner_flow .txtWrap {
}


.area_flowC .arrow {
	margin:0 auto;
	display:block;
	width:40px;
	height:26px;
	background:url(../img/common/arrow_down_s.png) center bottom no-repeat;
	text-indent:-9999px;
	margin-top:0px;
}




/* 単語フロー */

.flowTxt {
	display:block;
	float:left;
	margin:0 10px 10px 10px;
	border:1px solid #CCC;
	padding:0.5em 2em;
	background-color:#FBFEFF;
}

.flowTxtArrow {
	display:block;
	float:left;
	background-image:url(../img/common/flowtxt_arrow.png);
	width:8px;
	height:2.5em;
	background-position:center;
	text-indent:-7777px;
	background-repeat:no-repeat;
}



/* リスト追加 */


.admit {
	border:2px #c9d4dc solid;
	padding:30px;
}

.admit li {
	float:left;
	width:25%;
	line-height:2.5em
}

.admit li span {
	width:80px;
	display:block;
	float:left;
}

ul.liReseter  {
	line-height:1.8em;
	margin-left:15px;
}

ul.liReseterMB li {
	display:list-item;
	list-style-type: disc;
	list-style-position: outside;
	padding-left:-10px;
}

ul.liReseterMB  {
	line-height:1.8em;
	margin:0 0 2em 15px;
}

ul.liReseter li {
	display:list-item;
	list-style-type: disc;
	list-style-position: outside;
	padding-left:-10px;
}

ul.liReseter2  {
	line-height:1.8em;
	margin:0 0 12px 30px;
}

ul.liReseter2 li {
	display:list-item;
	list-style-type: disc;
	list-style-position: outside;
	padding-left:-10px;
}

ul.liReseterFloat  {
	line-height:1.8em;
	margin-left:15px;
}

ul.liReseterFloat li {
	display:list-item;
	list-style-type: disc;
	list-style-position: outside;
	padding-left:-10px;
	float:left;
	padding-right:3em;
}


ol.liReseter {
	line-height:1.8em;
	margin-left:20px;
}

ol.liReseter li {
	display:list-item;
	list-style-type:decimal;
	list-style-position: outside;
	padding-left:-10px;
}

ol.liReseter2 {
	line-height:1.8em;
	margin:0 0 20px 50px;
}

ol.liReseter2 li {
	display:list-item;
	list-style-type:decimal;
	list-style-position: outside;
	padding-left:-10px;
}

ul.liCheck {
	margin-left:5px;
	padding-bottom:10px;
}

ul.liCheck li {
	list-style-type: none;
	list-style-position: outside;
	padding:0 0 0 30px;
	background-image:url(../img/common/icn_check.gif);
	background-position:1px 1px;
	background-repeat:no-repeat;
	line-height:2em;
}


ul.liOrange {
	margin-left:0;
}

ul.liOrange li {
	list-style-type: none;
	list-style-position: outside;
	padding:0 0 0 20px;
	background-image:url(../img/common/clip_li_orange.gif);
	background-position:0px 9px;
	background-repeat:no-repeat;
	line-height:2em;
	font-size:110%;
}

ul.liOrange2 {
	margin:0 0 20px 20px;
}

ul.liOrange2 li {
	list-style-type: none;
	list-style-position: outside;
	padding:0 0 10px 20px;
	background-image:url(../img/common/clip_li_orange.gif);
	background-position:0px 8px;
	background-repeat:no-repeat;
	line-height:2em;
	font-size:110%;
}

ul.liOrangeFlaot {
	margin-left:0;
}

ul.liOrangeFlaot li {
	list-style-type: none;
	list-style-position: outside;
	padding:0 0 0 20px;
	background-image:url(../img/common/clip_li_orange.gif);
	background-position:0px 8px;
	background-repeat:no-repeat;
	float:left;
	padding-right:30px;
}

ul.liKimidoriFlaot {
	margin-bottom:50px;
}

ul.liKimidoriFlaot li {
	list-style-type: none;
	list-style-position: outside;
	padding:0 30px 0 20px;
	background-image:url(../img/common/clip_li_kimidori.gif);
	background-position:0px 5px;
	background-repeat:no-repeat;
	float:left;
	font-size:1.2em;
}


ul.liKimidori {
	margin-bottom:40px;
}

ul.liKimidori li {
	list-style-type: none;
	list-style-position: outside;
	padding:0 0 0 20px;
	background-image:url(../img/common/clip_li_kimidori.gif);
	background-position:0px 8px;
	background-repeat:no-repeat;
	padding-right:10px;
	line-height:1.8em;
}

ul.liKimidori2 {
	margin:0 0 50px 20px;
}

ul.liKimidori2 li {
	list-style-type: none;
	list-style-position: outside;
	padding:0 0 0 20px;
	background-image:url(../img/common/clip_li_kimidori.gif);
	background-position:0px 8px;
	background-repeat:no-repeat;
	line-height:2em;
	font-size:110%;
}


ul.liBlue {
	margin-bottom:15px;
}

ul.liBlue li {
	list-style-type: none;
	list-style-position: outside;
	padding:0 0 0 20px;
	background-image:url(../img/common/clip_li_blue.gif);
	background-position:0px 8px;
	background-repeat:no-repeat;
	padding-right:10px;
	line-height:2em;
}

ul.liBlue3 {
	margin-bottom:30px;
}

ul.liBlue3 li {
	list-style-type: none;
	list-style-position: outside;
	padding:0 10px 0 20px;
	background-image:url(../img/common/clip_li_blue.gif);
	background-position:0px 8px;
	background-repeat:no-repeat;
	line-height:2em;
}

ul.liBlueFlaot {
	margin-bottom:15px;
}

ul.liBlueFlaot li {
	list-style-type: none;
	list-style-position: outside;
	padding:0 30px 0 20px;
	background-image:url(../img/common/clip_li_blue.gif);
	background-position:0px 8px;
	background-repeat:no-repeat;
	float:left;
	line-height:2em;
}



ul.liBlueLarge {
	margin-bottom:15px;
}

ul.liBlueLarge li {
	list-style-type: none;
	list-style-position: outside;
	padding:0 0 2px 24px;
	background-image:url(../img/common/li_large_blue.png);
	background-position:0px 8px;
	background-repeat:no-repeat;
	padding-right:10px;
	line-height:1.8em;
	font-size:1.3em;
}

ul.liBlueLarge2 {
	margin:0 0 20px 20px;
}

ul.liBlueLarge2 li {
	list-style-type: none;
	list-style-position: outside;
	padding:0 0 2px 24px;
	background-image:url(../img/common/li_large_blue.png);
	background-position:0px 8px;
	background-repeat:no-repeat;
	padding-right:10px;
	line-height:1.8em;
	font-size:1.3em;
}


ul.liBlueLarge3 {
	margin-bottom:30px;
}

ul.liBlueLarge3 li {
	list-style-type: none;
	list-style-position: outside;
	padding:0 0 2px 24px;
	background-image:url(../img/common/li_large_blue.png);
	background-position:0px 8px;
	background-repeat:no-repeat;
	padding-right:10px;
	line-height:1.8em;
	font-size:1.3em;
}

ul.businessMark {
	margin-bottom:15px;
}

ul.businessMark li {
	list-style-type: none;
	list-style-position: outside;
	padding:2px 0 2px 24px;
	background-image:url(../img/common/li_mark.png);
	background-position:0px 5px;
	background-repeat:no-repeat;
	padding-right:10px;
	color:#1d6215;
	font-size:18px;
}

ul.businessMark li p {
	color:#444444;
	font-size:14px;
	margin-bottom:10px;
}

ul.liOrangeFlaot {
	margin-left:0;
}

ul.liPDFFloat {
	margin-bottom:10px;
}

ul.liPDFFloat li {
	list-style-type: none;
	list-style-position: outside;
	padding:0 30px 0 20px;
	background-image:url(../img/common/pdficon_small.png);
	background-position:0px 3px;
	background-repeat:no-repeat;
	float:left;
}

ul.liPageAnch li {
	list-style-type: none;
	list-style-position: outside;
	padding:0 0 0 20px;
	background-image:url(../img/common/icn_page_anch.png);
	background-position:0px 8px;
	background-repeat:no-repeat;
	float:left;
	padding-right:30px;
}

/* faq */

dl.faq dt {
	padding:5px 0 8px 38px;
	background-image:url(../img/common/icn_q.png);
	background-position:left 6px;
	background-repeat:no-repeat;
	font-size:120%;
	color:#699b08;
}

dl.faq dd {
	padding:0 15px 18px 38px;
	background-image:url(../img/common/icn_a.png);
	background-position:0px 2px;
	background-repeat:no-repeat;
}

dl.info dt {
	float: left;
	clear:left;
	width: 100px;
	margin:0;
	padding: 10px 0 11px 4px;
}

dl.info dd {
	margin:0;
	padding: 10px 0 11px 104px;
	border-bottom:#cccccc dotted 1px;
}

dl.history dt {
	float: left;
	clear:left;
	width: 110px;
	margin:0;
	padding: 7px 0 8px 4px;
}

dl.history dd {
	margin:0;
	padding: 7px 0 8px 114px;
	border-bottom:#cccccc dotted 1px;
}


dl.history2 {
	 border-top:#294DA9 dotted 1px;
}

dl.history2 dt {
	float: left;
	clear:left;
	width: 100px;
	margin:0;
	padding: 7px 0 8px 4px;
}

dl.history2 dd {
	margin:0;
	padding: 7px 0 8px 104px;
	border-bottom:#294DA9 dotted 1px;
}

dl.history3 dt {
	float: left;
	clear:left;
	width: 220px;
	margin:0;
	padding: 7px 0 8px 4px;
}

dl.history3 dd {
	margin:0;
	padding: 7px 0 8px 114px;
	border-bottom:#cccccc dotted 1px;
}



.imgFloatRight {
	float:right;
	margin:0 0 0.5em 1em;
}

.imgFloatRightTablet {
	float:right;
	margin:0 1em 1em 2em;
}



/* BeforeAfter */

.BeforeAfter {
	width:90%;
	height:auto;
	margin:0 auto 2em auto;
}

.baDiv {
	width:38%;
	float:left;
	margin:0 1% 2% 1%;
	text-align:center;
}

.baArrowWrap {
	float:left;
	width:16%;
	margin:0 1% 2% 1%; 
}


.baArrow {
	background-image:url(../img/common/arrow_right.png);
	width:52px;
	height:80px;
	text-indent:-7777px;
	background-repeat:repeat;
	margin:33% auto 0 auto;
}

.baTxt {
	display:block;
	font-size:1.1em;
	background-color:#518404;
	color:#FFF;
	padding:0.1em 2em 0.1em 2em;
	-webkit-border-radius:5px;
	-moz-border-radius:15px; 
	border-radius:5px;
	margin:0.5em auto 0 auto;
	max-width:4em;
}

.contactTEL {
	color:#3047A5;
	font-size:1.4em;
	margin: 0 0 0.3em 0;
	line-height:normal;
	text-align:center;
}



.orange {
	color:#F06511;
}




.imgHover a:hover {
	cursor:pointer;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)"; 
    -moz-opacity:0.7; 
    -khtml-opacity: 0.7; 
    opacity:0.7;
    zoom:1;
}


.comingsoon {
	color:#999;
	font-size:3em;
	text-align:center;
	padding:20% 0;
	line-height:normal;
	background-color:#FDFDFD;
	margin-bottom:2em;
}

.mb4em {
	margin-bottom:4em;
}

.mb2em {
	margin-bottom:2em;
}

.mb0 {
	margin-bottom:0;
}





/*===========================
index
===========================*/


#mianContents h2.info {
	background-image:url(../img/top/icn_info.png);
	background-position:12px center;
	background-repeat:no-repeat;
	background-color:#fafafa;
	padding:0.3em 0.5em 0.3em 1.6em;
	color:#444;
	font-size:1.2em;
	border:#f1f0f0 1px solid;
	margin-bottom:0.5em;
}


/*===========================
feature
===========================*/

.pageTit_feature {
	background-image:url(../img/feature/page_title.png);
}

.fc-green {
	color:#397117;
}


	
/*===========================
processing
===========================*/

.pageTit_processing {
	background-image:url(../img/processing/page_title.png);
}



/*===========================
gearbox
===========================*/

.pageTit_gearbox {
	background-image:url(../img/gearbox/page_title.png);
}

.productDis {
	font-size:0.9em;
}


/*===========================
dealing
===========================*/

.pageTit_dealing {
	background-image:url(../img/dealing/page_title.png);
}


/*===========================
company
===========================*/

.pageTit_company {
	background-image:url(../img/company/page_title.png);
}

/*===========================
contact
===========================*/

.pageTit_contact {
	background-image:url(../img/contact/page_title.png);
}


.contactTEL a {
	text-decoration:none;
	color:#f2b703;
}



.contact table {
	background-color: #EEE;
	empty-cells: show;
	width: 100%;
	line-height: 1.3em;
	border-spacing: 0px;
	margin-bottom: 1.5em;
	padding: 20px 0;
}
.contact table th {
	padding: 12px 36px 12px 0;
	border-bottom: 1px solid #FFF;
	text-align: right;
	font-weight: normal;
	vertical-align: top;
	width: 33%;
	line-height: 2.2em;
}
.contact table td {
	padding: 12px 5px 12px 0;
	border-bottom: 1px solid #FFF;
	text-align: left;
}
.contact table td .select {
	margin-bottom: 0.5em;
}
.contact table td .select li {
	float: left;
	margin-right: 20px;
}
.contact table td .select li input {
	vertical-align: middle;
}
.contact table td label {
	padding: 0 0 0px 5px;
}
.contact table span {
	color: #ff0000;
}
.contact table input {
	margin: 2px 0 2px 0;
	height: 1.6em;
	border: 1px solid #CCC;
}
.contact .formBtn {
	width: 100%;
	text-align: center;
	margin-bottom: 30px;
}
.contact .btnSend {
	background-color:#999999;
	color: #FFF;
	padding: 8px 0;
	margin: 0 5px 0 5px;
	border: 0;
	width:160px;
}
.contact .btnReset {
	background-color: #FFF;
	color:#333;
	padding: 7px 0;
	margin: 0 5px 0 5px;
	border: 0;
	border:1px solid #cccccc;
	width:160px;
}
.contact .forml {
	width: 90%;
}
.contact .formm {
	width: 50%;
}


.contact .noborder {
	border:none;
}

.contact label {
}

.contact .checkbox {
	border:none;
	padding:0 0 0 0;
	margin:0;
	vertical-align:bottom;
}



#mianContents .privacy h3 {
	font-weight:bold;
	font-size:1em;
	color:#333;
	border:none;
	padding:0 0 2px 0;
	margin:0;
	background-image:none;
}










