@charset "utf-8";

/* ------------------------
	format
------------------------ */

* { margin:0px; padding:0px;font-style:normal;text-indent: 0; font-weight:normal;}



html, body {
	font-family : 'Simhei','MS UI Gothic','Hei','sans-serif';
	font-size:16px;
	line-height: 1.7;
	height: 100%;
	color:#fff;
}

body {

}

.small{
	font-size:90%;
}
.strong{
	font-weight:bold;
}

#home{
	background:url(../img/bg/background_home.jpg) no-repeat fixed;
}

#technology,
#lineup,
#order,
#company,
#info{
	background-color:#004D00;
	background:url(../img/bg/background_06.jpg) no-repeat fixed;
}


.background-hack {
    z-index                 : -1;
    background-color        : #004D00;
    background-image        : url('../img/bg/background_06.jpg');
    background-repeat       : no-repeat;
    background-size         : 100% auto;
    position                : fixed;
    top                     : 0;
    left                    : 0;
    right                   : 0;
    bottom                  : 0;
}


img {border:0px;vertical-align:top;}

ul,ol{list-style-type:none;}


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


p {margin:0 0 10px 0;}

.clear {clear:both;margin:0;}



#wrapper .mb5{margin:0 0 5px 0;}
#wrapper .mb10{margin:0 0 10px 0;}
#wrapper .mb15{margin:0 0 15px 0;}
#wrapper .mb20{margin:0 0 20px 0;}
#wrapper .mb30{margin:0 0 30px 0;}
#wrapper .mb40{margin:0 0 40px 0;}
#wrapper .mb50{margin:0 0 50px 0;}
#wrapper .mb60{margin:0 0 60px 0;}


/* new clearfix */  
.clearfix:after {  
    visibility: hidden;  
    display: block;  
    font-size: 0;  
    content: " ";  
    clear: both;  
    height: 0;  
    }  
* html .clearfix             { zoom: 1; } /* IE6 */  
*:first-child+html .clearfix { zoom: 1; } /* IE7 */  

strong{
	font-style:normal;
	font-weight:normal;
	color:#FF0;
}



/* ------------------------
	body_bg
------------------------ */

img.bg {
  /* Set rules to fill background */
  min-height: 100%;
  min-width: 1024px;
  /* Set up proportionate scaling */
  width: 100%;
  height: auto;
  /* Set up positioning */
  position: fixed;
  /* またはabsolute; */
  top: 0;
  left: 0;
}

@media screen and (max-width: 1024px){
  img.bg {
  left: 50%;
  margin-left: -512px; }
}

div#container {
  position: relative; 
}


#maximage {
/*				position:fixed !important;*/
			}
			


/* ------------------------
	global
------------------------ */
#global {
	background:url(../img/common/black_bg.png) ;
	width:180px;
	padding:40px 20px 20px 20px;
	left:70px;
	position:absolute;
	z-index:40;
}

#global h1{
	margin:0 0 20px 0;
}

#global ul{
	background:url(../img/common/line.png) no-repeat left top;
	margin:0 0 10px 0;
}

#global ul li{
	background:url(../img/common/line.png) no-repeat left bottom;
}

#global address{
	font-style:normal;
	font-size:10px;
	color:#ccc;
	bottom:20px;
}

#global ul.country{
	background:none;
	margin:30px 0 10px 0;
	padding:10px 0 0 0;
}

#global ul.country li{
	background:none;
	font-size:11px;
}

#global ul.country li a{
	padding:0px 0 0 14px;
	color:#fff;
	display:block;
	background:url(../img/common/arrow.png) no-repeat left center;
}
			

/* ------------------------
	home
------------------------ */
#wrapper_home{
	width: 740px;
	margin: 40px 0 0 0;
	overflow: hidden;
	position: absolute;
	left: 325px;
	z-index: 40;
}

.ouenkikaku{
	margin-bottom:10px;
}


/* ------------------------
	wrapper
------------------------ */
#wrapper{
	width: 740px;
	background: url(../img/common/black_bg.png);
	padding: 50px 40px 50px 40px;
	margin: 40px 0 0 0;
	overflow: hidden;
	position: absolute;
	left: 325px;
	z-index: 40;
}

/* ------------------------
	title
------------------------ */


#title{
	clear:both;
	background:url(../img/common/title_line.png) repeat-y left center ;
	padding:0 0 0 20px;
	margin:0 0 50px 0;
}

#title2{
	clear:both;
	background:url(../img/common/title_line.png) repeat-y left center ;
	padding:5px 0 1px 20px;
	margin:0 0 50px 0;
}

#title h2{
	margin:0 0 5px 0;
}

