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

/* contact index
--------------------------*/
.contents-boxA{
	overflow:hidden;
	zoom:1;
	margin-bottom:10px;
}

.mainBrand01{
	background:url(../../common/images/top/main_brand_bg_360.gif) 0 0 no-repeat;
	height:540px;
	margin:0 0 10px;
	padding:0;
	overflow:hidden;
	zoom:1;
	width:970px;
}
.mainBrand01 li{
	display:inline-block;
	float:left;
	height:60px;
	margin:0;
}
.mainBrand01 li.last-child{
	margin-right:0;
}
.mainBrand01 li img{
	border:none;
	margin:0;
	padding:0;
}

.mainBrand02{
	background:url(../../common/images/top/main_brand_bg02.gif) 0 0 no-repeat;
	height:60px;
	margin:0;
	padding:0;
	overflow:hidden;
	zoom:1;
}
.mainBrand02 li{
	display:inline-block;
	float:left;
	height:59px;
	margin:0 1px 1px 0;
}
.mainBrand02 li.last-child{
	margin-right:0;
}

.mainBrand03{
	background:url(../../common/images/top/main_brand_bg03.gif) 0 0 no-repeat;
	height:120px;
	margin:0;
	padding:0;
	overflow:hidden;
	zoom:1;
}
.mainBrand03 li{
	display:inline-block;
	float:left;
	height:60px;
	margin:0;
}
.mainBrand03 li.last-child{
	margin-right:0;
}

/* contact 各サイト
--------------------------*/
.contact{
	width:560px;
	margin:0 auto;
	background:#eaeaea;
	padding:15px 60px;
}

.contact dl{
	overflow:hidden;
	zoom:1;
	padding-top:20px
}
.contact dt{
	float:left;
	width:185px;
	font-size:14px;
	font-weight:bold;
	padding-left:10px;
	color:#000000;
	clear:both;
}
.contact dt span{
	color:#e8001f;
}
.contact dd{
	margin:0 0 10px;
	border-bottom:dotted 1px #333333;
	padding:0 0 10px 180px;
	min-height:14px;
}
.contact p{
	font-size:14px;
	font-weight:bold;
	text-align:center;
	color:#000000;
}
.contact dd input{
	border:solid 1px #aaaaaa;
	width:200px;
}
.contact dd input.txt{
	width:150px;
}
.contact dd input.txt2{
	width:300px;
	margin-bottom:5px;
}

.contact dd textarea{
	width:350px;
	height:100px;
	border:solid 1px #aaaaaa;
}
.contact .submit{
	text-align:center;
	margin-bottom:20px;
}
.contact .submit input{
	margin:0 10px;
	width:100px;
}
.contact .errer{
	padding:30px;
}
