@charset "utf-8";

/* ------------------------------------------
reset
------------------------------------------ */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 13px;
	font-style:normal;
	font-weight: normal;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

html {
	overflow-y: scroll;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

input, textarea,{
	vertical-align: middle;
}

ol, ul {
	list-style:none;
}

table {
	border-collapse: collapse;
	border-spacing:0;
}

caption,
th {
	text-align: left;
}

img {
	border: 0 none;
	vertical-align: bottom;
	line-height: 0;
}

a:focus {
	outline:none;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}

.both{
	clear:both;
}


.alpha_ro:hover {
	filter: alpha(opacity=85);
	-moz-opacity:0.85;
	opacity:0.85;
}


/* ------------------------------------------
base
------------------------------------------ */
body {
	padding-top: 20px;
	background: #f2f2f2;
	color: #000;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	line-height: 1.5;
}

html,
body {
	height: 100%;
}

a {
	color: #595959;
	text-decoration: none;
}
a:hover {
	color: #595959;
	text-decoration: none;
}

.mt5 {margin-top: 5px;}

.mb5 {margin-bottom: 5px;}
.mb10 {margin-bottom: 10px;}
.mb20 {margin-bottom: 20px;}
.mb50 {margin-bottom: 50px;}


/* ------------------------------------------
ヘッダ
------------------------------------------ */
#header {
	margin-bottom: 1px;
	background: #fff;
}

#header #header_content {
	width: 940px;
	min-height: 100px;
	margin: 0 auto;
}

#header h1 {
	width: 940px;
	height: 100px;
	display: table-cell;
	vertical-align: middle;
	line-height: 100px;
	color: #595959;
}
* html #header h1 { /* IE 6 */
	display: inline;
	zoom: 1;
}
*:first-child+html #header h1 { /* IE 7 */
	display: inline;
	zoom: 1;
}

#header h1 a {
	font-size: 32px;
}


/* ------------------------------------------
メインタイトル
------------------------------------------ */
#mainttl {
	background: #3b9c3e url('../imgs/mainttl_bg_green.gif') bottom center repeat-x;
}

#mainttl #mainttl_content {
	width: 940px;
	min-height: 48px;
	margin: 0 auto;
	padding: 20px 0;
}

#mainttl #mainttl_content p {
	float: left;
	width: 56px;
}

#mainttl #mainttl_ttl {
	float: left;
	color: #fff;
	font-weight: bold;
	line-height: 1;
}

#mainttl #mainttl_ttl #mainttl_ttl_en {
	margin-bottom: 6px;
	font-family: Helvetica;
	font-weight: bold;
	font-size: 28px;
}


/* ------------------------------------------
チャート
------------------------------------------ */
#chart {
	border-bottom: 1px solid #ccc;
}

#chart #chart_content {
	position: relative;
	width: 940px;
	margin: 0 auto;
	padding: 30px 0 40px;
}

#chart ul {
	padding: 0 0 30px;
	background: url('../imgs/chart_img.gif') bottom center no-repeat;
}

#chart li {
	float: left;
	width: 188px;
	text-align: center;
	font-size: 14px;
	color: #999;
}
#cart #chart #chart_cart,
#customer #chart #chart_customer,
#payment #chart #chart_payment,
#confirm #chart #chart_confirm,
#completion #chart #chart_completion {
	margin-top: -6px;
	font-size: 18px;
	font-weight: bold;
	color: #808080;
}

#chart #chart_content p {
	width: 40px;
	height: 40px;
	position: absolute;
	bottom: 29px;
	background: #47b848;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	behavior: url(css/PIE.htc);
}
#cart #chart #chart_content p {
	left: 78px;
}
#customer #chart #chart_content p {
	left: 264px;
}
#payment #chart #chart_content p {
	left: 451px;
}
#confirm #chart #chart_content p {
	left: 637px;
}
#completion #chart #chart_content p {
	left: 823px;
}


/* ------------------------------------------
#formarea【common／各ページ共通】
------------------------------------------ */
#formarea {
	width: 940px;
	margin: 0 auto;
	padding: 20px 0 80px;
}

#formarea #lead {
	margin-bottom: 15px;
}

