@charset "UTF-8";
/* =============================================================================
		セプレいたの様向け WEBサイト Version 2
		供花・供物のご注文ページスタイルシート
	 -----------------------------------------------------------------------------
		配置場所：(基準Dir)/css/order_210129.css
	 -----------------------------------------------------------------------------
		変更履歴
		2026-01-19	A.Ishii			冒頭注意書きの文字サイズを大きく変更
		2026-01-13	A.Ishii			最終確認の注意書きを追加
		2022-10-18	A.Ishii			
		2021-01-29	A.Ishii			注文確定前の最終確認表示を強調
		2019-07-30	T.Kitagawa	
		2017-05-16	T.Kitagawa	注文フォームのリニューアル
		2017-04-07	A.Ishii			電話確認の説明文を追加
		2014-06-26	T.Kitagawa	入力エラー・必須入力項目を追加
		2014-06-05	A.Ishii			新規作成(ガラのみ)
	 -----------------------------------------------------------------------------
		ソースコードは インデントTAB = 2 で整形しています
	 ========================================================================== */


/* -------------------------------------------------------------
//	共通CSSを上書
// ---------------------------------------------------------- */
#iMainContent {
	width: 570px;
	min-height: 860px;
}


/* -------------------------------------------------------------
//	個別CSSを設定
// ---------------------------------------------------------- */

/* ---------------------------------------------
//	入力フォーム案内用クラス (JavaScriptで使用)
// ------------------------------------------ */

/* 入力エラー */
#iFormMain .cErrorField {
	background-color: #F30;
}

/* 必須入力項目 */
#iFormMain .cStrictField {
	background-color: #F99;
}

/* ---------------------------------------------
//	業務画面用
// ------------------------------------------ */

/* -----------------------------
//	共通
// -------------------------- */
/* スパムトラップ */
#iSpamTrap {
	display: none;
}

/* メッセージ */
#iMsg {
	margin: 1em;
	line-height: 1.5em;
	color: #F00;
	font-weight: bold;
}

/* 注文完了メッセージ */
#iOrderCompletion {
	color: #000;
	font-weight: normal;
}

/* 合計金額 */
#iTotalPrice {
	margin: 2em 1em;
	font-size: 16px;
	/* font-weight: bold; */
	/* margin: 1em 1em 1em 234px; */
}

#iFinalCheck {
	border: 5px solid #20b497;
	border-radius: 12px;
	padding: 0.5em 1em;
}

#iFinalCheck h3 {
	text-align: center;
	line-height: 150%;
	letter-spacing: 0.1em;
	font-weight: bold;
	color: #2b9174;
}

#iFinalCheck p.cCaution {
	color: #C00;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
}

#iFinalCheck p.cTotal {
	line-height: 300%;
	text-align: center;
	font-weight: bold;
}

#iFinalCheck p.cTotal span {
	font-size: 175%;
	margin-right: 0.15em;
}

#iFinalCheck p.cNext {
	color: #C00;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 1em;
}

#iFinalCheck p.cNote {
	text-align: center;
	font-size: 13px;
	letter-spacing: 1px;
	line-height: 1.5em;
}

#iFinalCheck p.cNote::before {
	content: '※';
	margin-left: -2.3em;
	margin-right: 0.3em;
}

#iFinalCheck p.cNote strong {
	font-weight: normal;
	text-decoration: underline;
	margin-left: 0.2em;
	margin-right: 0.2em;
}


/* テキスト入力枠 */
#iFormMain input[type='text'] {
	height: 44px;
	box-sizing: border-box;
	padding-left: 8px;
	margin-bottom: 4px;
	width: 100%;
	font-size: 20px;
}

/* ラジオボタン */
#iFormMain input[type='radio'] {
	margin: 0 4px 0 0;
	padding: 0;
	width: 20px;
	height: 20px;
	cursor: pointer;
	vertical-align: text-top;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transform-origin: left top;
	-moz-transform-origin: left top;
	-o-transform-origin: left top;
	transform-origin: left top;
	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1, M12=0, M21=0, M22=1, SizingMethod='auto expand')";
}

