@charset "utf-8";

/*--- 全体 ---*/
body,
h1,h2,h3,h4,h5,h6,
p,ul,ol,dl,dt,dd,li,
table,th,td,
form,select,option,input
address,pre,strong,em,iframe,img{
	padding: 0;
	font-size: 100%;
	border: 0;
}


/*-- default font --*/
body{
	color: #666;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 1.4;
	max-width: 1232px;
    margin: 0 auto;
	padding:0px;
}


/*-- font --*/
.small{
	font-size:80%;
	text-align:left;
}


/*-- buttom effect --*/
.btn_ef {
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	text-align: center;
}   
.btn_ef:hover{
	opacity: 0.4;
	filter: alpha(opacity=60);
	margin-left: auto;
}   
.btn_ef a{
	text-decoration:none;
}

/*-- underline --*/
.underline{
	border-bottom: #000 1px solid;
	text-align:left;
	font-size:115%;
	font-weight:lighter;
}



/*--- HEADER ---*/
#header{
  border-top:#000 5px solid;
}
#logo{
	margin-top:10pt;
}
.logo_btm{
	margin-top:10px;
	background:#2b54a4;
	text-align:center;
	vertical-align:middle;
	color:#fff;
	height:23px;
	font-size:11px;
	padding:5.5px 0 0 0;
}
.han_sp{
	margin:0 5px;
}
/* header information */
#h_info{
	margin-top:10pt;
	text-align:right;
}

.tel{
	color:#2051DD;
	font-size:20px;
}
.pro_mail{
	margin:5px;
	text-align:right;
	vertical-align:middle;
}
.pro_mail a{
	color:#666;
	text-decoration:none;
}
.pro_mail a:hover{
	text-decoration: underline;
}
.hed_r {
	text-align:right;
}
.hed_r_2 {
	text-align:right;
	width: 100%;
	clear: both;
	margin-left: 0;
}

/* custom search */
input{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}



/*-- GLOBAL NAVIGATION --*/
#gnav {
	margin-top:10px;
	background: #FFF;
}
#gnav ul{
	border-top:#666 1px solid;
	width:auto;
	overflow:hidden;
}
#gnav li{
	list-style-type: none;
}

#gnav a{
	display:block;
	text-align:center;
	text-decoration:none;
	color:#666;
}


#gnav a:hover{
	background: #D4D4D4;
	border-radius: 5px;
}
.gnav_cf:before,
.gnav_cf:after {
    content: " ";
    display: table;
}
.gnav_cf:after {
    clear: both;
}
.gnav_cf {
    *zoom: 1;
}
/*-- TOPIC PATH --*/
#t_path{
	margin-top:10px;
}

#t_path ul{
  margin:0px;
  padding: 0;
  list-style-type:none; 
}

#breadcrumbs-two{
  overflow: hidden;
  width: 100%;
}
 
#breadcrumbs-two li{
  float: left;
  margin: 0 .5em 0 1em;
}
 
#breadcrumbs-two a{
  background: #ddd;
  padding: .7em 1em;
  float: left;
  text-decoration: none;
  color: #444;
  text-shadow: 0 1px 0 rgba(255,255,255,.5);
  position: relative;
}
 
#breadcrumbs-two a:hover{
  background: #8ba3c3;
}
 
#breadcrumbs-two a::before{
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -1.5em;
  border-width: 1.5em 0 1.5em 1em;
  border-style: solid;
  border-color: #ddd #ddd #ddd transparent;
  left: -1em;
}
 
#breadcrumbs-two a:hover::before{
  border-color: #8ba3c3 #8ba3c3 #8ba3c3 transparent;
}
 
#breadcrumbs-two a::after{
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -1.5em;
  border-top: 1.5em solid transparent;
  border-bottom: 1.5em solid transparent;
  border-left: 1em solid #ddd;
  right: -1em;
}
 
#breadcrumbs-two a:hover::after{
  border-left-color: #8ba3c3;
}
 
#breadcrumbs-two .current,
#breadcrumbs-two .current:hover{
  font-weight: bold;
  background: none;
}
 
#breadcrumbs-two .current::after,
#breadcrumbs-two .current::before{
  content: normal;
}