#formarea table {
	width: 940px;
}

#formarea th,
#formarea td {
	border-bottom: #f2f2f2 solid 1px;
	border-right: #f2f2f2 solid 1px;
	vertical-align: middle;
}
#formarea th {
	padding: 15px;
	background: #b0b0b0;
	text-align: center;
	font-weight: bold;
	color: #fff;
}
#formarea td {
	padding: 20px;
	background: #fff;
}
#formarea .td_bg {
	background: #dcdcdc;
	text-align: center;
}

#formarea .br0 {
	border-right: 0 none;
}
#formarea .bb0 {
/*	border-bottom: 0 none; */
}
#formarea .td_r {
	text-align: right;
}
#formarea .td_c {
	text-align: center;
}

#formarea .att {
	padding-left: 1em;
	text-indent: -1em;
	font-size: 12px;
}

#formarea .fm10 {width: 10%;}
#formarea .fm15 {width: 15%;}
#formarea .fm30 {width: 30%;}
#formarea .fm80 {width: 80%;}
#formarea .fm_ta {
	width: 890px;
	padding: 5px;
}


/* 送信・バックボタン */
#formarea #btn {
	width: 940px;
	margin-top: 50px;
}

#formarea #btn .float_l {
	float: left;
	width: 350px;
}
#formarea #btn .float_r {
	float: left;
}

#formarea #btn a#btn_back {
	width: 130px;
	display: block;
	text-align:center;
	padding: 13px;
	border: 1px solid #b0b0b0;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	behavior: url(css/PIE.htc);
	position:relative;
	background: #f2f2f2;
	color: #6b6b6b;
	font-weight: bold;
	line-height: 1;
}
#formarea #btn a#btn_back:before {
	background: url("../imgs/btn_arrow.png") no-repeat;
	content:"";
	width: 7px;
	height: 11px;
	display:block;
	position: absolute;
	top: 15px;
}
#formarea #btn a#btn_back:hover {
	background: #ddd;
}


/* ------------------------------------------
#formarea【cart／カート確認ページ】
------------------------------------------ */
#cart #formarea #errorarea {
	margin-bottom: 20px;
	padding: 20px;
	background: #fbfbfb;
	border:1px solid #ff9f9d;
	line-height: 1.8;
}
#cart #formarea #errorarea li {
	color: #fc1611;
	font-weight: bold;
}

/* table_01 */
#cart #formarea #table_01 .th_01 {
	width: 50%;
}
#cart #formarea #table_01 .th_02,
#cart #formarea #table_01 .th_04 {
	width: 15%;
}
#cart #formarea #table_01 .th_03,
#cart #formarea #table_01 .th_05 {
	width: 10%;
}

#cart #formarea #table_01 .float_l {
	float: left;
	width: 90px;
}
#cart #formarea #table_01 .float_r {
	float: left;
}

#cart #formarea #table_01 .goods_txt_01 {
	margin-bottom: 5px;
	color: #3e3e3e;
	font-size: 12px;
}
#cart #formarea #table_01 .goods_txt_02 {
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 15px;
	color: #000;
}
#cart #formarea #table_01 .goods_txt_03 {
	font-size: 12px;
	color: #3f3f3f;
}

/* table_02 */
#cart #formarea #table_02 th {
	width: 75%;
}


/* ------------------------------------------
#formarea【customer／お客様情報入力ページ】
------------------------------------------ */
#customer #formarea #errorarea {
	margin-bottom: 20px;
	padding: 20px;
	background: #fbfbfb;
	border:1px solid #ff9f9d;
	line-height: 1.8;
}
#customer #formarea #errorarea li {
	color: #fc1611;
	font-weight: bold;
}

#payment #formarea #errorarea {
	margin-bottom: 20px;
	padding: 20px;
	background: #fbfbfb;
	border:1px solid #ff9f9d;
	line-height: 1.8;
}
#payment #formarea #errorarea li {
	color: #fc1611;
	font-weight: bold;
}

#confirm #formarea #errorarea {
	margin-bottom: 20px;
	padding: 20px;
	background: #fbfbfb;
	border:1px solid #ff9f9d;
	line-height: 1.8;
}
#confirm #formarea #errorarea li {
	color: #fc1611;
	font-weight: bold;
}