/* テキストエリア */
#iFormMain textarea {
	height: 88px;
	box-sizing: border-box;
	padding-left: 8px;
	width: 100%;
	font-size: 20px;
}

/* セレクトボックス */
#iFormMain select {
	height: 44px;
	background: #FEFEFE;	/* Mac対応 大きさ変更の為に使用 (#FFFFFFではNG) */
	font-size: 16px;
	margin: 4px 2px;
	cursor: pointer;
}

/* ラベル */
#iFormMain label {
	cursor: pointer;
}

/* 必須 */
.cInputArea > dt .cNeed {
	background: #C00;
	border: solid 1px #C00;
	color: #FFF;
	font-size: 12px;
	font-weight: normal;
	position: absolute;
	height: 1em;
	line-height: 1em;
	text-indent: 1px;
	letter-spacing: 1px;
	padding: 1px 2px;
	border-radius: 3px;
	margin-top: 0;
}

/* 任意 */
.cInputArea > dt .cAny {
	border: solid 1px #800080;
	color: #800080;
	font-size: 12px;
	position: absolute;
	height: 1em;
	line-height: 1em;
	text-indent: 1px;
	letter-spacing: 1px;
	padding: 1px 2px;
	border-radius: 3px;
	margin-top: 0;
}

/* 例 */
.cSample {
	color: #999;
	display: block;
	line-height: 1em;
	padding-top: 4px;
	padding-left: 8px;
}
.cSample:before {
	content: '例）';
}

/* 注意 */
.cNote {
	font-weight: normal;
	font-size: 13px;
	letter-spacing: 0;
	line-height: 1.5em;
	padding-bottom: 4px;
}
.cNote span {
	color: #F00;
	display: inline-block;
	margin-top: 4px;
}

/* 補足 */
.cGuide {
	color: #999;
	line-height: 1.5em;
	font-size: 14px;
	letter-spacing: 0;
	padding-top: 4px;
}

/* 入力エリア */
.cInputArea {
	margin-top: 0;
	background: #E3ECAF;
}

/* 項目欄 */
.cInputArea > dt {
	clear: left;
	float: left;
	width: 118px;
	min-height: 44px;
	color: #2B914D;
	font-size: 16px;
	font-weight: bold;
	position: relative;
	padding-top: 4px;
	margin-left: 8px;
	border-top: dotted 2px #999;
}
/* 項目欄 (破線１行目) */
.cInputArea > dt:first-child {
	border-top: none;
}
.cInputArea > dt:first-child:before {
	border-bottom: none;
}
/* 項目欄 (インデント) */
.cInputArea > dt span {
	display: block;
	line-height: 20px;
}

/* ステップ */
#iFormMain ol {
	padding-left: 0;
	list-style-position: inside;
}

/* 入力欄 */
.cInputArea > dd {
	min-height: 44px;
	margin-left: 128px;
	border-top: dotted 2px #BBB;
	background: #f5f8de;
	padding: 0 8px;
}
/* 入力欄 (破線１行目) */
.cInputArea > dd:last-child {
	border-bottom: dotted 2px #BBB;
}


/* -----------------------------
//	個別
// -------------------------- */
/* 【注文商品】リスト */
.cOrderProd ul {
	list-style: none;
}
.cOrderProd li {
	border-top: dotted 2px #BBB;
	position: relative;
	line-height: 44px;
	padding: 4px 8px;
}
.cOrderProd li:first-child {
	border-top: none;
}
/* 【注文商品】入力項目 */
#iFormMain .cOrderProd input {
	width: 44px;
	margin: 0 4px;
	padding: 0 8px;
	text-align: right;
	vertical-align: top;
}
#iFormMain .cOrderProd {
	padding: 0;
}
#iFormMain .cPrice {
	position: absolute;
	right: 8px;
}
#iFormMain #iProdSeika {
	margin: 0;
}


