@charset "utf-8";

/* ************************************************ 
 * ------------------------------------------------
 *	お問い合せ画面 CSS
 * ------------------------------------------------
 * ************************************************ */

/* ------------------------------------- 
 *	共通
 * ------------------------------------- */

* { margin: 0; padding: 0; font-size: 100%; font-style: normal;}

body {
	text-align: center;
	color: #4d4d4d;
	cursor: auto;
	font: normal normal 12px/1.5 Arial, Helvetica, "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3", "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
	letter-spacing: 0.1em;
	word-spacing: 0.1em;
}

/* ------------------------------------- 
 *	リンクの文字/通常時(link,visited,active)
 *	リンクの文字/マウスが当たっている時(hover)
 * ------------------------------------- */
 
a         { color: #7290ac; text-decoration: none; cursor: pointer;}
a:visited { color: #005288;}
a:hover   { color: #662D62;}
a:focus,
a:active  { color: #662D62;}

/* ------------------------------------- 
 *	入力項目
 * ------------------------------------- */

* html legend { margin: 0 0 10px;}
input, textarea {
	padding: 1px;
	font: normal normal 100%/1.5 Helvetica, Arial, "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", sans-serif;
}

input.typeText { border: 1px solid #aaa;}
select option { padding: 0 5px;}
input:focus, select:focus, textarea:focus { background-color: #fafafa;}
label { cursor: pointer;}

.base01 {
	width: 900px!important;
	margin: 30px auto 0!important;
	padding: 0!important;
	text-align: left!important;
	background: url(https://holy-rytas.ssl-lolipop.jp/img/shop/contact_bg.gif) no-repeat 50% 0;
}

.base02 {
	width: 900px!important;
	margin: 0!important;
	padding: 20px 0 0 0!important;
	text-align: left !important;
}

.sub {
	width: 700px !important;
	margin: 0!important;
	padding: 10px 0!important;
	background:#FFF;
}

div.base01 div.title_area {
	padding: 0 0 0 60px!important;
}

.title_area a {
	display: block;
	width: 744px;
	height: 111px;
	background: url(https://holy-rytas.ssl-lolipop.jp/img/shop/contact_title_area.gif) no-repeat 0 0;
	text-decoration: none;
	outline: 0;
	text-indent: -9999px;
}

/* ------------------------------------- 
 *	テーブルの背景色と文字色
 * ------------------------------------- */

table { border: none; border-collapse: collapse; margin-bottom: 0;}
caption { text-align: left;}
thead {}
tbody {}
th { white-space: nowrap;}
th, td {
	padding: 5px 10px;
	border-collapse: collapse;
	border: none;
	text-align: left;
}

th {
}

table td input { width: 280px!important;}

fieldset {
	border: 1px solid #ddd;
	margin-bottom: 15px;
	padding: 10px;
}


.table1 {
	margin: 0 auto;
	width: 400px;
	border: none;
}


/* ------------------------------------- 
 *	ボタン
 * ------------------------------------- */

.submit_btn {
	text-align:center!important;
}

/*決済ページ:カートを空にする&変更*/
.submit_btn_cart01 {
}

/*決済ページ:買い物を続ける&レジへ進む*/
.submit_btn_cart02 {
}

/* ------------------------------------- 
 *	コピーライト、セキュア
 * ------------------------------------- */
.copyright{
	width: 700px;
	text-align:center!important;
	margin:0 auto!important;
}

.secure_seal {
	text-align:center;
	margin:20px auto!important;
	width:700px;
}

.secure_table {
	margin:20px auto!important;
	text-align:center;
}

/* ------------------------------------- 
 *	注意書き１の文字色
 * ------------------------------------- */
.note {
	font-size: 11px;
	color: #3B6190;
}

/* ------------------------------------- 
 *	注意書き２の文字色
 * ------------------------------------- */
.note2 {
	font-size: 11px;
	color: #3B6190;
}

/* ------------------------------------- 
 *	注意書き３の文字色
 * ------------------------------------- */
#note3 {
	font-size: 11px;
	color: #3B6190;
}

/* ------------------------------------- 
 *	メッセージ表示域の設定
 * ------------------------------------- */
.info {
	border: #3c60c5 1px dotted;
	padding: 10px;
	font-size: 11px;
	margin: 10px auto;
	width: 90%;
	color: #3c60c5;
	background-color: #f8f8ff;
	text-align: left
}

/* ------------------------------------- 
 *	エラー表示域の設定
 * ------------------------------------- */
.errorbox {
	background-color: #00929F;
	border: 2px solid;
	border-color: #007782;
	padding: 4px 2px 4px 5px;
	margin:10px auto;
	text-align: left;
	color:#FFFFFF;
	font-size:11px;
}

/* ------------------------------------- 
 *	手数料の文字色
 * ------------------------------------- */
.sub_charge {
	color: #900990;
	font-weight: bold;
}

/* ------------------------------------- 
 *	使用ポイントの文字色
 * ------------------------------------- */
.point_discon {
	color: 00929F;
	font-weight: bold;
}