/* ************************************************ 
 * ------------------------------------------------
 *	ログイン画面 CSS
 * ------------------------------------------------
 * ************************************************ */


/* ------------------------------------- 
 *	共通
 * ------------------------------------- */

* {
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-size: 12px;
}

body {
	color: #333;
	font-size: 62.5%;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.6em;
	background-color: #FFF;
	background: url(https://img17.shop-pro.jp/PA01103/893/etc/shadow03.png?20150325104800) no-repeat center 97px;
}

/* ------------------------------------- 
 *	リンクの文字/通常時(link,visited,active)
 *	リンクの文字/マウスが当たっている時(hover)
 * ------------------------------------- */
a:link {
	color: #88a43d;
}

a:visited {
	color: #88a43d;
}

a:active {
	color: #88a43d;
}

a:hover {
	color: #eb5555;
}

/* ------------------------------------- 
 *	入力項目
 * ------------------------------------- */

input, select, textarea {
	border: solid #CCC 1px;
	width: 340px !important;
	padding: 5px;
	-webkit-box-shadow:rgba(173, 173, 173, 0.278431) 3px 3px 20px 0px inset;
	-moz-box-shadow:rgba(173, 173, 173, 0.278431) 3px 3px 20px 0px inset;
	box-shadow:rgba(173, 173, 173, 0.278431) 3px 3px 20px 0px inset;
}

.base01 {
	max-width: 1000px !important;
	margin: 0px auto !important;
	padding: 0px !important;
	text-align: left !important;
}

.base02 {
	max-width: 1000px !important;
	margin: 0px !important;
	padding: 20px 0px 0px 0px !important;
	text-align: left !important;
}
.base02 div {
	max-width: 1000px !important;
}

.sub {
	max-width: 1000px !important;
	margin: 0px !important;
	padding: 10px 0px !important;
	background:#FFF;
}


/* ------------------------------------- 
 *	テーブルの背景色と文字色
 * ------------------------------------- */

.table1 {
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	font-size: 1.4em;
	align:center;
	margin:0px auto;
	width: 700px ;
	border-collapse: collapse;
}
.table1 th, .table1 td {
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	padding: 20px;
}
.table1 td.CELL_1_L {
	background: #F5F5F5;
	width: 200px;
}

.prod_total, .all_total {
	font-weight: bolder;
	display: block;
}


.title_area {
	padding: 0px !important;

}
.title_area a {
	padding: 0px !important;
	text-indent: -9999px;
	display: block;
	width: 300px;
	height: 65px;
   margin-left:10px;
	background: url(https://img17.shop-pro.jp/PA01103/893/etc/hd_logo01.gif?20150325104906) no-repeat;
  background-size:cover;
}

.shop_title {
	font-size: 22px;
	font-weight: bolder;
	line-height:1.2em;
}
.table1 td span.note {
	display: block;
	margin-top: 20px;
	font-size: 0.9em;
}
/* ------------------------------------- 
 *	ボタン
 * ------------------------------------- */

.submit_btn {
	text-align:center !important;
	padding-top: 40px;
}

.submit_btn input {
	text-align: center !important;
	width: 200px !important;
	padding: 10px;
	cursor: pointer;
	background: rgb(234,235,159);
	background: -moz-linear-gradient(top,  rgba(234,235,159,1) 0%, rgba(234,235,159,1) 50%, rgba(220,234,28,1) 51%, rgba(234,235,159,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(234,235,159,1)), color-stop(50%,rgba(234,235,159,1)), color-stop(51%,rgba(220,234,28,1)), color-stop(100%,rgba(234,235,159,1)));
	background: -webkit-linear-gradient(top,  rgba(234,235,159,1) 0%,rgba(234,235,159,1) 50%,rgba(220,234,28,1) 51%,rgba(234,235,159,1) 100%);
	background: -o-linear-gradient(top,  rgba(234,235,159,1) 0%,rgba(234,235,159,1) 50%,rgba(220,234,28,1) 51%,rgba(234,235,159,1) 100%);
	background: -ms-linear-gradient(top,  rgba(234,235,159,1) 0%,rgba(234,235,159,1) 50%,rgba(220,234,28,1) 51%,rgba(234,235,159,1) 100%);
	background: linear-gradient(to bottom,  rgba(234,235,159,1) 0%,rgba(234,235,159,1) 50%,rgba(220,234,28,1) 51%,rgba(234,235,159,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeb9f', endColorstr='#eaeb9f',GradientType=0 );
	font-size: 1.2em;
	color: #333;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	border: 1px solid #CCC;
	-moz-border-radius:3px;	
	-webkit-border-radius:3px;
	border-radius:3px;
	-moz-box-shadow:rgba(166, 166, 166, 0.290196) 0px 3px 10px 0px;	
	-webkit-box-shadow:rgba(166, 166, 166, 0.290196) 0px 3px 10px 0px;
	box-shadow:rgba(166, 166, 166, 0.290196) 0px 3px 10px 0px;
}

/*決済ページ:カートを空にする&変更*/
.submit_btn_cart01 {
}

/*決済ページ:買い物を続ける&レジへ進む*/
.submit_btn_cart02 {
}

/* ------------------------------------- 
 *	コピーライト、セキュア
 * ------------------------------------- */
.copyright{
	width: 700px;
	text-align:center !important;
	margin:0px 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: 1.2em;
	color: #333;
}

/* ------------------------------------- 
 *	注意書き２の文字色
 * ------------------------------------- */
.note2 {
	font-size: 11px;
	color: #3B6190;
}

/* ------------------------------------- 
 *	注意書き３の文字色
 * ------------------------------------- */
#note3 {
	font-size: 11px;
	color: #3B6190;
}
/* ------------------------------------- 
 *	メッセージ表示域の設定
 * ------------------------------------- */
.base02 div.info {
	padding: 20px;
	font-size: 1.2em;
	margin: 10px auto;
	color: #333;
	width: 960px !important;
	background-color: #eaeb9f;
	text-align: left;
}

/* ------------------------------------- 
 *	エラー表示域の設定
 * ------------------------------------- */
.base02 div.errorbox {
	background-color: #00929F;
	border: 1px solid;
	border-color: #007782;
	padding: 10px;
	margin:10px auto 20px;
	text-align: left;
	color: #FFFFFF;
	font-size: 1.2em;
	width: 680px !important;
}

/* ------------------------------------- 
 *	手数料の文字色
 * ------------------------------------- */
.sub_charge {
	color: #900990;
	font-weight: bold;
}

/* ------------------------------------- 
 *	使用ポイントの文字色
 * ------------------------------------- */
.point_discon {
	color: 00929F;
	font-weight: bold;
}
.errorbox {
	background-color: #00929F;
	border: 1px solid;
	border-color: #007782;
	padding: 10px;
	margin:10px auto 20px;
	text-align: left;
	color: #FFFFFF;
	font-size: 1.2em;
	width: 480px !important;
}

/* ------------------------------------- 
 *	手数料の文字色
 * ------------------------------------- */
.sub_charge {
	color: #900990;
	font-weight: bold;
}

/* ------------------------------------- 
 *	使用ポイントの文字色
 * ------------------------------------- */
.point_discon {
	color: 00929F;
	font-weight: bold;
}