/* 【お札名】種別 */
.cFudaBox label {
	margin-left: 26px;
	display: inline-block;
	height: 196px;
	padding: 4px;
	background: url('../img/order_fuda.png') -112px 28px no-repeat;
}
.cFudaBox label span {
	background: #C9F;
	color: #FFF;
	border-radius: 4px;
	display: inline-block;
	line-height: 20px;
	vertical-align: top;
	min-width: 89px;
	text-align: center;
}
.cFudaBox label:first-child {
	margin-left: -4px;
	background: url('../img/order_fuda.png') 28px 28px no-repeat;
}
.cFudaBox label:first-child span {
	background: #999;
}
.cFudaBox label:last-child {
	background: url('../img/order_fuda.png') -249px 28px no-repeat;
}
.cFudaBox label:last-child span {
	background: #6C9;
}
/* 【お札名】例 */
.cFudaBox .cSample {
	margin-left: 24px;
}
/* 【お札名】アイコン */
.cIcon {
	color: #F00;
	border: solid 1px #F00;
	background: #FFF;
	display: inline-block;
	width: 1em;
	height: 1em;
	text-align: center;
	line-height: 1em;
	font-weight: bold;
	font-size: 12px;
	padding: 1px;
	font-family: monospace;
}
/* 【お札名】入力欄 */
#iFormMain .cFudaBox input[type='text'] {
	width: 280px;
	margin: 0 8px 4px;
}
/* 【お札名】備考 */
#iLabelFudaNote {
	display: inline;
}

/* 【お届け先】日程 */
.cRange {
	transform: rotate(90deg);
	width: 1em;
	height: 1em;
	padding: 0 .5em;
	margin: -.5em 0;
	line-height: 1em;
}
#iFormMain #iSendDateS,
#iFormMain #iSendDateE {
	margin-left: 4px;
	margin-right: 0;
	width: 240px;
}
#iFormMain #iSendTimeS,
#iFormMain #iSendTimeE {
	margin-left: 4px;
	margin-right: 0;
	width: 150px;
}
.cSaturday {
	color: #00F;
}
.cSunday {
	color: #F00;
}
/* 【お届け先】ご葬儀会館 */
#iSendAddr label {
	line-height: 44px;
	display: inline-block;
	padding-right: 32px;
}
#iSendAddr .cGuide {
	padding-top: 0;
}
#iFormMain #iSendAddr input[type='text'] {
	width: 344px;
}
#iSendAddr br + label {
	float: left;
	padding-right: 16px;
}

/* 【ご注文者】郵便番号 */
.cOrderAddr > span:first-child {
	margin-left: 18px;
}
#iLabelSendZip {
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
	display: inline-block;
	position: relative;
	width: 1em;
	vertical-align: middle;
}
#iLabelSendZip:before {
	content: '〒';
	position: absolute;
	text-indent: 0;
	left: 0;
}
#iFormMain #iSendZip {
	width: 180px;
	margin-left: 4px;
	margin-right: 16px;
}

/* 【ご注文者】都道府県 */
#iFormMain #iSendPref {
	width: 152px;
	margin-left: 4px;
	margin-right: 0;
}

/* 【ご注文者】市区町村以下 */
#iLabelSendCity {
	display: inline-block;
}
#iLabelSendCity + .cSample {
	display: inline-block;
	margin-left: 16px;
}

/* 種別入力欄 */
#iOrderType + dd label {
	line-height: 48px;
	padding: 11px 32px 11px 0;
}

/* お名前(ご担当者名) */
#iOrderName {
	width: 155px;
}

/* メールアドレス・電話番号 */
#iOrderMail,
#iOrderTel {
	width: 328px;
}

/* 送信確認 */
#iFormMain #iCheckSendBox label {
	font-weight: bold;
	line-height: 44px;
	display: inline-block;
	cursor: pointer;
}
#iFormMain #iCheckSendBox input {
	cursor: pointer;
	margin: 0 4px 0 0;
	padding: 0;
	width: 20px;
	height: 20px;
	vertical-align: middle;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transform-origin: left top;
	-moz-transform-origin: left top;
	-o-transform-origin: left top;
	transform-origin: left top;
	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1, M12=0, M21=0, M22=1, SizingMethod='auto expand')";
}

