@charset "utf-8";

h1 {
	padding-bottom:27px;
}
/* customerBox */
.customerBox {
	width:621px;
	padding:0 0 0 20px;
	overflow:hidden;
	clear:both;
	margin-bottom:37px;
}
.customerBox h2 {
	padding:0 0 40px 0;
}
.customerBox .cont {
	width:568px;
	overflow:hidden;
	clear:both;
	margin:0 0 13px 26px;
	padding:0 0 13px 0;
	background:url(../images/customer/line.gif) repeat-x left bottom;
}
.customerBox .cont.pb {
	padding-bottom:17px;
}
.customerBox .cont .dl01 {
	width:564px;
	padding:0 0 7px 4px;
	overflow:hidden;
	clear:both;
}
.customerBox .cont .dl01 dt {
	float:left;
	width:25px;
	padding:0 9px 0 0;
}
.customerBox .cont .dl01 dd {
	color:#0080c6;
	font-weight:bold;
	padding:2px 0 0 0;
	width:530px;
	float:right;
}
.customerBox .cont .dl02 {
	width:564px;
	padding:0 0 0 4px;
	overflow:hidden;
	clear:both;
}
.customerBox .cont .dl02 dt {
	float:left;
	padding:0 9px 0 0;
	width:25px;
}
.customerBox .cont .dl02 dd {
	line-height:1.3;
	padding:5px 0 0 0;
	width:530px;
	float:right;
}
.customerBox .cont .dl02 dd a {
	color:#0000ff;
}
.contact_img {
	text-align:center;
	padding:0 0 29px 0;
}
/* customerBox2 */
.customerBox2 {
	width:574px;
	overflow:hidden;
	clear:both;
	margin:0 auto;
	border:1px solid #7f7f7f;
	padding:28px 0 31px 0;
}
.customerBox2 .red {
	color:#e30012;
}
.customerBox2 .txt {
	padding:0 0 22px 0;
	overflow:hidden;
	clear:both;
	width:574px;
}
.customerBox2 .txt02 {
	text-align:center;
	margin-bottom:20px;
}
.customerBox2 .txt span {
	float:left;
	display:block;
}
.customerBox2 .txt .stxt {
	margin-top:-2px;
	float:left;
}
.customerBox2 .txt .stxt2 {
	padding-left:155px;
}
.customerBox2 table {
	width:574px;
	margin-bottom:15px;
}
.customerBox2 table th {
	text-align:right;
	vertical-align:middle;
	width:184px;
	padding:7px 0;
	*padding:6px 0;
	font-weight:normal;
}
.customerBox2 table th.vat {
	vertical-align:top;
}
.customerBox2 table th .stxt3 {
	float:right;
	display:block;
}
.customerBox2 table th .stxt4 {
	float:right;
	display:block;
	margin-top:-2px;
}
.customerBox2 table td {
	text-align:left;
	vertical-align:middle;
	padding:7px 0 7px 22px;
	*padding:6px 0 6px 22px;
	font-weight:normal;
}
.customerBox2 table td .txt2 {
	width:178px;
	padding:2px 0;
	*padding:1px 0;
}
.customerBox2 table td .txt3 {
	width:321px;
	padding:2px 0;
	*padding:1px 0;
}
.customerBox2 table td textarea {
	width:320px;
	height:75px;
}
.customerBox2 ul {
	width:180px;
	overflow:hidden;
	clear:both;
	margin:0 auto;
}
.box_regist {
	height:200px;
	overflow:vissible;
	width:575px;
	margin:30px auto;
	text-align:center;
}
/*relay-service--------------------------------*/
.relay-service {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	max-width: 576px;
	margin: 30px auto 0;
	padding: 30px;
	border: 1px solid #7f7f7f;
}
.relay-service * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.relay-service img {
	max-width: 100%;
	height: auto;
}
.relay-service > p {
	margin-bottom: 15px;
}
.relay-service dt {
	display: inline-block;
	color: #fff;
	background: #00a3b0;
	padding: 5px 20px;
}
.relay-service dd {
	padding: 15px 20px;
	background: #f2f2f2;
}
.greyTxt {
	color: #666;
}
.relay-service a {
	color: #00a3b0;
	text-decoration: underline;
}
.relay-service a:hover {
	color: #0A3582;
}