@charset "utf-8";
/* 
====================================================================================================
■ 問い合わせ：共通 .inquiry
 □ 問い合わせ：入力   .inquiry.inputform  （/inquiry/）
 □ 問い合わせ：確認   .inquiry.confirm    （/inquiry/confirm.html）
 □ 問い合わせ：完了   .inquiry.completion （/inquiry/completion.html）
 □ 問い合わせ：エラー .inquiry.error      （/inquiry/error.html）
----------------------------------------------------------------------------------------------------

==================================================================================================== */
/* 
====================================================================================================
■ 問い合わせ：共通 .inquiry
---------------------------------------------------------------------------------------------------- */
/* フォーム部分外の設定に関しては、content.cssにて設定しています。 */
.inquiry {}

.inquiry #contactform .lead {
	color:#FF6600;
}

/* 
--------------------------------------------------
 ▽ フォーム下部ページ遷移コントロール部
-------------------------------------------------- */
.contact_step_jump {
	text-align:center;
}
/* テキストタイプリンク */
.contact_step_jump a {
	line-height:42px;
}
/* 通常ボタン */
.contact_step_jump input[type="submit"],
.contact_step_jump input[type="button"] {
	margin:0.5em 0; padding:0.5em;
	width:100%;
}
/* 
----------------------------------------------------------------------------------------------------
 □ 問い合わせ：入力   .inquiry.inputform  （/inquiry/）
---------------------------------------------------------------------------------------------------- */
.inquiry.inputform {}

/* 
--------------------------------------------------
 ▽ 問い合わせフォーム設定（入力型）
-------------------------------------------------- */
.contact_input {
	margin-bottom:0.5em;
	border:1px solid #CCC;
}
/* 項目名 */
.contact_input>dt {
	padding:5px;
	border-bottom:1px solid #CCC;
	background-color:#EEE;
	font-weight:bold;
}
/* 項目名（必須設定あり） */
.contact_input>dt.hissu {}
.contact_input>dt.hissu:before {
	margin-right:10px; padding:0 0.3em;
	border:1px solid #F00;
	display:block;
	float:left;
	content:"必須";
	color:#FFF;
	background-color:#F60;
	font-size:85.8%; /* 12px */
}
/* 項目名（任意設定あり） */
.contact_input>dt.ninni {}
.contact_input>dt.ninni:before {
	margin-right:10px; padding:0 0.3em;
	border:1px solid #333;
	display:block;
	float:left;
	content:"任意";
	color:#FFF;
	background-color:#666;
	font-size:85.8%; /* 12px */
}
/* 項目内容 */
.contact_input>dd {
	padding:7px;
	border-bottom:1px solid #CCC;
	background-color:#FFF;
}
.contact_input>dd:last-of-type {
	border-bottom:none;
}
/* 項目内容のフォームパーツ */
.contact_input>dd input,
.contact_input>dd textarea {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
}
.contact_input>dd input[type="radio"] {
	margin:-2px 10px 0 5px;
	position:relative;
}
/* 
--------------------------------------------------
 ▽ 各項目別設定
-------------------------------------------------- */
/* お問い合わせ項目 */
#contact_subject {}

#contact_subject li {
	padding:10px 0;
}
/* お問い合わせ項目（その他の内容テキスト） */
#contact_subject_toggle {
	margin:5px 0 -10px;
}
#contact_subject_txt {
	border:1px solid #999;
	width:100%;
	background-color:#FFFCF5;
}
/* 会社名 */
#company {
	border:1px solid #999;
	width:100%;
	background-color:#FFFCF5;
}
/* お名前 */
#name {
	border:1px solid #999;
	width:100%;
	background-color:#FFFCF5;
}
/* フリガナ */
#kana {
	border:1px solid #999;
	width:100%;
	background-color:#FFFCF5;
}
/* メールアドレス */
#email {
	border:1px solid #999;
	width:100%;
	background-color:#FFFCF5;
}
/* 住所 */
#zip {
	margin-bottom:0.3em;
	border:1px solid #999;
	width:7em;
	background-color:#FFFCF5;
}
#state {
	margin-bottom:0.3em;
	width:100%;
}
#address {
	border:1px solid #999;
	width:100%;
	background-color:#FFFCF5;
}
/* 電話番号 */
#tel {
	border:1px solid #999;
	width:100%;
	background-color:#FFFCF5;
}
/* ファックス番号 */
#fax {
	border:1px solid #999;
	width:100%;
	background-color:#FFFCF5;
}
/* 問い合わせ内容（平常時） */
#comment {
	border:1px solid #999;
	width:100%; min-width:100%; max-width:100%; height:1.7em; min-height:1.7em;
	background-color:#FFFCF5;
	-webkit-transition:height 0.2s linear 0s;
	-moz-transition:height 0.2s linear 0s;
	transition:height 0.2s linear 0s;
}
/* 問い合わせ内容（フォーカス時） */
#comment:focus {
	height:5.5em;
}

/* 
--------------------------------------------------
 ▽ 同意チェック
-------------------------------------------------- */
.contact_ppcheck {
	padding:16px 0 10px;
	border:1px solid #ccc;
	background-color:#FBFBFB;
	text-align:center;
}
.contact_ppcheck input {
	margin:0 0.5em 3px 0;
}
.contact_ppcheck p {
	padding-top:1em;
	font-size:85.8%; /* 12px */
}
.contact_ppcheck p:before {
	content:"*";
	color:#c00;
}
/* 
----------------------------------------------------------------------------------------------------
 □ 問い合わせ：確認   .inquiry.confirm    （/inquiry/confirm.html）
---------------------------------------------------------------------------------------------------- */
.inquiry.confirm {}

/* 
--------------------------------------------------
 ▽ 問い合わせフォーム設定（確認型）
-------------------------------------------------- */
.contact_check {
	margin-bottom:0.5em;
	border:1px solid #CCC;
	border-top:none;
}
/* 項目名 */
.contact_check>dt {
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	padding:5px;
	background-color:#EEE;
	font-weight:bold;
}
/* 項目内容 */
.contact_check>dd {
	padding:5px;
	background-color:#fff;
}
/* 
----------------------------------------------------------------------------------------------------
 □ 問い合わせ：完了   .inquiry.completion （/inquiry/completion.html）
---------------------------------------------------------------------------------------------------- */
.contact.completion {}

/* 
----------------------------------------------------------------------------------------------------
 □ 問い合わせ：エラー .inquiry.error      （/inquiry/error.html）
---------------------------------------------------------------------------------------------------- */
.contact.error {}

