@charset "UTF-8";

.ime_off {
	ime-mode: disabled;
}

div.system_error {
	color: #cc0000;
	border: 1px solid #ffaaaa;
	background-color: #ffeeee;
	padding: 10px;
	margin-bottom: 30px;
}
div.system_error strong {
	display: block;
	font-weight: bold;
	margin-bottom: 4px;
}

div.system_debug {
	color: #000000;
	border: 1px solid #009900;
	background-color: #ffffcc;
	padding: 10px;
	margin-bottom: 30px;
}
div.system_debug strong {
	display: block;
	font-weight: bold;
	margin-bottom: 4px;
}
img.thumb {
	border: solid 1px #cccccc;
	padding: 2px;
}

.hissu {
	color: #0000cc;
	font-size: 11px;
	padding-left: 3px;
	font-weight: normal;
	position: relative;
	top: -2px;
}

/* ─ search ────────────────────────────────── */
.system_search {
	border:solid 1px #cccccc;
	letter-spacing:2px;
	clear:both;
	overflow:hidden;
	width:548px;
	padding: 10px 10px 40px 10px;
	margin-bottom:10px;
}
.system_search h4{
	background-image:url("/img/icon/icon_search_h4.gif");
	background-repeat:no-repeat;
	border-bottom:dotted 1px #cccccc;
	font-size:12px;
	font-weight:bold;
	padding:2px 2px 8px 12px;
	margin:0 0 10px 0;
}
.system_search table{
	border-top:solid 1px #cccccc;
	border-left:solid 1px #cccccc;
	width:550px;
	margin-bottom: 30px;
}
.system_search th{
	background-color:#eeeeee;
	text-align:left;
	vertical-align:top;
	width:100px;
}
.system_search th, .system_search td{
	border-bottom:solid 1px #cccccc;
	border-right:solid 1px #cccccc;
	padding:12px;
}
.system_search label {
	padding-right: 4px;
}
.system_search label input {
	margin-top: 10px;
	margin-right: 2px;
}
.system_search_noCheck{
	display: block;
	clear: both;
	margin-top: 0px;
	font-weight:bold;
}
.system_search label:hover{
	background-color:#e3e9ef;
}
.system_search input:hover{
	background-color:#f8f8ff;
}
.system_search input:focus{
	background-color:#e3e9ef;
}
.system_search .input_text {
	border:solid 1px #e3e9ef;
	font-size:12px;
	vertical-align:middle;
	padding:2px;
	margin-right:2px;
	width: 100px;
}
.system_search_button {
	text-align:center;
	margin: 0 auto 0 auto;
	width: 300px;
}
.system_search_button a{
	display:block;
	float: left;
	width:134px;
	margin: 0 5px 0 5px;
	background-repeat:no-repeat;
	background-position:right;
}
.system_search_button a:hover{
	background-color:transparent;
}
.system_search_button a:hover img{
	visibility:hidden;
}
.system_search_button a.submit {
	background-image:url("/img/products/nav_search_focus.jpg");
}
.system_search_button a.reset {
	background-image:url("/img/products/nav_reset_focus.jpg");
}

/* ─ detail ────────────────────────────────── */
table.system_counts_wrap tr th {
	padding-right: 5px;
	font-weight: normal;
}
table.system_counts_wrap tr td {
	padding-right: 10px;
}
input.system_counts {
	width: 50px;
	height: 20px;
	border: 1px solid #7f9db9;
	ime-mode: disabled;
}
input.system_counts:hover {
	background-color: #f8f8ff;
}
input.system_counts:focus {
	background-color: #e3e9ef;
	border-color: #000000;
}
span.system_options {
	position: absolute;
	z-index: 10;
	visibility: hidden;
}
span.system_options dl {
	position: relative;
	top: 22px;
	left: -79px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	border: 1px solid #7f9db9;
	background-color: #ffffff;
}
span.system_options dl dt {
	margin: 0;
	padding: 0;
}
span.system_options dl dt a {
	display: block;
	width: 77px;
	margin: 0;
	padding: 0px 1px 0px 1px;
	font-size: 12px;
	background-color: #ffffff;
	border: 1px solid #ffffff;
	color: #333333;
	text-decoration: none;
}
span.system_options dl dt a:hover {
	color: #ffffff;
	background-color: #316ac5;
	text-decoration: none;
	border: 1px dotted #cccccc;
}

