@charset "utf-8";
/* ===================================================================
コンテンツ
	01 基本設定
	02 パンクズ
	03 左メニュー
	04 TOP右カラム
	05 メンバーズカードページ
	06 登録内容の確認・変更
	07 アドレス帳
	08 お支払い方法
	09 ニュース レター登録・削除 → page-magazine
	10 マイショップ登録
	11 パスワードの変更
	12 ご注文履歴
	13 ポイント利用履歴
	14 お気に入りアイテム
	15 お気に入りコーディネート
	16 ログアウト
	17 退会
	18 変更完了ページ
	19.注文詳細
	20 メンバーズカードの認証
	21.マイショップ
	22.クーポン・キャンペーン
	23 非ログイン時 ニュース レター編集
	24 修理履歴
	25 レビュー
	26 レコメンド
	27 ポイント後付け登録
	28 他サイトとのアカウント連携
=================================================================== */
/* 01 基本設定
--------------------------------------------------------------------*/
body{
	font-size: 12px;
}
#contents{
	width:1100px;
}
#mypage {
	width: 100%;
	text-align:left;
	display: flex;
	justify-content: space-evenly;
}
#mypage *{
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ＭＳ Ｐゴシック", sans-serif;
}

/*ORIGINAL MYPAGE BTN*/
/*#mypage .single_btn, #mypage .multiple_btn {
	margin: 30px auto ;
}*/
#right_box.right_box_only{
	width: 100%;
}
#right_box .btn ul {
}
#right_box .btn ul li {
	display: inline-block;
}
#right_box .btn ul li:first-child {
	margin-right: 10px;
}
/* エラーテキスト */
#right_box .errorText {
	color: #ff0000;
}