/*-- LOCAL NAVGATION --*/
#l_nav {
	float:left;
	margin-top:10px;
    display: none;
    width: 100%;
}
#l_nav li {
    list-style-type:none; /* リスト記号なし */
    margin-bottom:3px;
}
#l_nav a {
	text-align:center;
    padding:20px 3px;
    display:block;
    font-size:12px;
    color:#595757;
    text-decoration:none;
}

#l_nav a.link0 { background-color:#C78E77;}
#l_nav a.link1 { background-color:#E5CD83;}
#l_nav a.link2 { background-color:#D2E498;}
#l_nav a.link3 { background-color:#A4ABD6;}
#l_nav a.link4 { background-color:#8ba3c3;}
#l_nav a.link5 { background-color:#b3d1e2;}
#l_nav a.link6 { background-color:#8da2ac;}
#l_nav a.link7 { background-color:#a1cbed;}
#l_nav a.link8 { background-color:#B7B8B8;}


/*-- PRODUCT NAVIGATION --*/

#pro_nav{
	margin:10px 0 100px 0;
	width: 100%;
	clear: both;
}
#pro_nav_box li{
	list-style-type:none; /* リスト記号なし */
	margin-bottom:3px;
}
#pro_nav_box a{
	display:block;
	text-decoration:none;
	background-color:#8ba3c3;
	color:#fff;
}

#pro_tit li{
	list-style:disc;
	margin-left:20px;
}
#pro_tit_l{
	text-align:center;
	background-color:#eee;
	width: 100%;
}
#pro_tit_l p{
	text-align:left;
	margin-left:10px;
}


/*-- PRODUCT CONTENTS --*/
.mbx_box{
	margin-bottom:200px;
}
.mbx table {
    width:100%;
}
.mbx th {
	width:17%;
	text-align:left;
	border-bottom:1px solid #fff;
}

.mbx td {
    vertical-align: middle;
}
.mbx_tab_hd{
	background-color:#005d91;
	font-weight: bold;
	padding:10px 5px;
	color:#fff;
}
.mbx_tab_u{
	background-color:#eee;
	text-align:center;
	width:50px;
}
.mbx_tab_sp{
	height:5px;
}
.mbx_tab_iro{
	background-color:#005d91;
	width:3%;
}
.mbx_tab_model{
	font-size:20px;
	padding:10px 0 10px 10px ;
	font-weight: bold;
	max-width:97%;
}
.open_p{
	text-align:right;
	margin-bottom:5px;
	font-size:110%;
}
.mbx_tab_a{
	background-color:#eee;
	padding:5px 0 0 5px;
	border-bottom:1px solid #fff;
}
.mbx_tab_a span{
	font-size:10px;
	vertical-align: middle;
}

.mbx_tab_a ul{
	margin-left:20px;
}
#mbx_tab_r{
	width:100%;
	background-color:#eee;
	vertical-align: middle;

}
.mbx_tab_r_a{
	text-align:center;
	padding:10px;
	height:100px;
}

.mbx_tab_r_b{
	font-size:9px;
	text-align:right;
	padding-right:10px	
}
.mbx_tab_r_c{
	padding:5%;
	text-align:left;
}

.bc_blu{
	background-color:#004CFD;
	padding: 0 10px;
	margin:0 5px;
	border-radius: 5px;
	font-size:12px;
	color:#fff;
	text-align:center;
}
.bc_red{
	background-color: #FF0004;
	padding: 0 10px;
	margin:0 5px;
	border-radius: 5px;
	font-size:12px;
	color:#fff;
	text-align:center;
}
.brd_dot{
	border:2px;
	border-top-style:dotted ;
	border-top-color:#fff;
}

.faq{
	margin-top:10px;
	color:#666;
	text-align:right;
	font-size:12px;
}
.faq a{
	color:#666;
	text-decoration:none;
}
.faq a:hover{
	color:#666;
	text-decoration:underline;
}
#pro_nav_top{
	margin-top:10px;
	text-align:right;
}
#pro_nav_top a{
	text-decoration:none;
	color:#666;
	font-size:10px;
    background-color:#fff;
}
#pro_nav a:visited{
	color:#658B98;
}

