@charset "UTF-8";
/* ===================================================================
filename:layout.css
#For layout
=================================================================== */


/* Navi
------------------------------------------------------------------*/
/*globalNavi*/
#globalNavi{
	float:left;
	display:inline;
	margin:0;
	padding:5px 0 0 0;
}

#globalNavi ul{
	margin:0 0 0 0;
	padding:0 0 0 0;
}

#globalNavi ul li{
	list-style:none;
	float:left;
	display:inline;
	padding:0 0 0 0;
	margin:0 0 0 0;
	line-height:0;
	font-size:0;
}

#globalNavi ul li#naviLi03{
	margin-right:10px;
}

#globalNavi ul li img{
	display:block;
}



/*localNavi*/
#localNavi{
	margin:0 0 0 0;
	padding:0 0 0 0;
}

#localNavi ul{
	margin:0 0 0 0;
	padding:0 0 0 0;
}

#localNavi ul li{
	list-style:none;
	padding:0 0 0 0;
	margin:0 0 0 0;
	line-height:0;
	font-size:0;
}

#localNavi ul li img{
	display:block;
}


/*pathNavi*/
#pathNavi{  
	margin:-15px 0 10px 0;
	padding:0; 
}
 
#pathNavi ul{
	margin:0 0 0px 0;
	padding:0; 
}  
#pathNavi li{  
	float:left;
	font-size:83%;
	list-style-type:none;
	color:#999;
}

#pathNavi li a{
	margin-right:5px;
	padding-right:10px;
	background:url(../_img/master/pathnavi.gif) no-repeat right center;
	color:#999;
}

/* === clearfix ==*/
#pathNavi:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#pathNavi{
	display: inline-block;
}

/* Hides from IE-mac \*/
* html #pathNavi{height: 1%;}
#pathNavi{display: block;}
/* End hide from IE-mac */



/* Common Layout
------------------------------------------------------------------*/
body{
	background:#001922;
}

#container {
	background-color:#fff;
	width:100%;
  min-width:980px;
	margin: 0 auto;
	text-align:left;
}

#topBg{
	background:url(../_img/top/main_visual_all_bg.jpg) repeat-x left top;
	padding:10px 0 0 0;
}

.separate.col03{
	margin-right:-25px;
}
.separate.col03 .col{
	width:300px;
	float:left;
	margin-right:25px;
}
.separate.col04{
	margin-right:-18px;
}
.separate.col04 .col{
	width:224px;
	float:left;
	margin-right:18px;
}

/* clearfix */
.separate.col03 {
    *zoom: 1;
}
.cf:after {
        content: ".";
        display: block;
        clear: both;
        height: 0;
        visibility: hidden;
}

/*header*/
#header{
	background:url(../_img/master/header_bg.gif) repeat-x left top;
	width:100%;
	height:95px;
	margin:0 0 10px 0;
}

#headerIn{
	width:950px;
	margin:0 auto;
}

/* === clearfix ==*/
#headerIn:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#headerIn{
	display: inline-block;
}

/* Hides from IE-mac \*/
* html #headerIn{height: 1%;}
#headerIn{display: block;}
/* End hide from IE-mac */

#printLogo{
	display:none;
}

#headerIn #mainLogo{
	float:left;
	display:inline;
	margin:0 32px 0 0;
}

#headerIn #headerBtn{
	float:right;
	display:inline;
	margin:2px 0 15px 0;
}

#headerIn #headerBtn img{
	margin-left:10px;
}

#headerIn #searchBox{
	float:right;
	display:inline;
}

#headerIn #searchBox p{
	margin:0;
}

#headerIn #searchBox input{
	vertical-align:middle;
}

#headerIn #searchBox .searchInput{
	background:url(../_img/master/header_seach_input.gif) no-repeat;
	width:111px;
	height:24px;
	border:none;
	padding:1px 10px 0 22px;
	margin:0 5px 0 0;
}


#headerIn #searchBox #btnProductsSearch{
	margin:5px 0 0 0;
	text-align:right;
}

#headerIn .contactBtn{
	float:right;
	display:inline;
}

/*wrapper*/
#wrapper{
	width:950px;
	margin:0 auto;
}

/* === clearfix ==*/
#wrapper:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#wrapper{
	display: inline-block;
}

/* Hides from IE-mac \*/
* html #wrapper{height: 1%;}
#wrapper{display: block;}
/* End hide from IE-mac */


#mainArea{
	float:left;
	display:inline;
	width:685px;
	padding:0;
}
#mainArea.top{
	float:none;
	width:950px;
}

#mainArea.full{
	width:750px;
	float:none;
	display:block;
	margin:20px auto 0 auto;
}

#mainArea.full2{
	width:950px;
	float:none;
	display:block;
	margin:25px auto 0 auto;
}

#subArea{
	float:right;
	display:inline;
	width:250px;
}

#subArea.top{
	float:none;
	width:950px;
}

.pagetop{
	width:950px;
	margin:15px auto 0px auto;
	text-align:right;
}

/*Footer*/
#footer{
	background:#00a5e4;
	width:100%;
	margin:20px 0 0 0;
}