/*マイページ フォーム共通設定*/
.mypage_form {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-left: -5px;
	margin-right: -5px;
}
.mypage_form_heading {
	-ms-flex: 0 0 173px;
	flex: 0 0 173px;
	max-width: 173px;
	padding: 27px 5px 15px;
}
.mypage_form_detail {
	-ms-flex: 0 0 667px;
	flex: 0 0 667px;
	max-width: 667px;
	padding: 15px 0;
	position: relative;
}
.mypage_form_detail #id {
	font-size: 14px;
	line-height: 40px;
}
.mypage_form_detail.gender {
	font-size:0;
	letter-spacing: -.45em;
	padding: 26px 5px;
}
.mypage_form_detail.gender .form_radio_left input[type="radio"] + label {
	font-size:14px;
	letter-spacing:normal;
	margin-right: 15px;
	padding-left: 27px;
}
.mypage_form_detail.gender .form_radio_left input[type="radio"] + label:last-child {
	margin-right: 0;
}
.mypage_form.mypage_form_confirm {
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.mypage_form_confirm .mypage_form_heading,
.mypage_form_confirm .mypage_form_detail {
	padding: 15px 5px;
}
.mypage_form_confirm .mypage_form_detail {
	font-size: 14px;
}
.mypage_form .error_message {
	display: block;
	color: #ff3300;
	font-size: 12px;
}
.mypage_form_loginid{
	border-top: 1px solid #BCC3C9;
	border-bottom: 1px solid #BCC3C9;
	padding: 35px 0;
	margin-top: 30px;
}
.mypage_form_row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	margin-right: -10px;
	margin-left: -10px;
}
.mypage_form_row  > [class*=col_] {
	padding-right: 10px;
	padding-left: 10px;
}
.col_mypage_1 {
	-ms-flex: 0 0 8.333333333%;
	flex: 0 0 8.333333333%;
	max-width: 8.333333333%;
}
.col_mypage_2 {
	-ms-flex: 0 0 16.666666667%;
	flex: 0 0 16.666666667%;
	max-width: 16.666666667%;
}
.col_mypage_3 {
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}
.col_mypage_4 {
	-ms-flex: 0 0 33.333333333%;
	flex: 0 0 33.333333333%;
	max-width: 33.333333333%;
}
.col_mypage_5 {
	-ms-flex: 0 0 41.666666667%;
	flex: 0 0 41.666666667%;
	max-width: 41.666666667%;
}
.col_mypage_6 {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}
.col_mypage_7 {
	-ms-flex: 0 0 58.333333333%;
	flex: 0 0 58.333333333%;
	max-width: 58.333333333%;
}
.col_mypage_8 {
	-ms-flex: 0 0 66.666666667%;
	flex: 0 0 66.666666667%;
	max-width: 66.666666667%;
}
.col_mypage_9 {
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%;
}
.col_mypage_10 {
	-ms-flex: 0 0 83.333333333%;
	flex: 0 0 83.333333333%;
	max-width: 83.333333333%;
}
.col_mypage_11 {
	-ms-flex: 0 0 91.666666667%;
	flex: 0 0 91.666666667%;
	max-width: 91.666666667%;
}
.col_mypage_12 {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}
.col_mypage_auto {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
	max-width: none;
	min-height: 1px;
	position: relative;
}
.mypage_input_group {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: stretch;
	align-items: stretch;
	width: 100%;
}
.mypage_input_group .mypage_form_input {
	/*-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	width: 1%;*/
}
.mypage_input_group_inline {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.mypage_input_group_inline .mypage_input_group {
	width: auto;
}
.mypage_input_group_inline .mypage_form_input {
	display: inline-block;
	width: auto;
	vertical-align: middle;
}
.mypage_input_group_prepend,
.mypage_input_group_append {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.mypage_input_group_text {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 35px;
	font-size: 14px;
	text-align: center;
	padding: 0 5px 0 0;
}
.mypage_input_group_note {
	font-size: 12px;
}
.mypage_input_group_append .mypage_input_group_text {
	-ms-flex-pack: start; /*IE10*/
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	width: auto;
	padding: 0 0 0 20px;
	font-size: 12px;
}

.mypage_form_label {
	display: inline-block;
    width: 470px;
    font-size: 14px;
    height: 38px;
    line-height: 38px;
    background-color: #c0c0c0 !important;
    background-image: none;
    padding: 0 12px;
    border: 1px solid #a6a6a6;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.mypage_form_input {
	display: inline-block;
	width: 100%;
	font-size: 14px;
	height: 38px;
	line-height: 38px;
	background-color: #fff;
	background-image: none;
	padding: 0 12px;
	border: 1px solid #a6a6a6;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.mypage_form_input::-webkit-input-placeholder,
.mypage_form_input::-moz-placeholder,
.mypage_form_input:-moz-placeholder,
.mypage_form_input:-ms-input-placeholder {
	color: #ccc;
}
.has_feedback .mypage_form_input {
	padding: 0 32px 0 12px;
}
.mypage_form .tag.tag_required {
	padding: 0 4px;
}
.mypage_form_text_help {
	display: block;
	font-size: 14px;
	line-height: 1.4;
	margin-top: 5px;
}
.mypage_form_text_register {
	font-size: 14px;
	text-align: center;
	line-height: 1.4;
	margin-bottom: 40px;
}

select {
	display: inline-block;
	width: auto;
	font-size: 14px;
	height: 40px;
	line-height: 40px;
	background: url(/static/full/images/common/detailsearch_select_arrow.png) right center no-repeat;
	background-size: 40px;
	background-color: #fff;
	padding: 0 52px 0 12px;
	margin: 0;
	border: 1px solid #a6a6a6;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

select[name=cancelReason] {
	line-height: 1em;
}

.mypage_form_select {
	/* overflow: hidden; */
	display: inline-block;
	font-size: 14px;
	position: relative;
	border: 1px solid #a6a6a6;
	background-color: #fff;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
/* .mypage_form_select:after {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 40px;
	display: block;
	content: "";
	background: url(/static/full/images/common/mypage_select.png) center no-repeat;
	pointer-events: none;
	border-left: 1px solid #ccc;
} */
.mypage_select {
	display: inline-block;
	width: 100%;
	height: 40px;
	line-height: 40px;
	background: url(/static/full/images/common/detailsearch_select_arrow.png) right center no-repeat;
	background-size: 40px;
	padding-left: 12px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.mypage_form_radio {
	display: inline-block;
	vertical-align: middle;
}
.mypage_form_radio + .mypage_form_radio {
	margin-left: 20px;
}
.mypage_form_input.wide_xs,
.mypage_form_select.wide_xs,
.mypage_form_radio.wide_xs {
	width: 120px;
}
.mypage_form_input.wide_sm,
.mypage_form_select.wide_sm,
.mypage_form_radio.wide_sm {
	width: 165px;
}
.mypage_form_input.wide_md,
.mypage_form_select.wide_md,
.mypage_form_radio.wide_md {
	width: 470px;
}

.mypage_form_input.wide_lg,
.mypage_form_select.wide_lg,
.mypage_form_radio.wide_lg {
	width: 800px;
}
.search_zip {
	display: inline-block;
    color: #2423ff;
    font-size: 12px;
    vertical-align: middle;
    text-decoration: none;
}

.value {
	position: relative;
	display: inline-block;
	width: 122px;
	font-size: 14px;
}
.value dt {
	background: url("/static/full/images/cart/pulldown.gif") 84px center no-repeat;
	background-size: 38px 38px;
	display: inline-block;
	font-size: 0;/* inline-block隙間対応 */
	cursor: pointer;
	width: 140px;
	padding: 0;
}
.value dt span {
	font-size: 14px;
	display: inline-block;
	width: 84px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	margin-right: 38px;
	padding: 0 5px;
	border: 1px solid #a6a6a6;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.value dd {
	display: none;
	position: absolute;
	top: 38px;
	left: 0;
	width: 100%;
	z-index: 1;
}
.value dd ul {
	border-top: 1px #a6a6a6 solid;
	border-right: 1px #a6a6a6 solid;
	border-bottom: 1px #a6a6a6 solid;
	border-left: 1px #a6a6a6 solid;
	overflow-y: auto;
	height: 200px;
	margin-top: -1px;
	box-sizing: border-box;
}
.value dd ul.card {
	border-right: 1px #a6a6a6 solid;
	border-bottom: 1px #a6a6a6 solid;
	border-left: 1px #a6a6a6 solid;
	overflow-y: auto;
	height: auto;
}
.value dd li {
	line-height: 23px;
	border-top: 1px #a6a6a6 solid;
	background-color: #FFF;
	cursor: pointer;
	text-align: center;
}
.value dd li:first-child {
	border-top: none;
}

.allconf{
	font-size: 14px;
	line-height: 1.4;
	text-align: center;
	padding: 40px 0;
}

.allconf_caution {
	font-weight: bold;
}
.required {
	display:inline-block;
	color:#ff3300;
	font-size:11px;
	margin:0 0 0 5px;
}
#mypage #caption.message_area {
    background: #F2F2F2;
    padding: 27px 15px;
    margin-bottom: 30px;
    line-height: 1.5;
}
#mypage #caption.message_area ul li {
	padding-left: 2em;
    text-indent: -2em;
}
#mypage #caption.message_area ul li span.txt-red{
	color: #FF0000;
}
/* 02 パンクズ
--------------------------------------------------------------------*/
/*
#mypage ul.bread{
	width: 1190px;
	margin: 0 auto;
	padding: 38px 0 50px;
	text-align: left;
}
*/

/* 03 左メニュー
--------------------------------------------------------------------*/
#left_box {
	width: 185px;
    float: left;
    margin: 0 45px 70px 0;
}
.mypage_profile {
	text-align: center;
    background-color: #4B4B48;
    color: #fff;
    margin-bottom: 40px;
}
.rank_guest{
	background:#fff;
}
.rank_basic{
	background:#976432;
	color: #fff
}
.rank_silver{
	background:#CDCCCB;
}
.rank_gold{
	background:#FFE22D;
}
.mypage_profile_name {
	color: #000;
	font-size: 18px;
	padding: 5px 0 10px;
	border-bottom: 1px solid #4B4B48;
	margin-bottom: 8px;
}
.mypage_profile_name span{
	font-size: 14px;
	margin-left: 3px
}
.member_info {
	padding: 25px 0;
    border-top-width: 0;
    position: relative;
}
.member_rank {
	width: 39%;
    border-right: 1px solid #FFFFFF;
    float: left;
}
.member_rank_heading {
	padding-top: 5px;
}
.member_rank_name {
	display: block;
	font-size: 36px;
	margin: 15px auto 15px;
}
.member_rank_item {}
.member_rank_text {
	line-height: 1.4;
}
.member_rank_info {
	text-align: right;
	padding-right: 20px;
}
.member_rank_link {
	color: #FFFFFF;
	text-decoration: underline;
}
.member_havepoint {
	width: 42%;
    float: left;
}
.member_havepoint_heading {
	width: 140px;
    float: left;
    margin: 12px 0 5px 30px;
    text-align: left;
    height: 14px;
    clear: both;
}
.member_havepoint_text{
	float: left;
    font-size: 20px;
    height: 20px;
    margin-top: 8px;
}
.member_havepoint_num {
	display: inline-block;
    font-size: 20px;
}
.member_havepoint_lapse {
	height: 20px;
	float: left;
}
.member_havepoint_lapse .member_havepoint_date {
}
.member_havepoint_lapse .member_havepoint_date span {
	font-size: 10px;
    padding-left: 3px;
}
.member_havepoint_heading.pointlapse {
	font-size: 12px;
}
.member_havepoint_heading.pointlapse , .member_havepoint_lapse{
	margin-top: 19px;
}
.member_havepoint_date span{
	font-size:10px;
}

.member_havepoint_heading.pointtotal{
	font-size:12px;
}
.member_havepoint_total{
	float: left;
	margin: 10px 0 5px 0;
	height: 14px;
	line-height: 14px;
}
.member_havepoint_total span{
	font-size:12px;
}
.member_history{
	display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 10px;
    top: 59px;
    width: 18%;
}
.member_history a.member_history_link {
	color: #000;
	display: block;
	position: relative;
	width: 120px;
	height: 40px;
	line-height: 40px;
	background: #EFEFEF;
	border-radius: 6px;
}
/*.member_history_link:after {
	content: "";
	width: 6px;
	height: 6px;
	margin-top: -5px;
	border-top: 1px solid #b0b0b0;
	border-right: 1px solid #b0b0b0;
	position: absolute;
	top: 50%;
	right: 5px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}*/
.member_id {
	margin: 20px 10px 5px;
	border: 1px #000 solid;
}
.member_id_heading {
	float: left;
	width: 65px;
	background-color: #000;
	color: #fff;
	line-height: 28px;
}
.member_id_code {
	float: left;
	text-align: center;
	width: 143px;
	font-size: 14px;
	line-height: 28px;
}
.member_id_text {
	margin: 0 10px 10px;
	font-size: 10px;
	text-align: left;
}
.mypage_menu {}
.mypage_nav {}
.mypage_nav_list {}
.mypage_nav_item {
	font-size: 13px;
	font-weight: bold;
}
.mypage_nav_item_middle {
	font-size: 12px;
	font-weight: normal!important;
}
.mypage_nav_item .select {
	background-color: #F2F2F2;
}
.mypage_nav_link {
    padding-left: 8px;
    line-height: 36px;
    display: block;
    position: relative;
}
.mypage_nav_item .mailmag_nav_link {
	line-height: 18px;
}
.mypage_menu_block {
	padding-bottom: 15px;
}
.mypage_menu_heading {
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px;
	padding: 12px 0;
	border-bottom: 1px solid #dcdcdc;
}
.mypage_menu_list {}
.mypage_menu_item {}
.mypage_menu_link {
	display: block;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
	padding: 15px 0 15px 10px;
	position: relative;
}

/* 04 右カラム
--------------------------------------------------------------------*/
#right_box {
	width: 850px;
	float: left;
	text-align: left;
	margin: 0 0 60px;
	font-size: 14px;
}
#right_box .subtitle {
	color: #000;
	font-size: 20px;
	font-weight: normal;
	line-height: 1.6;
	text-align: left;
	margin: 0 0 27px;
	padding: 0;
}
#right_box .subtitle2 {
	color: #000;
	font-size: 20px;
	font-weight: normal;
	text-align: left;
	margin: 0 0 15px;
	padding: 0;
	border: none;
	line-height: 20px;
}
#right_box .lead{
    line-height: 1.6;
    margin-bottom: 27px;
	padding: 14px 20px;
	background: #F2F2F2;
}
#right_box .note{
	line-height: 1.6;
}
#right_box .news, #right_box .coupon {
	line-height: 23px;
	font-size:13px;
	margin:0 0 35px 0;
	padding:0 0 40px 0;
	border-bottom: 1px solid #BCC3C9;
}
#right_box .recomend-item, #right_box .recomend-topics {
	line-height: 23px;
	font-size:13px;
	margin:0 0 35px 0;
	padding:0;
}
/* ニュース */
#right_box .news .member_detail,
#right_box .news .description{
	line-height: 2;
}
#right_box .news{
	padding:0 0 40px 0;
	border-bottom: 1px solid #BCC3C9;
}
#right_box .news li {
	font-size: 12px;
    margin-bottom: 20px;
}
#right_box .news dl {
	display: table;
}
.news .new_date {
	display: table-cell;
    width: 97px;
}
.news .new_title {
	display: table-cell;
}
.news .new_title a {
	text-decoration: underline;
}
#right_box .specific_news {
	padding: 20px;
	background-color: #F2F2F2;
}
#right_box .specific_news li {
	font-size: 12px;
    margin-bottom: 20px;
}
#right_box .specific_news li:last-child {
	font-size: 12px;
    margin-bottom: 0px;
}
#right_box .specific_news dl {
	display: table;
}
.specific_news .new_date {
	display: table-cell;
    width: 97px;
}
.specific_news .new_title {
	display: table-cell;
}
.specific_news .new_title a {
	text-decoration: underline;
}

/* おすすめアイテム */