#pro_nav_top a:hover{
	text-decoration: underline;
}

.kome{
	margin-top:10px;
	color:#666;
	font-size:12px;
}

.full{
	background:#f3994f;
	color:#fff;
	border-radius:10px;
	padding:0 12px;
	margin:0 5px;
}
.half{
	background:#246a84;
	color:#fff;
	border-radius:10px;
	padding:0px 12px;
	margin:0 5px;
}
.jyutyu{
	background-color: #F5B097;
	padding:1px 5px;
	margin-left:5px;
	font-weight:bold;
	border-radius: 5px;
	color:#fff;
	text-align:center;
}
#pro_mfp{
	margin:15px 0;
	text-align:right;	
}
#pro_mfp a{
	background-color: #8ba3c3;
	padding: 2px 20px;
	border-radius: 30px;
	text-decoration:none;
	color:#fff;
}
#pro_cp{
	margin:15px 0;
	text-align:right;	
}
#pro_cp a{
	background-color: #b3d1e2;
	padding: 2px 20px;
	border-radius: 30px;
	text-decoration:none;
	color:#666;
}
#lb{
	color:#D18B06;
	font-size:24px;
	text-align:center;
    width:1%;
}
#bk{
	color:#000;
	font-size:24px;
	text-align:center;
	width:3px;
}
#wh{
	color:#fff;
	font-size:24px;
	text-align:center;
	width:3px;
}
#db{
	color:#572E1D;
	font-size:24px;
	text-align:center;
	width:3px;
}
.zu{
	background:#84959e;
	padding:10px;
	border-radius:5px;
	margin:5px auto;
	text-align:center;
	color:#fff;
	text-decoration:none;
}
.zu_m{
	border-style: solid;
	border-color:#84959e;
	background:#e7e8ea;
	border-width:3px;
	padding:10px 8px;
	border-radius:5px;
	margin:5px auto;
	text-align:center;
	color:#666;
	text-decoration:none;
}
#rohs{
	text-align:right;
	margin:10px 0 12px 0;
}
.rohs_c{
	background-color:green;
	padding:5px;
	border-radius: 5px;
	color:#fff;
	font-size:10px;
}
#oth_img {
}
.oth_img_cls {
width: 29.5%;
clear: none;
margin-left: 5.2631%;
background-color: #eee;
}
.oth_img_txt {
	text-align:center;
	background-color: #888;
	color:#fff;
}
/*-- LIGHTBOX --*/
#lightbox {
	background-color: #eee;
	padding: 10px;
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
}
#lightboxCaption {
	color: #333;
	background-color: #eee;
	font-size: 90%;
	text-align: center;
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
}
#lightboxIndicator {
	border: 1px solid white;
}
#lightboxOverallView,
#overlay {
	background-color: #000;
	opacity: 0.5;
}
* html #lightboxOverallView,
* html #overlay {
	background-color: #000;
	filter: Alpha(opacity=50);
}


/*-- TOP PAGE --*/
.toppage{
	width: 100%;
    clear:both;
	text-align:right;
	margin-top:20px 0;
	margin-bottom:inherit;
}
.toppage a{
	background:#DFDCDB;
	padding:10px;
	font-size:83%;
	color:#666;
	text-decoration:none;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.toppage a:hover{
	text-decoration: underline;
}
.pageTop{
	position:fixed;
	bottom:0px;
	display:block;
	height:60px;
	width:60px;
	text-align:right;
	-webkit-transition:height 500ms;
	transition:height 500ms;
	overflow:hidden;
}
.pageTop.is-hide{
	-webkit-transition:height 500ms;
	transition:height 500ms;
	height:0px;
}
.pageTop a{
	position:relative;
	display:inline-block;
	overflow:hidden;
	color:transparent;
	width:50px;
	height:50px;
	border-radius:25px;
	background:#60ABB9;
}
.pageTop a::after{
	content:"";
	width:15px;
	height:15px;
	border-top:5px solid white;
	border-right:5px solid white;
	-ms-transform: rotate(315deg);
	-webkit-transform: rotate(315deg);
	transform: rotate(315deg);
	position: absolute;
	right:15px;
	top:50%;
	margin-top:-7px;
}
/*-- 関連製品固定 --*/
#fot_ara{
position: fixed;
background-color:#D2FBFF;
padding:0.01% 2%;
border-radius: 10px;
}