#footerIn{
	width:950px;
	margin:0 auto;
  padding: 10px 0;
}

/* === clearfix ==*/
#footerIn:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#footerIn{
	display: inline-block;
}

/* Hides from IE-mac \*/
* html #footerIn{height: 1%;}
#footerIn{display: block;}
/* End hide from IE-mac */

#footerIn a.footer_banner{
	display: block;
  float: right;
}

#footerIn ul{
	margin:0;
	padding:25px 0 0 0;
}

/* === clearfix ==*/
#footerIn ul:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#footerIn ul{
	display: inline-block;
}

/* Hides from IE-mac \*/
* html #footerIn ul{height: 1%;}
#footerIn ul{display: block;}
/* End hide from IE-mac */

#footerIn ul li{
	float:left;
	display:inline;
	background:url(../_img/master/footer_navi_acs.gif) no-repeat left center;
	padding:0 0 0 10px;
	margin:0 13px 0 0;
	font-size:83%;
}

#footerIn ul li a{
	color:#fff;
	text-decoration:none;
}

#footerIn ul li a:hover{
	color:#fff;
	text-decoration:underline;
}

#copyrights{
	background:#001922;
}

#copyrights p{
	width:950px;
	margin:0 auto;
	padding:10px 0 10px 0;
}


/* Common Parts
------------------------------------------------------------------*/
#mainArea #categoryList{
	margin:20px 0 40px 0;
	position:relative;
}
#mainArea #productMaker {
	margin:0 0 40px 0;
}
	#mainArea #productMaker ul li{
		width:90px;
		height:90px;
		float:left;
		margin-right:15px;
	}
	#mainArea #productMaker ul li img{
		vertical-align:middle;
		width:90px;
		height:auto;
	}

#attF{
	position:absolute;
	top:0;
	left:0;
	display:none;
}

#mainArea #categoryList h2{
	margin:0 0 30px 0;
	border:none;
}

#mainArea #categoryList h3{
	margin:30px 0 10px 15px;
	border-left:4px solid #3daad1;
	padding-left:8px;
	font-size:16px;
	font-weight:bold;
}

#categoryList ul{
	padding:0 0 0px 23px;
	margin:0 0 0px 0;
}

#categoryList ul li{
	float:left;
	display:inline;
	margin:10px 0px 0px 0;
	background:none;
}

#categoryList ul li img{
	vertical-align:middle;
}

.sideBox #categoryList ul li{
	width:auto;
}

#categoryList ul li.long{
}

#categoryList ul#cateType02 li{
	width:auto;
	margin-right:20px;
}


#categoryList ul li a{
	padding:0 0 0 0px;
}

#categoryList ul li img{
	margin-right:2px;
	float:left;
	display:inline;
}

#categoryList ul li span.txt{
	float:left;
	display:inline;
}


#categoryList .leftPane{
	float:left;
	display:inline;
	width:180px;
	margin-left:0px;
}

#categoryList .rightPane{
	float:left;
	display:inline;
	width:468px;
	margin-left:20px;
}

#categoryList .leftPane h3{
	margin-left:15px ! important;
}



#categoryList .rightPane h3{
	margin-left:15px ! important;
}

#categoryList .leftPane ul{
	width:180px;
}

#categoryList .leftPane ul li{
	width:180px ! important;
}

#categoryList .leftPane ul li.category_0012{
	width:270px ! important;
}


#categoryList .leftPane ul li li{
	width:270px ! important;
}

#categoryList .leftPane ul ul{
	width:auto;		
}



#categoryList .rightPane ul{
}



#mainArea #categoryList .rightPane h3,
#mainArea #categoryList .leftPane h3{
	margin:0 0 10px 0px;
}

#categoryList .productCategory-leftBox{
  float: left;
  width:460px;
}
#categoryList .productCategory-rightBox{
  float: right;
  width:460px;
}


#categoryList ul li ul{
	margin:0 0 0 0;
	padding:0;
	font-size:100%;
	display:none;
	width:100%;
}

#categoryList.opened ul li ul{
	display:block;
}

#categoryList.viewList{
	background:none ! important;
}

#categoryList.viewList ul li ul{
	display:block;
}

#categoryList.viewList ul li a{
	
}

#categoryList ul li ul li{
	margin:15px 0 0px 10px;
	float:none;
	display:block;
}

#categoryList ul li ul li a{

}

/* === 横幅調整 ===*/
#categoryList ul li{
	width:210px;
}

#categoryList ul li span.txt{
	width:auto;
}