h3{
	clear:both;
	background:url(../img/common/title_line.png) repeat-y left center ;
	font-size:20px;
	font-weight:bold;
	margin:0 0 20px 0;
	padding:3px 0 2px 12px;
	border-top:#999 solid 1px;
}

h4{
	clear:both;
	font-size:14px;
	font-weight:bold;
	margin:0 0 0 0;
}


dl.std_01{
	clear:both;
	overflow:hidden;
}

dl.std_01 dt{
	float:left;
	margin:0 0 0 15px;
}

dl.std_01 dd{
	float:right;
	width:460px;
	padding:20px 0 0 0;
}



/* ------------------------
	technology
------------------------ */


dl.std_04{
	clear:both;
	overflow:hidden;
	margin:0 0 20px 0;
}

dl.std_04 dt{
	float:left;
	margin:0 0 0 15px;
}

dl.std_04 dd{
	float:right;
	width:360px;
	padding:20px 0 0 0;
}
dl.std_04 .midashi{
	font-size:18px;
	margin:0;
}


dl.std_05{
	clear:both;
	margin:0 0 20px 0;
}

dl.std_05 dt{
	float:left;
	margin:0 0 0 15px;
}

dl.std_05 dd{
	float:right;
	width:155px;
}

dl.std_05 a{
	text-decoration:underline;
}



dl.std_06{
	clear:both;
	overflow:hidden;
}

dl.std_06 dt{
	float:left;
	margin:0 0 0 15px;
}

dl.std_06 dd{
	float:right;
	width:390px;
}

dl.std_06 .kakomi{
	border:#CCC solid 1px;
	font-size:18px;
	padding:1px 5px;
}

.kouninmark{
	position:relative;
	top:-30px;
}

#bannerarea{
	clear:both;
	border-top:#999 solid 1px;
	padding:10px 0 0 0;
}
#bannerarea p{
	float:left;
	margin-right:1px;
}
#bannerarea p .lastbanner{
	margin-right:0;
}

/* ------------------------
	lineup
------------------------ */
.tx16{
	font-size:120%;
}
.spectb{
	width:100%;
	border-collapse: collapse;
}

.spectb th{
	padding: 1px 3px 1px 10px;
	text-align: left;
	vertical-align:top;
	border-top: 1px solid #999;
}

.spectb td{
	padding: 1px 3px 1px 10px;
	text-align: left;
	vertical-align:middle;
	border-top: 1px solid #999;
}
.spectb .t1{
	text-align:center;
}
.spectb .t2{
	border-left:#999 solid 1px;
	width:160px;
}
.spectb .t3{
	border-bottom:#999 solid 1px;
}
.spectb .t2eng{
	border-left:#999 solid 1px;
	width:200px;
	padding-left:30px;
}

.spectb a{
		text-decoration:underline;
}


.syouhinsetsumei{
	border-top:#999 solid 2px;
	padding:10px 0 0 0;
}
.syouhinmidashi{
	height:50px;
}
.syouhinmei{
	width:100px;
	float:left;
}
.kouninkyu{
	float:right;
}
.kouninkyu a{
	text-decoration:underline;
}

.dan2{
	clear:both;
}

.dan2 .danleft{
	float:left;
	width:360px;
}

.dan2 .danright{
	float:right;
	width:340px;
}

.irovari{
	position:relative;
	top:-30px;
}
.irotb{
	width:100%;
	border-collapse: collapse;

}
.irotb .t1{
	width:95px;
}
.irotb .t2{
	padding:0 20px 0 0;
}


.syouhinspectb{
	width:100%;
	border-collapse: collapse;
}
.syouhinspectb caption{
	text-align:left;
}
.syouhinspectb th,
.syouhinspectb td{
	border-top:#999 solid 1px;
	text-align:left;
	font-size:90%;
}
.syouhinspectb th{
	width:145px;
	padding:2px 2px 2px 0;
}
.syouhinspectb td{
	border-left:#999 solid 1px;
	padding:2px 0 2px 10px;
}
.syouhinspectb .t1{
	border-bottom:#999 solid 1px;
}
.bikou{
	font-size:12px;
	text-align:right;
}



/* ------------------------
	ball
------------------------ */

ul.circle{
	list-style:inside disc;
	padding:0 0 0 18px;
	margin:0 0 20px 0;
}

ul.circle li{
	text-indent:-13px;
	margin:0;
}

dl.std_02{
	clear:both;
	overflow:hidden;
	margin:0 0 50px 0;
}

dl.std_02 dt{
	float:left;
}

dl.std_02 dd{
	float:right;
	width:300px;
	padding:40px 0 0 0;
}


dl.std_03{
	clear:both;
	overflow:hidden;
	margin:0 0 20px 0;
}

dl.std_03 dt{
	float:left;
}

dl.std_03 dd{
	float:right;
	width:390px;
	padding:40px 0 0 0;
}