#right_box .recommend_list li {
	width: 150px;
    float: left;
    margin: 0 25px 30px 0;
}
#right_box .recommend_list li:nth-of-type(5n) {
	margin: 0 0 30px 0;
}
#right_box .recommend_list li:nth-of-type(5n+1) {
	clear:both;
}
.recommend_list li .goods_name,
.recommend_list li .goods_code {
	font-size: 12px;
}
.recommend_list li .goods_price_proper {
	font-size: 12px;
    font-weight: normal;
    margin-bottom: 0;
}
.recommend_list li .goods_price_sale {
	font-size: 12px;
	font-weight: normal;
	margin: 0;
}
.recommend_list li .goods_price_off {
	display:none;
}
/* チェックしたアイテム */
.section_checkitem .common_title {
	font-size: 20px;
    text-align: center;
    margin-bottom: 12px;
}

.section_checkitem {
	margin-bottom: 30px;
	padding-top: 25px;
	border-top: 1px solid #4D4D4D;
}

.section_checkitem .item_box{
	width: 975px;
	box-sizing: border-box;
	margin:0 auto;
}
@media screen and (max-width: 1000px) {
	.section_checkitem {
		margin-left: -10px;
	}
	.section_checkitem .common_title{
		margin-left: -17px;
	}
	.section_checkitem .item_box {
		width: 899px;
		margin: 0;
		box-sizing: content-box;
	}
}
#checkeditem_container {
	margin: 0 6px;
}
.slick-prev, .slick-next {
	display: block;
	width: 40px;
	height: 40px;
	text-decoration: none;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	position: absolute;
	top: 50%;
	margin-top: 0px;
	z-index: 10;
	cursor: pointer;
	outline: none;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	filter: drop-shadow(0px 0px 2px rgba(255, 255, 255, 1));
}
.slick-prev:after {
	content: "";
	display: block;
	width: 16px;
	height: 16px;
	margin-top: -16px;
	margin-left: 16px;
	border-bottom: 2px solid #707070;
	border-left: 2px solid #707070;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.slick-prev {
	left: -3px;
}
.slick-next {
	right: -3px;
}
.slick-next:after {
	content: "";
	display: block;
	width: 16px;
	height: 16px;
	margin-top: -16px;
	margin-left: 7px;
	border-bottom: 2px solid #707070;
	border-left: 2px solid #707070;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
.section_checkitem .slick-prev {
	position: absolute;
	left: -48px;
}
.section_checkitem .slick-next {
	position: absolute;
	right: -45px;
}
/* おすすめ特集 */
#right_box .recomend-topics ul {
	letter-spacing: -0.45em;
}
#right_box .recomend-topics li {
	display: inline-flex;
	letter-spacing: normal;
	margin: 0 15px 15px 0;
}
#right_box .recomend-topics li:nth-of-type(3n) {
	margin: 0 0 15px 0;
}
#right_box .recomend-topics li .bnr_img, #right_box .recomend-topics li .bnr_txt {
	display: block;
	width: 250px;
}
#right_box .recomend-topics li .bnr_img {
	margin: 0 0 7px 0;
}
#right_box .recomend-topics li .date {
	display: block;
	font-size: 10px;
	font-weight: bold;
	padding: 0 5px 5px;
}
#right_box .recomend-topics li .bnr_title {
	font-weight: bold;
	line-height: 1.3em;
	padding: 0 5px;
}
/* 06 登録内容の確認・変更
--------------------------------------------------------------------*/


#right_box .check_change {

}
#right_box .repair_info .check_change {
	margin-top:-20px;
	margin-bottom:40px;
}

#right_box .check_change.buy_place{
	margin-top: -20px;
}
#webInfo,#purchaseInfo{
	padding-left: 25px;
}
.form_checkbox_left li {
	float: left;
    width: 330px;
    line-height: 36px;
}



/* 07 アドレス帳
--------------------------------------------------------------------*/

#right_box {
	color: #000;
	line-height: 14px;
	margin: 0 0px 30px;
}
.input_delivery .address_list {
	width: 100%;
	display: table;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: #CCC 1px solid;
}
.input_delivery .select {
	width: 180px;
	padding-left: 10px;
	vertical-align: top;
	display: table-cell;
	line-height: 1.6;

}
.input_delivery .address {
	width: auto;
	display: table-cell;
	vertical-align: middle;
	line-height: 1.6;
	padding: 0 10px 0 0;
}
.input_delivery .edit_address {
	width: 93px;
	display: table-cell;
	vertical-align: middle;
	/* padding-right: 10px; */
}
.input_delivery .edit_address a {
	background-position: left bottom;
	display: block;
	line-height: 12px;
	padding-left: 30px;
	text-decoration: underline;
}
.input_delivery .edit_address a {
	background: #4D4D4D;
	border-radius: 6px;
	color: #FFF;
	font-size: 12px;
	margin-bottom: 5px;
	margin-bottom: 5px;
	padding: 7px 10px 7px 11px;
	text-decoration: none;
	text-align: center;
}
.input_delivery .edit_address a+a {
	background: #B2B2B2;
	border-radius: 6px;
	color: #FFF;
	font-size: 12px;
	margin-bottom: 5px;
	margin-bottom: 5px;
	padding: 7px 10px 7px 11px;
	text-decoration: none;
	text-align: center;
}
.input_delivery .add_address {
	border-bottom: none;
	border-collapse: separate;
}
.input_delivery .add_address .select{
	line-height: 28px;

}
.input_delivery .add_address .address {
	line-height: 28px;
}
.input_delivery .add_address .select a {
	display: block;
	line-height: 28px;
}
.input_delivery .add_address .select a img {
	margin-right: 7px;
}


/* 08 お支払い方法
--------------------------------------------------------------------*/

#right_box .payment {
	margin: 0 0 30px;
	color: #555555;
}
#right_box .payment p {
	margin-bottom: 20px;
}
.payment_list {}
.payment_item {
	/*line-height: 28px;
	margin-bottom: 20px;*/
}
.payment_item  + .payment_item  {
	margin-top: 30px;
}
.btn_payment_credit {
	display: inline-block;
	color: #fff;
	background: #000;
	border-radius: 5px;
	padding: 5px 10px;
}
.payment_au_image {
	vertical-align: top;
	padding-left: 20px;
}
#right_box .member-info {
	color: #555;
	line-height: 1.6;
	margin: 10px 0 30px 0;
}
#right_box #completeMessage {
	text-align: center;
	margin: 20px auto;
}
#right_box #processingMessage {
	text-align: center;
	margin: 20px auto;
}
/* 09 ニュース レター登録・削除
--------------------------------------------------------------------*/
#mypage .mailmagazine {
	margin-bottom: 30px;
}
#mypage .mailmagazine li {
	margin-bottom: 10px;
}
#mypage .mailmagazine li dt {
	width: 460px;
    float: left;
    line-height: 36px;
}
#mypage .mailmagazine li dd {
	float: left;
    width: 390px;
    line-height: 36px;
}


/* ニュース レター登録・削除ページ */

#mypage .completion .confirmation {
	padding: 0 20px;
}
.completion p{
	line-height: 1.6;
}
#mypage .completion .confirmation p {
	text-align: left !important;
	margin: 30px 0 !important;
}
#mypage .completion .confirmation dl {
	margin: 0 0 20px 20px;
}
#mypage .completion .confirmation dl:after {
	content: " ";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#mypage .completion .confirmation dl dt {
	font-size: 15px;
	font-weight: bold;
	float: left;
	width: 200px;
}
#mypage .completion .confirmation dl dd {
	margin-left: 20px;
	font-size: 15px;
	float: left;
	width: 500px;
	color: #555555;
}
#mypage .completion .confirmation .storeInputCol {
	float: left;
	margin-right: 5px;
}
#mypage .completion #mailmagazine_brand_btn {
	margin-bottom: 10px;
}
#mypage .completion #mailmagazine_brand_btn li {
	margin-right: 10px;
	float: left;
}
#mypage .completion #mailmagazine_brand_btn button {
	padding: 8px 13px;
	border: 2px solid #cccccc;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	background: none;
	cursor: pointer;
}