/*
#categoryList ul li.category_0001{
	width:240px;
}

#categoryList ul li.category_0001 span.txt{
	width:220px;
}

#categoryList ul li.category_0001 li span.txt{
	width:190px;
}

#categoryList ul li.category_0002{
	width:210px;
}

#categoryList ul li.category_0002 span.txt{
	width:190px;
}

#categoryList ul li.category_0002 li span.txt{
	width:180px;
}

#categoryList ul li.category_0003{
	width:200px;
}

#categoryList ul li.category_0003 span.txt{
	width:170px;
}

#categoryList ul li.category_0003 li span.txt{
	width:160px;
}


#categoryList ul li.category_0004{
	clear:both ! important;
	width:240px;
}

#categoryList ul li.category_0004 span.txt{
	width:220px;
}

#categoryList ul li.category_0004 li span.txt{
	width:190px;
}

#categoryList ul li.category_0005{
	width:300px;
}

#categoryList ul li.category_0005 span.txt{
	width:250px;
}

#categoryList ul li.category_0005 li span.txt{
	width:240px;
}



#categoryList ul li.category_0006{
	clear:both;
	width:500px;
}
*/



#categoryList .rightPane ul li{
	width:170px ! important;
	
}

#categoryList .rightPane ul li li span.txt{
	width:150px ! important;
}


#mainArea #makerPickUp{
	margin:20px 0 0 0;
}

#mainArea #makerPickUp.substance{
	margin:0px 0 20px 0;
}

#mainArea #makerPickUp.substance h3{
	margin-bottom:15px;
}

/* === clearfix ==*/
#mainArea #makerPickUp:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#mainArea #makerPickUp{
	display: inline-block;
}

/* Hides from IE-mac \*/
* html #mainArea #makerPickUp{height: 1%;}
#mainArea #makerPickUp{display: block;}
/* End hide from IE-mac */

#mainArea #makerPickUp .element{
	float:left;
	display:inline;
	margin:0 20px;
	padding:0;
}

#mainArea #makerPickUp .element img{
	-ms-interpolation-mode: bicubic;
}

#mainArea #makerPickUp.num12 .element{
	float:left;
	display:inline;
	margin:0 15px 0 0;
	padding:0;
}

#mainArea #makerPickUp.num12 .element img{
	-ms-interpolation-mode: bicubic;
}

#mainArea #makerPickUp .moreLink{
	margin:0 20px 0 0;
}


/* clearfix */
#mainArea #productsCategory #productList{
    *zoom: 1;
}
#mainArea #productsCategory #productList:after {
        content: ".";
        display: block;
        clear: both;
        height: 0;
        visibility: hidden;
}
#mainArea #productsCategory #productList{
	margin:0 -18px 0px 0;
}

#mainArea #productsCategory #productList .element{
	margin:0 18px 30px 0;
	box-sizing:border-box;
	float:left;
	width:224px;
	border:1px solid #00afea;
	border-left:none;
	border-right:none;
}

#mainArea #productsCategory #productList .element a{
	display:block;
	padding:10px;
	text-decoration:none;
}
/* clearfix */
#mainArea #productsCategory #productList .element a {
    *zoom: 1;
}
#mainArea #productsCategory #productList .element a:after {
        content: ".";
        display: block;
        clear: both;
        height: 0;
        visibility: hidden;
}
#mainArea #productsCategory #productList .element a:hover{
	opacity:0.7;
	filter: alpha(opacity=70);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=70)";  /* ie 8 */
	-moz-opacity:0.7;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.7;              /* Safari 1.x */
}

#mainArea #productsCategory #productList .element .logo{
	text-align:center;
}


#mainArea #productsCategory #productList .element .txt{
	text-align:center;
	font-size:108%;
	margin-bottom:0;
	padding:0 0 0 0;
}



/* clearfix */
#mainArea #originalBrand #brands{
    *zoom: 1;
}
#mainArea #originalBrand #brands:after {
        content: ".";
        display: block;
        clear: both;
        height: 0;
        visibility: hidden;
}
#mainArea #originalBrand #brands{
	margin:0 -25px 40px 0;
}

#mainArea #originalBrand h3{
	margin:0 0 20px 0;
}

#mainArea #originalBrand #brands .element{
	margin:0 25px 0px 0;
	box-sizing:border-box;
	float:left;
	width:300px;
	border:1px solid #00afea;
	border-left:none;
	border-right:none;
}

#mainArea #originalBrand #brands .element a{
	display:block;
	text-decoration:none;
}
/* clearfix */
#mainArea #originalBrand #brands .element a {
    *zoom: 1;
}
#mainArea #originalBrand #brands .element a:after {
        content: ".";
        display: block;
        clear: both;
        height: 0;
        visibility: hidden;
}
#mainArea #originalBrand #brands .element a:hover{
	opacity:0.7;
	filter: alpha(opacity=70);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=70)";  /* ie 8 */
	-moz-opacity:0.7;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.7;              /* Safari 1.x */
}

#mainArea #originalBrand #brands .element.last{
	margin-left:0;
}

/* === clearfix ==*/
#mainArea #originalBrand #brands .element:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#mainArea #originalBrand #brands .element{
	display: inline-block;
}

/* Hides from IE-mac \*/
* html #mainArea #originalBrand #brands .element{height: 1%;}
#mainArea #originalBrand #brands .element{display: block;}
/* End hide from IE-mac */

#mainArea #originalBrand #brands .element .logo{
	margin:0 0 0 0;
	text-align:center;
	padding:10px 0;
}

#mainArea #originalBrand #brands .element .logo img{

}