#customer #formarea #formarea_box .float_l,
#customer #formarea #formarea_box .float_r {
	float: left;
	width: 460px;
}
#customer #formarea #formarea_box .float_l {
	margin-right: 20px;
}

#customer #formarea #formarea_box table {
	width: 460px;
}

#customer #formarea #formarea_box td {
	padding: 10px;
}

#customer #formarea #formarea_box table .td_item {
	width: 8em;
	background: #dcdcdc;
	vertical-align: middle;
	text-align: center;
}


/* ------------------------------------------
#formarea【payment／お支払い方法ページ】
------------------------------------------ */
/* table_01 */
#payment #formarea #table_01 td {
	vertical-align: top;
}
#payment #formarea #table_01 .td_pay {
	width: 15%;
	background: #dcdcdc;
	vertical-align: middle;
	text-align: center;
}

#payment #formarea #table_01 td li {
  display: block;
	margin-bottom: 1em;
	padding-left: 1em;
}
#payment #formarea #table_01 li::before {
	content: "・";
	display: block;
	float: left;
	margin-left: -1em;
	width: 1em;
	text-align: center;
}
#payment #formarea #table_01 td ul {
	margin-bottom: -1em;
}

#payment #formarea #table_01 td li p {
	padding-left: 1em;
	text-indent: -1em;
}

/* table_02 */
#payment #formarea #table_02 textarea {
	line-height: 1.5;
}


/* ------------------------------------------
#formarea【confirm／ご注文内容確認ページ】
------------------------------------------ */
/* #table_01 */
#confirm #formarea #table_01 .th_01 {
	width: 60%;
}
#confirm #formarea #table_01 .th_02,
#confirm #formarea #table_01 .th_04 {
	width: 15%;
}
#confirm #formarea #table_01 .th_03 {
	width: 10%;
}

#confirm #formarea #table_01 .float_l {
	float: left;
	width: 90px;
}
#confirm #formarea #table_01 .float_r {
	float: left;
}

#confirm #formarea #table_01 .goods_txt_01 {
	margin-bottom: 5px;
	color: #3e3e3e;
	font-size: 12px;
}
#confirm #formarea #table_01 .goods_txt_02 {
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 15px;
	color: #000;
}
#confirm #formarea #table_01 .goods_txt_03 {
	font-size: 12px;
	color: #3f3f3f;
}

/* #table_02 */
#confirm #formarea #tableblock_02 table {
	width: 460px;
}
#confirm #formarea #tableblock_02 .float_l,
#confirm #formarea #tableblock_02 .float_r {
	float: left;
	width: 460px;
}
#confirm #formarea #tableblock_02 .float_l {
	margin-right: 20px;
}


/* ------------------------------------------
#formarea【completion／ご注文完了ページ】
------------------------------------------ */
#completion #formarea {
	text-align: center;
}

#completion #formarea #txt_01 {
	margin-bottom: 20px;
	font-size: 20px;
}

#completion #formarea #btn_store {
	margin-top: 50px;
	text-align: center;
}


/* ------------------------------------------
フッター
------------------------------------------ */
#footer_nav {
	margin-bottom: 20px;
	padding-bottom: 15px;
	border-bottom: 1px solid #ccc;
}

#footer_nav_in {
	position: relative;
	width: 940px;
	margin: 0 auto;
}

#footer_nav ul {
	position: absolute;
	bottom: 0;
	right: 0;
}
#footer li {
	display: inline;
	margin-left: 20px;
	font-size: 14px;
	font-weight: bold;
}

#footer li a {
	padding: 0 0 0 10px;
	background: url("../imgs/footer_ico.gif") no-repeat center left;
}

#footer #footer_cr {
	padding-bottom: 30px;
	text-align: center;
}

#footer #footer_cr p {
	font-size: 12px;
}


/* cart header */
#WrCmHead{
	width: 920px;
	margin: 20px auto 20px;
	padding: 10px;
	border: #cccccc 1px dotted;
}
#WrCmFoot{
	margin: 20px auto 20px;
	padding: 10px;
	border: #cccccc 1px dotted;
}