/* ─ ordedr ────────────────────────────────── */
.system_order_description {
	width: 620px;
	text-align: left;
	margin: 30px 0 15px 60px;
}
.system_order_description strong {
	padding-top: 2px;
	padding-left: 20px;
	background-image: url(/img/icon/icon_lightbulb.png);
	background-repeat: no-repeat;
	background-position: left center;
	font-weight: bold;
}
.system_order_description p {
	margin-top: 8px;
	padding: 0;
}
.system_order_cart {
	width: 620px;
	text-align: left;
	margin: 0 0 10px 60px;
}
.system_order_cart table {
	width: 100%;
	border: solid 1px #cccccc;
	border-collapse: collapse;
}
.system_order_cart table tr th {
	text-align: center;
	border-left: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
	background-color: #cccccc;
	background-image: url(/img/customer/cart_th_bg.gif);
	background-repeat: repeat-x;
	padding: 5px 4px 5px 4px;
	font-size: 0.8em;
	font-weight: bold;
	color: #ffffff;
}
.system_order_cart table tr td {
	text-align: left;
	border-left: dotted 1px #cccccc;
	border-bottom: solid 1px #cccccc;
	padding: 8px;
}
.system_order_cart table tr td.number {
	text-align: right;
}
.system_order_cart table tr td .warning {
	padding-top: 2px;
	font-size: 0.8em;
	color: #cc0000;
}

.system_order_total {
	width: 620px;
	text-align: right;
	margin: 0 0 30px 60px;
}
.system_order_total table {
	margin-left: auto;
	border: solid 2px #cccccc;
	border-collapse: collapse;
}
.system_order_total table tr th {
	width: 50px;
	text-align: center;
	border: solid 1px #cccccc;
	background-color: #eaeaea;
	padding: 5px 4px 5px 4px;
	font-weight: bold;
}
.system_order_total table tr td {
	width: 150px;
	text-align: right;
	border: solid 1px #cccccc;
	padding: 5px 4px 5px 4px;
	font-weight: bold;
}

.system_order_caution {
	width: 620px;
	text-align: left;
	margin: 0 0 30px 60px;
	background-color: #f0fff0;
	border: solid 1px #cccccc;
}
.system_order_caution ul {
	padding: 8px;
	margin: 0;
	list-style-type: none;
}
.system_order_caution ul li {
	padding: 2px;
}

.system_order_seal {
	width: 620px;
	text-align: left;
	margin: 0 0 30px 60px;
	background-color: #f0fff0;
	border: solid 1px #cccccc;
}
.system_order_seal dl {
	padding: 8px 16px 12px 16px;
	margin: 0;
	list-style-type: none;
}
.system_order_seal dl dt {
	float: left;
	width: 60px;
}
.system_order_seal dl dd {
	line-height: 180%;
}

.system_order_button {
	width: 620px;
	text-align: right;
	margin: 0 0 30px 60px;
}
.system_order_button a:hover img {
	position: relative;
	top: 1px;
	left: 1px;
}

.system_order_empty {
	width: 620px;
	text-align: left;
	margin: 30px 0 20px 60px;
}
.system_order_empty strong {
	display: block;
	background-color: #f0fff0;
	border: solid 1px #cccccc;
	padding: 16px 16px 16px 40px;
	font-weight: bold;
	background-image: url(/img/icon/icon_error.png);
	background-repeat: no-repeat;
	background-position: 16px center;
}