/*お気に入りブランド*/
#mypage .favorite-mailmagazine .agree_area {
	margin: 10px 0;
}
#mypage .favorite-mailmagazine .checkbox_parallel .check_box {
	font-weight: bold;
}
#mypage .favorite-mailmagazine .checkbox_parallel .check_leftside input[type="checkbox"]#chkDm + label{
	margin-left: 0;
	font-weight: normal;
}
#mypage .favorite-mailmagazine .checkbox_parallel .check_leftside input[type="checkbox"]#favorite-mailMagazineCheckBox_MMGGDW + label{
	margin-left: 0;
	margin-bottom:20px;
	font-weight: normal;
}
#mypage .favorite-mailmagazine li {

}
#mypage .favorite-mailmagazine .favorite-brand_magazine li {
	width: 105px;
	height: 148px;
	float: left;
	border:1px solid #E2E2E2;
	margin: 0 0 14px 14px;
	padding: 17px 14px 17px;
	position:relative;
}
#mypage .favorite-mailmagazine .favorite-brand_magazine{
	display:block;
	margin-bottom:45px;
	margin-left: -14px;
}
#mypage .favorite-mailmagazine .favorite-brand_magazine li img{
	display:block;
	position:absolute;
	top: 20px;
	left:0;
	right:0;
	margin:auto;
	width: 85%;
}
#mypage .favorite-mailmagazine .favorite-brand_magazine li label{
	text-indent: -9999px;
	position: absolute;
	display: block;
	width: 105px;
	height: 148px;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
}
#mypage .favorite-mailmagazine .favorite-brand_magazine li .checkbox_parallel .check_leftside input[type="checkbox"] + label:before {
	content: "";
	width: 25px;
	height: 25px;
	background: rgba(0, 0, 0, 0) url(../../../static/full/images/common/formparts/check.png) no-repeat;
	background-position: 0;
	background-size: 25px auto;
	line-height:25px;
	position: absolute;
	top: auto;
	bottom: 17px;
	left: 50%;
	right: 50%;
	padding: 0;
	margin-left: -12px;
}
#mypage .favorite-mailmagazine .favorite-brand_magazine li .checkbox_parallel .check_leftside input[type="checkbox"]:checked + label:after {
	display: block;
	content: "";
	width: 25px;
	height: 25px;
	line-height: 25px;
	background: rgba(0, 0, 0, 0) url(../../../static/full/images/common/formparts/checked.png) no-repeat;
	background-size: 25px auto;
	line-height:25px;
	position: absolute;
	top: auto;
	bottom: 17px;
	left: 50%;
	right: 50%;
	padding: 0;
	margin-left: -12px;
}

#mypage .favorite-brand_complete {
	line-height: 25px;
	float: left;
	margin: 0 0 14px 14px;
}

#mypage .favorite-brand_complete img {
	max-width: 94px;
	height: auto;
}


/* 11 パスワードの変更
--------------------------------------------------------------------*/

#right_box .change_pass {
	margin: 10px 0 30px;
	color: #555555;
}
.mypage_form.mypage_form_pass {
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}
.mypage_form.mypage_form_pass .mypage_form_heading {
	-ms-flex: 0 0 160px;
	flex: 0 0 160px;
	max-width: 160px;
}
.mypage_form.mypage_form_pass .mypage_form_detail {
	-webkit-flex: 0 0 440px;
	-ms-flex: 0 0 440px;
	flex: 0 0 440px;
}
.mypage_form_detail .mypage_form_lead {
	padding-top: 12px;
    line-height: 20px;
    margin-bottom: 5px;
}
.mypage_form.mypage_form_pass .mypage_form_input {
	width: 240px;
}
.change_pass_text {
	margin-bottom: 30px;
}
.change_pass_errorText {
	color: #ff0000;
	font-size: 12px;
	margin-bottom: 30px;
}
.change_pass_text__note {
	display:block;
	line-height: 1.5em;
	color: #ff0000;
	margin-top: 5px;
}
/* 12 ご注文履歴
--------------------------------------------------------------------*/

#right_box .order_history {
	margin: 10px 0px 30px;
	color: #555555;
}
#right_box .order_history p {
	margin-bottom: 30px;
}
#right_box .order_history h4 {
	font-size: 16px;
	line-height: 21px;
	padding-bottom:6px;
	margin-bottom: 10px;
	font-weight: bold;
}
#right_box .order_history .order_list {
	margin-bottom: 30px;
}
#right_box .order_history .order_list > span {
	display: block;
	margin: 0 0 10px 0;
}
#right_box .order_history .order_list table {
	width: 100%;
	border-collapse: collapse;
	font-size: 12px;
}
#right_box .order_history .order_list table th {
	background: #F2F2F2;
	border: 1px solid #FFF;
	padding: 10px;
	text-align: center;
}
#right_box .order_history .order_list table td {
	border: 1px solid #FFF;
	border-bottom: 1px solid #BCC3C9;
	padding: 10px;
	text-align: center;
}
#right_box .order_history .order_list table td a {
	color: #000;
	text-decoration: underline;
}

#right_box .order_history .order_list table td .btn_cancel-small a {
	background: #4D4D4D;
	border-radius: 4px;
	color: #FFF!important;
	display: inline-block;
	margin: 0 0 0 10px;
	text-decoration: none!important;
	padding: 3px 7px;
}

#right_box .order_history .order_info {
	margin-bottom: 70px;
	padding: 30px 30px 15px;
	background: #F2F2F2;
}
.memberinfo th {
	width: 220px;
	height: 35px;
	padding: 2px 0 2px 5px;
	text-align: left;
	font-size: 12px;
	font-weight: normal;/* background: url(/static/full/images/common/line_dotted_g.gif) repeat-x bottom; */
}
.memberinfo td {
	width: 550px;
	height: 35px;
	padding: 4px 0px 4px 0px;
	text-align: left;
	font-size: 12px;/* background: url(/static/full/images/common/line_dotted_g.gif) repeat-x bottom; */
}
/* 13ポイント利用履歴
--------------------------------------------------------------------*/
.no_point {
    margin-bottom: 28px;
    line-height: 22px;
}
/*== ▼HISTORY マクロ上 ==*/
#point_detail {
	background-color: #4B4B48;
    color: #fff;
    display: table;
    width: 100%;
    height: 116px;
    margin-bottom: 40px;
}
#point_detail .has_point {
	display: table-cell;
    vertical-align: middle;
    text-align: center;
	width: 320px;
}
#point_detail .has_point dl {
	border-right: 1px solid #fff;
}
#point_detail .has_point dt {
    font-size: 16px;
    margin-bottom: 17px;
}
#point_detail .has_point dd {
    display: block;
    font-size: 24px;
}
#point_detail .has_point dd span {
	font-size: 20px;
}
#point_detail .info_point {
	display: table-cell;
    vertical-align: middle;
    padding-left: 35px;
}
.info_point .expire_point {
	margin-bottom: 17px;
}
.info_point .total_point {
}
.info_point li dl {
	display: table;
}
.info_point li dt {
    display: table-cell;
	width: 160px;
}
.info_point li dd {
    display: table-cell;
}
.info_point li span {
	font-size: 12px;
    padding-left: 10px;
}

/*== ▲HISTORY マクロ上 (メンテナンスページのリストも共用) ==*/
.history_list {
	width: 100%;
}
.history_list tr {
    border-bottom: 1px solid #CCCCCC;
}
.history_list tr:first-child {
    border-bottom: none;
}
.history_list th {
	background: #F2F2F2;
    line-height: 35px;
    border: 1px #fff solid;
    text-align: center;
    font-size: 12px;
}
.history_list td {
	line-height: 42px;
    text-align: center;
    font-size: 12px;
}
.history_list .status {
	width: 50px;
}
.history_list .status.get {
    background-color: #FFE000;
}
.history_list .status.use {
	background-color: #4B4B48;
	color:#fff;
}
.history_list .status.expire {
	background-color: #CECECE;
}

/* 16 ログアウト
--------------------------------------------------------------------*/
#right_box .logout p {
	margin-bottom: 40px;
}


/* 17 退会
--------------------------------------------------------------------*/

/* 退会画面 */
.unregister_readme {
	background-color: #F2F2F2;
    padding: 30px;
    margin-bottom: 35px;
}
.unregister_readme h4 {
	margin-bottom: 25px;
    text-align: center;
    font-size: 14px;
}
.unregister_readme li {
	font-size: 12px;
    padding-left: 1em;
    text-indent: -1em;
    line-height: 20px;
    margin-bottom: 15px;
}
.unregister_readme li:last-child {
	margin-bottom: 0;
}
.underlinebox{
	border-bottom: 1px solid #BCC3C9;
    padding-bottom: 60px;
    margin-bottom: 35px;
}
.withdrawal .withdrawal_text {
	margin-bottom: 28px;
	line-height: 22px;
}
.withdrawal .form_checkbox {
	margin: 30px 0;
}
.other_reason .form_checkbox {
	margin-bottom:10px;
}
.withdrawal .unregister_reason textarea{
	padding: 10px;
    border: 1px solid #E3E3E3;
    margin: 0;
    font-size: 12px;
    margin-bottom:10px;
    width: 320px;
}
.withdrawal .form_checkbox_left span {
	display: block;
    font-size: 12px;
    padding: 5px 0 0 24px;
}
.withdrawal .unregister_reason {
}
.withdrawal .unregister_reason dt {
	line-height: 38px;
    width: 120px;
}
.withdrawal .unregister_reason dt span {
	color: #ff0000;
    display: inline-block;
    padding-left: 3px;
}
.withdrawal .unregister_reason dd {
	float: left;
}
.withdrawal .unregister_reason dd select {
	display: inline-block;
    height: 38px;
    background: url(/static/full/images/list/list_allow_01.jpg) no-repeat right center #fff;
    padding: 0px 25px 0px 10px;
    border: 1px solid #E3E3E3;
    margin: 0;
    font-size: 12px;
    width: 245px;
    line-height: 38px;
}