/* 送信ボタン */
#iSubmitBox {
	margin: 0 0 50px 220px;
}
#iSubmitBox input {
	width: 164px;
	height: 38px;
	margin: 0 0 0 7px;
	-webkit-appearance: button;
}


/* -----------------------------
//	FAX
// -------------------------- */
#iOsonaeFax {
	width: 300px;
	height: 600px;
	position: absolute;
	top: 650px;
	right: 15px;
}

#iOsonaeFax h3 {
	height: 100px;
	background: url('../img/order_hanawa2.png') 0 0 no-repeat;
}

span.cTextFrameOut {
	display: block;
	font-size: 10px;
	text-indent: -8000px;
}

#iOsonaeFaxText {
	margin-top: 15px;
	margin-bottom: 10px;
	font-size: 13px;
	letter-spacing: -1px;
	color: #000;
}

#iOsonaeFax a.cOsonaeFaxLink {
	margin-top: 15px;
	display: block;
	background: url('../img/adobe.png') -5px -154px no-repeat;
	padding-left: 50px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	/* CSS3 角丸枠 */
	border-radius: 5px;
}

#iOsonaeFax a.cOsonaeFaxLink:hover {
	background: url('../img/adobe.png') -5px -154px no-repeat #F0831D;
	color: #FFF;
}

#iOsonaeFax a.cOsonaeFaxLink:active {
	background: url('../img/adobe.png') -5px -154px no-repeat #F0831D;
	color: #FFF000;
}

#iOsonaeFax a.cOsonaeFaxLink em {
	display: block;
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 20px;
	color: #074097;
}

#iOsonaeFax a.cOsonaeFaxLink:hover em {
	color: #FFF;
}

#iOsonaeFax a.cOsonaeFaxLink:active em {
	color: #FFF000;
}

#iGetAdobeReader {
	margin-top: 20px;
	border-top: 2px solid #B93990;
	padding-top: 15px;
	font-size: 13px;
	letter-spacing: 0;
	line-height: 16px;
	color: #000;
}

#iGetAdobeReader a:link,
#iGetAdobeReader a:visited {
	background: url('../img/adobe.png') -10px -10px no-repeat;
}

#iGetAdobeReader a:hover {
	background: url('../img/adobe.png') -10px -60px no-repeat;
}

#iGetAdobeReader a:active {
	background: url('../img/adobe.png') -10px -110px no-repeat;
}

#iGetAdobeReader a {
	display: block;
	margin-top: 10px;
	width: 160px;
	height: 40px;
}

#iFurikomi {
	margin-top: 20px;
	border-top: 2px solid #B93990;
}

#iFurikomi h4 {
	margin-top: 15px;
	text-indent: -10px;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 3px;
	color: #000;
}

#iFurikomi p {
	font-size: 15px;
	letter-spacing: 0;
	color: #000;
}


/* -----------------------------
//	その他
// -------------------------- */
/* お知らせ */
#iTextInfo {
	font-size: 14px;
	margin-top: 1em;
}
#iTextInfo span {
	color: #E00000;
}
#iTextInfoList {
	color: #E00000;
	margin-left: 1.5em;
}
#iTextInfoList li {
	line-height: 120%;
	margin-top: 0.3em; 
	margin-bottom: 0.6em; 
}

#iTextInfoList li:nth-child(3),
#iTextInfoList li:nth-child(4) {
	font-size: 18px;
}

/* お支払い方法 */
#iPayInfo {
	font-size: 14px;
	margin-top: 1em;
}
#iPayInfo .cMark {
	margin-left: 1.2em;
}
#iPayInfo .cMark:before {
	content: '● ';
	color: #2B914D;
}
#iPayInfo dl {
	margin: 0;
}
#iPayInfo dt {
	margin-left: 2em;
	margin-top: 1em;
}
#iPayInfo dd {
	margin-left: 2.5em;
	font-weight: bold;
	line-height: 2em;
}


#BOTTOM {
	margin-left: 615px;
	height: 40px;
	position: absolute;
	bottom: 87px;
}