#rel_btn{
	margin:30px 0;
	text-align:center;	
}
#rel_btn a{
	background-color: #D2FBFF;
	padding: 5px 20px;
	border-radius: 5px;
	text-decoration:none;
	font-size:16px;
	color:#666;
	cursor: pointer;
	cursor: hand;
}


/*-- 関連製品 --*/

#owl-demo3{
	max-width:800px;
	margin-left:auto;
	margin-right:auto;
}
#rela_pro{
	margin-bottom:80px;
}
#rela_pro table{
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	color:#666;
}
#rela_pro th {
	border-style: solid;
	border-color: #D2FBFF;
	border-width: 1px 0px;
    padding: 5px 10px;
    text-align: center;
    color:#fff;
	font-size:70%;
	width:30px;
}
#rela_pro td {
	border-style: solid;
	border-color: #D2FBFF;
	border-width: 1px 0;
	vertical-align: middle;
	padding: 5px 10px;
	font-size:80%;
}
#item{
	margin-left:1px;
    margin-right:5px;
}

.lec_tab th{
	background-color: #c78e77;
}
.lec_tab td{
	background-color: #e8d2c7;
}
.wag_tab th{
    background-color: #e5cd83;
}
.wag_tab td{
    background-color: #f6eccf;
}
.sei_tab th{
	background-color: #d2e498;
}
.sei_tab td{
	background-color: #eef5d9;
}
.eia_tab th{
	background-color: #a4abd6;
}
.eia_tab td{
	background-color: #dcdef0;
	border-width: 1px 0;
}
.kab_tab th{
	background-color: #b3d1e2;
}
.kab_tab td{
	background-color: #e2edf4;
}
.set_tab th{
	background-color: #c0d4cb;
}
.set_tab td{
	background-color: #e7efeb;
}
.dis_tab th{
	background-color: #8da2ac;
}
.dis_tab td{
	background-color: #d4d9dd;
}
.ass_tab th{
    background-color: #a6bbc7;
} 
.ass_tab td{
    background-color: #dce5ea;
}
.mfp_tab th{
    background-color: #3174A3;
} 
.mfp_tab td{
    background-color: #D3DAE7;
}
.con_tab th{
    background-color: #00ab84;
}
.con_tab td{
    background-color: #a4d6c1;
}
.cbl_tab th{
    background-color: #ed7969;
}
.cbl_tab td{
    background-color: #f7c1b2;
}


/*-- FOOTER --*/
#footer {
	width: 100%;
    background:#DFDCDB;
    font-size:83%;
}
#footer li{
	float:left;
	margin-top:5px;
	disply:inline;
	list-style-type:none;
}
#footer a{
    padding:0 10px;
	color:#666;
	text-decoration:none;
}
#footer a:hover{
	text-decoration: underline;
}
#copyright{
	float:right;
	font-size:83%;
	margin-right:5px;
}

#close{
 font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
 font-weight:bold;	
 font-size: 50%;
 vertical-align:text-top;
}



/*--- RESPONSIVE ---*/

/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
}

.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}