#mypage .withdrawal_confirm p {
	text-align: center;
	margin: 105px 0 39px;
}

/* 退会確認画面 */

.confirm_unregist_reason {
	margin-bottom: 20px;
}
.reason_item {
	border: solid 1px #C1C1C1;
	margin-bottom: -1px;
	padding: 5px;
	line-height: 1.6;
}

.completion_text {
    text-align: center;
    margin: 0 0 60px 0;
}

.allconf .errpage {
	color: #F00;
}

/* 18 変更完了ページ
--------------------------------------------------------------------*/

#mypage .completion {
}
#mypage .completion .subtitle {
	font-size: 18px;
	line-height: 1.6;
	border-bottom: 1px solid #c1c1c1;
}
#mypage .completion p {
	text-align: center;
	line-height: 1.6;
	margin: 80px 0;
}
#mypage .completion .registered .storeInputCol {
	float: left;
	margin-right: 5px;
}
#mypage .completion .registered ul li {
	line-height: 17px;
	margin-bottom: 5px;
}
/* 19 注文詳細
--------------------------------------------------------------------*/

#mypage .order_list .order_item {
	display: block;
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#mypage .order_list .order_item + .order_item{
	padding-top:30px;
}
.order_item + .order_item {
	border-top: 1px solid #BFBFBF;
}
#mypage .order_list .order_item td {
	vertical-align: top;
}
#mypage .order_list .order_item .item_brand{
	font-size: 12px;
    padding-bottom:5px;
}
#mypage .order_list .order_item .item_photo {
	width: 190px;
	padding: 10px 10px 10px 0;
}

#mypage .order_list .order_item .item_photo a {
    display: block;
    height: 180px;
    width: 180px;
    background: #f5f5f5;
}

#mypage .order_list .order_item .item_photo img {
	/* width: 100%;
	height: auto; */
	vertical-align: middle;
	
    height: 100%;
    width: auto;
    margin: auto;
    display: block;
}
#mypage .order_list .order_item .item_photo.giftItem img {
	width: 100%!important;
	height: auto!important;
}


#mypage .order_list .order_item .item_info {
	width: 660px;
	padding: 0px 0px 30px 50px;
}
.receipt #mypage .order_list .order_item .item_info{
	padding-left:0;

}
#mypage .order_list .order_item .item_detail {
	width: 100%;
}
#mypage .order_list .order_item .item_name {
	padding-bottom: 2px;
	font-weight: bold;
	font-size: 20px;
	line-height: 30px;
}

#mypage .order_info table{
	width: 50%;
	float: left;
}
#mypage .order_info .memberinfo{
	width:100%;
	float:none;
}
.receipt #mypage .order_info table{
	/* width: 100%; */
	float: none;
}

.receipt #mypage .order_info table{
	/* width: 100%; */
	float: none;
}

/*電子レシート*/
#receiptBtn{
	display:inline-block;
	background:#4B4B47;
	border: 1px solid #707070;
	border-radius: 4px;
	color:#fff;
	text-decoration: none !important;
	width:130px;
	font-size: 12px;
	line-height: 21px;
	text-align: center;
	margin-left: 10px;
}
.receipt_wrap .receipt_number{
	float:left;
	margin-bottom: 20px;
}
.receipt_wrap .receipt_number td:before{
	content:"：";
}
.receipt_wrap .back_order_detail{
	float: right;
	position:relative;
	padding-left:12px;
}
.receipt_wrap .back_order_detail:before{
	content: "";
	display:block;
	width:9px;
	height:9px;
	border-top:1px solid #000;
	border-left:1px solid #000;
	transform: rotate(-45deg);
	position: absolute;
	top:-3px;
	left:0;
	bottom:0;
	margin:auto;
	
}
.receipt_wrap .bg_receipt{
	clear:both;
	background:#EEEEEE;
	width:100%;
	padding:50px 0;
}
.receipt_wrap .receipt_inner{
	clear:both;
	width: 290px;
	padding: 20px 20px;
	background: #fff;
	margin: 0 auto;
}
.receipt_wrap #receipt_disp{
	width: 100%;
	background:  url('/static/common/loadingbar.gif') no-repeat center;
	margin:0 auto;
	padding: 0;
	font-family: "Noto Sans Mono CJK JP" !important;
	overflow:hidden;
	font-size: 12px;
	line-height: 1.4;
	min-height: 150px;
	white-space: pre;
}
#receipt_disp img{
	display:block;
	width:250px;
	margin:0 auto;
}
#receipt_disp #logo{
	display:block;
	max-width:218px;
	height:auto;
	margin:0 auto;
}
#receipt_disp #barcode{
	display:block;
	max-width:217px;
	height:auto;
	margin:0 auto;
}
.receipt_big{
	font-family: "Noto Sans Mono CJK JP" !important;
	font-size: 15px;
	letter-spacing: -0.044em;
}

/* カラー・サイズ */

#mypage .order_list .order_item .color_size {
	width: 100%;
}
#mypage .order_list .order_item .color_size td {
	/*	line-height: 40px;
	padding: 0 0 0 15px;*/
	padding: 5px 0 20px 0;
	line-height: 1.6;
}
#mypage .order_list .order_item .color_size td span{
	width: 75px;
	margin-right: 15px;
	display: inline-block;
}

.review_btn{
	width:156px;
	text-align: center;;
}
/* 価格エリア */

#mypage .order_list .order_item .item_price {
	width: 100%;
}
#mypage .order_list .order_item .item_price th {
	text-align: center;
	line-height: 25px;
	border-left: 1px #FFF solid;
	border-right: 1px #FFF solid;
	background: #F2F2F2;
}
#mypage .order_list .order_item .item_price .price{
	width:177px;
}
#mypage .order_list .order_item .item_price .num{
	width:137px;
}
#mypage .order_list .order_item .item_price td {
	text-align: center;
	line-height: 50px;
	font-size: 16px;
}
#mypage .item_line {
	width: 545px;
	border-bottom: 1px #aeaeae dotted;
}
#mypage .order_item_area.cleafix {
	display: table;
	table-layout: fixed;
	width: 850px;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #BFBFBF;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}

#mypage .order_list .order_item_left {
	display: table-cell;
	width: 150px;
	text-align: left;
	vertical-align: top;
	padding: 60px 10px 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}
/* #mypage .order_list .order_item_left p {
	text-align: left;
	margin: 0 0 0 12px;
	height: 25px;
	line-height: 25px;
	position: absolute;
	top: 50%;
	bottom: 50%;
	float: left;
} */
#mypage .order_list .order_item_right {
	display: table-cell;
	width: 700px;
	vertical-align: top;
}



#mypage .order_price {
	width: 100%;
	padding: 0 0 30px 0;
	margin: 0 0 30px 0;
	border-bottom: 1px #BCC3C9 solid;
}
#mypage .order_price dl {
	clear: both;
}
#mypage .order_price dt {
	width: 148px;
	float: left;
	clear: both;
	line-height: 22px;
}
#mypage .order_price dd {
	font-size: 15px;
	font-weight: bold;
	line-height: 22px;
	width: 100%;
	text-align: right;
}
#mypage .order_price .order_notice {
	font-size: 12px;
    line-height: 1.6;
	margin-top: 10px;
}
#mypage .order_price .total {
	clear: both;
	margin-top: 20px;
	background: #4B4B48;
	height: auto;


	overflow: hidden;
}
#mypage .order_price .total dt {
	width: 45%;
	line-height: 50px;
	font-size: 14px;
	padding-right: 20px;
	color: #FFF;
	text-align: right;
	vertical-align: bottom;
}
#mypage .order_price .total dd {
	font-size: 20px;
	color: #FFF;
	line-height: 50px;
	text-align: left;
	vertical-align: bottom;
}
.order_price .total span {
	font-size: 12px;
	color: #FFF;
	padding-left: 20px;
}
#mypage .order_info {
	width: 100%;
	padding: 0 0 30px 0;
	margin: 0 0 30px 0;
}
#mypage .order_info.cansel_item {
	width: 450px;
	display: inline-block;
	vertical-align: top;
}
#mypage .order_info.cansel_item table {
	width: 100%;
}
#mypage .cansel_info {
	width: 380px;
	display: inline-block;
}
#mypage .cansel_info .all-cancel_text {
	line-height: 1.3;
}
#mypage .order_info.cansel_item table {
	width: 80%;
}
.cansel_info .btn-cancel {
	margin: 6px 0 0 0px;
}
#mypage .order_info tr {
	height: 30px;
	vertical-align: top;
}
#mypage .order_info th {
	width: 148px;
	font-size: 12px;
	vertical-align: top;
	line-height: 1.6;
	padding: 0;
	height: auto;
	font-weight: bold;
}
#mypage .order_info td {
	font-size: 12px;
	line-height: 1.6;
	vertical-align: top;
	padding: 0 0 10px 0;
	height: auto;
	width: 277px;
	word-break: break-all;
}
#mypage .order_info td a {
	text-decoration: underline;
}
#mypage .order_info .value select {

}
#mypage .order_info .value input[type="button"] {
	color: #fff;
	background: #000;
	border-radius: 5px;
	padding: 5px 10px;
}

