@charset "utf-8";
@import "/css/template.css";
/*------------------------------------------------------------
	Direct-Jet　お問い合わせ
------------------------------------------------------------*/
#conts h2 {
	margin-bottom: 5px;
}

#conts h3 {
	margin: 20px 0 5px;
}

#conts p {
	line-height: 1.7;
}

#conts p span.hissu {
	color: #f00;
	font-weight: bold;
}

#conts form {
	margin: 10px 0 0;
	padding: 0;
}

#conts form fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#conts form input, #conts form textarea {
	font-size: 12px;
}

#conts form table {
	border-collapse: collapse;
}

#conts form th, #conts form td {
	border: 1px solid #ccc; 
}

#conts form th {
	padding: 9px 10px 0 10px;
	background: #F2F2F2;

	text-align: left;
	vertical-align: top;
}

#conts form th span.hissu {
	margin-left: 5px;

	color: #f00;
	font-weight: bold;
	vertical-align: 2px;
}

#conts form td {
	padding: 5px 10px;
	width: 100%;
}

#conts form #fCompanyName,
#conts form #fName,
#conts form #fNameKana {
	width: 140px;
}

#conts form #fZipCode01,
#conts form #fZipCode02 {
	width: 40px;
}

#conts form #fTel01,
#conts form #fTel02,
#conts form #fTel03 {
	width: 60px;
}

#conts form #fAddress,
#conts form #fEmail,
#conts form #fEmailCheck {
	width: 95%;
}

#conts form #fBody {
	width: 95%;
	height: 7em;
}

#conts form ul {
	margin-top: 20px;
	text-align: center;
}

#conts form li {
	margin: 0 20px;
	display: inline;
}

#conts form li a img {
	border: none;
}

#conts form li button {
	margin: 0;
	padding: 0;
	background: none;
	border: none;

	cursor: pointer;
}

/*------------------------------------------------------------
	エラー
------------------------------------------------------------*/
#conts ul {
	margin: 0 0 20px 0;
	padding: 0;
	list-style: none;

	color: #f00;
	font-weight: bold;
	line-height: 1.6;
}

#conts tr.error th {
	border: 2px solid #900;
	border-right: 1px solid #ccc;
}

#conts tr.error td {
	border: 2px solid #900;
	border-left: 1px solid #ccc;
}

/*------------------------------------------------------------
	サンキュー
------------------------------------------------------------*/
#conts p.thanks span {
	display: block;

	color: #f00;
	font-size: 16px;
	font-weight: bold;
}

#conts p.prev {
	margin: 30px 0 0 0;
	padding: 0;

	text-align: center;
}

#conts .returnJpShop {
	margin-top: 30px;

	text-align: center;
}