#mainArea #originalBrand #brands .element .txt{
	overflow:hidden;
	padding:10px;
	margin-bottom:0;
	font-size:108%;
	text-align:center;
}

#mainArea #originalBrand #brands .element .txt.t2{
	margin:0;
}

#mainArea #taskList{
    *zoom: 1;
}
#mainArea #taskList:after {
        content: ".";
        display: block;
        clear: both;
        height: 0;
        visibility: hidden;
}
#mainArea #taskList{
	margin:0 -18px 40px 0;
}

#mainArea #taskList h3{
	margin:0 0 20px 0;
}

#mainArea #taskList .element{
	margin:0 18px 0px 0;
	box-sizing:border-box;
	float:left;
	width:224px;
	border:1px solid #ccc;
	border-radius:5px;
	/* background-color:#00afea; */
}

#mainArea #taskList .element a{
	display:block;
	text-decoration:none;
	padding:10px 10px 10px 20px;
	border-radius:5px;
	background:url(../_img/top/task_arrow.png) left center no-repeat;
}
#mainArea #taskList .element a:hover{
	background:url(../_img/top/task_arrow_over.png) left center no-repeat #00AFEA;
	color:#fff;
}

#mainArea #taskList .element.last{
	margin-left:0;
}

#mainArea #taskList .element img{
	float:right;
	width:100px;
}
#mainArea #taskList .element .txt{
	overflow:hidden;
	height:100px;
	display:table-cell;
	vertical-align:middle;
	margin-bottom:0;
	border-radius:0 0 5px 5px;
	font-weight:bold;
}

#mainArea #taskList .element .txt.t2{
	margin:0;
}

#tekServices{
	margin:0 0 15px 0;
}

/* === clearfix ==*/
#tekServices:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
	
#tekServices{
	display: inline-block;
}
	
/* Hides from IE-mac \*/
* html #tekServices{height: 1%;}
#tekServices{display: block;}
/* End hide from IE-mac */

#tekServices .tekService{
	width:315px;
}

#tekServices .tekService.left{
	float:left;
	display:inline;
	margin-left:10px;
}

#tekServices .tekService.right{
	float:right;
	display:inline;
	margin-right:10px;
}

#tekServices .tekService h4{
	font-weight:bold;
	margin:0 0 8px 0;
	border-left:3px solid #00a7e6;
	padding:0 0 0 5px;
}

#tekServices .tekService h4 a{
	font-weight:bold;
	text-decoration:none;
}

#tekServices .tekService h4 a:hover{
	text-decoration:underline;
}


#mainArea #bnannerArea{
	margin:20px 0 20px 0;
}

/* === clearfix ==*/
#mainArea #bnannerArea:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#mainArea #bnannerArea{
	display: inline-block;
}

/* Hides from IE-mac \*/
* html #mainArea #bnannerArea{height: 1%;}
#mainArea #bnannerArea{display: block;}
/* End hide from IE-mac */

#mainArea #bnannerArea p{
	margin:0 0 15px 0;
}


#openAllCategory{
	float:right;
	display:inline;
	background:url(../_img/master/acs02.gif) no-repeat left center;
	padding:0 0 0 5px;
	position:absolute;
	top:30px;
	right:10px;
}

.box{
	margin:0 0 40px 0;
}

.box#showcase .element{
	float:left;
	display:inline;
	width:325px;
	margin:10px 0 10px 10px;
}

.box#showcase .element .img{
	float:left;
	display:inline;
	width:99px;
	margin:0 10px 0 0;
}

.box#showcase .element .img img{
	border:1px solid #cccccc;
	padding:1px;
}

.box#showcase .element .txt{
	float:left;
	display:inline;
	width:214px;
	margin:5px 0 0 0;
}

.box#showcase .element .txt h3{
	font-size:108%;
	font-weight:bold;
	color:#00a5e4;
	margin:0 0 3px 0;
}

.box#showcase .element .txt p{
	margin:0;
}

.box#showcase .element .txt p.btn{
	margin:5px 0 0 0;
	text-align:left;
}

.showCaseBox .element{
	width:305px;
	margin:10px 5px 10px 5px;
}
/* clearfix */
.showCaseBox .element {
    *zoom: 1;
}
.showCaseBox .element:after {
        content: ".";
        display: block;
        clear: both;
        height: 0;
        visibility: hidden;
}
.showCaseBox .element .img{
	float:left;
	display:inline;
	width:99px;
	margin:0 10px 0 0;
}

.showCaseBox .element .img img{
	border:1px solid #cccccc;
	padding:1px;
}

.showCaseBox .element .txt{
	float:left;
	display:inline;
	width:194px;
	margin:5px 0 0 0;
}

.showCaseBox .element .txt h3{
	font-size:108%;
	font-weight:bold;
	color:#00a5e4;
	margin:0 0 3px 0;
}

.showCaseBox .element .txt h3 a,
.showCaseList .element .txt h3 a{
	font-size:108%;
	font-weight:bold;
	color:#00a5e4;
	margin:0 0 3px 0;
	text-decoration:none;
}

.showCaseBox .element .txt h3 a:hover,
.showCaseList .element .txt h3 a:hover{
	text-decoration:underline;
}