#mypage .order_price .caution .caution_title {
    display: inline-block;
    margin-right: 30px;
}

#mypage .order_price .caution .error_message {
    width: 90px;
    display: inline-block;
}

/* 20 メンバーズカードの認証
--------------------------------------------------------------------*/
#right_box .members_card {
	padding-bottom: 60px;
    margin-bottom: 35px;
    border-bottom: 1px solid #BCC3C9;
}
.members_card .card_caption {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 34px;
}
.members_card .card_img {
}
.entry_card {
}
.entry_card .has_card {
	text-align: center;
    font-size: 16px;
    margin-bottom: 35px;
}
.entry_card .card_caption {
	margin-bottom: 12px;
}
.entry_card .howto_card {
	margin-bottom: 35px;
    display: block;
    text-decoration: underline;
}
.entry_card .entry_form {

}
.entry_card .entry_form li {
	position: relative;
    margin-bottom: 30px;

}
.entry_card .entry_form dt {
	float: left;
    width: 154px;
    line-height: 38px;
}
.entry_card .entry_form dt span {
	color: #ff0000;
    display: inline-block;
    padding-left: 5px;
}
.entry_card .entry_form dd {
	float: left;
    width: 696px;
}
.entry_card .entry_form dd input {
	width: 344px;
}
.entry_card .entry_form dd.error {
	color: #ff0000;
    position: absolute;
    top: -15px;
    left: 155px;
}
.entry_card .entry_form dd span {
	font-size: 12px;
    display: inline-block;
    padding-left: 5px;
}
.entry_card .entry_form dd span#code,
.entry_card .entry_form dd span#pin {
	font-size: 14px;
	line-height: 38px;
}

/* 21.マイショップ
--------------------------------------------------------------------*/
#right_box .myshop p.text {
	padding: 20px 0 40px 20px;
}
#mm_sort {
	margin-bottom: 50px;
	height: 76px;
}
#mm_sort table table {
	width: 854px;
}
#mm_sort table td {
	padding: 24px 0 0 38px;
	background-position: 10px 34px;
}
#mm_sort table tr td:first-child {
	padding-left: 15px;
	background: none;
}
#mm_sort table td .pull-down_ p, #mm_sort table td .pull-down_end_ p {
	margin: 0 !important;
	padding: 0!important;
}
#mm_sort table td .pull-down_ {
	position: relative;
	width: 190px;
}
#mm_sort table td .pull-down_end_ {
	position: relative;
	width: 235px;
}
#mm_sort table td .pull-down_ p a, #mm_sort table td .pull-down_end_ p a {
	background: url("/static/full/images/common/btn_pulldown_black.gif") no-repeat scroll right center #F2F2F2;
	display: block;
	line-height: 36px;
	padding-left: 5px;
	border: 1px solid #a6a6a6;
}
#mm_sort table td .pull-down_ ul {
	display: none;
	position: absolute;

	background-color: #FFFFFF;
	width: 188px !important;
	border: 1px #f2f2f2 solid;
	top: 37px;
	padding: 0;
	margin: 0;
	height: 220px;
	overflow: overlay;
}
#mm_sort table td .pull-down_end_ ul {
	display: none;
	position: absolute;



	background-color: #FFFFFF;
	width: 233px !important;
	border: 1px #f2f2f2 solid;

	padding: 0;
	margin: 0;
}
#mm_sort table td .pull-down_ ul li,  #mm_sort table td .pull-down_end_ ul li {
	border-top: 1px #f2f2f2 solid;
	line-height: 30px;
}
 #mm_sort table td .pull-down_ ul li:first-child,  #mm_sort table td .pull-down_end_ ul l:first-childi {
 border-top:none;
}
#mm_sort table td .pull-down_ ul li a,  #mm_sort table td .pull-down_end_ ul li a {
	display: block;
	padding-left: 5px;
}
#mm_sort table td .pull-down_ ul li a:hover,  #mm_sort table td .pull-down_end_ ul li a:hover {
	background-color: #8ac22b;
}
#storeFolder2 .title-area {
	font-size: 16px;
	font-weight: bold;
}
#storeFolder2 .title-prefecture {
	font-size: 14px;
	font-weight: bold;
	padding-top: 10px;
}
#storeFolder2 .title-brand {
	font-size: 12px;
	font-weight: bold;
	padding: 5px 0;
}
.prefContainer .storeInputCol {
	padding: 3px 10px 5px 20px;
}
.prefContainer .storeNameCol {
}
#mypage .completion p.myshop_complete {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	margin: 100px 0 150px;
}
#right_box .registered {
	margin-bottom: 40px;
}
#right_box .registered h4 {
	padding-left: 10px;
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px #e6e6e6 solid;
	line-height: 25px;

}
#right_box .registered ul li {
	padding: 10px;
}
#right_box .registered ul li div {
	display: inline;
}
/* 22.クーポン・キャンペーン
--------------------------------------------------------------------*/
.coupon_list li {
	width: 280px;
    height: 100px;
    display: table;
    background-color: #F2F2F2;
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
}
.coupon_list li:nth-child(3n) {
	margin-right: 0;
}
.coupon_list a{
	display:table;
	width:100%;
	height:100%
}
.coupon_list .coupon_inner {
	display: table-cell;
    vertical-align: middle;
    padding: 0 20px;
    text-align: center;
}
.coupon_list .coupon_title {
	font-size: 16px;
    margin-bottom: 5px;
    line-height: 22px;
}
.coupon_list .coupon_inner span {
	font-size: 10px;
}

/* 23 非ログイン時 ニュース レター編集
--------------------------------------------------------------------*/
#mypage .edit_magazine p {
	text-align: left;
	padding: 0 20px;
}
#mypage .edit_area {
	padding: 0 20px;
}
#mypage .edit_area dl dt {
	font-weight: bold;
	font-size: 15px;
	margin-bottom: 5px;
}
#mypage .edit_area dl dd input {
	width: 500px;
	border: 2px #a6a6a6 solid;
	line-height: 26px;
	height: 26px;
	padding: 0 5px;
}
#mypage .edit_area dl dd.error_text {
	color: #ff0000;
	font-size: 11px;
}
#mypage .edit_area dl dd .ex {
	font-size: 11px;
	color: #777;
}
.section_directrecommend {
	width: 1190px;
	text-align: left;
	margin: 0 auto 50px;
}

/*商品キャンセル*/
.btn_cancel-small a {
	color: #0000FF!important;
	text-decoration: underline !important;
	font-size: 10pt;
}
.all-cancel_text {
	margin: 0 0 28px 0;
}
.all-cancel_inner {
}
.btn-cancel {
	display: inline-block;
	margin: 6px 0 0 30px;
	height: 32px;
	vertical-align: top;
}

.btn-cancel_left {
	float: left;
}
.btn-cancel a,
.btn-cancel_left a {
	background-color: #4D4D4D;
	border: none;
	line-height: 32px;
	height: 32px;
	color: #FFFFFF;
	font-weight: bold;
	font-family: "Lato", "Helvetica", "Arial", sans-serif;
	font-size: 14px;
	padding: 0 13px;
	cursor: pointer;
	border-radius: 3px;
	display: inline-block;
}

.cancelcomp-attention {
	text-align: center;
	margin: 106px 0 0 0;
}

/* 24 修理履歴
--------------------------------------------------------------------*/
#mypage .repair_info {
	width: 100%;
	padding-bottom: 30px;
    margin-bottom: 50px;
    border-bottom: 1px #BCC3C9 solid;
}
#mypage .repair_item_area {
	width: 100%;
	padding-bottom: 30px;
    margin-bottom: 50px;
    border-bottom: 1px #BCC3C9 solid;
}

#mypage .repair_info .check_change:last-child{
	margin-bottom:10px;
}
#mypage .repair_info:last-child{
	border:none;
}

#mypage .repair_info .mypage_form_detail.select{
	padding:27px 0 0 0;

}
#mypage .repair_info .mypage_form_detail.select label{
	margin-right:30px;
}
#mypage .repair_info .mypage_form_detail.select .mypage_form_heading{
	max-width: 100px;
}
#mypage .repair_info tr {
	height: 30px;
	vertical-align: top;
}
#mypage .repair_info th {
	width: 173px;
	font-size: 14px;
	vertical-align: top;
	line-height: 1.6;
	padding: 0;
	height: auto;
	min-height: 30px;
	font-weight: bold;
}
#mypage .repair_info td {
	font-size: 14px;
	line-height: 1.6;
	vertical-align: top;
	padding: 0 0 20px;
	height: auto;
	min-height: 30px;
}