.system_order_error {
	width: 620px;
	text-align: left;
	margin: 30px 0 20px 60px;
}
.system_order_error strong {
	display: block;
	background-color: #ffeeee;
	border: solid 1px #cc0000;
	padding: 16px 16px 16px 40px;
	font-weight: bold;
	background-image: url(/img/icon/icon_error.png);
	background-repeat: no-repeat;
	background-position: 16px center;
	color: #cc0000;
	font-weight: bold;
}

.system_order_login {
	width: 620px;
	text-align: left;
	margin: 30px 0 20px 60px;
}
.system_order_login ul {
	background-color: #f8f8ff;
	border: solid 5px #eaeaea;
	padding: 12px 0 0 12px;
	margin: 0;
	list-style-type: none;
	height: 290px;
}
.system_order_login ul li {
	display: block;
	width: 285px;
	height: 265px;
	background-color: #ffffff;
	border: solid 1px #cccccc;
	float: left;
	margin-right: 12px;
	padding: 10px 0 0 0;
}
.system_order_login ul li h4 {
	margin: 0 0 10px 10px;
	font-size: 1.0em;
	font-weight: bold;
	padding: 0 0 0 18px;
	background-repeat: no-repeat;
	background-position: left center;
}
.system_order_login ul li h4.green {
	background-image: url(/img/icon/icon_h4_login_sagegreen.gif);
}
.system_order_login ul li h4.red {
	background-image: url(/img/icon/icon_h4_login_red.gif);
}
.system_order_login ul li .contents {
	height: 130px;
	margin: 0 0 10px 0;
	padding: 0 10px 0 10px;
}
.system_order_login ul li .contents p {
	margin: 0 0 5px 0;
	padding: 0;
}
.system_order_login ul li .contents a {
	font-size: 0.8em;
	line-height: 150%;
}
.system_order_login ul li .button {
	text-align: center;
	margin: 0 auto 20px auto;
}
.system_order_login ul li .button a:hover {
	position: relative;
	top: 1px;
	left: 1px;
}
.system_order_login ul li .contents table {
	margin: 15px auto 10px auto;
	padding: 0;
	border: 1px solid #cccccc;
	border-collapse: collapse;
}
.system_order_login ul li .contents table tr th {
	border: 1px solid #cccccc;
	background-color: #f5f5f5;
	padding: 8px 8px 8px 8px;
}
.system_order_login ul li .contents table tr td {
	border: 1px solid #cccccc;
	background-color: #f8f8ff;
	padding: 8px 8px 8px 8px;
}
.system_order_login ul li .contents table tr td input {
	width: 125px;
	border: solid 1px #e3e9ef;
	font-size: 12px;
	vertical-align: middle;
	padding: 2px;
}
.system_order_login ul li .contents table tr td input:hover {
	background-color:#f8f8ff;
	border-color:#cccccc;
}
.system_order_login ul li .contents table tr td input:focus {
	background-color:#e3e9ef;
	border-color:#000000;
}
.system_order_navi {
	width: 620px;
	text-align: left;
	margin: 10px 0 30px 60px;
}