.showCaseBox .element .txt p{
	margin:0;
}

.showCaseBox .element .txt p.btn{
	margin:5px 0 0 0;
	text-align:left;
}

.box#special ul{
	margin:10px 0 0 10px;
}

.box#special ul li{
	float:left;
	display:inline;	
	margin:0 15px 15px 0;
}

#productsPickup {
	margin-right:-12px;
}
/* clearfix */
#productsPickup {
    *zoom: 1;
}
#productsPickup:after {
        content: ".";
        display: block;
        clear: both;
        height: 0;
        visibility: hidden;
}

#productsPickup .element{
	float:left;
	width:148px;
	margin:0px 12px 20px 0;
}


#productsPickup .element .img{
	border:1px solid #c3c3c3;
	display:table-cell;
    text-align:center;
    vertical-align:middle;
    layout-grid-line:148px;
	width: 148px;
	height: 148px;
	margin:0 0 5px 0;
}

#productsPickup .element h3{
	margin:0 0 5px 0;
}

#productsPickup .element h3 a{
	font-weight:bold;
	text-decoration:none;
}

#productsPickup .element h3 a:hover{
	text-decoration:underline;
}

#productsPickup .element p{
	margin:5px 0 0 0;
}

.bottomShadow{
	margin:0 0 20px 0;
	display:block;
}

#subArea .bottomShadow{
	margin:0 0 10px 0;
}

.basicBox{
	border:1px solid #cccccc;
	/*border-bottom:none;*/
	margin:-10px 0 15px 0;
	padding:15px 40px;

}

.basicBox.cpForm{
	border:1px solid #cccccc;
	border-bottom:none;
	margin:-10px 0 0 0;
	padding:15px 40px;
	width:870px;
}

.basicBox.noTitle{
	border:1px solid #cccccc;
	margin:0px 0 10px 0;
	padding:15px 40px;
	width:603px;
}

.full .basicBox{
	border:1px solid #cccccc;
	border-bottom:none;
	margin:-10px 0 15px 0;
	padding:15px 40px;
	width:668px;
}

.basicBoxTitle{
	font-size:108%;
	font-weight:bold;
	background:#fff;
	padding:5px 10px;
	width:auto;
	display:inline;
	margin:0 0 0 10px;
	position:relative;
}

.content h1,
.content #subArea h2{
	margin:0 0 15px 0;
	font-size:197%;
	font-weight:bold;
	border-bottom:3px solid #747272;
	padding:0 0 3px 0;
}

.content h1 span.date{
	font-size:12px;
}

.content h1.img{
	border:none;
	padding:0;
}

.layoutTable{
	
}

.layoutTable td,
.layoutTable th{
	padding:5px;
}

.layoutTable th{
	font-weight:bold;
}


.btn{
	text-align:center;
	margin:0;
}

.content .subTitle{
	background:url(../_img/master/title_bottom.gif) no-repeat left bottom;
	width:685px;
	padding:0 0 13px 0;
	margin:0 0 10px 0;
}

.content #mainArea.full .subTitle{
	background:url(../_img/master/title_bottom_full.gif) no-repeat left bottom;
	width:750px;
	padding:0 0 13px 0;
	margin:0 0 10px 0;
}

.content #mainArea.full2 .subTitle{
	background:url(../_img/master/title_bottom_full2.gif) no-repeat left bottom;
	width:950px;
}

.content .subTitle h3{
	font-weight:bold;
	font-size:108%;
	background:url(../_img/master/title_bg.gif) repeat-y left top;
	width:685px;
	padding:8px 0;
}

.content #mainArea.full .subTitle h3{
	font-weight:bold;
	font-size:108%;
	background:url(../_img/master/title_bg_full.gif) repeat-y left top;
	width:750px;
	padding:8px 0;
}

.content #mainArea.full2 .subTitle h3{
	background:url(../_img/master/title_bg_full2.gif) repeat-y left top;
	width:950px;
}



.content .subTitle h3 span{
	font-weight:bold;
	border-left:3px solid #00a5e4;
	margin:0 0 0 10px;
	padding:0 0 0 5px;
	display:block;
}

.content h4{
	background:url(../_img/master/sub_ttle_line_full.gif) no-repeat left bottom;
	padding:0 0 3px 0;
	margin:0 0 15px 0;
}

.content .full h4{
	background:url(../_img/master/sub_ttle_line_full.gif) no-repeat left bottom;
	width:750px;
}

.content .full100Wrapper h4{
	background:url(../_img/master/sub_ttle_line_full.gif) no-repeat left bottom;
	width:100%;
}

.content h4 span{
	font-weight:bold;
	font-size:108%;
	border-left:2px solid #00a5e4;
	padding:0 0 0 6px;
	margin:0 0 1px 0;
	display:block;
}

.content h5{
	color:#035879;
	font-size:108%;
	font-weight:bold;
	margin:0 0 10px 0;
}


.content h6{
	font-weight:bold;
	margin:0 0 10px 0;
}

