@charset "utf-8";
/* ===================================================================
CSS information
file name  :contents.css
style info :下層コンテンツ用(#undercolumn)
=================================================================== */
/* -----------------------------------------------
#undercolumn 汎用
----------------------------------------------- */
#undercolumn {
padding-bottom: 35px;
}
#undercolumn h2.title {
background-image: -webkit-gradient(linear, left top, left bottom, from(#fccc66), color-stop(0.5, #f9a107));
-webkit-box-shadow: 0 2px 2px 0px #e4e4e4;
padding: 19px;
text-align: center;
color: #fff;
font-size: 123.1%;
line-height: 1.3;
border-bottom: none;
}

/**イントロダクション*/
.information {
    padding: 5px 10px;
    line-height: 1.3;
    border-bottom: #CCC solid 1px;
}
.information p:first-child {
    font-size: 14px;
    margin-bottom: 0.5em;
}

/* タイトル */
.greenTit {
border-bottom: 3px solid #628e1c;
-webkit-box-shadow: 0 2px 2px 0px #b7b7b8;
padding: 19px;
color: #3b2d28;
text-align: center;
font-size: 123.1%;
line-height: 1.3;
font-weight: bold;
margin-bottom: 10px;
}
.contMtit {
border-left: #faae24 solid 5px;
padding: 3px 0 3px 10px;
margin-bottom: 10px;
font-size: 116%;
}
/*フォーム枠*/
.form_area {
    padding: 10px;
}
.form_area p:first-child {
    margin-bottom: 0.5em;
}
.formBox {
margin-bottom: 20px;
border: #dfdfdf solid 1px;
border-radius: 7px;
-moz-border-radius: 7px;
-webkit-border-radius: 7px;
background-color: #FFF;
}
.innerBox {
    padding: 10px;
    border-bottom: #CCC solid 1px;
}
.arrowBox {
    padding: 10px 25px 10px 10px;
    background: url(../img/common/ico_arrowR.png) 95% center no-repeat;
    border-bottom: #CCC solid 1px;
    clear: both;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
    .arrowBox {
        background: url(../img/common/ico_arrowR2.png) 95% center no-repeat;
        -webkit-background-size: 10px 15px;
        background-size: 10px 15px;
    }
}
.box_header {
    font-size: 16px;
    font-weight: bold;
    background: #EEE;
    padding: 10px;
    border-radius: 7px 7px 0 0;
    -moz-border-radius: 7px 7px 0 0;
    -webkit-border-radius: 7px 7px 0 0;
    border-bottom: #CCC solid 1px;
}
/*合計(フォーム下)*/
.total_area,
.result_area {
    padding: 10px;
    text-align: right;
    background: #F7F5F0;
    border-top: #FFF solid 1px;
    border-bottom: #A9ABAD solid 1px;
}
.delivCartBox .total_area {
border-bottom: none;
}
.formBox .btn_area_btm {
    padding: 10px;
    background: #F7F5F0;
    border-top: #FFF solid 1px;
    border-bottom: none;
    border-radius: 0 0 7px 7px;
    -moz-border-radius: 0 0 7px 7px;
    -webkit-border-radius: 0 0 7px 7px;
}
.formBox div:first-child {
    border-radius: 7px 7px 0 0;
    -moz-border-radius: 7px 7px 0 0;
    -webkit-border-radius: 7px 7px 0 0;
}
.formBox div:last-child {
    border-radius: 0 0 7px 7px;
    -moz-border-radius: 0 0 7px 7px;
    -webkit-border-radius: 0 0 7px 7px;
    border-bottom: none;
}
.form_area div:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

/* -----------------------------------------------
カートボックス
----------------------------------------------- */

/*カゴの中の商品*/
.delivCartBox {
background-color: #fff;
border-radius: 7px;
-moz-border-radius: 7px;
-webkit-border-radius: 7px;
border: 1px solid #b3b3b3;
overflow: hidden;
}
.cartinarea {
    padding: 10px;
    border-bottom: #CCC solid 1px;

}
.cartitemBox {
    padding: 10px 0;
    border-bottom: #CCC solid 1px;
    clear: both;
}
.cartinarea .cartitemBox:last-child {
    border-bottom: none;
}
.cartinarea .photoL {
    width: 80px;
}
.cartinarea .cartinContents {
    width: 68%;
    float: right;
    display: block;
    position: relative;
}
.cartinarea .cartinContents p {
    line-height: 1.2;
}
.cartinContents div {
    min-height: 50px;
}
.cartTxt {
margin-left: 10px;
margin-right: 10px;
margin-bottom: 20px;
}
.cartTxt span {
color: #e1001f;
}
/* -----------------------------------------------
ふきだしボックス
----------------------------------------------- */
.bubbleBox {
    width: 90%;
    font-weight: bold;
    margin: 10px auto 20px auto;
    padding: 10px 15px;
    position: relative;
    background-color: #F6F6F6;
    border: 1px solid #C5C4C0;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-box-shadow: inset 1px 1px 1px #FFF;
    -webkit-box-shadow: inset 1px 1px 1px #FFF;
    cursor: pointer;
}
.bubble_arrow_line {
    width: 0;
    height: 0;
    border-color: #C5C4C0 transparent transparent transparent;
    border-style: solid;
    border-width: 10px;
    position: absolute;
    bottom: -21px;
    left: 50%;
}
.bubble_arrow {
    width: 0;
    height: 0;
    border-color: #F6F6F6 transparent transparent transparent;
    border-style: solid;
    border-width: 10px;
    position: absolute;
    bottom: -19px;
    left: 50%;
}
.bubble_announce {
    height: 2.5em;
    background: url(../img/common/ico_arrowR.png)  right center no-repeat;
    clear: both;
    vertical-align: middle;
    margin-bottom: 5px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
    .bubble_announce {
        background: url(../img/common/ico_arrowR2.png) right center no-repeat;
        -webkit-background-size: 10px 15px;
        background-size: 10px 15px;
    }
}
.bubbleBox p.fb {
    line-height: 2.5em;
}
.deliv_announce p {
    width: 80%;
}
.bubbleBox a:link,
.bubbleBox a:visited {
    color: #333;
}
/* -----------------------------------------------
カートの中ページ
----------------------------------------------- */
.totalmoney_area {
    font-size: 14px;
    font-weight: bold;
    padding: 10px;
    border-bottom: #CCC solid 1px;
}
.point_announce {
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 5px;
}
.cartinContents .btn_delete {
    padding: 2px;
    right: 0;
    float: right;
    position: absolute;
    top: 0;
    cursor: pointer;
}
.cartinContents ul {
    float: right;
    clear: both;
    line-height: 1.1;
}
.cartinContents ul li {
    display: inline;
    float: left;
}
.cartinContents ul li.quantity {
    padding-left: 0.5em;
    padding-top: 1em;
    vertical-align: bottom;
}
.cartinContents ul li.quantity_btn {
    padding-left: 0.5em;
    padding-top: 0.8em;
    vertical-align: bottom;
}
.cartinContents ul li.result {
    padding-left: 1.5em;
    padding-top: 1em;
    vertical-align: bottom;
}

.cartinContents p {
    margin-right: 25px;
}

.cartinContents p.btn_delete {
    margin-right: 0;
}

/* -----------------------------------------------
お届け先指定
----------------------------------------------- */
.delivFlow {
margin: 8px 0 20px 0;
text-align: center;
}
.delivNoshi {
border-left: none;
border-top: none;
width: 100%;
margin-bottom: 10px;
}
.delivNoshi td {
border-right: none;
}
.delivNoshi td label {
font-weight: bold;
}
.delivNoshi td label span {
font-size: 92.8%;
}
.deliv_check {
    clear: both;
}
.deliv_check dt {
background: #fdf5d3;
font-weight: bold;
font-size: 108%;
padding: 5px 10px;
position: relative;
}
.deliv_check dt p {
    vertical-align: middle;
margin-bottom: 0;
}
.deliv_check dd {
    font-size: 12px;
    padding: 10px;
    border-bottom: #CCC solid 1px;
    display: block;
}
.deliv_check dd.end {
    border-bottom: none;
}
.deliv_check dd p {
    display: inline;
    float: left;
}
.deliv_check ul.edit {
    float: right;
    clear: right;
    display: inline;
    line-height: 1.1;
    position: absolute;
    right: 10px;
    top: 12px;
}
.deliv_check dt.first {
    border-top: none;
    border-radius: 7px 7px 0 0;
    -moz-border-radius: 7px 7px 0 0;
    -webkit-border-radius: 7px 7px 0 0;
}

/* -----------------------------------------------
お届け先指定(複数)
----------------------------------------------- */
.delivitemBox {
    padding: 10px;
    border-bottom: #CCC solid 1px;
    clear: both;
    position: relative;
}
.delivitemBox .photoL {
    width: 80px;
}
.delivitemBox .delivContents {
    width: 67%;
    float: right;
    display: block;
    position: relative;
}

.delivContents p {
    float: left;
    line-height: 1.2;
    margin-bottom: 5px;
    margin-right: 40px;
}
.delivContents ul {
    width: 3em;
    float: right;
    right: 7px;
    position: absolute;
}
.delivContents ul li {
    text-align: center;
    clear: both;
}

.delivContents ul li:first-child {
    line-height: 1.2;
    vertical-align: bottom;
}

/* -----------------------------------------------
お支払方法・お届け時間等の指定
----------------------------------------------- */
.pay_area,
.pay_area02,
.contact_area {
margin: 0 10px;
}
.pay_area ul {
    padding: 10px;
    margin-bottom: 10px;
    font-weight: bold;
}
.pay_area ul li {
    line-height: 1.5;
    margin-bottom: 6px;
}
.pay_area .attention,
.pay_area2 .attention {
    margin-left: 10px;
}
.pay_area02 select:first-child {
    margin-bottom: 12px;
}
.pay_area .payGift {
width: 100%;
border-style: none;
margin-bottom: 30px;
}
.pay_area .payGift th {
border-bottom: 1px solid #CCC;
border-top-style: none;
border-right-style: none;
border-left-style: none;
background-color: transparent;
width: 240px;
}
.pay_area .payGift td {
border-bottom: 1px solid #CCC;
border-top-style: none;
border-right-style: none;
border-left-style: none;
}
.payGiftDetail {
padding-right: 20px;
background-image: url(../img/common/btn_CatBuy_down.png);
background-repeat: no-repeat;
background-position: right center;
font-size: 11px;
text-align: right;
padding-top: 5px;
padding-bottom: 5px;
}
.pay_area .payGift td a {
color: #000;
}
.payMtit {
margin-bottom: 10px;	
}
p.check_point {
    font-size: 12px;
    padding-left: 1em;
    font-weight: normal;
}
p.check_point .box_point {
    margin-right: 0.5em;
}
.contact_area p {
    line-height: 1.3;
    font-weight: bold;
    margin-bottom: 10px;
}
.contact_area p span.sgCarMailTxt {
font-size: 85%;
}
.contact_area .textarea {
    width: 95%;
}
.non-select-msg {
    margin: 20px 0;
    border: none;
}
.time_select {
    margin-top: 5px;
    margin-bottom: 15px;
}
#payment {
-webkit-border-top-left-radius: 7px;
-webkit-border-top-right-radius: 7px;
-webkit-border-bottom-right-radius: 7px;
-webkit-border-bottom-left-radius: 7px;
border: 1px solid #e6e6e6;
background: #fff;
padding: 10px;	
}
#payment li {
border-bottom: 1px solid #dfdfdf;
padding: 10px;
}
/* -----------------------------------------------
ご注文内容のご確認
----------------------------------------------- */
.cartcartconfirmarea {
padding: 0 10px;
border-bottom: 1px dotted #CCC;
}
.cartconfirmBox {
    padding: 10px 0;
    clear: both;
    position: relative;
}
.cartconfirmBox:last-child {
    border-bottom: none;
}
.cartconfirmBox .photoL {
    width: 80px;
    float: left;
}
.cartconfirmContents {
    width: 67%;
    float: right;
    display: block;
    position: relative;
    line-height: 1.3;
}
.cartconfirmContents div {
    min-height: 62px;
    line-height: 1.3;
}
.cartconfirmBox ul {
    float: right;
    clear: both;
    line-height: 1.1;
}
.cartconfirmBox ul li {
    display: inline;
    font-weight: bold;
}
.cartconfirmBox ul li.result {
    padding-left: 1em;
    vertical-align: bottom;
}
.result_area {
    font-size: 14px;
    font-weight: bold;
}
.result_area dl {
    text-align: right;
    float: right;
    display: block;
}
.result_area dt,
.result_area dd {
    text-align: right;
}
.result_area dt {
    font-size: 11px;
    clear: left;
    float: right;
}
dl.point dl {
    display: block;
}
.point_confifrm dl {
    font-weight: bold;
    border-bottom: #CCC solid 1px;
}
.point_confifrm dl:last-child {
    border-bottom: none;
}
.point_confifrm dt {
    width: 60%;
    padding: 10px 0 10px 10px;
    float: left;
    display: block;
}
.point_confifrm dd {
    width: 30%;
    padding: 10px 10px 10px 0;
    float: right;
    text-align: right;
}
.customer_confirm dt,
.deliv_confirm dt {
    font-size: 14px;
    font-weight: bold;
    padding: 10px;
    background: #EEE;
    border-top: #FFF solid 1px;
    border-radius: 7px 7px 0 0;
    -moz-border-radius: 7px 7px 0 0;
    -webkit-border-radius: 7px 7px 0 0;
    line-height: 1.2;
    vertical-align: middle;
    position: relative;
    display: block;
}
.customer_confirm dd,
.deliv_confirm dd {
    font-size: 12px;
    padding: 10px;
    border-bottom: #CCC solid 1px;
    display: block;
    line-height: 1.3;
}

