@charset='utf-8';

@import url(/css/reset.css);
@import url(/css/base.css);
@import url(/css/common.css);

body{
	height:100%;
	background:#fff;
}


div.main {
	width: 800px;
	text-align: center;
	margin:0 auto;

	overflow:hidden;
	zoom:1;
}


body ,th ,td{
	font-family: "ＭＳ Ｐゴシック","MS PGothic",Osaka,Sans-Serif;
	font-size: 86%;
	color: #000;
}

/****************************/
/*全テーブルです*/

table{
	border:1px solid #EFD336;
	background:#fff;
}

table th{
	border:1px solid #EFD336;
	background:#FBF4CE;
	padding:5px;
	text-align:left;
}

table td{
	border:1px solid #EFD336;
	padding:5px;
	text-align:left;
}

a:hover {
	background: #8080c0;
	color: #fff;
}

/****************************/
/* 注文入力 	→ 	内容確認 	→ 	注文完了 のテーブルです。*/

table.panel {
	margin: 1.5em auto;
}

table.panel ,table.panel th ,table.panel td {
	border:none;
}

table.panel th {
	background: #f2ab00;
	color: #fff;
	padding: 0.5em;
	width: 100px;
	text-align:center;
}

td.panel-off {
	background: #a8a8a8;
	color: #fff;
	padding: 0.5em;
	text-align: center;
	width: 100px;
}


td.panel-arrow {
	color: #a8a8a8;
	text-align: center;
	width: 20px;
}

/********************************/
/*< 前画面に戻る　確定注文する >　のテーブルです。*/


table.btn-tbl {
	margin: 0px auto;
	border:none;
	background:transparent;

}

table.btn-tbl th ,table.btn-tbl td {
	border:none;
	background:transparent;
}

input.button {
	width: 140px;
	margin: 0 14px;
}

/********************************/
/*テーブル左側にはクラス w-keyがセットされています。*/

td.w-key {
	width: 130px;
	padding: 6px 0 6px 10px !important;
}

/********************************/

/* 入力必須 */
span.req {
	border-left: 2px solid red;
	padding-left: 3px;
}

/* 入力任意 */
span.opt {
	border-left: 2px solid #fff;
	padding-left: 3px;
}

/*******************************/
/*ご注文者情報について、必要事項を正確に入力してください。
入力項目において、 マークのある項目名は入力必須です。 */

div.cart-msg {
	border: 1px solid #dd0000;
	padding: 6px;
	background: #fff;
	color: #000;
	width: 600px;
	margin: 1em auto;
	line-height: 140% !important;
}

/********************************/
/*商品No|商品名|数 量|単 価|金 額 |備 考 のテーブルです。*/

table.cart_tbl {
	margin: 1.3em auto;
	border-collapse: collapse;
}

/********************************/
/*▼お支払・配達方法*/

table.cart_form {
	width: 600px;
	margin: 1.3em auto;
	border-collapse: collapse;
}

/*******************************/

/*********************************/
/******使わないと思われます。*****/
/*********************************/

/* 赤文字 */

.red {
	color: #dd0000;
	text-align:center;
	width:800px;
	background:#fff;
}


.eiji {
	font-family:Verdana,Helvetica,Arial !important;
	font-size:90%;
}
.ta-r {
	text-align: right !important;
}
.ta-l {
	text-align: left;
}
.ta-c {
	text-align: center;
}
input.inp-mem {
	width: 150px;
	ime-mode: inactive;
}
table.tbl-join td {
	background: #fff;
	color: #444;
}



div.login-note {
	text-align: left;
	margin: 1em auto 0.5em auto;
	width: 23em;
}

input.len {
	width: 220px;
	margin-bottom: 1em;
}
div.btn input {
	font-family: verdana,helvetica,arial;
	width: 100px;
	height: 32px;
}*/

/* 画面TOPボタン */
/*
div.top-btn input {
	width: 9.5em;
	margin-bottom: 1.5em;
}
*/

/* 特商法 */
/*
div.law-data {
	width: 95%;
	margin:1em auto;
	border: 1px solid #666;
	padding: 1em;
	text-align: left;
	background: #fff;
}
*/

/* 検索画面 */
/*
div.find-ttl {
	width: 640px;
	text-align: center;
	font-weight: bold;
	border-top: 1px solid #8080c0;
	border-left: 1px solid #8080c0;
	border-right: 1px solid #8080c0;
	margin: 1em auto 0 auto;
	padding: 8px;
	background: #dcdced;
}
*/

/*
div.find-box {
	width: 640px;
	text-align: center;
	border: 1px solid #8080c0;
	margin: 0 auto 1em auto;
	padding: 8px;
	background: #fff;
}
*/

/*
div.cart-box {
	width: 640px;
	line-height: 140%;
	text-align: left;
	border: 1px solid #8080c0;
	margin: 1em auto;
	padding: 8px;
	background: #fff;
}
*/

/* ページ繰越ボタン */
/*
span.pg-on,span.pg-off {
	display:-moz-inline-box;
	-moz-box-align: center;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	font-size: 12px;
	width: 23px;
	height: 23px;
	margin: 2px;
	padding: 2px;
	border: 1px solid #6b868b;
	font-family: Verdana,Helvetica,Arial;
}
span.pg-on,span.pg-on a {
	color: #f0f0f0;
	background: #6b868b;
}
span.pg-off,span.pg-off a {
	color: #6b868b !important;
	background: #fff;
}
div.pgbtn {
	margin: 0.6em 0;
}
*/