.box02{
	border:1px solid #cccccc;
	background:#f5f5f5;
	padding:13px;
  margin-bottom:20px;
}

/* === clearfix ==*/
.box02:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.box02{
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .box02{height: 1%;}
.box02{display: block;}
/* End hide from IE-mac */

.box02 h4{
	width:655px;
}
.box02.pagingBox {
  margin-bottom:20px;
}
.content ul.txt{
	margin:0 0 15px 25px;
}

.content ul.txt li{
	list-style-type:disc;
}
.linkList{
	margin:0 5px 15px 5px;
}

.linkList li{
	margin:0 0 5px 0;
}

.linkList.float li{
	float:left;
	display:inline;
	margin:0 15px 10px 0;
}

/* === clearfix ==*/
.linkList.twoCol:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.linkList.twoCol{
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .linkList.twoCol{height: 1%;}
.linkList.twoCol{display: block;}
/* End hide from IE-mac */

.linkList.twoCol li{
	float:left;
	display:inline;
	margin:0 15px 10px 0;
	width:250px;
}

.linkList li{
	background:url(../_img/master/acs01.gif) no-repeat left 5px;
	padding:0 0 0 12px;
	box-sizing:border-box;
	margin-bottom:10px;
}
.linkList li a{
}

.linkList.acs li a{
	display:block;
}

.linkList li img.banner{
	margin:5px 0;

}

.linkList li ul{
	margin:10px 0 0 10px;
}

.linkList li.bannerLinkLi{
	float:left;
	display:inline;
	margin:0 5px 7px 0;
  background:none;
}

.linkList li.txtLinkLi{
  clear:both;
}





.linkList li a.bannerLink{
	background:none;
	padding:0;
	margin:0;
}

.linkList.pdf li a,
.pdf a{
	background:url(../_img/master/pdficon_small.png) no-repeat left center;
	padding:3px 0 3px 20px;
}

/* === clearfix ==*/
.linkListDate li:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.linkListDate li{
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .linkListDate li{height: 1%;}
.linkListDate li{display: block;}
/* End hide from IE-mac */

.linkListDate li{
	background:url(../_img/master/acs01.gif) no-repeat left 5px;
	padding:0 0 0 12px;
	margin:0 0 13px 0;
}

.linkListDate li .date{
	float:left;
	display:inline;
	width:70px;
}

.linkListDate li .txt{
	float:left;
	display:inline;
	width:550px;
	margin:0 0 0 15px;
}

.excel a{
	background:url(../_img/master/report-excel.png) no-repeat left center;
	padding:3px 0 3px 20px;
}

#mainArea ol{
	margin:0 0 0 25px;
}

#mainArea ol ol{
	margin:10px 0 0 25px;
	font-size:100%;
}

#subArea h2.sideBoxTitle{
	background:url(../_img/master/side_title_bg.gif) no-repeat left top;
	color:#fff;
	padding:10px 10px;
	border:1px solid #000000;
	margin:0;
	font-size:100%;
}

#subArea h2.sideBoxTitle2{
	background-color:#1984ad;
	color:#fff;
	padding:10px 10px;
	border:1px solid #007ead;
	margin:0;
	font-size:100%
}

.sideBox{
	border:1px solid #cccccc;
	border-top:none;
	padding:10px;
	margin-bottom:40px;
}

/* === clearfix ==*/
.sideBox:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.sideBox{
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .sideBox{height: 1%;}
.sideBox{display: block;}
/* End hide from IE-mac */

.sideBox ul li{
	background:url(../_img/master/line01.gif) repeat-x left bottom;
	padding:0 0 7px 0;
	margin:0 0 7px 0;
}

.sideBox ul li.last{
	background:none;
	margin-bottom:0;
}

.sideBox ul.optionDate li span{
	display:block;
}

.sideBox ul.optionDate li span.date a{
	background:url(../_img/master/acs02.gif) no-repeat left center;
	padding:0 0 0 7px;
}

.sideBox ul.optionDate li a{
	text-decoration:none;
}

.sideBox ul.optionDate li a:hover{
	text-decoration:underline;
}

.sideBox ul.optionTxt li a{
	background:url(../_img/master/acs02.gif) no-repeat left 5px;
	padding:0 0 0 7px;
	display:block;
}

.sideBox ul.optionTxt li a.bannerLink{
	background:none;
	padding:0;
	text-align:center;
}

.sideBox ul.optionTxt li a.bannerLink img{
	margin:0 0 5px 0;
	padding:0;
}



.sideBox #categoryList ul{
	margin:20px 0 0px 0px;
}

.sideBox #categoryList ul li{
	margin:0 20px 10px 0;
	/*
	float:left;
	width:280px;
	*/
	float:none;
	display:block;
	font-size:100%;
}

.sideBox #categoryList ul li ul{
	margin:5px 0 0 0;
	padding:0;
}

.sideBox #categoryList ul li ul li ul{
	
}

.sideBox #categoryList ul li li{
}

.sideBox #categoryList ul li ul li{
	margin:0 0 0px 10px;
}

#subArea h2.sideTxtTitle{
	font-weight:bold;
	font-size:14px;
}