.customer_confirm dd:last-child, 
.deliv_confirm dd:last-child {
    border-bottom: none;
}

.customer_confirm dd p.deliv_name,
.deliv_confirm dd p.deliv_name {
    margin-bottom: 3px;
    font-size: 14px;
    line-height: 1.3;
}
.date_confirm li {
    padding-right: 1em;
    display: inline;
}
.otherconfirm_area {
margin-left: 10px;
margin-right: 10px;
}
.confirmTit {
border: 1px solid #fcaf23;
background: #fcaf23;
padding: 3px;
margin-bottom: 10px;
color: #fff;
}
.confirmTotalBox {
-webkit-border-top-left-radius: 7px;
-webkit-border-top-right-radius: 7px;
-webkit-border-bottom-right-radius: 7px;
-webkit-border-bottom-left-radius: 7px;
border: 1px solid #e6e6e6;
background: #fff;
padding: 10px;
}
.confirmPayment {
background-color: #faae24;
}
.deliv_confirm dt {
background-color: #fdf5d3;	
}
.confirmTotal01 {
width: 100%;
border-style: none;
}
.confirmTotal01 th {
background-color: #FFF;
text-align: right;
border-style: none;
}
.confirmTotal01 td {
text-align: right;
border-style: none;
}
.confirmTotal01 th.last {
background-color: #FFF;
text-align: right;
border-bottom: 1px solid #e6e6e6;
border-top-style: none;
border-right-style: none;
border-left-style: none;
}
.confirmTotal01 td.last {
text-align: right;
border-bottom: 1px solid #e6e6e6;
border-top-style: none;
border-right-style: none;
border-left-style: none;
}
.confirmTotal02 {
width: 100%;
border-style: none;
}
.confirmTotal02 th {
background-color: #FFF;
text-align: right;
border-right-style: none;
}
.confirmTotal02 td {
text-align: right;
border-right-style: none;
}
.confirmTotal02 th.last {
border-bottom-style: none;
}
.confirmTotal02 td.last {
border-bottom-style: none;
}
/* -----------------------------------------------
入力フォーム/確認画面共通
----------------------------------------------- */
dl.form_entry {
    width: 100%;
    margin: 0 0 15px 0;
    padding: 0;
    border-bottom: #999 solid 1px;
    position: relative;
}
dl.form_entry > dt {
font-weight: bold;
padding: 33px 12px 0;
}
dl.form_entry > dd {
line-height: 1.2;
padding-top: 8px;
padding-right: 12px;
padding-left: 12px;
}
div.ui-input-text {
box-sizing: border-box;
}
dl.form_entry > dd:last-child {
    border-bottom: 0;
}
dl.form_entry .selectdate {
    margin-top: 12px;
    padding: 5px 6px 5px 4px;
    font-size: 12px;
    vertical-align: bottom;
}
dl.form_entry > li {
    margin-bottom: 0.3em;
    vertical-align: middle;
}
dl.form_entry .bg_head {
    padding-bottom: 10px;
}
.hissu {
color: #fff;
font-size: 11px;
margin-left: 3px;
padding: 2px;
background-attachment: scroll;
background-color: #ec0012;
background-image: none;
background-repeat: repeat;
background-position: 0 0;
}
/* -----------------------------------------------
完了画面
----------------------------------------------- */
.thankstext {
    font-size: 16px;
    color: #FF6633;
    font-weight: bold;
    padding: 10px;
    margin-bottom: 10px;
    line-height: 1.3;
}
#completetext p {
    line-height: 1.3;
}