/* Mobile Layout: 480px and below. */
  
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 86.45%;
	padding-left: 2.275%;
	padding-right: 2.275%;
	clear: none;
	float: none;
}
#header {
}
#logo {
width: 100%;
}
#h_info {
clear: both;
margin-left: 0;
width: 100%;
}
.hed_r {
width: 100%;
clear: both;
margin-left: 0;
}
.ggl{
    margin:15px auto 0 auto;
    position:relative;
	position: relative; top:-3px;
    width: 100%;
    clear: both;
    margin-left: 0;
}
.ggl .gsc-control-cse, 
.ggl .gsc-control-cse-ja,
.ggl .gsib_a{
    margin:0 !important;
    padding:0 !important;
}
.ggl .gsib_b a{
	display:none;
}
.hed_r_2 {
width: 100%;
clear: both;
margin-left: 0;
}
#gnav{
	width:100%;
}
#gnav ul{
	display:none;
	height: auto;
}
#gnav li{
border-bottom:#666666 1px solid;
}
#gnav a{
	 padding:15px 0;
	
}
#gnav a#pull{
	display:block;
	width:100%;
	position: relative;
}
#gnav a#pull:after{
	content:"";
	background:url(../../img/nav-icon.png) no-repeat;
	width: 30px;
	height: 30px;
	display: inline-block;
	position: absolute;
	right: 15px;
	top: 14px;
}
#t_path {
}
#l_nav {
width: 100%;
}
#pro_nav  {
clear: both;
margin-left: 0;
width: 100%;
}
#pro_nav a{
	padding: 7px 0;
}
.pro_nav_tab {
width: 100%;
margin-left: 5.2631%;
clear: none;
}
#pro_cnt {
width: 100%;
clear: both;
margin-left: 0;
}
.mbx_box {
width: 100%;
margin-left: 0;
}
#mbx_l {
width: 100%;
margin-left: 0;
}
#mbx_r {
margin-top:10px;
width: 100%;
margin-left: 0;
clear: both;
}
.l_size{
	padding:10% 15%;
	width:70%;
}
.m_size{
	padding:0 20%;
	width:60%;
}
.s_size{
	padding:0 15%;
	width:70%;
}
.ss_size{
	padding:0 20%;
	width:60%;
}
.sss_size{
	padding:0 30%;
	width:40%;
}
.ssss_size{
	padding:0 37.5%;
	width:25%;
}
.pageTop{
left:80%;
}
#fot_ara{
display:block;
width: 80%;
margin-bottom:5%;
margin-right:5%;
height: 450px;
bottom: 0;
}
#rela_pro table{
width: 90%;
}
#close{
margin: 0 0 0 70%;		
}
#oth_img {
}
.oth_img_cls {
width: 29.5%;
clear: none;
margin-left: 5.2631%;
}
.oth_img_txt {
	text-align:center;
	background-color: #888;
	color:#fff;
}
.cat_link{
	margin: 10px 0;
	text-align:center;
}
#footer {
}
#pro {
width: 100%;
clear: both;
margin-left: 0;
}
#pro_tit {
}
#pro_tit_l {
width: 100%;
}
#pro_tit_r {
width: 100%;
clear: both;
margin-left: 0;
}
#pro_nav_box {
}
.zeroMargin_mobile {
margin-left: 0;
}
.hide_mobile {
display: none;
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {

.gridContainer {
	width: 90.675%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
	clear: none;
	float: none;
	margin-left: auto;
}
#header {
}
#logo {
width: 48.7179%;
}
#h_info {
margin-left: 2.5641%;
clear: none;
width: 48.7179%;
}
.hed_r {
width: 48.7179%;
margin-left: 2.5%;
clear: none;
}
.ggl{
width: 100%;
clear: none;
}
.hed_r_2 {
width: 100%;
clear: none;
}
#gnav ul{
	display:table;
	width:100%;
}	

#gnav li{
	display:table-cell;
	border-bottom:none;
	vertical-align: middle;
    text-align: center;

}
#gnav a{
	display:table-cell;
	float:left;
	text-align:center;
	vertical-align:central;
	padding-left:10px;
	padding-right:10px;
	margin-top:5px;
}
#gnav a#pull {
    display: none;
}#t_path {
}
#l_nav {
width: 23.0769%;
display: block;
}
#pro_nav {
clear: both;
margin-left: 0;
width: 100%;
}
#pro_nav li{
font-size:100%;
}
#pro_nav a{
	padding: 7px 0;
}
.pro_nav_tab {
width: 48.2758%;
clear: none;
margin-left: 2.5641%;
}
#pro_cnt {
width: 100%;
clear: both;
margin-left: 0;
}
.mbx_box {
width: 100%;
margin-left: 0;
}
#mbx_l {
width: 100%;
margin-left: 0;
}
#mbx_r {
margin-top:10px;
width: 100%;
margin-left: 0;
clear: both;
}
.l_size{
	padding:10% 15%;
	width:70%;
}
.m_size{
	padding:0 20%;
	width:60%;
}
.s_size{
	padding:0 15%;
	width:70%;
}
.ss_size{
	padding:5% 20%;
	width:60%;
}
.sss_size{
	padding:0 30%;
	width:40%;
}
.ssss_size{
	padding:0 40%;
	width:20%;
}

