@charset "UTF-8";
/* cart / member pages / css */

/* ---------------- SHOPPING CART ---------------- */

h2.cart_title {
	margin-top: 10px;
	font-size: 14pt;
	font-family:Helvetica, Arial, sans-serif;
}

div.cartdetail table {
	margin-top: 20px;
	margin-left: 20px;
}

div.cartdetail table th {
	text-align: left;
	padding: 3px 5px 10px 0;
	background-color: #FFF;
}

div.cartdetail table th.cart_center {
	text-align: center;
}

div.cartdetail table td {
	padding: 0px 5px 15px 0;
	text-align: left;
	vertical-align: top;
	font-size: 95%;
}

div.cartdetail table tr.itembox td {
	padding-bottom: 3px;
	border-top: #333 1px solid;
	padding-top: 10px;
}

div.cartdetail table tr.itembox table td {
	border-top: none;
	padding-top: 0;
}

div.cartdetail table tr.itembox td.itemnum, div.cartdetail table tr.itembox td.itemsimg,  div.cartdetail table tr.itembox td.itemdel {
	text-align: center;
	background-color: #FFF;
}

/* item num */
div.cartdetail table td.itemnum {
	background-color: #FFF;
	position: relative;
	vertical-align: middle;
	padding:0;
}


/* item image */

div.cartdetail table td.itemsimg img {
	width: 50px;
	height:50px;
}

/* item quantity */

div.cartdetail table table {
	vertical-align: top;
	margin: 0;
}

div.cartdetail table table td {
	padding: 0;
}


div.cartdetail table table td img {
	position: relative;
	margin: 0 2px;
	display: block;
}



/* total price */

div.cartdetail table td.carttotal {
	text-align: right;
	padding: 5px 5px 3px 0px;
	background-color:#DEDEDE;
}

div.cartdetail table td.carttotal strong{
	color: #FF3300;
	font-weight: bold;
}

div.cartdetail p {
	padding-top: 10px;
	padding-right: 20px;
	text-align: right;
	font-size: 90%;
}

/* order or shopping */

div.cartdetail div {
	padding-top: 25px;
	text-align: center;
}

div.cartdetail div a img {
	padding: 0 3px;
}


/* nocart */
div.cartdetail td.nocart {
	text-align: center;
	padding: 30px 0 30px 0;
	border-top: #333 1px solid;
	border-bottom: #333 1px solid;
}

/* preoder text */
div.cart_preorder {
	width: 615px;
	padding: 20px 5px 20px 5px;
	margin: 20px;
}

div.cart_preorder p {
	text-align: left;
	line-height: 150%;
}


/* ---------------- SEARCH RESULT ---------------- */


div.search_name {
	background-color:#FFFFFF;
	float:left;
	text-align:left;
	width:300px;
	margin-top: 20px;
}

div.search_name h2 {
	font-weight: bold;
}

div.search_name p {
	font-weight: normal;
	margin-top: 10px;
	font-size: 95%;
}

div.search_name h2 strong.sname {
	font-size: 0pt;
}

div.search_name h2 strong.sname font{
	font-size: 14pt;
}

div.search_menu {
	background-color:#FFFFFF;
	float:right;
	margin-top:20px;
	text-align:right;
	width:300px;
}
div.search_menu p.fade {
	font-family:Helvetica, Arial, sans-serif;
}


div.search_menu p span{
	margin-right: 7px;
}

div.search_menu img {
	margin: 0 7px;
	vertical-align: middle;
}
div.search_menu table {
	margin-top:10px;
	width: 300px;
}
div.search_menu table tr td {
	color:#999999;
	font-size:95%;
	text-align:right;
}

div.search_menu table tr td.line {
	display: none;
}

div.search_menu table tr {
	border: none;
	background-color: #FFF;
}

div.search_menu table a {
	padding: 0;
}

/* search_result */

div.search_result {
	clear: both;
}

div.search_result table.search_table {
	margin-top: 25px;
	margin-left: 20px;
}

div.search_result table.search_table table {
	width: 615px;
}


div.search_result table.search_table table img  {
	display: none;
}

div.search_result table.search_table table a img {
	display: block;
}

div.search_result table.search_table table td.woong {
	width: 1000px;
}

div.search_result table.search_table table td.woong font {
	font-weight: normal;
	font-size: 80%;
	color: #333333;
	border-bottom: #333 1px solid;
	padding-bottom: 10px;
	display: block;
	padding: 5px 0px;
	width: 100%;
}


div.search_result table.search_table table td {
	padding: 7px 0;
	background-color: #FFF;
}

div.search_result table.search_table table tr {
	border-bottom: #333 1px solid;
}


div.search_result table.search_table table td img {
	width: auto;
	height: auto;
}

div.search_result table.search_table table a u {
	line-height: 130%;
	margin-left: 5px;
	display: block;
}

div.search_result table.search_table table td.line {
	padding:  0px;
}