#completetext,
.shopInformation {
    font-size: 14px;
    padding: 10px;
    clear: both;
}
#completetext p,
.shopInformation p {
    margin-bottom: 0.5em;
    line-height: 1.3;
}
/* -----------------------------------------------
特定商/当サイトについて
----------------------------------------------- */
dl.form_info {
    width: 100%;
    margin: 10px 0 15px 0;
    padding: 0;
    border-bottom: #999 solid 1px;
    position: relative;
}
dl.form_info dt {
    font-weight: bold;
    padding: 10px 10px 0;
}
dl.form_info dd {
    padding: 0 10px 10px;
    border-bottom: #CCC solid 1px;
}
dl.form_info dd:last-child {
    border-bottom: 0;
}

#maps {
    width: 88%!important;
    margin: 10px auto!important;
}
/* -----------------------------------------------
規約
----------------------------------------------- */
#kiyaku_text {
    padding: 10px 20px;
    border-bottom: #999 solid 1px;
    border-top: #999 solid 1px;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.3;
}
/*-------------------------------------------------
error
----------------------------------------*/
#errorBox {
    text-align: left;
    padding: 20px;
}
/* -----------------------------------------------
化粧品サンプルページ
----------------------------------------------- */
.samBtn {
-webkit-border-radius: 3px;
background: #ffa31a;
margin: 20px 0 50px;
padding: 2px;
position: relative;
}
.samBtn a {
padding: 10px 0 5px 40px;
-webkit-border-radius: 3px;
background: -webkit-gradient(linear, left top, left bottom, from(#ffb039), color-stop(49%, #ffb039), color-stop(50%, #fa9d12),to(#fa9d12));
border: 1px solid #fff;
display: block;
text-align: center;
}
.samBtn a:link {
color: #fff;
}
.samBtn a img {
vertical-align: middle;
position:absolute;
top: 20px;
left: 20px;
}
.samFont {
font-size: 80% !important;
}


/* 会員登録せずに購入する */
.sgRegMember {
background: #f0efea;
border: 2px solid #dcdad0;
margin-left: auto;
margin-right: auto;
margin-bottom: 30px;
width: 90%;
}
.sgRegMember > dt{
cursor: pointer;
font-size: 16px;
color: #000;
padding: 15px 10px;
display: block;
/*background-image: url(../img/sg_login/toggle_plus.png);
background-position: 920px center;
background-repeat: no-repeat;/*
}
/*.sgRegMember > dt.active {
background-image: url(../img/sg_login/toggle_minus.png);
}*/
.sgRegMember > dd {
display: none;
}
.sgRegMemCaution {
color:#cf2d04;
}
.sgRegInfoTxt {
border-bottom: 3px solid #dcdad0;
padding-top: 30px;
margin-top: 15px;
padding-bottom: 30px;
margin-bottom: 40px;
font-size: 15px;
}
.sgRegMember .sgLoginTable {
margin-left: 60px;
margin-bottom: 10px;
}
.sgRegMember .sgLoginFooBtnAreaMore {
border-top: 1px solid #dcdad0;
margin-top: 30px;
margin-bottom: 40px;
}
.sgRegMember .sgLoginFooBtnAreaMore li {
margin-right: 20px;
margin-left: 20px;
}
.sgRegMember .sgLoginFooBtnAreaMore li .btn_area {
padding: 0;
}
.sgRegInputMail input,
.sgRegTablePassword input {
margin-bottom: 10px;
width: 280px;
}
.sgRegTable {
font-size: 18px;
}
.sgRegTableCaution {
color: #cf2d04;
}
.sgRegBtnNoregist {
border-top: 1px solid #dcdad0;
padding-top: 50px;
margin-top: 50px;
text-align: center;
}
.sgLoginTxt03 {
padding: 0 10px;!important
font-size: 90%;
vertical-align: text-top;
}

/* エラー文 */
.errTxt {
color: #CC0000;
margin-bottom: 0.5em;
}