@charset "utf-8";
@import "common/0-import.css";
/*------------------------------------------------------------
	お問い合わせ
------------------------------------------------------------*/
#conts .box {
	margin: 0 15px 15px;
	overflow: hidden;
	zoom: 1;
}

#conts .box .read {
	width: 340px;

	float: left;
}

#conts .box .faq {
	padding: 5px;
	width: 299px;
	background: #F9F9F8;
	border: 1px solid #ccc;

	float: right;
}

#conts .box .faq a {
	padding-left: 10px;
	background: url(/img/common/icon/03.gif) no-repeat left 2px;
}

#conts .negoGuide {
	margin-bottom: 30px;
}

#conts .tel {
	margin: 0 25px 30px;
}

#conts .policyBox {
	margin-bottom: 25px;
	padding: 20px;
	height: 115px;
	border: 1px solid #ccc;
	overflow-y: scroll;
}

#conts .policyBox p {
	margin: 20px 0 0;
	line-height: 1.7;
}

#conts .policyBox p.ttl {
	margin-top: 0;
	font-weight: bold;
	font-size: 13px;
}

#conts .policyText {
    text-align: center;
    margin: 35px 0;
}

#conts .policyText a {
    font-size: 1.16em;
}

#conts form {
	margin: 0 25px;
}

#conts fieldset {
	margin: 10px 0;
	padding: 20px 30px 10px;
	border: 1px solid #ccc;
}

#conts th,
#conts td {
	padding-bottom: 10px;
	font-size: 1.16em;
	vertical-align: top;
}

#conts th {
	padding-top: 5px;
	width: 170px;
	font-weight: normal;
}

#conts td.colon {
	padding: 5px 7px 0;
}

	* html #conts .select th,
	* html #conts .select td.colon {
		padding-top: 0;
	}

	*+html #conts .select th,
	*+html #conts .select td.colon {
		padding-top: 0;
	}

#conts th img,
#conts th label {
	margin-right: 5px;
}

#conts th label {
	position: relative;
	top: -2px;
}

#conts td input,
#conts td select {
	padding: 3px;
	font-size: 1em;
}

#conts td select {
	color: #ccc;
}

#conts .fName input,
#conts .fKana input {
	margin-right: 5px;
	width: 110px;
}

#conts #fKana02 {
	margin-left: 13px;
}

#conts #fBody {
	width: 420px;
	height: 97px;
}

#conts .fSex td,
#conts .fLicense td {
	padding-top: 3px;
	padding-bottom: 10px;
}

#conts .fSex li,
#conts .fLicense li {
	display: inline;
}

#conts .fSex input,
#conts .fLicense input {
	padding: 0;
	vertical-align: -1px;
}

#conts .fMail p {
	margin: 9px 0 7px;
	font-size: 0.84em;
}

#conts .fMail input,
#conts .fTel input {
	width: 331px;
}

#conts .fCareer select {
	margin-bottom: 5px;
}

#conts .notes {
	margin: 5px 0 0;

	color: #666;
	font-size: 11px;
}

#conts .submit {
	text-align: center;
}

#conts .submit li {
	margin: 0 5px;
	display: inline;
}

p.notes {
	margin-top: 10px!important;
	color: #999!important;
	font-size: 12px!important;
	text-align: center;
}

/* エラー */
#conts .error {
	margin-bottom: 20px;
}

#conts .errMsg {
	color: #FC6B67;
	font-size: 1.36em;
	font-weight: bold;
}

#conts .error p img {
	vertical-align: middle;
}

#conts .error th {
	color: #FC6B67;
	font-weight: bold;
}

#conts .error td input,
#conts .error td textarea {
	background: #FFF0F0;
}

#conts .checkbox td input {
	background: none;
}

/* サンキュー */
#conts .thanks {
	margin: 0 15px;
}

#conts .thanks table {
	margin: 20px 0 0;
	width: 100%;
	font-size: 0.84em;
}

#conts .thanks th,
#conts .thanks td {
	padding: 15px 20px!important;
}

#conts .thanks .infoBox {
	margin-top: 15px;
	margin-bottom: 30px;
	padding: 15px 20px;
	border: 2px solid #f00;
	color: #333;
}

#conts .thanks .infoBox p {
	margin-bottom: 1.0em;
}

#conts .thanks .infoBox p.ttl {
	font-weight: bold;
}

#conts .thanksTxt {
	margin-bottom: 15px;
}