/* ************************************************ 
 * ------------------------------------------------
 *	マイアカウント画面 CSS
 * ------------------------------------------------
 * ************************************************ */




@charset "utf-8";

/*　Reset Stylesheet */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
	list-style:none;
}
body {
	line-height:1;
	color:#000;
	-webkit-text-size-adjust: none;
    font-family: arial, "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", Meiryo, メイリオ, Osaka, helvetica, serif;
    background: #f2eee8;
}

article, aside, dialog, figure, footer, header,
hgroup, nav, section {
	display:block;
}

nav ul {
	list-style:none;
}

blockquote, q {
	quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}

a {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
	overflow: hidden;
	outline: none;
}

ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}

mark {
	background-color:#ff9;
	color:#000;
	font-style:italic;
	font-weight:bold;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom:1px dotted #000;
	cursor:help;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select, textarea {
	vertical-align:middle;
    border:1px solid #cccccc;
    padding: 5px 7px;
    font-size: 14px;
	font-family:Helvetica, Arial,
 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',
 Meiryo, メイリオ, sans-serif;
}

.ctr {
	text-align:center;
}

/*text*/
a:link,a:visited{color:#653D2A; text-decoration: none;}
a:hover,a:active{color:#653D2A; text-decoration: underline;}
#footer{ color: #fff; font-size: 12px;}


.p-page__body{
	background: none !important;
}

.p-page__body-inner{
	border:none;
	margin-top: 10px;
}

.p-page__secure{
	max-width: inherit;
	text-align: center;
}

.p-secure__msg{
	float:none;
}

.p-page__title{
	background: #9E8563 !important;
	font-size: 16px !important;
	color: #fff !important;
	font-weight: bold !important;
	padding: 6px 0 !important;
}

/* ------------------------------------- 
 *	入力項目
 * ------------------------------------- */

.base01 {
    background:url(https://file003.shop-pro.jp/PA01090/509/mf/bg_mv.png) no-repeat #0b91ef;
	max-width: 100% !important;
	text-align: center;
}

.base02 {
	width: 100% !important;
    margin: 0 auto 0 auto !important;
    max-width: 100% !important;
    background: #f2eee8 !important;
}
.p-page__body-inner{
	width: 1000px !important;
	padding: 0 !important;
    margin: 0 auto;

}
.c-button__group {
    margin: 20px 0 50px !important;
    text-align: center;
}
.c-button__group--sub{
	position: absolute;
    top: 20px;
    left: 75%;
}
.c-form__title{
	font-size: 14px !important;
}
.base02 a{
	font-size: 12px !important;
	display: block;
	margin-bottom: 20px;
}

.title_area {
	background:url(https://file003.shop-pro.jp/PA01090/509/mf/logo2.png) no-repeat left;
	background-size: 360px auto;
	height: 110px;
	width: 1000px !important;
	margin: 0 auto;
	padding: 0 !important;
}

.p-page__title {
	margin: 0 0 30px 0;
	background: url(https://file003.shop-pro.jp/PA01090/509/mf/bg_title.png) repeat-x bottom transparent !important;
	padding: 50px 0 30px !important;
	font-size: 30px !important;
	line-height: 25px !important;
	font-weight: normal !important;
	color: #000 !important;
	text-align: left !important;
}
.c-alert{
	color: #000 !important;
    background: transparent !important;
    padding: 0 !important;
    font-size: 14px !important;
}
.p-page__footer{
	background: #222;
	color: #fff !important;
    font-size: 14px !important;
	padding: 20px 0 30px !important;
}
.p-page__copyright{
    font-size: 14px !important;
    margin-bottom: 30px;
}
.p-shop__title{
	display: none;
}
.shop_title {
	font-size: 12px;
	display: block;
	padding: 0 !important;
	text-indent: -9999px;
}

.sub {
	width: 780px !important;
	margin: 0px !important;
	padding: 0px !important;
}

/* ------------------------------------- 
 *	テーブルの背景色と文字色
 * ------------------------------------- */

* div{
	width: inherit !important;
}

form table{
    border-top: 3px solid #ccc;
    border-right: 2px solid #ccc;
    border-left: 2px solid #ccc;
    border-bottom: 3px solid #ccc;
	margin: 15px 0 35px 0;
	width: 780px;
}

form table th{
    border: 1px solid #ccc;
	border-collapse: collapse;
	padding: 15px;
	color: #000;
	width: 25%;
	background: url(https://file003.shop-pro.jp/PA01090/509/mf/bg_title2.png) #fff;
	vertical-align: middle;
}

form table td{
    border: 1px solid #ccc;
	border-collapse: collapse;
	padding: 15px !important;
	font-size: 12px;
	background: #fff;
}

.CELL_1_L{
	color: #000;
	width: 25%;
	font-weight: bold;
	background: url(https://file003.shop-pro.jp/PA01090/509/mf/bg_title2.png) #fff;
	vertical-align: middle;
}


.prod_total, .all_total {
	font-weight: bolder;
	display: block;
}


/* ------------------------------------- 
 *	ボタン
 * ------------------------------------- */

.submit_btn {
	text-align:center !important;
}

/*決済ページ:カートを空にする&変更*/
.submit_btn_cart01 {
}

/*決済ページ:買い物を続ける&レジへ進む*/
.submit_btn_cart02 {
}

/* ------------------------------------- 
 *	コピーライト、セキュア
 * ------------------------------------- */

.copyright{
	width: 100%;
	text-align:center !important;
	margin:20px auto !important;
	color: #fff !important;
 background: #9E8563;
 padding: 20px 0  !important;
}

.secure_seal {
	text-align:center;
	margin:20px auto !important;
}

.secure_table {
	margin:20px auto !important;
	text-align:center;
}

.secure_table td{
	vertical-align: top;
}


/* ------------------------------------- 
 *	注意書き１の文字色
 * ------------------------------------- */
.note {
	font-size: 11px;
	color: #F82F1C;
}

/* ------------------------------------- 
 *	注意書き２の文字色
 * ------------------------------------- */
.note2 {
	font-size: 11px;
	color: #3B6190;
}

/* ------------------------------------- 
 *	注意書き３の文字色
 * ------------------------------------- */
#note3 {
	font-size: 11px;
	color: #3B6190;
}

/* ------------------------------------- 
 *	メッセージ表示域の設定
 * ------------------------------------- */
.info {
	border: #78A22D 1px dotted;
	padding: 10px;
	font-size: 12px;
	margin: 30px auto 20px auto;
	color: #78A22D;
	background:url(https://file003.shop-pro.jp/PA01090/509/mf/bg_title2.png) #fff;
	text-align: left;
	width: 760px !important;
	line-height: 1.4;
}
.info a{
	color:#653D2A;
	text-decoration: none;
	font-weight: normal !important;
	margin: 0;
	padding: 0;
}
.info a b{
	font-weight: normal !important;
}

.info div{
	display: none;
}

/* ------------------------------------- 
 *	会員ログインページのメッセージ表示域の設定
 * ------------------------------------- */
.members_info {
	border: #3c60c5 1px dotted;
	padding: 10px;
	font-size: 11px;
	margin: 10px auto;
	width: 90%;
	color: #3c60c5;
	background-color: #f8f8ff;
	text-align: left;
	display: none;
}

/* ------------------------------------- 
 *	エラー表示域の設定
 * ------------------------------------- */
.errorbox {
	background-color: #00929F;
	border: 2px solid;
	border-color: #007782;
	padding: 4px 2px 4px 5px;
	margin:10px auto;
	text-align: left;
	color:#FFFFFF;
	font-size:11px;
}

/* ------------------------------------- 
 *	手数料の文字色
 * ------------------------------------- */
.sub_charge {
	color: #900990;
	font-weight: bold;
}

/* ------------------------------------- 
 *	使用ポイントの文字色
 * ------------------------------------- */
.point_discon {
	color: 00929F;
	font-weight: bold;
}