dl.spec{
	clear:both;
	margin:0 0 20px 0;
	overflow:hidden;
}


dl.spec dt{
	clear:left;
	float:left;
	padding:4px 6px;
	font-weight:bold;
	color:#ccc;
}


dl.spec dd{
	padding:4px 4px 4px 140px;
	border-bottom:1px dotted #999;
}



dl.spec2{
	clear:both;
	margin:0 0 60px 0;
	overflow:hidden;
}


dl.spec2 dt{
	clear:left;
	float:left;
	width:200px;
	padding:4px 6px;
	font-weight:bold;
	color:#ccc;
}


dl.spec2 dd{
	padding:4px 4px 4px 220px;
	border-bottom:1px dotted #999;
}


/* ------------------------
	tab
------------------------ */


ul.tabNavi{
	border-bottom:1px solid #999;
	width:100%;
	margin:0 0 50px 0;
	padding:0 0 2px 0;
	overflow:hidden;
}

ul.tabNavi li{
	float:left;
}

#tabContainer{
	clear:both;
	overflow:hidden;
	height:auto;
	margin:0 0 30px 0;
}

/* ------------------------
	company
------------------------ */
.aisatsu p{
	margin-bottom:20px;
}

#sub_company{
	padding:0 0 0 25px;
}

.txtright{
	text-align:right;
}


/* ------------------------
	contact
------------------------ */

#contact{
	clear:both;
	overflow:hidden;
	padding: 0 10px;
	margin:0 0 50px 0;
	font-size:12px;
}

#contact .caution{
	text-align:right;
}




#contact table{
	margin:0 0 20px 0;
}

#contact table th{
	font-weight:bold;
	color:#ccc;
	text-align:center;
	padding:10px;
	width:160px;
	border-bottom:1px dotted #999;
}

#contact table td{
	text-align:left;
	padding:10px 20px;
	border-bottom:1px dotted #999;
	width:480px;
}


#contact table  td input.free,
#contact table  td textarea{
	padding:2px;
	width:450px;
	font-size:12px;
}
#contact table td input.free2{
	padding:2px;
	width:350px;
	font-size:12px;
	margin:0 0 10px 0;
}

#contact table td input.free3{
	padding:2px;
	width:350px;
	font-size:12px;
}




#submit1{
	background:url(../img/contact/btn_01.png) no-repeat center top;
	width:191px;
	height:45px;
	border:0;
}

#submit2{
	background:url(../img/contact/btn_02.png) no-repeat center top;
	width:191px;
	height:45px;
	border:0;
}

#submit3{
	background:url(../img/contact/btn_03.png) no-repeat center top;
	width:191px;
	height:45px;
	border:0;
}

#submit4{
	background:url(../img/contact/btn_04.png) no-repeat center top;
	width:191px;
	height:45px;
	border:0;
}


.input_btn{
	width:390px;
	margin:0 auto; 
	
}

.input_btn ul li.left{
	float:left;
	
}

.input_btn ul li.right{
	float:right;
	
}

.input_btn2{
	width:191px;
	margin:0 auto; 
}


/* ------------------------
	info
------------------------ */

.info_detail{
	clear:both;
	overflow:hidden;
	padding: 0 15px 30px 15px;
	margin:0 0 50px 0;
}

.info_detail p{
	margin:0 0 20px 0;
}
.info_detail p.date{
	font-size:14px;
	margin:0 0 30px 0;
}


#info_list{
	clear:both;
	overflow:hidden;
	margin:0 0 40px 0;
	padding:0 0 0 5px;
}

#info_list ul{
	margin:0 0 10px 0;
}

#info_list ul li{
	border-bottom:1px dotted #999;
	padding:4px 6px;
}


#info_list ul li a{
	padding:0px 0 0 14px;
	color:#fff;
	display:block;
	background:url(../img/common/arrow.png) no-repeat left center;
}


/*----------------------
		wp-pagenavi
----------------------*/

.wp-pagenavi {
font-size:12px;
margin:0 auto 100px auto;
text-align:center;
clear: both;
}

.wp-pagenavi a {
text-decoration: none;
padding: 2px 5px;
margin: 0 6px 0 0;
border: 1px solid #fff;
}

.wp-pagenavi a:hover {
font-weight: normal;
padding: 2px 5px;
color:#fff;
background: #999;
border: 1px solid #fff;
}
.wp-pagenavi span {
text-decoration: none;
padding: 2px 5px;
margin: 0 6px 0 0;
}

.wp-pagenavi span.current {
font-weight: normal;
padding: 2px 5px;
color:#fff;
background: #999;
border: 1px solid #fff;
}

.wp-pagenavi span.pages {
color:#fff;
font-weight: normal;
background:#666;
border: 1px solid #666;
margin: 0 10px 0 0;
}
