@charset "Shift_JIS";
/* --------------------------------------------------------------------
	ログインフォーム
--------------------------------------------------------------------- */
div.login_ {
}

div.login_ div.top_comment_ {
	width:850px;
}

div.login_ div.loginform_ {
	width:417px;
	padding:0 0 10px;
	text-align:center;
	float: left;
	margin: 0 0 20px;
	height: 290px;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

div.login_ div.loginform_ .form_text_ {
	margin-bottom: 10px;
}
div.login_ div.inputimage_ {
	margin:8px auto;
	text-align:center;
}
div.askpass_ {
	margin:15px auto 0;
	text-align:center;
}
div.login_ div.entry_ {
	margin:2px auto;
	text-align:center;
	font-size:10px
}
div.login_ table.loginform_ {
	margin:auto;
	text-align:center;
}
div.login_ table.loginform_ th {
	padding: 2px;
	text-align: right;
	font-weight: bold;
}
div.login_ table.loginform_ td {
	padding: 2px;
	text-align: left;
}
div.login_ table.loginform_ td input.login_uid_ {
	width: 300px;
}
div.login_ table.loginform_ td input.login_pwd_ {
	width: 300px;
}
div.login_ table.loginform_ td input.login_uid_mail_ {
	width: 300px;
}

div.customer_ p.message_{margin-top:0px;}

/* --------------------------------------------------------------------
	パスワードを忘れた方
--------------------------------------------------------------------- */
table.askpass_ {
	margin-bottom: 10px;
}
table.askpass_ th {
	width: 16em;
}
/* --------------------------------------------------------------------
	マイページ・会員情報
-------------------------------------------------------------------- */
div.customer_ {
}

div.customer_ .common_headline2_ { /* h3相当 会員登録フォーム*/
	font-size: 14px;
	background: url(../img/usr/rk_bg_common_headline2.gif) 0 0 repeat-x;
	height: 22px;
	padding: 10px 0 0 10px;
	font-weight: bold;
	clear: both;
	margin-bottom:20px;
}

div.customer_ .common_headline3_ { /* h3相当 会員登録フォーム*/
	clear: both;
	margin: 0 0 15px 0;
	border-left: 5px solid #333;
	padding: 2px 0 2px 9px;
	height: auto;
	background: none;
	font-size: 14px;
}

div.customer_ table.customer_,div.customer_ table.customerconfirm_  {
	margin: 0 auto 40px;
	width: 850px;
	border-width: 1px;
	border-style: solid;
	border-color: #c8c8c8;
}
div.customer_ table.customer_ th,
div.customer_ table.customerconfirm_ th {
	padding:7px 10px;
	vertical-align:top;
	border-bottom: 1px solid #c8c8c8;
	background: transparent;
	background-color: #dedede;
	font-weight: lighter;
	width: 23em;
}

div.customer_ table.customer_ 
td, div.customer_ table.customerconfirm_ td {
	text-align:left;
	padding:7px 10px;
	vertical-align:top;
	border-bottom: 1px solid #c8c8c8;
}

/* --------------------------------------------------------------------
	新規会員登録
-------------------------------------------------------------------- */
div.customer_ .agreebody_ {
	margin: 20px 0;
	width: 100%;
}
/* --------------------------------------------------------------------
	マイページ　トップ
-------------------------------------------------------------------- */
div.customer_status_ {
	margin: 0 auto 20px;
	padding: 0 0 10px;
	border-bottom: 1px solid #CCC;
	width: 850px;
}
.loginname_ {
	font-weight: bold;
}
.mypoint_ {
}
p.recommend_ {
	margin-bottom: 20px;
	font-size: 14px;
	font-weight: bold;
}
div.mymenu_ {
	margin-bottom: 20px;
	width: 100%;
	overflow: hidden;
	clear: both;
}

div.mymenu_ ul{
	margin-top:10px;
}

div.mymenu_item_ {
	margin-bottom: 10px;
	padding: 10px 0 20px 0;
	width: 100%;
	overflow: hidden;
	border-bottom: 1px dashed #CCC;
}
div.mymenu_item_ .img_ {
	margin: 0 10px 0 10px;
	float: left;
	display: inline;
	width: 60px;
}
div.mymenu_item_ .desc_ {
	margin: 0 10px 0 0;
	float: left;
	display: inline;
	width: 750px;
}
div.mymenu_item_ h3 {
	font-size: 16px;
	font-weight: bold;
	padding: 2px 0 5px;
}
div.mymenu_item_ p, div.mymenu_item_ ul {

}
div.mymenu_item_ ul li {
	background: url(../img/usr/rk_ar_left03.gif) 0 4px no-repeat;
	padding-left: 15px;
	margin:5px 0 0 0;
}
/* --------------------------------------------------------------------
	マイページ　購入履歴
-------------------------------------------------------------------- */
div.customer_ .method_addr_ {
	margin-bottom: 10px;
	padding-left: 10px;
}
div.customer_ .destgoodslist_ {
	margin-bottom: 20px;
}
table.history_ {
	margin-bottom: 20px;
}
table.history_ th {
	font-weight: bold;
}
table.history_ td.order_dt_ {
	white-space: nowrap;
}
table.history_ td.order_detail_ ul {
	margin-bottom: 5px;
}
table.history_ td.order_detail_ ul li {
	margin-left: 2em;
	list-style: square;
}
table.history_ td.order_detail_ p.order_again_ {
	padding: 5px;
	text-align: right;
	font-weight: bold;
}
table.history_ td.total_ {
	text-align: center;
	font-size: 14px;
}
ul.historydetail_ {
	margin: 10px auto;
}
ul.historydetail_ li img {
	margin-right:5px;
}
/* --------------------------------------------------------------------
	マイページ　カード情報確認
-------------------------------------------------------------------- */
div.cardedit_ {
}
div.cardedit_ table th {
	width: 16em;
}
/* 現在の登録内容 */
div.cardedit_info_ {
	margin:0 auto 20px;
	width:850px
}
/**/
td.card_ label {
	margin: 0 20px 0 5px;
}
/* --------------------------------------------------------------------
	マイページ　メールアドレス変更
-------------------------------------------------------------------- */

table.mailchange_,
table.withdrawal_ {
	margin: 0 0 10px;
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #c8c8c8;
}
table.mailchange_ th,
table.withdrawal_ th {
	padding:7px 10px;
	vertical-align:top;
	border-bottom: 1px solid #c8c8c8;
	background: transparent;
	background-color: #dedede;
	font-weight: lighter;
	width: 16em;
}

table.mailchange_ td,
table.withdrawal_ td {
	text-align:left;
	padding:7px 10px;
	vertical-align:top;
	border-bottom: 1px solid #c8c8c8;
}
/* --------------------------------------------------------------------
	マイページ　ID変更
-------------------------------------------------------------------- */
table.idchange_ {
	margin-bottom: 10px;
}
table.idchange_ th {
	width: 16em;
}
/* --------------------------------------------------------------------
	マイページ　パスワード変更
-------------------------------------------------------------------- */
table.passchange_ {
	margin-bottom: 10px;
}
table.passchange_ th {
	width: 16em;
}
/* --------------------------------------------------------------------
	マイページ　お気に入り
-------------------------------------------------------------------- */
div.customer_ .bookmark_frame_ {
	margin-bottom: 10px;
}
div.customer_ table.bookmark_item_ {
	width: 100%;
	border-bottom: 1px dashed #CCC;
}

table.bookmark_item_ td.cartgoods_ {
	width: 15px;
}
table.bookmark_item_ td.img_ {
	padding: 10px 5px;
	float: left;
	display: inherit;
	width: 120px;
	overflow: hidden;
}
table.bookmark_item_ td.img_ img{
	margin:4px 0;
}

table.bookmark_item_ td.img_ .rk_icon_ {
	text-align:center;
}

table.bookmark_item_ td.img_ .rk_icon_ img{
	margin:10px 0;!important
}
table.bookmark_item_ td.desc_ {
	padding: 10px 0;
	vertical-align:top;
	width: 680px;
}
table.bookmark_item_ div.name1_ {
	margin-bottom: 5px;
}
table.bookmark_item_ table.spec_ {
	width:100%;
	margin-bottom:5px;
}
table.bookmark_item_ table.spec_ th {
	padding: 0 3px 0 0;
	white-space: nowrap;
	font-size: 10px;
	vertical-align: top;
}
table.bookmark_item_ table.spec_ td {
	font-size: 10px;
}

table.bookmark_item_ table.spec_ td.fv_price_ {
	font-size: 12px;
}

table.bookmark_item_ table.spec_ td.icon_ img {
	vertical-align:middle;
	margin-right: 5px;
}
table.bookmark_item_ .edit_memo_ {
	margin-top: 5px;
	font-weight: bold;
}
table.bookmark_item_ .memo_ {
	padding: 5px;
	border: 1px solid #CCC;
	background: #F8F8F8;
}
table.bookmark_item_ div.del_ {
	text-align: center;

}
div.bookmark_buy_ {
	margin-bottom: 20px;
}
/* --------------------------------------------------------------------
	マイページ　お問い合わせ
-------------------------------------------------------------------- */
div.contact_ {
}
div.contact_ table {
	margin: 0 0 10px;
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #c8c8c8;
}
div.contact_ table.contact_ th {
	padding:7px 10px;
	vertical-align:top;
	border-bottom: 1px solid #c8c8c8;
	background: transparent;
	background-color: #dedede;
	font-weight: lighter;
	white-space: nowrap;
	width: 14em;
}
div.contact_ table.contact_ td {
	text-align:left;
	padding:7px 10px;
	vertical-align:top;
	border-bottom: 1px solid #c8c8c8;
}
div.contact_ div.contact_reform_ {
	margin:auto;
	text-align:center;
}
/* --------------------------------------------------------------------
	マイページ　お問い合わせ履歴
-------------------------------------------------------------------- */
/* お問合せ履歴 */
div.contact_ ul.contactlist_ {
	margin-bottom: 20px;
}
div.contact_ ul.contactlist_ li {
	padding: 10px;
	border-bottom: 1px dashed #CCC;
}
div.contact_ table.detaillistline_ {
	border: dotted 1px;
	margin:2px auto;
}
/* お問合せ詳細 */
.contactdetail_title_ {
	margin-bottom: 20px;
	padding: 10px;
	font-size: 14px;
	border-bottom: 1px dashed #CCC;
}
.contactdetail_title_ .subject_ {
	margin-left: 20px;
	font-weight: bold;
}
.contactdetail_title_ .id_ {
	margin-left: 10px;
	font-size: 10px;
}
/* スレッド */
div.contactlist_ {
	margin-bottom: 20px;
}
div.contactlist_ .contactlist_order_id_ {
}
div.contactlist_ .contactlist_goods_ {
	margin: 0 0 0 20px;
}
div.contactlist_line_ {
	margin-top: 10px;
	width: 100%;
	overflow: hidden;
	border: 1px solid #CCC;
}
div.contactlist_line_ .contactlist_head_ {
	width: 100%;
	overflow: hidden;
	background: #F0F0F0;
	border-bottom: 1px solid #CCC;
}
div.contactlist_line_ .contactlist_head_ .name_ {
	padding: 5px;
	float: left;
	display: inline;
	font-weight: bold;
	width: 40%;
}
div.contactlist_line_ .contactlist_head_ .updt_ {
	padding: 5px;
	float: right;
	display: inline;
	text-align: right;
	width: 40%;
}
div.contactlist_line_ .comment_ {
	padding: 10px;
}
/* --------------------------------------------------------------------
	マイページ　退会
-------------------------------------------------------------------- */
table.withdrawal_ {
	margin-bottom: 10px;
}
table.withdrawal_ th {
	width: 16em;
}


/* 追加スタイル */
div.login_ div.loginform_beginner_ {
	width:417px;
	padding:0 0 10px;
	text-align:center;
	float: left;
	margin: 0 10px 20px 0;
	height: 290px;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
#login_registtext{
clear:both;
}
ul.historydetail_ li img {
margin-right:5px;
}
div.login_ .common_headline2_ { 
	margin-bottom: 10px;
	background: url(../img/usr/rk_bg_common_headline2.gif) 0 0 repeat-x;
	height: 32px;
	padding:7px 0 0 10px;
	font-weight:bold;
}

div.askpass_ img{
	margin-right:5px;
}

.rk_btn_buy {
	background: url(../img/sys/button/rk_buy_bg.jpg) 0 0 repeat-x;
	width:368px;
	height:32px;
	float: left;
	margin: 100px 20px;
	text-align: center;
	padding: 25px 0;
}

.rk_btn_buy a {
	color: #FFF;
	display:block;	
	line-height:160%;
}

.rk_sys_reco {
	width:365px;
	text-align:left;
	float: right;
	margin: 0 0 20px;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

div.mymenu_item_ h3#mymenu_logout {
	font-size: 16px;
	font-weight: bold;
	margin: 15px 0;
}

.rk_link_ {
	text-align:center;
	margin-top: 10px;
}

div#rk_member_ill{
	margin:0 auto;
	width: 543px;
}