#pro {
width: 74.3589%;
margin-left: 2.5641%;
clear: none;
}
#pro_tit {
}
#pro_tit_l {
width: 65.5172%;
margin-bottom:20px;
}
#pro_tit_r {
width: 31.0344%;
clear: none;
margin-left: 3.4482%;
}
#pro_nav_box {
}
.pageTop{
left:90%;
}
#fot_ara{
	display:block;
	width:80%;
	margin:0 0.5%;
	height: 400px;
	bottom: 10%;
}
#rela_pro table{
width: 80%;
}
#close{
margin: 0 0 0 2%;		
}
.oth_img_cls {
width: 31.0344%;
clear: none;
margin-left: 3.4482%;
}
.oth_img_txt {
}
#footer {
}
.hide_tablet {
display: none;
}
.zeroMargin_tablet {
margin-left: 0;
}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {

.gridContainer {
	width: 88.5%;
	max-width: 900px;
	padding-left: 0.75%;
	padding-right: 0.75%;
	margin: auto;
	clear: none;
	float: none;
	/*margin-left: auto;*/
}
#header {
}
#logo {
width: 49.1525%;
margin-right:8.67%;
}
#h_info {
clear: none;
margin-left: 1.6949%;
width: 40.6779%;
}
.hed_r {
width: 40.6779%;
margin-left: 1.5%;
clear: none;
}
.ggl{
width: 100%;
clear: none;
}
.hed_r_2 {
width: 100%;
clear: none;
}
#gnav{
	font-size:16px;
	width:100%;
}
#gnav ul{
	display:table;
}
#gnav li{
	display:table-cell;
	text-align:center;
	vertical-align:central;
}
#gnav a{
	display:table-cell;
	float:left;
	padding:0 29px;
	margin-top:5px;
}
#gnav a#pull {
    display: none;
}#t_path {
}
#l_nav {
width: 15.2542%;
display: block;
}
#pro_nav {
margin-left: 0;
clear: both;
width: 100%;
}
#pro_nav li{
	font-size:100%;
}
#pro_nav a{
	padding: 10px 0;
}
.pro_nav_tab {
width: 31.8181%;
clear: none;
margin-left: 2.2727%;
}
#pro_cnt {
width: 100%;
margin-left: 0;
clear: both;
}
.mbx_box {
width: 100%;
margin-left: 0;
}
#mbx_l {
width: 59.1836%;
margin-left: 0;
}
#mbx_r {
margin-top:0;
width: 38.7755%;
margin-left: 2.0408%;
clear: none;
}
.l_size{
	padding:0 5%;
	width:90%;
}
.m_size{
	padding:0 10%;
	width:80%;
}
.s_size{
	padding:0 15%;
	width:70%;
}
.ss_size{
	padding:5% 20%;
	width:60%;
}
.sss_size{
	padding:0 30%;
	width:40%;
}
.ssss_size{
	padding:0 35%;
	width:30%;
}
#fot_ara{
	display:block;
	max-width: 800px;
	height: 380px;
	bottom: 3%;
    margin:2% 10% 5% 0;
}
#rela_pro table{
width: 90%;
margin:0.5% 0 0.5% 5%;
}
#close{
margin: 0 0 0 80%;		
}
#oth_img img{
	margin: 0 12%;
}
.oth_img_cls {
width: 30%;
margin-left: 4.1666%;
clear: none;
}
.oth_img_txt {
}
#footer {
}
#pro {
width: 83.0508%;
clear: none;
margin-left: 1.6949%;
}
#pro_tit {
}
#pro_tit_l {
width: 59.1836%;
margin-bottom:20px;
}
#pro_tit_r {
width: 38.7755%;
margin-left: 2.0408%;
clear: none;
}
#pro_nav_box {
}
.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}
}