.repair_info .maint_check {
	margin-bottom: 48px;
}
.repair_info li {
	text-align: center;
}
.repair_info li dt {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 28px;
}
.repair_info li dd a {
	width: 345px;
    line-height: 56px;
}
.repair_list {
    margin-bottom: 60px;
}
.repair_list .receipt_date {
	width: 160px;
}
.repair_list .caption_message {
	margin-bottom: 40px;
}
.repair_list .receipt_num {
	text-decoration: underline;
}
.repair_list td.btn_cell {
	width: 80px;
}
.repair_list td.btn_cell .btn_detail {
    text-align: center;
    background-color: #999999;
    line-height: 30px;
    border-radius: 6px;
    width: 80px;
}
.repair_list td.btn_cell .btn_detail a {
    color: #FFFFFF;
    display: block;
}
.status_info {
	width: 100%;
    padding: 30px;
    background-color: #F2F2F2;
}
.status_info h4 {
	font-size: 14px;
    margin-bottom: 15px;
}
.status_info table {
	line-height: 32px;
    font-size: 12px;
}
.status_info th {
	width: 78px;
}
.status_info td {
}


.mypage_form_detail input[type=file]{
	display:none;
}

.mypage_form_detail .file_upload{
    width: 160px;
    font-size: 12px;
   text-align: center;
    outline: none;
    line-height: 40px;
    border-radius: 2px;
    letter-spacing: 0.1em;
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 6px;
    background: #4d4d4d;
    color:#fff;
    display: inline-block;
    vertical-align: middle;
    position:relative;
}
.selected_images{
	display:block;
}
.selected_images > span img{
	display: block;
	width: auto;
	max-width: 160px;
	height: auto;
	max-height: 200px;
	margin-top:5px;
}
.repair_image {
	float:left;
}
.repair_image + .repair_image{
	margin-left: 5px;
}
#partText{
	margin-left:10px;
}
#partNum{
	margin-left:10px;
}

#defaultRepairParts + #defaultRepairParts{
	margin-bottom: 15px;
}

.add_repair_list{
	display: inline-block;
	float: right;
	padding:0 10px;
	margin: -8px 5px 0 0;
	width:auto;
	height: 30px;
	line-height: 30px;
	text-align:center;
	background:#4d4d4d;
	color:#fff;
	border-radius:6px;
}

.delete_repair_list{
	display: inline-block;
	float: left;
	padding:0 10px;
	margin: 4px 10px 0 0;
	width:auto;
	height: 30px;
	line-height: 30px;
	text-align:center;
	background:#4d4d4d;
	color:#fff;
	border-radius:6px;
}
.add_repair_list:hover ,.delete_repair_list:hover{
	color:#fff;
	text-decoration:none;
}
.agree_list{
	margin-bottom: 15px;
}

.check_agree{
	margin-bottom:50px;
}
.check_agree p{
	margin-bottom:20px;
}

.agree_list_detail {
    line-height: 1.5;
    height: 20em;
    overflow: auto;
    padding: 10px;
    border: 1px solid #ccc;
    margin: 10px 25px 30px;
}
.agree_list_detail ol li{
	float:none;
	width: auto;
	list-style: decimal;
	list-style-position: outside;
	font-size: 14px;
	margin-left: 2em;
	margin-bottom: 0.5em;
	line-height: 1.5;
	text-align: left;
}

.agree_list_detail ol li > ol >li{
	list-style: none;
	counter-increment: cnt;
	margin-left: 2em;
	margin-bottom:0;
	text-indent: -2em;
}
.agree_list_detail ol li > ol >li:before{
    display: marker;
    content: "(" counter(cnt) ") ";
}
.agree_list_detail a{
	text-decoration: underline !important;
}
/* 25 レビュー
--------------------------------------------------------------------*/
.btn-review-write a {
	background-color: #4B4B48;
	border: none;
	line-height: 41px;
	height:41px;
	color: #FFFFFF;
	font-weight: bold;
	font-family: "Lato", "Helvetica", "Arial", sans-serif;

	font-size: 14px;
	padding: 0 20px;
	cursor: pointer;
	border-radius: 3px;
	display: inline-block;
}

.btn-review-writed a {
	background-color: #E8E8E8;
	border: none;
	line-height: 41px;
	height:41px;
	color: #818181;
	font-weight: bold;
	font-family: "Lato", "Helvetica", "Arial", sans-serif;
	font-size: 14px;
	padding: 0 20px;
	cursor: pointer;
	border-radius: 3px;
	display: inline-block;
	pointer-events: none;
}
.modal_popup_title{
	display:none;
}
#review-item{
	float:left;
	width: 220px;
	margin-right: 30px;
}

.review-item-img-wrapper {
    display: block;
    position: relative;
    width: 220px;
    /* border: 2px solid transparent; */
    height: 220px;
    overflow: hidden;
    background: #f5f5f5;
    margin-bottom: 25px;
}

#review-item img{
    width: auto;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}

#review-item-brand{
	font-size:12px;
	margin-bottom:10px;
	color: #666666;
}
#review-item-name{
	font-size:18px;
	line-height:1.3;
	margin-bottom:20px;
}
#review-item-color{
	font-size:14px;
	margin-bottom:10px;
}
#review-item-color span,#review-item-size span{
	display:inline-block;
	margin-left:25px;
}
#review-item-size{
	font-size:14px;
}
#review_entry{
	display:block;
	width: 650px;
	float:right;
}
#review_entry p{
	font-size:14px;
	line-height: 1.8;
	margin-bottom:10px;
}
#review_entry .review_caution{
	font-size:12px;
	text-align: center;
}
#review_entry select{
	line-height:1;
	height: 38px;
	padding: 12px 50px 12px 10px;
	margin-bottom: 0;
}
#review_entry input{
	line-height:1;
	border:1px solid #B2B2B2;
	height: 38px;
	padding: 12px 10px 12px 10px;
	margin-right:10px;
}
#gender1 + label{
	margin-left:20px;
}
#review_entry textarea{
	line-height:1;
	border:1px solid #B2B2B2;
	width:100%;
	min-height: 120px;
	padding: 12px 50px 12px 10px;
	margin-right:10px;
}
#review_entry dt{
	clear:both;
	float:left;
	width:123px;
	font-size:14px;
	padding: 12px 0 0;
}
#review_entry dd{
	font-size:14px;
	padding: 0;
	margin-left:123px;
	margin-bottom: 30px;
	position: relative;
}
#review_entry dd a{
	margin-top:8px;
}
#review_entry dd label{
	margin-top:10px;
}
.modal{
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 980px;
    z-index: 20000;
}
.modal_bg{
    background: rgba(0,0,0,0.5);
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 1000;
    top: 0;
    left: 0;
    display: none;
}
.modal_area {
    background: #fff;
    left: 50%;
    padding: 40px;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 980px;
    box-sizing:border-box;
}

.input-range {
  display: none;
}
.range-group {
  position: relative;
}
.range-group > a {
  display: inline-block;
  width: 28px;
  height: 28px;
  text-decoration: none;
}
.range-group > a:before {
  content: "★";
  font-size: 28px;
  color: #CCCCCC;
}
.range-group > a.on:before {
  content: "★";
  color: #FFE000;
}


.review_entry{
	text-align:center;
}

.review_entry a{
	width:345px;
	line-height:58px;
	height:58px;
}
.close_btn.right{
	top: -70px;
	right: 10px;
}

#review-complete .review_thanks{
	padding-top:190px;
	font-size:28px;
	text-align:center;
	margin-bottom:5px;
	line-height:1.4;
}
#review-complete p{
	font-size:14px;
	line-height:1.6;
	margin-bottom: 35px;
	text-align:center;
}
#review-complete p:last-child{
	margin-bottom:190px;
}
#review-complete .review_send{
	margin-bottom:35px;
	text-align: center;
}

#review_entry .ok {
    margin-left: -3em;
}
#review_entry textarea +.ok{

top: 0;

right: 0.5em;
}


/* 26 レコメンド
--------------------------------------------------------------------*/
#mypage .item_box_relateditem{
	margin:0;
	padding:0;
}
#mypage .goods_list{
	display:block;
}

#mypage .item_container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px;
}

.store_recommend .section-title {
    margin: 0 0 30px;
    padding-bottom: none;
    border-bottom: none;
}
.store_recommend .section-title span {
	color: #000;
    font-size: 20px;
    font-weight: normal;
    line-height: 1.6;
    text-align: left;
    padding: 0;
}
.recommend_store_item{

}
#right_box .store_recommend {
	padding: 0 0 40px 0;

    border-bottom: 1px solid #BCC3C9;
	margin: 0 0 35px 0;
}
#recommend_store{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
#recommend_store .recommend_store_item{
	width: 415px;
    float: left;
}
#recommend_store .recommend_store_item:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
#recommend_store .recommend_store_item:nth-child(even) {
	float: right;
}
.recommend_store_item .recommend_store_img {
	width: 160px;
    float: left;
}
.recommend_store_item .recommend_store_info {
	width: 255px;
    float: left;
    padding: 0 15px;
}