div.search_result table.search_table table a:link u {color: #333; text-decoration: none;}
div.search_result table.search_table table a:visited u {color: #333; text-decoration: none;}
div.search_result table.search_table table a:active u {color: #C0C0C0; text-decoration: none;}
div.search_result table.search_table table a:hover u {color: #C0C0C0; text-decoration: none;}


/* ---------------- MEMBER REGISTRATION ---------------- */


/* member rule */

div.main_member_rule {
	text-align: center;
	font-size: 95%;
	width: 655px;
	background-color: #FFF;
}

div.main_member_rule textarea {
	width: 615px;
	height: 500px;
	margin: 10px 0 0 0;
	line-height: 130%;
}

div.main_member_rule p {
	margin-top: 25px;
}

div.main_member_rule p a {
	padding: 0 2px;
}

div.main_member_rule p span {
	display: block;
	margin-top: 10px;
	color: #FF3300;
	font-size: 90%;
}

/* member page */

div.registration_title {
	background-color:#FFFFFF;
	float:left;
	margin-top:10px;
	text-align:left;
	width:300px;
}

div.registration_menu {
	background-color:#FFFFFF;
	float:right;
	margin-top:10px;
	text-align:right;
	width:300px;
}

div.main_member {
	width: 615px;
	margin-left: 20px;
	margin-top: 25px;
}


div.main_member p.member_proro {
	font-size: 90%;
	border-bottom: #333 1px solid;
	margin-bottom: 15px;
}

div.main_member p.member_proro font {
	display: block;
	margin-top: 5px;
	color: #FF3300;
}

div.main_member td.memberttl table {
	text-align: left;
	width: 615px;
}

div.main_member td.memberttl td.woong {
	color: #333333;
	font-size: 90%;
	line-height: 180%;
	padding: 5px;
	width: auto;
}


div.main_member td.memberttl td.woong font b {
	color: #FF3300;
	padding: 5px;
}

td.kakunin {
	padding-top: 20px;
	text-align: center;
}

/* member login */


h2.login_title {
	font-size: 14pt;
	font-family: Helvetica, Arial, "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", sans-serif;
}

p.pageread {
	line-height: 150%;
	margin-top: 25px;
	margin-left: 20px;
	margin-right: 20px;
}

p.login_form {
	margin-top: 25px;
	margin-left: 20px;
}

p.login_form img {vertical-align: middle;}

p.login_form input {margin: 0 15px 0 5px;}

p.login_form a { margin-right: 15px;}

p.login_form a.lostpass {
	font-size: 90%;
}

p.login_form a.lostpass:link {color: #0173BC; text-decoration: none;}
p.login_form a.lostpass:visited {color: #0173BC; text-decoration: none;}
p.login_form a.lostpass:active {color: #C0C0C0; text-decoration: none;}
p.login_form a.lostpass:hover {color: #C0C0C0; text-decoration: none;}


div.memberregi {
	margin-left: 20px;
	margin-top: 25px;	
}

div.memberregi p {
	margin-top: 15px;
	line-height: 150%;
	font-size: 95%;
}


/* ---------------- SHOPPING GUIDE ---------------- */

div.guidebox {
	position: relative;
	margin-top: -10px;
	width: 655px;
}

div.main_guide {
	margin-left: 20px;
	margin-top: 15px;
	width: 615px;
	text-align: left;
}

div.main_guide p {
	width: 615px;
	margin: 0;
	font-size: 95%;
	line-height: 200%;
}

h2.guide_title {
	margin-top: 10px;
	font-size: 14pt;
	font-family:Helvetica, Arial, sans-serif;
}

div.main_guide h3 {
	margin-top: 25px;
	margin-bottom: 10px;
}

div.main_guide h3 span {
	color: #0173BC;
}

div.main_guide p em, div.main_guide p strong {
	font-style: normal;
	color: #FF3300;
}

div.main_guide table {
	border:1px solid #3B3B3B;
	border-collapse:collapse;
	margin:10px 0pt 5px 10px;
	width:500px;
}

div.main_guide table tr th.souryou {
	width:50px;
}

div.main_guide table tr th {
	background:#FFF;
	border:1px solid #3B3B3B;
	color:#333;
	font-weight:normal;
	line-height:150%;
	padding:3px 5px;
}

div.main_guide table tr td {
	background-color:#FFF;
	border:1px solid #3B3B3B;
	color:#333;
	line-height:150%;
	padding:3px 5px;
	text-align:left;
}


/* ---------------- PASSWORDS MISSING ---------------- */

div.mem_passwords {
	margin-top: 25px;
	margin-left: 20px;
	width: 615px;
}

div.mem_passwords p {	margin-bottom: 15px;}

div.mem_passwords p img {	vertical-align: middle;}

div.mem_passwords p input {	margin: 0 0 0 5px;}


/* ---------------- BUY LOGIN ---------------- */

div.memberregi a {	margin-right: 5px;}

