@charset "utf-8";
/* ===================================================================
CSS information
file name  :mypage.css
style info :マイページ
=================================================================== */
/* -----------------------------------------------
MYページ汎用
----------------------------------------------- */
#mypagecolumn {
    width: 100%;
}
.mypageTitBg {
background-image: -webkit-gradient(linear, left top, left bottom, from(#b5db78), color-stop(8%, #9fc16a),to(#628e1c));
-webkit-box-shadow: 0 2px 2px 0px #e4e4e4;
padding: 11px 10px 10px;
text-align: left;
margin-bottom: 8px;
}	

#mypagecolumn h2.title {
font-size: 18px;
border-bottom: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
margin-bottom: 0!important;
border-top-style: none;
border-right-style: none;
border-left-style: none;
color: #FFF;
}
h3.title_mypage {
font-size: 13px;
line-height: 1.2;
-webkit-box-shadow: none;
-moz-box-shadow: none;
border-bottom: 1px solid #6c625b;
margin: 0 10px 8px;
padding-bottom: 7px;
}
/**イントロダクション*/
#mypagecolumn .information {
font-size: 12px;
border-bottom: 0;
font-weight: normal;
padding: 10px 10px 0;
}
#mypagecolumn .information p:first-child {
font-size: 14px;
font-weight: bold;
margin-bottom: 0;
}

ul.mypageNav {
background: none repeat scroll 0 0 #f6f6f6;
margin: 28px 0;
padding: 5px;
text-align: center;
}

ul.mypageNav li {
display: inline;
}
#mypagecolumn .btnYellow a {
margin: 0px;
}

/*-----------------------------------------------
MYページナビ
----------------------------------------------- */
#mypage_nav {
    width: 100%;
    background: #DAE0E5;
    background: -moz-linear-gradient(center top, #FDFDFD 0%,#DAE0E5 90%,#DAE0E5 0%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FDFDFD),color-stop(0.9, #DAE0E5),color-stop(0, #DAE0E5));
    margin-bottom: 15px;
    -webkit-box-shadow: 1px 5px 5px #EEEEEE;
    -moz-box-shadow: 1px 5px 5px #EEEEEE;
}
#mypage_nav ul {
    width: auto;
    clear: both;
    margin: 0 auto;
}
#mypage_nav ul li {
    float: left;
    text-align: center;
    border-left: #FFF solid 1px;
    border-right: #CCC solid 1px;
    border-bottom: #CCC solid 1px;
    white-space: nowrap;
}
#mypage_nav ul li a {
}
#mypage_nav ul li a:hover {
    color: #FFF;
    text-shadow: 0px -1px 1px rgba(0,0,0,0.5);
    background: #5393c5;
    background: -moz-linear-gradient(center top, #5393c5 10%,#80b6e2 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #5393c5),color-stop(1, #80b6e2));
}
#mypage_nav ul li.nav_delivadd,
#mypage_nav ul li.nav_change {
    width: 49.7%;
}
#mypage_nav ul li.nav_history,
#mypage_nav ul li.nav_favorite,
#mypage_nav ul li.nav_refusal {
    width: 33%;
}
#mypage_nav li:first-child {
    border-left: none;
}
#mypage_nav li:nth-child(3) {
    border-top: #FFF solid 1px;
    border-left: none;
}
#mypage_nav li:nth-child(4),
#mypage_nav li:nth-child(5) {
    border-top: #FFF solid 1px;
}

#mypage_nav li:last-child,
#mypage_nav li:nth-child(2) {
    border-right: none;
}

