@charset "utf-8";
/* ===================================================================
CSS information

file name  :button.css
style info :ボタン用

=================================================================== */
.btn_area {
    padding: 10px;
    clear: both;
}
ul.btn_btm {
    clear: both;
}
.btn_area li,
ul.btn_btm li {
    margin-bottom: 12px;
}
.btn_area_top {
    box-shadow: 0 1px 1px 1px rgba(255,255,255,1) inset;
    -webkit-box-shadow: 0 1px 1px 0 rgba(255,255,255,1) inset;
    -moz-box-shadow: 0 1px 1px rgba(255,255,255,1) inset;
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    background: #EEE;
    display: block;
    clear: both;
    margin-bottom: 10px;
    padding: 10px 0;
}
/*-----------------------------------------------
ボタン（進む系ボタン:グリーン）→イエロー
----------------------------------------------- */
a.btn,
a.btn:link,
a.btn:visited,
a.btn:hover {
    color: #372925;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    padding: 10px;
    display: block;
    background: #fdd32f;
    cursor: pointer;
}
input[type="submit"].btn {
display: block;
-webkit-border-radius: 5px;
border: 1px solid #faae24;
margin: 5px 0 20px;
padding: 15px 0;
cursor: pointer;
width: 100%;
font-size: 15px;
font-weight: bold;
background: #faae24 url(../img/common/ico_arrow05_r.png) no-repeat 95% 50%;
background-size: 10px 14px;
}

/* イエローボタン */
.btnYellow a:link,
.btnYellow a:visited,
input.btnYellow {
display: block;
-webkit-border-radius: 5px;
border: 1px solid #fdd32f;
margin: 5px 0 20px;
padding: 15px 0;
cursor: pointer;
width: 100%;
font-size: 15px;
background: #fdd32f url(../img/common/ico_arrow05_r.png) no-repeat 95% 50%;
background-size: 10px 14px;
text-align: center;
color: #000000;
}

/* 黒ボタン */
.btnBlack a:link,
.btnBlack a:visited,
input.btnBlack {
display: block;
-webkit-border-radius: 5px;
border: 1px solid #000000;
margin: 5px 0 20px;
padding: 15px 0;
cursor: pointer;
width: 100%;
font-size: 15px;
background: #000000 url(../img/common/ico_arrow05_r_white.png) no-repeat 95% 50%;
background-size: 10px 14px;
text-align: center;
color: #ffffff;
}

/* オレンジボタン  */
.btnOrange a:link,
.btnOrange a:visited,
input.btnOrange {
display: block;
-webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-webkit-border-bottom-right-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
text-decoration: none;
color: #000000;
font-size: 15px;
background: #faae24 url(../img/common/ico_arrow05_r.png) no-repeat 95% 50%;
padding: 18px 0;
vertical-align: middle;
text-align: center;
font-weight: bold;
background-size: 10px 14px;
}

/* グレーボタン */
.btnGray a:link,
.btnGray a:visited,
input.btnGray {
display: block;
-webkit-border-radius: 5px;
border: 1px solid #bbbfc5;
margin: 5px 0 20px;
padding: 15px 0;
cursor: pointer;
width: 100%;
font-size: 14px;
background: #bbbfc5 url(../img/common/ico_arrow05_r.png) no-repeat 95% 50%;
background-size: 10px 14px;
text-align: center;
color: #000000;
}
.shoppingBtn {
padding-top: 15px;	
}
.shoppingBtn li:first-child {
margin-bottom: 15px;
}
.shoppingBtn .btnGray input {
display: block;
-webkit-border-radius: 5px;
border: 1px solid #bbbfc5;
margin: 5px 0 20px;
padding: 15px 0;
cursor: pointer;
width: 100%;
font-size: 14px;
background: #bbbfc5 url(../img/common/ico_arrow05_r.png) no-repeat 95% 50%;
background-size: 10px 14px;
text-align: center;
color: #000000;
}
.completeBtn {
padding-top: 15px;	
}