.system_order_form {
	width: 620px;
	text-align: left;
	margin: 0px 0 20px 60px;
}
.system_order_form table {
	border: solid 1px #cccccc;
	border-collapse: collapse;
	width: 100%;
}
.system_order_form table tr th {
	border: solid 1px #cccccc;
	border-collapse: collapse;
	background-color: #eaeaea;
	font-weight: normal;
	padding:7px 10px 7px 10px;
	width: 180px;
	vertical-align: top;
}
.system_order_form table tr td {
	border: solid 1px #cccccc;
	border-collapse: collapse;
	background-color: #ffffff;
	padding: 5px 0 7px 10px;
	vertical-align: top;
}
.system_order_form table tr td .input_text {
	width: 160px;
	border: solid 1px #e3e9ef;
	font-size: 12px;
	vertical-align: middle;
	padding: 2px;
}
.system_order_form table tr td .input_text:hover {
	background-color: #f8f8ff;
	border-color: #cccccc;
}
.system_order_form table tr td .input_text:focus {
	background-color: #e3e9ef;
	border-color: #000000;
}
.system_order_form table tr td .input_text_long {
	width: 320px;
}
.system_order_form table tr td select {
	border: solid 1px #e3e9ef;
	padding: 2px;
}
.system_order_form table tr td select:hover {
	background-color: #f8f8ff;
	border-color: #cccccc;
}
.system_order_form table tr td select:focus {
	background-color: #e3e9ef;
	border-color: #000000;
}
.system_order_form table tr td .input_textarea {
	width: 320px;
	height: 100px;
	border: solid 1px #e3e9ef;
	font-size: 12px;
	vertical-align: middle;
	padding: 2px;
}
.system_order_form table tr td .input_textarea:hover {
	background-color: #f8f8ff;
	border-color: #cccccc;
}
.system_order_form table tr td .input_textarea:focus {
	background-color: #e3e9ef;
	border-color: #000000;
}
.system_order_form table tr td .memo {
	font-size: 0.8em;
}
.system_order_form table tr td p.memo {
	margin-top: 4px;
}
.system_order_form table tr td p.warning {
	color: #ff0000;
	margin-top: 4px;
}
.system_order_form table tr td em {
	display: block;
	font-weight: bold;
	font-style: none;
	padding-top: 2px;
}
.system_order_form table tr td table.childform {
	border-width: 0px;
	width: auto;
	margin-top: 10px;
}
.system_order_form table tr td table.childform tr th {
	border-width: 0px;
	background-color: #ffffff;
	padding: 6px 0 4px 0;
	width: auto;
}
.system_order_form table tr td table.childform tr td {
	border-width: 0px;
	background-color: #ffffff;
	padding: 4px 0 4px 0;
}

.system_order_finish {
	width: 620px;
	text-align: left;
	margin: -10px 0 20px 60px;
}
.system_order_finish .contents {
	background-color: #f8f8ff;
	border: solid 5px #eaeaea;
	padding: 12px 12px 12px 12px;
	margin: 0;
}
.system_order_finish .contents strong {
	display: block;
	margin-bottom: 16px;
	padding-top: 2px;
	padding-left: 20px;
	background-image: url(/img/icon/icon_lightbulb.png);
	background-repeat: no-repeat;
	background-position: left center;
	font-weight: bold;
}
.system_order_finish .contents p {
	margin: 8px 0 0 0;
	padding: 0;
}



/* ─ sub ────────────────────────────────── */
body.system_sub {
	margin: 25px 15px 0 15px;
	padding: 0;
	background-color: #ffffff;
}
.system_sub_description {
	margin: 0 0 10px 0;
	padding: 0;
}
.system_sub_form {
	margin: 0 0 10px 0;
	padding: 10px 10px 10px 10px;
	background-color: #f2f2f2;
	border: 1px solid #cccccc;
}
.system_sub_form table tr th {
	text-align: left;
	padding: 4px 12px 4px 4px;
	font-weight: normal;
}
.system_sub_form table tr td {
	text-align: left;
	padding: 4px 5px 4px 0;
	font-weight: normal;
}

.system_sub_button {
	margin: 30px 0 10px 0;
	text-align: center;
}
.system_sub_button input {
	background-color: #eeeeee;
	border: solid 1px #aaaaaa;
	text-align: center;
	padding: 5px 4px 4px 4px;
}
.system_sub_button input:hover {
	background-color: #cccccc;
	border: solid 1px #000000;
}


/* 20081126 追加 */
.system_order_login ul li .contents table{
	width:100.0% !important;
}
.system_order_login ul li .contents table tr th{
	font-size:11px !important;
}
.system_order_login ul li .contents table tr td{
	padding:0 0 0 8px !important;
}
.system_order_login ul li .contents table tr td input{
	width:150px !important;
	padding:2px !important;
	margin:0 0 0 0 !important;
}