#subArea #categoryList.rich{
	position:relative;
	border-bottom:1px solid #cccccc;
	margin:0 0 15px 0;
	padding:0 0 5px 0;
}

#subArea #categoryList.rich h2{
	margin:0 0 10px 0;
}

#subArea #categoryList.rich h3{
	margin:0 0 10px 0;
}

#subArea #categoryList.rich li{
	margin:0 0 7px 0;
	float:none;
	display:block;
	font-size:100%;
	width:auto;
}

#subArea #categoryList.rich ul li ul{
	margin:5px 0 0 0;
	padding:0;
}

#subArea #categoryList.rich ul li ul li{
	margin:0 0 7px 10px;
}



#subArea #sideContact{
	border-bottom:1px solid #cccccc;
	padding:0 0 15px 0;
	margin:0 0 20px 0;
}

#subArea #sideContact.noline{
	border-bottom:none;
	padding:0;
	margin:0 0 25px 0;
}


#sideSearchBox{
	margin:0px auto 40px auto;
	padding:15px 30px;
	border:4px solid #d1f0fc;
}
#sideSearchBox h2{
	margin:5px 15px 10px 0;
	float:left;
	padding:0 !important;
	border:none !important;
}

#sideSearchBox p{
	margin:0;
}

#sideSearchBox p input{
	vertical-align:middle;
}

#sideSearchBox p .searchInput{
	width:550px;
	height:30px;
	padding:0 5px;
	border:1px solid #ccc;
	border-radius:5px;
}

#sideSearchBox #btnProductsSearch{
	text-align:center;
	margin-left:20px;
}
	
#sideSearchBox #btnProductsSearch a{
	background:url(../_img/master/acs01.gif) no-repeat left center;
	padding:0 0 0 10px;
}

#sideSearchBox .empty {color:#CCC;}

#sideSearchBox p.word{
	margin:10px 0 0 0;
	font-size:86%;
	text-align:center;
}


/* === clearfix ==*/
.content .makerList:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.content .makerList{
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .content .makerList{height: 1%;}
.content .makerList{display: block;}
/* End hide from IE-mac */

.content .makerList{
	margin:0 0 20px 15px;
}

.content .full2 .makerList .element{
	float:left;
	display:inline;
	margin:10px 8px;
	width:170px;
}

.content .makerList .element{
	float:left;
	display:inline;
	margin:5px;
	width:202px;
}

.content .makerList p{
	text-align:center;
	margin:0 0 5px 0;
}

.content .makerList p.img{
	width:120px;
	height:100px;
	text-align: center;

	position: relative;
	margin:0 auto 5px auto;
}

.content .makerList p.img img{
	position: absolute;
}

.content .makerList p.outline{
	text-align:left;
}

/* clearfix */
.moreLink {
    *zoom: 1;
}
.moreLink:after {
        content: ".";
        display: block;
        clear: both;
        height: 0;
        visibility: hidden;
}
.moreLink a{
	background:url(../_img/master/acs01.gif) no-repeat left center;
	padding:0 0 0 10px;
	float:right;
}

.moreLink.left a,
a.popup,
.moreLinkLeft{
	background:url(../_img/master/acs01.gif) no-repeat left center;
	padding:0 0 0 10px;
	float:none;
}


.sideBox table{

}

.sideBox table th,
.sideBox table td{
	padding-bottom:10px;
	vertical-align:middle;
}

.sideBox table th{
	padding-right:10px;
}

#subArea .makerAdd{
	margin:0 0 20px 0;
}

#subArea .makerAddTop{
	margin:0 0 20px 0;
}

/* btn
------------------------------------------------------------------*/
.btnConfirm{
	background:url(../_img/master/btn_confirm.gif) no-repeat;
	width:145px;
	height:36px;
	border:0px;
	text-indent:-9999999px;
	/display:block;
	cursor:pointer;
}

.btnSend{
	background:url(../_img/master/btn_send.gif) no-repeat;
	width:145px;
	height:36px;
	border:0px;
	text-indent:-9999999px;
	/display:block;
	cursor:pointer;
}

.btnBack{
	background:url(../_img/master/btn_back.gif) no-repeat;
	width:145px;
	height:36px;
	border:0px;
	text-indent:-9999999px;
	/display:block;
	cursor:pointer;
}

.btnSearch{
	background:url(../_img/master/btn_search.gif) no-repeat;
	width:105px;
	height:36px;
	border:0px;
	text-indent:-9999999px;
	/display:block;
	cursor:pointer;
}

#errorList{
	margin:15px 0 15px 0px;
}

#errorList li{
	color:#ff0000;
}



.full .rightClm{
	float:right;
	display:inline;
	width:365px;
	margin:0 0 20px 0;
}

.full .leftClm{
	float:left;
	display:inline;
	width:365px;
	margin:0 0 20px 0;
}

.printBtn{
	float:right;
	display:inline;
	background:url(../_img/master/icon_print.gif) no-repeat left center;
	padding:2px 0 2px 20px;
}

.errorMes{
	margin:0 0 3px 0;
	color:#ff0000 ! important;
}

