@charset "utf-8";

/* ===================================================================
CSS information
 file name  :  form.css
 style info :  コンタクトフォーム専用
=================================================================== */

/* フォームの初期化 */
input,textarea,select {
	font-family: inherit;
	font-size: inherit;
	font-weight:inherit;
	font-size: 100%; 
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
* html input,* html textarea,* html select {
	font-size: 100%;
}
*:first-child+html+input,*:first-child html+textarea,*:first-child+html select {
	font-size: 100%;
}
fieldset {
	border:none;
	width: 100%;
}
legend {
	font-size: 16px;
	font-weight: bold;
	color: #086EC0;
	display: block;
	padding-bottom: 5px;
	padding-left: 30px;
}
#formContent {
	border: 1px solid #ccc;
	box-shadow: 0px 0px 0px 4px rgba(0,0,0,0.03);
	background-color: #FFF;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	padding-bottom: 30px;
	padding-top: 20px;
}



/* フォームのレイアウト */
#formWrap {
	width: 94%;
	margin-right: auto;
	margin-left: auto;
}

.itemForm {
	margin-bottom: 10px;
}
.itemForm h2 {
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	color: #FFF;
	background-color: #333;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.itemForm dl {
	margin-bottom: 20px;
	border: 1px solid #D6D6D6;
	border-top: none;
	line-height: 1.2em;
	background-color: #F2F2F2;
}



.itemForm dt {
	float: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D6D6D6;
	width: 30%;
	padding-top: 1em;
	padding-right: 0em;
	padding-bottom: 1em;
	padding-left: 1em;
}
.itemForm dt .small {
    font-size: 86%;
}
.itemForm dt .icon {
	float: right;
	padding-right: 2em;
}
.itemForm dt p {
	float: left;
	display: inline;
}


.itemForm dd {
	padding: 1em;
	margin-left: 30%;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #D6D6D6;
	border-left-color: #D6D6D6;
	background-color: #FFF;
}

/* フォームの入力項目 */
.itemForm dd input,
.itemForm dd textarea {
	border: solid #eee 3px;
	padding-top: 4px;
	padding-right: 7px;
	padding-bottom: 4px;
	padding-left: 7px;
}
.itemForm dd .err {
				background: #f60;
}
.itemForm dd .err input {
				background: #f60;
}
.itemForm dd .after.err {
				border-color: #f60;
				background: #fff !important;
}
.itemForm dd .after.err input {
				border-color: #f60;
				background: #fff !important;
}
.itemForm dd label {
				margin-right: 1em;
}
.itemForm dd label input {
	margin-right: 0.3em;
	margin-bottom: 0.3em;
}
.itemForm dd table {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 100%;
}
.itemForm dd table td {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.itemForm dd .formList01 li {
	padding: 5px;
}
.itemForm dd .sampleTxt {
	font-size: 86%;
	color: #333;
	margin-left: 20px;
	margin-top: 0.5em;
}
.formSubmit {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
.attention-must img {
	vertical-align: top;
	margin-right: 5px;
}

.attention-must {
	font-size: 12px;
	line-height: 20px;
	height: 20px;
	margin-bottom: 5px;
	margin-left: 1em;
     
}
.attention-privacy {
	margin-top: 10px;


}
.btnConfirm {
	cursor: pointer;
	display: block;
	width: 320px;
	height: 80px;
	border: none;
	text-indent: -9999px;
	background-image: url(../img/contact_btn_confirm.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
.btnConfirm:hover {
	background-image: url(../img/contact_btn_confirm_on.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
.btnSubmit {
	cursor: pointer;
	display: block;
	width: 320px;
	height: 80px;
	border: none;
	text-indent: -9999px;
	background-image: url(../img/contact_btn_submit.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
.btnSubmit:hover {
	background-image: url(../img/contact_btn_submit_on.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

.formStep {
	margin-bottom: 15px;
}
