@charset "utf-8";
/* CSS Document */

/* #titleArea ------------------------------------*/

#titleArea{
	text-align:center;
	height:220px;
	width:100%;
	
}

#titleArea div{
	height:220px;
	width:100%;
	background:url(../img/contentsNavDot.png);
	position:relative;
}

#titleArea div .title{
	display:block;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width:710px;
}

#titleArea div .title p{
	color:#FFF;
	line-height:150%;
	margin:15px 0 0 0;
	font-size:90%;
}

body#products #titleArea{
	background:url(../img/productsMainImg.jpg) top center no-repeat;
	background-size:cover;
}

body#equipment #titleArea{
	background:url(../img/equipmentMainImg.jpg) top center no-repeat;
	background-size:cover;
}

body#company #titleArea{
	background:url(../img/companyMainImg.jpg) top center no-repeat;
	background-size:cover;
}

body#contact #titleArea{
	background:url(../img/contactMainImg.jpg) top center no-repeat;
	background-size:cover;
}



/* #products ------------------------------------*/

#products01{
	text-align:center;
	background:url(../img/productObi01.jpg) top center;
	height:409px;
}

#products02{
	text-align:center;
	background:url(../img/productObi02.jpg) top center;
	height:370px;
}

#products03{
	text-align:center;
	background:url(../img/productObi03.jpg) top center;
	height:400px;
}

.productsBlock{
	margin:50px 0 0 0;
}

.productsBlock .productsBlockSmall{
	width:313px;
	float:left;
	text-align:center;
	margin-bottom:20px;
}

.productsBlock .productsBlockWide{
	text-align:center;
	margin-bottom:20px;
}

.productsBlock .productsBlockSmall:nth-child(3n+2){
	margin:0 20px 20px 20px;
}

.productsBlockSmall:nth-of-type(odd) h3,
.productsBlockWide:nth-of-type(odd) h3{
	padding:15px 0;
	background-color:#e8e8e8;
}

.productsBlockSmall:nth-of-type(even) h3,
.productsBlockWide:nth-of-type(even) h3{
	padding:15px 0;
	background-color:#d7d7d7;
}

/* #equipment ------------------------------------*/

p.equipmentImg{
	margin:50px 0;
}

ul#equipmentList{
	width:100%;
	background-color:#f5f5f5;
}

ul#equipmentList li{
	width:475px;
	box-sizing:border-box;
	margin:0 0 12px 0;
	padding:0 5px 10px 5px;
	border-bottom:1px dashed #666;
	position:relative;
	float:left;
	background-color:#f5f5f5;
}

ul#equipmentList li:nth-of-type(odd){
	margin-right: 30px;
}

ul#equipmentList li span.eq-products{
	font-weight:bold;
}

ul#equipmentList li span.eq-maker{
	font-size:80%;
	margin:0 0 0 10px;
}

ul#equipmentList li span.eq-num{
	font-weight:bold;
	text-align:right;
	position:absolute;
	top:0;
	right:10px;
}

/* #company ------------------------------------*/

.companyLogo{
	margin:50px 0;
	text-align:center;
}

.companyImg{
	width:390px;
	margin:0 40px 0 0;
	float:left;
}

.companyImg img{
	margin:0 0 10px 0;
}

.companyListArea{
	float:right;
	width:550px;
}

.companyListArea h3{
	display:block;
	font-size:110%;
	width:550px;
	padding:0 0 5px 0;
	border-bottom:1px solid #000;
	background-color:#f5f5f5;
}

.companyListArea ul.companyList{
	margin:0 0 30px 0;
}

.companyListArea ul.companyList li{
	padding:12px 0 10px 0;
	border-bottom:1px dashed #333;
}

.companyListArea ul.companyList li .companyListLeft{
	font-weight:bold;
	display:inline-block;
	width:130px;
	padding:0 0 0 10px;
	vertical-align:top;
}

.companyListArea ul.companyList li .companyListRight{
	display:inline-block;
}


.companyListArea .gmap{
	margin:0 0 30px 0;
}

.companyListArea ul.companyProductList{
	margin:10px 0 0 0;
}

.companyListArea ul.companyProductList li{
	display:inline-block;
	margin:0 40px 0 0;
}

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

body#contact .contactInner{
	margin:50px auto 0 auto;
}

.contactLeft{
	width:290px;
	margin:0 40px 0 0;
	float:left;
}

.contactRight{
	float:right;
	width:650px;
}

.contactRight #formArea table.formTable tr{
	display:block;
	padding:17px 0 15px 0;
	border-bottom:1px dashed #333;
	width:650px;
}

.contactRight #formArea table.formTable tr:nth-of-type(1){
	border-top:1px dashed #333;
}

.contactRight #formArea table.formTable tr th{
	font-size:100%;
	font-weight:bold;
	width:200px;
	vertical-align:middle;
	padding:0 0 0 15px;
}

.contactRight #formArea table.formTable tr th span{
	font-size:70%;
	font-weight:normal;
	color:#990000;
	padding:0 0 0 10px;
}

.contactRight #formArea table.formTable tr td input,
.contactRight #formArea table.formTable tr td textarea{
	width:400px;
	padding:5px;
	font-size:100%;
}

.formTableBtn tr td{
	text-align:center;
	padding:20px 0;
	width:650px;
}

.formTableBtn tr td input{
	padding:10px 20px;
	
}

.formEx{
	font-size:70%;
}