/*-----------------------------------------------
ボタン（戻る＆ログアウト系ボタン:グレー）
----------------------------------------------- */
a.btn_back,
a.btn_back:link,
a.btn_back:visited,
a.btn_back:hover {
background-color: #bbbfc5;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
margin-top: 0;
margin-bottom: 36px;
background-attachment: scroll;
background-image: url(../img/common/ico_arrow05_r.png);
background-repeat: no-repeat;
background-position: 95% 50%;
background-size: 10px 14px;
padding: 18px 0;
text-align: center;
vertical-align: middle;
display: block;
color: #000000;
font-size: 13px;
}
input.btn_back {
background-color: #bbbfc5;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
margin-top: 0;
margin-bottom: 36px;
background-attachment: scroll;
background-image: url(../img/common/ico_arrow05_r.png);
background-repeat: no-repeat;
background-position: 95% 50%;
background-size: 10px 14px;
padding: 18px 0;
text-align: center;
vertical-align: middle;
display: block;
width: 100%;
color: #000000;
}
.mypageBtnTxt {
margin-top: -28px;
font-size: 95%;
}
/*-----------------------------------------------
ボタン（サブ系ボタン:ライトグレー）
----------------------------------------------- */
.btn_sub,
a.btn_sub,
a.btn_sub:link,
a.btn_sub:visited,
a.btn_sub:hover {
    color: #000;
    font-size: 16px;
    padding: 5px 0;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    text-shadow: 0 -1px 1px rgba(255,255,255,1);
    border: 1px solid #A9ABAD;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    display: block;
    background: #FDFDfD;
    background: -moz-linear-gradient(center top, #FDFDFD 0%,#D7DDE3 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FDFDFD),color-stop(1, #D7DDE3));
}
input[type="submit"].btn_sub {
    color: #000;
    font-size: 16px;
    padding: 5px 0;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    text-shadow: 0 -1px 1px rgba(0,0,0,0.3);
    border: 1px solid #A9ABAD;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    display: block;
    background: #FDFDfD;
    background: -moz-linear-gradient(center top, #FDFDFD 0%,#D7DDE3 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FDFDFD),color-stop(1, #D7DDE3));
}
/*-----------------------------------------------
ボタン（追加系ボタン:ホワイト）
----------------------------------------------- */
a.btn_more,
a.btn_more:link,
a.btn_more:visited,
a.btn_more:hover {
    color: #000;
    font-size: 16px;
    padding: 5px 0;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    border: 1px solid #A9ABAD;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    display: block;
    background: #FFF;
    clear: both;
    margin: 10px 0;
}
input[type="submit"].btn_more {
    color: #000;
    font-size: 16px;
    padding: 5px 0;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    border: 1px solid #A9ABAD;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    display: block;
    background: #FFF;
    clear: both;
}
/*-----------------------------------------------
ボタン（フッター）
----------------------------------------------- */
a.btn_btm {
    width: 150px;
    text-align: center;
    color: #FFF;
    background-color: #000;
    background: -moz-linear-gradient(center top, #5E5E5E 0%,#232323 48%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #5E5E5E),color-stop(0.48, #232323));
    border: #303030 solid 1px;
    text-shadow: 0 -1px 1px rgba(0,0,0,0.5);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 5px;
    margin: 10px auto;
    transition: background-color 1s ease-in;
    -webkit-transition: background-color 1s ease-in;
    -moz-transition: opacity 1s ease-int;
    cursor: pointer;
}
.btn_btm,
a.btn_btm:link,
a.btn_btm:hover,
a.btn_btm:visited {
    color: #FFF;
    text-decoration: none;
}
input[type="submit"].btn_btm {
    width: 150px;
    text-align: center;
    color: #FFF;
    background-color: #000;
    background: -moz-linear-gradient(center top, #5E5E5E 0%,#232323 48%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #5E5E5E),color-stop(0.48, #232323));
    border: #303030 solid 1px;
    text-shadow: 0 -1px 1px rgba(0,0,0,0.5);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 5px;
    margin: 10px auto;
    transition: background-color 1s ease-in;
    -webkit-transition: background-color 1s ease-in;
    -moz-transition: opacity 1s ease-int;
    cursor: pointer;
}
/*-----------------------------------------------
ボタン小（編集/削除）
----------------------------------------------- */
ul.edit {
    float: right;
    clear: right;
    display: inline;
    vertical-align: top;
    line-height: 1;
    position: absolute;
    right: 10px;
    top: 15px;
}
ul.edit li {
    display: inline;
    float: left;
    line-height: 1;
    vertical-align: middle;
}
ul.edit li:first-child {
    margin-right: 0.8em;
}
a.b_edit:link,
a.b_edit:visited,
a.b_edit:hover {
color: #000;
font-size: 11px;
display: inline;
cursor: pointer;
vertical-align: middle;
padding-left: 15px;
background-attachment: scroll;
background-color: rgba(0, 0, 0, 0);
background-image: url(../img/button/btn_edit.png);
background-repeat: no-repeat;
background-position: left center;
}
a.b_delete:link,
a.b_delete:visited,
a.b_delete:hover {
color: #000;
font-size: 11px;
display: inline;
cursor: pointer;
vertical-align: middle;
padding-left: 15px;
background-attachment: scroll;
background-color: rgba(0, 0, 0, 0);
background-image: url(../img/button/btn_delete.png);
background-repeat: no-repeat;
background-position: left center;
background-size: 12px 12px;
}
/*-----------------------------------------------
ボタン（商品詳細:カゴに入れる）
----------------------------------------------- */
.cartbtn_default {
    font-size: 15px;
    padding: 10px 0;
    background: #fdd32f;
}

/*-----------------------------------------------
ボタン（商品詳細:お気に入り)
----------------------------------------------- */
.btn_favorite .btn_sub {
    width: auto;
    display: block;
}
.btn_favorite p {
    text-align: center;
}
/*-----------------------------------------------
ボタン（新しいお届け先を追加する)
----------------------------------------------- */
.addbtn {
    margin: 0 30px;
    padding: 5px 0;
}
/*-----------------------------------------------
ボタン（トップページへ)
----------------------------------------------- */
.btn_s {
    width: 12em;
    padding: 10px 0!important;
    margin: 10px auto;
    clear: both;
}
/*-----------------------------------------------
ボタン（住所自動入力)
----------------------------------------------- */
.btn_inputzip {
    margin: 12px 0 5px 0;
}
/*-----------------------------------------------
ボタン（ログイン/ウィンドウ)
----------------------------------------------- */
.btn_login,
.btn_close {
    width: 70%;
    margin: 10px auto;
}