#importantInfo{
	background:#ab0000;
	width:170px;
	padding:3px 0;
	position:absolute;
	left:-150px;
	top:350px;
	height:121px;
}

/* === clearfix ==*/
#importantInfo:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#importantInfo{
	display: inline-block;
}

/* Hides from IE-mac \*/
* html #importantInfo{height: 1%;}
#importantInfo{display: block;}
/* End hide from IE-mac */

#importantInfo h2{
	position:absolute;
	right:0;
	top:0;
	margin:0 0px 0 10px;
	background:none;
	padding:0;
	border:none;
}

#importantInfo .txt{
	position:absolute;
	left:5px;
	top:0;
	width:139px;
}

#importantInfo .txt p{
	display:table-cell;
	vertical-align:middle;
	margin:0;
	height:121px;
}

/* for IE 6 */
* html #importantInfo .txt p{
	display:inline;
	zoom:1;
}
/* for IE 7 */
*:first-child+html #importantInfo .txt p{
	display:inline;
	zoom:1;
}

#importantInfo .txt p a{
	color:#fff;
}

#importantInfo .close{
	margin:0;
	position:absolute;
	top:5px;
	left:5px;
}



.pagingBox ul{
	display:none;
}

.pagingBox ul.first{
	display:block;
}

.pagingBox .pageLinks{
	text-align:right;
	clear:both;
}

.pagingBox .pageLinks a{
	
}

.pagingBox .pageLinks a.on{
	text-decoration:none;
	font-weight:bold;
}

.entryViewNum{
	text-align:right;
	margin:-35px 5px 20px 0;
}





div#title-tip {
  margin: 0 1em 0 0;
  border: solid #ccc 1px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: .3em .5em;
  background: #fff;
  opacity: .8;
  filter: alpha(opacity=80);
  font-size: 86%;
  width:200px;
  text-align:left;
  behavior: url(/_js/PIE.htc);
}


.makerLogo .acs{
	text-align:right;
	display:block;
	margin:-10px 10px 25px 0;
}

/* Responsive Common
------------------------------------------------------------------*/
.align-left {
	float:left;
	margin-right:15px;
}
.align-right {
	float:right;
	margin-left:15px;
}
.align-center {
	text-align:center;
	margin:auto;
}
/* clearfix */
.separate02,.separate03,.separate04,.separate05 {
    *zoom: 1;
}
.separate02:after,.separate03:after,.separate04:after,.separate05:after {
        content: ".";
        display: block;
        clear: both;
        height: 0;
        visibility: hidden;
}
.separate02 {
	margin-right:-25px;
}
.separate02 .col{
	width:330px;
	float:left;
	margin-right:25px;
	margin-bottom:10px;
}
.separate03 {
	margin-right:-20px;
}
.separate03 .col{
	width:215px;
	float:left;
	margin-right:20px;
	margin-bottom:10px;
}
.separate04 {
	margin-right:-15px;
}
.separate04 .col{
	width:160px;
	float:left;
	margin-right:15px;
	margin-bottom:10px;
}
.separate05 {
	margin-right:-10px;
}
.separate05 .col{
	width:129px;
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}
#mainArea.full .separate02 {
	margin-right:-30px;
}
#mainArea.full .separate02 .col{
	width:360px;
	float:left;
	margin-right:30px;
	margin-bottom:10px;
}
#mainArea.full .separate03 {
	margin-right:-15px;
}
#mainArea.full .separate03 .col{
	width:240px;
	float:left;
	margin-right:15px;
	margin-bottom:10px;
}
#mainArea.full .separate04 {
	margin-right:-10px;
}
#mainArea.full .separate04 .col{
	width:180px;
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}
#mainArea.full .separate05 {
	margin-right:-10px;
}
#mainArea.full .separate05 .col{
	width:142px;
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}
#mainArea.full2 .separate02 {
	margin-right:-30px;
}
#mainArea.full2 .separate02 .col{
	width:460px;
	float:left;
	margin-right:30px;
	margin-bottom:10px;
}
#mainArea.full2 .separate03 {
	margin-right:-25px;
}
#mainArea.full2 .separate03 .col{
	width:300px;
	float:left;
	margin-right:25px;
	margin-bottom:10px;
}
#mainArea.full2 .separate04 {
	margin-right:-18px;
}
#mainArea.full2 .separate04 .col{
	width:224px;
	float:left;
	margin-right:18px;
	margin-bottom:10px;
}
#mainArea.full2 .separate05 {
	margin-right:-10px;
}
#mainArea.full2 .separate05 .col{
	width:182px;
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}

.searchBox table th {
    width: 15%;
}

.flex {
  display:-webkit-box;
  display:-moz-box;
  display:-ms-box;
  display:-webkit-flexbox;
  display:-moz-flexbox;
  display:-ms-flexbox;
  display:-webkit-flex;
  display:-moz-flex;
  display:-ms-flex;
  display:flex;
  -webkit-box-lines:multiple;
  -moz-box-lines:multiple;
  -webkit-flex-wrap:wrap;
  -moz-flex-wrap:wrap;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
}