@charset "utf-8";
/* CSS Document */

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

/* ------------------------------------- 
 *	ページ背景色（全体）
 *	ページ背景画像（全体）
 *	フォント色（全体）
 *	フォントサイズ（全体）
 * ------------------------------------- */

* {
	margin:0px;
	padding:0px;
}

body {
	background: #fff;
	color: #62615e;
	font-size: 77.5%;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',sans-serif;
	line-height: 150%;
	text-align:center;
	}

td {
	padding: 5px;
	}

img {
	border:none;
	}


/* ------------------------------------- 
 *	リンクの文字/通常時(link,visited,active)
 *	リンクの文字/マウスが当たっている時(hover)
 * ------------------------------------- */
a:link    {color: #e07b36; text-decoration: underline;}
a:visited {color: #e07b36; text-decoration: underline;}
a:active  {color: #e9b28a; text-decoration: underline;}
a:hover   {color: #e9b28a; text-decoration: none;}


/* design css------------------------------------------ */

.base01 {
	width: 700px !important;
}

.base01 .title_area {
	position: relative;
	width: 700px !important;
	height: 90px;
	padding: 10px 0 0 0 !important;
	border-bottom: 1px solid #dcd4bf;
}

.base01 .title_area a {
	position: absolute;
	top: 10px;
	left: -15px;
	display: block;
	width: 357px;
	height: 115px;
	text-indent: -9999px;
	background: url(https://img08.shop-pro.jp/PA01207/861/PA01207861.jpg) 0 0% no-repeat;
}

.base01 .base02 {
	margin: 10px auto !important;
}

.copyright {
	width: 700px !important;
	margin: 0 auto !important;
	padding: 0 !important;
}

.copyright p img {
	vertical-align: bottom;
}

.copyright .credit {
	margin: 0;
	padding: 20px 0 10px 0;
	border-top: 1px solid #dcd4bf;
	text-align: left;
}

/*cart1*/


.table1 {
	width: 100% !important;
	margin: 30px 0 !important;
	padding: 0 !important;
	border-collapse: collapse !important;
}

.table1 th,
.table1 td {
	padding: 10px !important;
	border: 1px solid #dcd4bf !important;
}

.table1 th,
.CELL_1_L {
	background: #f0ecde !important;
}

.CELL_1_R {
	text-align: right;
	background: #f0ecde !important;
}

.submit_btn_cart01 {
	margin: 20px 0 0 0;
	text-align: right;
}

.submit_btn_cart02 {
	text-align: center;
}

.submit_btn_cart02 .sub {
	margin: 20px 0;
	padding: 10px;
}

.sub_charge {
	font-weight: bold;
	color: #911b14;
}

.all_total {
	font-weight: bold;
	color: #911b14;
}

.point_discon {
	font-weight: bold;
	color: #911b14;
}

/*cart2*/
.sub {
	width: 660px !important;
	margin: 15px auto 30px auto !important;
	padding: 20px!important;
	border: 1px solid #dcd4bf;
	background: #f0ecde !important;
}

.sub .sub {
	width: 618px !important;
	margin: 10px auto !important;
	padding: 20px!important;
	border: 1px solid #dcd4bf;
	background: #f0ecde !important;
}

.sub table {
	width: 660px !important;
	margin: 0 !important;
	padding: 0 !important;
	border-collapse: collapse !important;
}

.sub table td {
	margin: 0 !important;
	padding: 0 !important;
}

.sub table table {
	width: 660px !important;
	margin: 0 0 20px 0 !important;
	padding: 0 !important;
	border-bottom: 1px solid #dcd4bf !important;
	border-collapse: collapse !important;
}

#box #jugemkey_box {
	margin: 0 !important;
}

#box #jugemkey_box table {
	border-collapse: collapse !important;
}

#box #jugemkey_box table td {
	margin: 0 !important;
	padding: 10px !important;
}

.sub .table1 {
	margin: 10px 0 !important;
	border-collapse: collapse !important;
}

.sub .table1 th,
.sub .table1 td {
	padding: 10px !important;
	border: 1px solid #dcd4bf !important;
}

.sub .table1 th,
.sub .CELL_1_L {
	background: #f0ecde !important;
}

.sub table .CELL_1_L {
	width: 29% !important;
	background: #e6e1d2 !important;
}

.sub table .CELL_2 {
	width: auto !important;
	background: #f4f2ea !important;	
	text-align: left;
}

.sub table .CELL_2 table,
.sub table .CELL_2 table th,
.sub table .CELL_2 table td {
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	border: none !important;
}

.sub table .CELL_2 table td {
	padding: 0 10px 0 0 !important;
}

.sub table .CELL_1_C {
	width: auto !important;
	background: #e6e1d2 !important;
}

table.secure_table {
	margin:0px auto 20px auto;
}

.note {
	color: #000099;
	}

.CELL_2 .note {
	color: #62615e;
	}

.note2 {
	color: #911b14;
	}

#note3 {
	color: #911b14;
	}

.CELL_2 #note3 {
	color: #62615e;
	}


.info {
	width: 680px !important;
	margin: 15px auto 5px auto !important;
	padding: 16px 10px !important;
	border: 1px solid #dcd4bf;
	background: #f0ecde !important;
}

div div {
	width: 700px !important;
}

table div {
	width: auto !important;
}

.errorbox {
	width: 100% !important;
	margin:10px auto;
	padding: 10px;
	color: #000099;
	background-color: #f0ecde;
}

input.input_ime {
	ime-mode: disabled;
}

#sk_block {
	margin:0px;
	padding:10px 0px;
	text-align:center;
}

#sk_wrapp {
	margin:0px auto;
	padding:0px;
	text-align:left;
	width:530px;
}

#sk_wrapp .sk_title {
	margin:0px 0px 10px;
	padding:0px;
	text-align:center;
}

#sk_wrapp .table1 {
	width:530px;
	margin:0px 0px 10px;
}

#sk_wrapp .table1 th {
	text-align:left;
	padding-left:5px;
}

#sk_closed {
	margin:0px;
	padding:0px;
	text-align:center;
}