/* -----------------------------------------------
購入履歴詳細
----------------------------------------------- */
#mypagecolumn .cartitemBox {
    padding: 10px 0;
}
.mypageBox {
background-color: #fdd32f;
background-image: -webkit-gradient(linear, left top, left bottom, from(#ffe995), color-stop(0.05, #fdd32f));
border: 1px solid #fcf6e1;
-webkit-border-radius: 7px;
padding: 5px;
margin-top: 0;
margin-right: 10px;
margin-left: 10px;
}
.mypageFormBox {
border-bottom: 2px solid #dfdfdf;
background-color: #FFF;
}

.historyBox {
padding: 10px 10px 5px;
border: #A9ABAD solid 1px;
margin-bottom: 10px;
background-color: #FFFFFF;
}
.historyBox p {
    font-size: 12px;
}
.historyBox .btn_reorder {
    width: 5em;
    float: right;
    padding: 15px;
    display: inline;
    margin: 0;
}
#mypagecolumn .cartinContents div {
    min-height: 65px;
}

#mypagecolumn .cartinContents ul li.result {
    padding-top: 0!important;
    padding-left: 1em;
}
#mypagecolumn .cartinarea {
border-bottom: 1px dotted #817F7F;
}
#mypagecolumn .form_area .cartinarea .historyName {
padding-top: 10px;	
}
#mypagecolumn .form_area .cartinarea .historyName a {
color: #e1001f;
text-decoration: underline;
}
.historyTotalArea {
padding: 10px;	
}
.historyTotal {
text-align: right;	
}
.historyDeliver {
width: 100%;	
}
.historyDeliver th {
background-color: #f3f3f3;
}

/*メール履歴詳細*/
#news_area li {
/* 新着と被るので一旦コメントアウト
    padding: 10px;
    display: block;
    clear: both;
    line-height: 1.3;
    background-color: #FEFEFE;
    background: -moz-linear-gradient(center top, #FEFEFE 0%,#eeeeee 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FEFEFE),color-stop(1, #eeeeee));
    border-top: #FFF solid 1px;
    border-bottom: #CCC solid 1px;
*/
}

/* -----------------------------------------------
お気に入り
----------------------------------------------- */
.favoriteBox {
    padding: 10px;
    border-bottom: #CCC solid 1px;
    clear: both;
    position: relative;
}
.favoriteBox:last-child {
    border-bottom: none;
}
.favoriteBox .photoL {
    width: 80px;
}
.favoriteContents {
    width: 65%;
    float: right;
    display: block;
    position: relative;
}

.favoriteContents h4 {
    margin-right: 30px;
}

.favoriteContents .btn_delete {
    padding: 1px;
    right: 0;
    float: right;
    position: absolute;
    top: 0;
}

/* -----------------------------------------------
会員登録内容変更
----------------------------------------------- */
#mypagecolumn .thankstext {
    padding: 15px 10px 10px 10px;
}
#mypagecolumn dl.entryConfTable dt {
background: #628e1c;
}

/* -----------------------------------------------
お届け先追加・変更
----------------------------------------------- */
#mypagecolumn .btn_area_top {
    margin-top: 10px;
}
.delivBox {
    padding: 10px 10px 5px 10px;
    border-bottom: #CCC solid 1px;
    clear: both;
    position: relative;
}

.delivBox:last-child {
    border-bottom: none;
}
#mypagecolumn .zip_title {
margin-bottom: 14px;
}
.zip_title span {
background-color: #fdd32f;	
}
#mypagecolumn .btn_sub,
#mypagecolumn a.btn_sub,
#mypagecolumn a.btn_sub:link,
#mypagecolumn a.btn_sub:visited,
#mypagecolumn a.btn_sub:hover {
display: inline-block;
margin-right: 5px;
}
#mypagecolumn a.ui-link:link,
#mypagecolumn a.ui-link:visited {
color: #271c18;
}
#mypagecolumn dl.form_entry {
width: 100%;
margin: 0 0 15px 0;
padding: 0;
border-bottom: none;
position: relative;
}
/* -----------------------------------------------
退会手続き
----------------------------------------------- */
.refusetxt {
    padding: 15px 10px 10px 10px;
}
.refusetxt p:first-child {
    margin-bottom: 10px;
}
.btn_refuse {
    padding: 0;
    margin: 20px auto 0 auto;
}
.btn_refuse li {
    display: inline-block;
    vertical-align: middle;
}
.btn_refuse a.btn,
.btn_refuse input[type="submit"].btn {
    font-size: 13px!important;
    display: inline;
}
.btn_refuse li:first-child {
    margin-right: 1em;
}
.btnYes {
margin-bottom: 10px;	
}

/* -----------------------------------------------
クレジットカード
----------------------------------------------- */
dl.form_entry .sgCardLayout {
background: #f8f7f2;
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: space-around;
margin: 0 auto;
width: 90%;
}
.sgCardLayout + .sgCardLayout {
margin-top: 10px;
}
dl.form_entry .sgCardLayout dt {
padding: 5%;
width: 5%;
}
dl.form_entry .sgCardLayout dd {
padding: 5%;
width: 75%;
}
