@charset "utf-8";

body {
	padding: 0;
	margin: 0;
	font-family: 'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',Meiryo,メイリオ,Osaka,'MS PGothic',arial,helvetica,sans-serif;
	font-size: 90%;
	background: #fff;
	color: #000;
}
a:hover {
	background: #B2B2B2;
	color: #fff;
}
div.main {
	text-align: center;
}

/* ヘッダー */
#head {
	padding: 4px;
	text-align: right;
	background: #0168B7;
	color: #eee;
}
#head a {
	color: #ddd;
}

/* 進行パネル */
table.panel {
	margin: 1.5em auto;
}
table.panel th {
	background: #f2ab00;
	color: #fff;
	padding: 0.5em;
	width: 100px;
}
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;
}
input.button {
	width: 140px;
	margin: 0 14px;
}

/* 買物カゴ */
table.cart_tbl {
	margin: 1.3em auto;
	border-collapse: collapse;
}
table.cart_tbl th, table.cart_tbl td  {
	border: solid 1px #B2B2B2;
	white-space: nowrap;
	padding: 6px;
	font-size: 100%;
}
table.cart_tbl th {
	background: #EBE5E1;
}
table.cart_tbl td {
	background: #fff;
}

/* 入力フォーム */
.cart_form {
	width: 600px;
	margin: 1.3em auto;
	border-collapse: collapse;
}
.cart_form th, .cart_form td {
	text-align: left;
	border: solid 1px #B2B2B2;
	white-space: nowrap;
	padding: 6px;
}
.cart_form th {
	background: #EBE5E1;
}
.cart_form td {
	background: #fff;
}
.cart_form input[type="text"], .cart_form textarea, #find-tbl input[type="text"], .cart-box input[type="text"] {
	padding: 5px 3px;
	border: 1px solid #a2a2a2;
}
td.w-key {
	width: 130px;
	padding: 6px 0 6px 10px !important;
}
input.ime-on {
	ime-mode: active;
}
input.ime-off {
	ime-mode: inactive;
}

/* 入力必須 */
div.req {
	background-image: url(red.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 16px;
}

/* 入力任意 */
div.opt {
	padding-left: 16px;
}

td.tbl-wide {
	border: solid 1px #B2B2B2;
	background: #fff;
	white-space: nowrap;
	padding: 6px;
	text-align: center;
}

/* 赤文字 */
.red {
	color: #dd0000;
}

table.btn-tbl {
	margin: 0px auto;
}
.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.cart-msg {
	padding: 6px;
	background: #EBE5E1;
	color: #000;
	width: 600px;
	margin: 20px auto;
	line-height: 140% !important;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}

div.login-note {
	text-align: left;
	margin: 1em auto 0.5em auto;
	width: 23em;
}
table.enter {
	margin: 80px auto;
	width: 400px;
	border: 1px solid #004080;
	border-collapse: collapse;
}
table.enter th {
	border: 1px solid #004080;
	padding: 1em;
	background: #004080;
	color: #fff;
	text-align: left;
}
table.enter td {
	border: 1px solid #004080;
	padding: 1em;
	background: #fff;
	font-family: verdana,helvetica,arial;
}
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;
}

/* 検索画面 */
#find-tbl {
	margin: 1.5em auto;
	border-collapse: collapse;
}
#find-tbl th, #find-tbl td {
	border: solid 1px #B2B2B2;
	padding: 6px;
}
#find-tbl th {
	background: #EBE5E1;
}
#find-tbl td {
	text-align: left;
	background: #fff;
}
.cart-box {
box-sizing: border-box;
	overflow: hidden;
	width: 100%;
	text-align: left;
	border: 1px solid #B2B2B2;
	margin: 0.8em auto;
	padding: 1em;
	background: #fff;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}
.find-img {
	float: right;
	margin: 5px;
}

/* ページ繰越ボタン */
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;
}
div.err-addr {
	color: #dd0000 !important;
}

/* 進行ボタン */
input.bigbtn {
	height: 32px;
	width: 150px;
	margin: 0 14px;
}

/* datepickerサイズ */
div.ui-datepicker {
	font-size: 95%;
}

/* アイコン */
img.icon {
	vertical-align: middle;
	border: none;
}

/* エラー画面 */
#err-box {
	margin: 3em auto;
	background: #EBE5E1;
	padding: 1em;
	width: 600px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}

/* 特商法 */
#law-tbl {
	border-collapse: collapse;
	table-layout: auto;
	margin: 1em auto;
	width: 900px !important;
word-break: break-all;
word-wrap: break-all;
}
#law-tbl th, #law-tbl td {
	border: 1px solid #B2B2B2;
	padding: 3px 5px;
	font-size: 12px;
	text-align: left;
}
#law-tbl th {
	background: #EBE5E1;
}
#law-tbl td.key {
	width: 250px;
}

/* スマホ用 */
@media screen and (max-width: 480px) {
	* { box-sizing: border-box; }
	
	/* 買物カート */
	.cart_tbl {
		width: 100% !important;
		margin: 0 auto;
	}
	.cart_tbl .thead {
		display: none;
	}
	.cart_tbl tr {
		width: 100%;
	}
	.cart_tbl th, .cart_tbl td {
		display: block;
		text-align: left;
		width: 100%;
		padding: 0;
		white-space: normal !important;
	}
	.cart_tbl td:first-child {
		background: #006084;
		color: #fff;
		font-weight: bold;
		text-align: center;
	}
	.cart_tbl td:before {
		content: attr(data-label);
		float: left;
		font-weight: bold;
		margin-right: 10px;
	}
	.cart-topmsg {
		line-height: normal !important;
		width: 100%;
		margin: 1em auto;
	}
	.button {
		width: 250px;
		height: 50px;
	}
	.cart-attn {
		width: 100% !important;
		text-align: center !important;
	}
	.credit-btn {
		height: 50px;
	}
	.err-bar {
		width: 95%;
	}
	/* メッセージボックス */
	.cart-msg {
		width: 92% !important;
		margin: 10px auto !important;
	}
	/* 入力テーブル */
	.cart_form {
		width: 100% !important;
		margin: 0 auto;
	}
	.cart_form .thead {
		display: none;
	}
	.cart_form tr {
		width: 100%;
	}
	.cart_form th, .cart_form td {
		display: block;
		text-align: left;
		width: 100%;
		padding: 0;
		white-space: normal !important;
	}
	.cart_form td:first-child {
		background: #006bad;
		color: #fff;
		font-weight: bold;
		text-align: center;
	}
	.cart_form td:before {
		content: attr(data-label);
		float: left;
		font-weight: bold;
		margin-right: 10px;
	}
	/* エラー画面 */
	#err-box {
		width: 96% !important;
	}
	/* 検索画面 */
	#find-tbl, .cart-box, #law-tbl {
		width: 100% !important;
	}
	#find-tbl .thead, #law-tbl .thead {
		display: none;
	}
	#find-tbl tr, #law-tbl tr {
		width: 100%;
	}
	#find-tbl .find-ttl, #law-tbl .key {
		background: #eee;
	}
	#find-tbl td, #law-tbl td {
		display: block;
		text-align: left;
		width: 100% !important;
		padding: 4px 0;
	}
}