div.customer_ table.customer_ td textarea {
	width:590px;
	height:100px;
}

div.contact_ table textarea {
	width:590px;
	height:100px;
}

div.customer_ table.custdest_ {
	margin: 0 0 20px;
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #c8c8c8;
}

div.customer_ table.custdest_ th {
	padding:7px 10px;
	vertical-align:top;
	border-bottom: 1px solid #c8c8c8;
	background: transparent;
	background-color: #dedede;
	font-weight: lighter;
	width: 20em;
}

div.customer_ table.custdest_ td{
	text-align:left;
	padding:7px 10px;
	vertical-align:top;
	border-bottom: 1px solid #c8c8c8;
}

.contact_reform_ textarea {
	width:650px;
	height:100px;
}

div.massage_{
	margin: 0 0 40px;
}


table.passchange_,
table.askpass_ {
	margin: 0 0 10px;
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #c8c8c8;
}
table.passchange_ th,
table.askpass_  th {
	padding:7px 10px;
	vertical-align:top;
	border-bottom: 1px solid #c8c8c8;
	background: transparent;
	background-color: #dedede;
	font-weight: lighter;
	width: 16em;
}

table.passchange_ td,
table.askpass_ td {
	text-align:left;
	padding:7px 10px;
	vertical-align:top;
	border-bottom: 1px solid #c8c8c8;
}