.store_recommend_photo img{
    width:100%;
    height:auto;
   	margin-bottom:15px;
}
.store_recommend_name{
	display: block;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.4;
	margin-bottom:5px;
}
.store_recommend_address{
	display: block;
	font-size: 11px;
	line-height: 1.4;
	margin-bottom:4px;
}
.store_recommend_tel{
	display: block;
	font-size: 11px;
	line-height: 1.4;
	margin-bottom:4px;
}
.store_recommend_service{
	display:block;
	margin: 10px -2.5px;
}
.store_recommend_service span {
    display: inline-block;
    color:#E72B1D;
    padding: 2px 10px;
    line-height: 1;
    border: 1px solid;
    border-color: inherit;
    border-radius: 90px;
    margin:2.5px;
    font-size: 12px;
    font-weight: normal;
}
.store_recommend_activity{
	display: block;
}
.store_recommend_activity dt{
	font-weight:bold;
	line-height:1.4;
	margin-bottom:7px;
}
.store_recommend_activity dd{
	line-height:1.4;
	margin-bottom:7px;
	margin-left: -5px;
}
.store_recommend_activity dd span{
	display:inline-block;
	width: 28px;
	margin: 0 0 5px 5px;
}
.store_recommend_activity dd span img{
	width: 28px;
	height: 28px;
}


/* 27 ポイント後付け登録
--------------------------------------------------------------------*/
#entry_form {
	position: relative;
    background: url(/static/full/images/mypage/point_entry.png) no-repeat;
    width: 660px;
    height: 298px;
    margin: 20px auto 50px;
}
#entry_form .entry_message {
	position: absolute;
	width: 315px;
	font-size: 14px;
	line-height: 20px;
	color: #fff;
	text-align: center;
	top: 57px;
	right: 12px;
}
#entry_form .entry_input {
    position: absolute;
    bottom: 98px;
    right: 35px;
    width: 270px;
}
.entry_error_area p {
	padding: 0 0 15px 15px;
    color: #FF0000;
    font-weight: bold;
}


/* 28 他サイトとのアカウント連携
--------------------------------------------------------------------*/
.rakuten_link {
	padding-bottom: 60px;
    margin-bottom: 35px;
    border-bottom: 1px solid #BCC3C9;
}
.amazon_link {
	padding-bottom: 60px;
    margin-bottom: 35px;
    border-bottom: 1px solid #BCC3C9;
}

.link_caption {
	line-height: 20px;
	margin-bottom: 38px;
}
.amazon_link .link_btn,
.rakuten_link .link_btn {
	text-align: center;
}
.amazon_link #AmazonPayButton{
	width:296px !important;
	height:52px !important;
	margin:0 auto;
}
/*side*/
.mypage_nav_item.select{
	background: #F2F2F2;
}
.mypage_nav_item .toggle:before{
	content: "";
	display: block;
	width:10px;
	height: 2px;
	background: #000;
	position: absolute;
	right: 60px;
	top: -3px;
	bottom: 0;
	margin: auto;
	transition: 0.3s all ease;
}

.mypage_nav_item .toggle:after{
	content: "";
	display: block;
	width:10px;
	height: 2px;
	background: #000;
	position: absolute;
	right: 60px;
	top: -3px;
	bottom: 0;
	margin: auto;
	transform: rotate(90deg);
	transition: 0.3s all ease;
}

.mypage_nav_item .toggle.on:before{
    transform: rotate(180deg);
}

.mypage_nav_item .toggle.on:after{
    transform: rotate(0deg);
}

.order_btn_list{
	width: 360px;
	letter-spacing: -.75em;
	background: #F2F2F2;
	font-size: 12px;
	padding: 20px 20px 15px;
	float: right;
}
.receipt .order_btn_list{
	width:100%;

	text-align:center;
	margin-bottom:36px;
	float: none;
}
.order_btn_list p{
	padding: 0;
	display:block;
	width:100%;
	letter-spacing: normal;
	line-height: 1.8;
}
.order_btn_list a{
	display: block;
	position:relative;
	text-align:center;
	background: #4B4B48;
	border-radius:6px;
	line-height: 42px;
	height: 42px;
	width: 320px;
	letter-spacing: normal;
	font-size: 14px;
	font-weight: bold;
	margin:0 auto 15px;
	color: #fff;
    text-decoration: none;
}

.order_btn_list a[disabled]{
	background: #D9D9D9;
	color: #808080;
    cursor: unset;
}


.order_btn_list pre{
	letter-spacing:normal;
	text-align:left;
}
.order_list{
	position:relative;
}
.stamp{
	width:120px;
	height:120px;
	position:absolute;
	top:0;
	right:0;
}
.stamp img{
	width:100%;
	height:auto;
}

.order_list .addressee{
	border-bottom: 1px solid #707070;
	display: inline-block;
	margin-bottom: 30px;
	position: relative;
	display: inline-block;
}
.order_list .addressee:after{
	content:"様";
}
.order_list .addressee:before{
	content:"宛名";
	display:block;
	margin-bottom: 15px;
}
.order_list #addressee_text{
	background:#F2F2F2;
	height:43px;
	padding: 11px 10px;
	margin-right: 10px;
	margin-bottom: 5px;
	font-size: 16px;
}
.js-input-text {
	width: calc(100% - 26px) !important;
	max-width: 630px;
	position: absolute;
	left: 0;
	box-sizing: border-box;
	width: 100%;
}
.js-dummy-input-text {
	max-width: 630px;
	display: inline-block;
	min-width: 0;
	white-space: nowrap;
	opacity: 0;
	height: 43px;
	padding: 11px 10px;
	margin-right: 10px;
	margin-bottom: 5px;
	font-size: 16px;
}
.js-dummy-input-text::before {
	content: '';
}
.js-dummy-input-text:empty::before {
	content: attr(data-placeholder);
}

.order_price .proviso {
	display: flex;
    justify-content: center;
	margin-top: 30px;
	padding-right: 50px;
}
.proviso .js-dummy-input-text {
	margin: 0 0 0 20px;
    padding: 0;
    font-size: 14px;
}

.order_price .proviso .proviso-inner {
	position: relative;
	display: flex;
    align-items: center;
}

.order_price .proviso .proviso-text {
	font-size: 14px;
}

.order_price #proviso_text {
    background: #F2F2F2;
    height: 43px;
    padding: 11px 10px;
	margin-left: 44px;
    font-size: 14px;
	/* position: absolute;
    left: 5%; */
}


@media print{
	#belt,
	.header_caution,
	.header-user-info,
	.header_info,
	.header_content,
	.header_member,
	.header_search,
	.header_brand_nav,
	.header_cart,
	.head_news_wrap,
	.header_info,
	.header_nav,
	.header_top_section .top_section_right,
	.header_bottom_section,
	.control,
	.main-right,
	.search,
	#mypage h2,
	#left_box,
	.bread,
	.order_btn_list,
	.section_sns,
	#footer,
	.footer_insta_nav,
	#section-footer,
	#title,
	#tab_area,
	.usernavi,
	#bread,
	#footer-copyright,
	.footer_copyright,
    .page-title,
    .header-btn-list{
		display: none !important;
	}
	.header-inner-box{
		width:980px;
	}
	#right_box
	{
		width:960px;
	}
	#right_box h3,
	#right_box .subtitle
	{
		font-size:24px;
	}
	#mypage h2,
	.page-title{
		font-size:15px;
	}
	.header_box{
		border: none;
	}
	.header_fixed_inner.fixed{
		position:absolute;
	}
	#header .main{
		text-align:center;
	}

	#header .main h1{
		float:none;
	}
	#header{
		border:none;
		width: 100% !important;
	}
	#header-logo{
		right:0;
	}

	#header .logo{
		float:none;
		margin:0 auto;
		padding:20px 0;
	}
	#mypage .order_list .order_item .item_info{
		padding-left:0;
	}
	#mypage .order_price .total{
		display: block;
		margin: 20px auto -25px ;
		background: #fff;
		border-top:1px #BCC3C9 solid;
		padding:10px 0 0;
	}
	#mypage .order_price .total dt{
		color: #000;
		width: 50%;
	}
	#mypage .order_price .total dd{
		color: #000;
	}
	.order_price .total span{
		color: #000;	
	}
	#mypage .order_item_area.cleafix{
		width:100%;
	}
	#mypage .order_info table{
		width:100%;
		float:none;
	}
	#mypage .order_info td{
		width:auto;
		padding-bottom: 11px;
	}

.order_list .addressee{
	border-bottom: 1px solid #707070;
	display: inline-block;
	margin-bottom: 30px;
}
.order_list .addressee:after{
	content:"様";
}
.order_list .addressee:before{
	display:none;
}
.order_list #addressee_text{
	background:transparent;
	height:43px;
	padding: 0;
	margin-right: 10px;
	margin-bottom: 5px;
	font-size: 16px;
}

}
/* 領収書
--------------------*/
.order_receipt_info {
    display: flex;
	width: 100%;
}

.order_receipt_info_left {
    padding-right:20px;
}

.order_receipt_info_right {
    padding-left:20px;
}

.order_receipt_info_left table {
    width: 100%!important;
}

.order_receipt_info_right table {
    width: 100%!important;
}
