@charset "utf-8";
/* ===================================================================
CSS information
file name  :contents.css
style info :下層コンテンツ用(#undercolumn)
=================================================================== */
/* -----------------------------------------------
#undercolumn 汎用
----------------------------------------------- */
body{font-family: Verdana,Arial,Helvetica,sans-serif;}
#amaq{background-color: #fff !important;}
#undercolumn {
    padding-bottom: 35px;
}
/**イントロダクション*/
.information {
    font-weight: bold;
    padding: 5px 10px;
    line-height: 1.3;
    border-bottom: #CCC solid 1px;
}
.information p:first-child {
    font-size: 14px;
    margin-bottom: 0.5em;
}
/*フォーム枠*/
.form_area {
    padding: 10px;
}
.form_area p:first-child {
    margin-bottom: 0.5em;
}
.formBox {
    margin-bottom: 20px;
    border: #A9ABAD solid 1px;
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
}
.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;
}
.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;
}

/* -----------------------------------------------
カートボックス
----------------------------------------------- */

/*カゴの中の商品*/
.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;
}
/* -----------------------------------------------
ふきだしボックス
----------------------------------------------- */
.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;
}

/* -----------------------------------------------
お届け先指定
----------------------------------------------- */
.deliv_check {
    clear: both;
}
.deliv_check dt {
    font-size: 14px;
    font-weight: bold;
    padding: 10px 10px 5px 10px;
    background: #EEE;
    border-top: #FFF solid 1px;
    vertical-align: middle;
    position: relative;
    display: block;
}
.deliv_check dt p {
    vertical-align: middle;
}
.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 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;
}
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 .textarea {
    width: 95%;
}
.non-select-msg {
    margin: 20px 0;
    border: none;
}
.time_select {
    margin-top: 5px;
    margin-bottom: 15px;
}
/* -----------------------------------------------
ご注文内容のご確認
----------------------------------------------- */
.cartcartconfirmarea {
    padding: 0 10px;
    border-bottom: #CCC solid 1px;
}
.cartconfirmBox {
    padding: 10px 0;
    border-bottom: #CCC solid 1px;
    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;
}
/* -----------------------------------------------
入力フォーム/確認画面共通
----------------------------------------------- */
dl.form_entry {
    width: 100%;
    margin: 0 0 15px 0;
    padding: 0;
    border-top: #999 solid 1px;
    border-bottom: #999 solid 1px;
    position: relative;
}
dl.form_entry dt {
    font-weight: bold;
    padding: 10px 12px 0;
}
dl.form_entry dd {
    padding: 0 12px 10px;
    border-bottom: #CCC solid 1px;
    line-height: 1.2;
}
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;
}
/* -----------------------------------------------
完了画面
----------------------------------------------- */
.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;
}


*{margin: 0;padding: 0;}
ul li{list-style-type: none;}
.mb5{margin-bottom: 5px !important;}
.mb10{margin-bottom: 10px !important;}
.mb15{margin-bottom: 15px !important;}
.mb20{margin-bottom: 20px !important;}
.mb25{margin-bottom: 25px !important;}
.mb30{margin-bottom: 30px !important;}
.mb35{margin-bottom: 35px !important;}
.mb40{margin-bottom: 40px !important;}
.mb45{margin-bottom: 45px !important;}
.mb50{margin-bottom: 50px !important;}
.mb55{margin-bottom: 55px !important;}
.mb60{margin-bottom: 60px !important;}
.mb65{margin-bottom: 65px !important;}
.mb70{margin-bottom: 70px !important;}
.mb75{margin-bottom: 75px !important;}
.mb80{margin-bottom: 80px !important;}
.mb85{margin-bottom: 85px !important;}
.mb90{margin-bottom: 90px !important;}
.mb95{margin-bottom: 95px !important;}
.mb100{margin-bottom: 100px !important;}
.center{text-align: center;}
.right{text-align: right;}
.mincho{
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.clearfix:after {
    display: block;
    clear: both;
    height: 0px;
    line-height: 0px;
    visibility: hidden;
    content: ".";
}
.clearfix {
    display: block; /* for IE8 */
}



/*ラジオボタンのデザイン*/
.radio input{
    display: none;
}
.radio label{
    display: inline-block;
    position: relative;
    cursor: pointer;
    margin-left: 10px;
    padding: 10px 20px;
    border-radius: 2px;
    color: #333333;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.5em;
    line-height: 1;
}
.radio label:before{
    position: absolute;
    content: "";
    top: 50%;
    left: -10px;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    background: #FFFFFF;
    border:2px solid #ccc;
    border-radius: 50%;
}
.radio input[type="radio"]:checked + label:after {
    position: absolute;
    content: "";
    top: 50%;
    left: -2px;
    width: 8px;
    height: 8px;
    margin-top: -2px;
    border-radius: 50%;
    background: #EB1B15;
}
/*チェックボックスのデザイン*/
input[type=checkbox].checkbox{
    display: none;
}
.checkbox {
  box-sizing: border-box;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  position: relative;
  display: inline-block;
  margin: 0 20px 8px 0;
  padding: 12px 12px 12px 42px;
  border-radius: 8px;
  vertical-align: middle;
  cursor: pointer;
  font-size: 14px;
}
.checkbox:after {
  position: absolute;
  top: 50%;
  left: 15px;
  display: block;
  margin-top: -10px;
  width: 16px;
  height: 16px;
  border: 1px solid #ccc;
  content: '';
}

.checkbox:before {
  position: absolute;
  top: 46%;
  left: 20px;
  display: block;
  margin-top: -7px;
  width: 5px;
  height: 9px;
  border-right: 3px solid #82BAB9;
  border-bottom: 3px solid #82BAB9;
  content: '';
  opacity: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
input[type=checkbox]:checked + .checkbox:before {
  opacity: 1;
}
input[type="text"],
input[type="email"]{
    -webkit-appearance : none;
    width: 89%;
    padding: 1% 5%;
    height: 45px;
    font-size: 16px;
    border-radius: 5px;
    box-shadow: none;
    border: 1px solid #ccc;
    color: #333;
}
input[type="tel"],
textarea{
    -webkit-appearance : none;
    padding: 2%;
    font-size: 16px;
    border-radius: 5px;
    box-shadow: none;
    border: 1px solid #ccc;
    color: #333;
}
select{
    border-radius: 4px;
    padding: 5px 10px;
    font-size: 16px;
    height: 45px;
    -webkit-appearance : none;
    width: 60%;
    background: url(../img/form/select.jpg)no-repeat right center;
    background-size: 13% auto;
    border: 1px solid #ccc;
    color: #333;
}
option{
    color: #333;
}
textarea{
    width: 89%;
    padding: 1% 5%;
    font-size: 16px;
    border-radius: 4px;
    border: 1px solid #ccc;
    color: #333;
}
:placeholder-shown {
    color: #bababa; }

/* Google Chrome, Safari, Opera 15+, Android, iOS */
::-webkit-input-placeholder {
    color: #bababa; }

/* Firefox 18- */
:-moz-placeholder {
    color: #bababa; opacity: 1; }

/* Firefox 19+ */
::-moz-placeholder {
    color: #bababa; opacity: 1; }

/* IE 10+ */
:-ms-input-placeholder {
    color: #bababa; }
.name p{
    float: left;
    width: 48%;
    margin-right: 4%;
    font-size: 13px;
    color: #333;
    line-height: 1.8em;
}
.name p:last-of-type{
    margin-right: 0;
}
.tel p{
    width: 29%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.tel p.hyphen{
    width: 6.5%;
}
.box div p{
    font-size: 13px;
    color: #333;
    line-height: 2em;
    font-weight: bold;
}
#formArea .address div p{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
#formArea .address div p.firstnum{
    width: 25%;
}
#formArea .address div p.secondnum{
    width: 30%;
}
#formArea .address div p.hyphen{
    width: 5%;
}
#formArea .address div p.search{
    width: 38%;
    padding-left: 5%;
}
#formArea .address p.searchadd input[type="button"]{
    -webkit-appearance : none;
    width: 100%;
    padding: 7% 0;
    color: #fff;
    font-weight: bold;
    background-color: inherit;
    border: none;
    border-radius: 4px;
    font-size: 15px;
}
#formArea .address p.searchadd{
    border-radius: 4px;
    display: block;
    position:relative;
    background-color: #87BBBA;
    text-decoration: none;
    border: none;
    width: 50%;
}
#formArea .address p.searchadd:after{
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 4px;
    content:"";
    height:100%;
    width:100%;
    z-index:-999;
    border: 1px solid #87BBBA;
}
#formArea .address div p.search a{
    color: #85BBB9;
    border: 1px solid #85BBB9;
    border-radius: 4px;
    display: block;
    padding: 4% 0;
    position:relative;
    background-color: #fff;
    text-decoration: none;
    font-size: 15px;
    font-weight: bold;
}
#formArea .address div p.search a:after{
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 4px;
    content:"";
    height:100%;
    width:100%;
    z-index:-999;
    background-color: #85BBB9;
}
#formArea .address p.text{
    font-size: 15px;
    font-weight: normal;
}
#formArea .confirmBtn{
    border-radius: 4px;
    display: block;
    position:relative;
    background-color: #EE1600;/*「確認する」ボタンの背景色*/
    text-decoration: none;
    border: none;
}
#formArea .confirmBtn:after{
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 4px;
    content:"";
    height:100%;
    width:100%;
    z-index:-999;
    border: 1px solid #CCCCCC;/*「確認する」ボタンの外側の枠線*/
}
#formArea .confirmBtn input[type="button"]{
    -webkit-appearance : none;
    width: 100%;
    padding: 5% 0;
    color: #fff;/*「確認する」ボタンの文字色*/
    font-weight: bold;
    background-color: inherit;
    border: none;
    border-radius: 4px;
    font-size: 18px;/*「確認する」ボタンの文字サイズ*/
    background: url(../img/form/check.jpg)no-repeat left 30% center;
    background-size: auto 18px;
}

#formArea span.must{/*「必須」のcss*/
    padding: 1% 2%;
    font-size: 13px;/*文字色*/
    color: #fff;/*文字色*/
    background-color: #DA4630;
    border-radius: 4px;
    font-weight: bold;
}
#formArea h5{/*タイトルのcss*/
    font-size: 20px;/*文字サイズ*/
    font-weight: bold;/*文字の太さ*/
    color: #000;/*文字色*/
    padding-bottom: 15px;
    border-bottom: 2px solid #CCCCCC;
    padding-top: 10%;
}
#formArea.form1 .box{
    padding: 8% 5% 10%;
    border-bottom: 2px solid #CCCCCC;
}
#formArea.form1 .box:last-of-type{
    border-bottom: none;
}
#formArea.form1 p.title{
    font-size: 15px;/*文字色*/
    color: #333;/*文字色*/
    line-height: 1.5em;
    font-weight: bold;/*文字の太さ*/
}
#formArea.form1 span.must{/*「必須」のcss*/
    padding: 1% 2%;
    font-size: 13px;/*文字色*/
    color: #fff;/*文字色*/
    background-color: #DA4630;
    border-radius: 4px;
}
#formArea.form2 .box{
    padding: 8% 5% 10%;
    border-bottom: 2px solid #CCCCCC;
}
#formArea.form2 .box:last-of-type{
    border-bottom: none;
}
#formArea.form2 p.title{
    font-size: 15px;/*文字サイズ*/
    color: #333;/*文字色*/
    line-height: 1.5em;
    font-weight: bold;/*文字の太さ*/
}
#formArea.form2 .thumb{
    float: left;
    width: 40%;
    margin-right: 5%;
    box-shadow:1px 1px 4px -1px #aaa;
    -moz-box-shadow:1px 1px 4px -1px #aaa;
    -webkit-box-shadow:1px 1px 4px -1px #aaa;
}
#formArea.form2 .detail{
    float: left;
    width: 55%;
}
#formArea.form2 .detail .name{
    font-size: 15px;/*「商品名」の文字サイズ*/
    font-weight: bold;/*「商品名」の文字の太さ*/
    color: #333;/*「商品名」の文字色*/
    line-height: 1.4em;
}
#formArea.form2 .detail .text{
    font-size: 12px;/*「商品説明」の文字サイズ*/
    color: #333;/*「商品説明」の文字色*/
    font-weight: normal;/*「商品説明」の文字の太さ*/
    line-height: 1.7em;
}
#formArea.form2 .detail .normal.price{
    font-size: 12px;/*「通常価格」の文字サイズ*/
    color: #333;/*「通常価格」の文字色*/
    font-weight: normal;/*「通常価格」の文字の太さ*/
    line-height: 1.4em;
}
#formArea.form2 .detail .sale.price{
    font-size: 20px;/*「販売価格」の文字サイズ*/
    color: #333;/*「販売価格」の文字色*/
    font-weight: bold;/*「販売価格」の文字の太さ*/
    line-height: 1.4em;
}
#formArea.form2 .detail .sale.price span{
    font-size: 14px;
}
#formArea.form2 .detail .soldout{
    font-size: 20px;/*「売り切れました」の文字サイズ*/
    color: #FF0000;/*「売り切れました」の文字色*/
    font-weight: bold;/*「売り切れました」の文字の太さ*/
    line-height: 1.4em;
}
#formArea.form2 .detail .quantity p{
    display: table-cell;
    vertical-align: middle;
    width: 35%;
}

#formArea.form2 .detail .quantity p.selectquantity{
    width: 65%;
}
#formArea.form2 .detail .quantity p.selectquantity select{
    width: 100%;
    background-size: 20% auto;
}
#formArea.form2 .detail .stock,
#formArea.form2 .detail .code{
    font-size: 12px;/*文字サイズ*/
    font-weight: normal;/*文字の太さ*/
    line-height: 1.4em;
}
#formArea.form3 .box{
    padding: 5% 5% 0%;
    /* border-bottom: 2px solid #CCCCCC; */
}
#formArea.form3 .box:last-of-type{
    border-bottom: none;
}
#formArea.form3 p.title{
    font-size: 15px;/*文字サイズ*/
    color: #333;/*文字色*/
    line-height: 1.5em;
    font-weight: bold;/*文字の太さ*/
}
#formArea.form3 .thumb{
    /*float: left;*/
    /*width: 40%;*/
    /*margin-right: 5%;*/
    box-shadow:1px 1px 4px -1px #aaa;
    -moz-box-shadow:1px 1px 4px -1px #aaa;
    -webkit-box-shadow:1px 1px 4px -1px #aaa;
	margin-bottom:2%;

}
#formArea.form3 .detail{
    /*float: left;
    width: 55%;*/
}
#formArea.form3 .detail .name{
    font-size: 15px;/*「商品名」の文字サイズ*/
    font-weight: bold;/*「商品名」の文字の太さ*/
    color: #333;/*「商品名」の文字色*/
    line-height: 1.4em;
}
#formArea.form3 .detail .text{
    font-size: 12px;/*「商品説明」の文字サイズ*/
    color: #333;/*「商品説明」の文字色*/
    font-weight: normal;/*「商品説明」の文字の太さ*/
    line-height: 1.7em;
}
#formArea.form3 .detail .normal.price{
    font-size: 12px;/*「通常価格」の文字サイズ*/
    color: #333;/*「通常価格」の文字色*/
    font-weight: normal;/*「通常価格」の文字の太さ*/
    line-height: 1.4em;
}
#formArea.form3 .detail .sale.price{
    font-size: 20px;/*「販売価格」の文字サイズ*/
    color: #333;/*「販売価格」の文字色*/
    font-weight: bold;/*「販売価格」の文字の太さ*/
    line-height: 1.4em;
}
#formArea.form3 .detail .sale.price span{
    font-size: 14px;
}
#formArea.form3 .detail .soldout{
    font-size: 20px;/*「売り切れました」の文字サイズ*/
    color: #FF0000;/*「売り切れました」の文字色*/
    font-weight: bold;/*「売り切れました」の文字の太さ*/
    line-height: 1.4em;
}
#formArea.form3 .detail .quantity p{
    display: table-cell;
    vertical-align: middle;
    width: 35%;
}

#formArea.form3 .detail .quantity p.selectquantity{
    width: 65%;
}
#formArea.form3 .detail .quantity p.selectquantity select{
    width: 100%;
    background-size: 20% auto;
}
#formArea.form3 .detail .stock,
#formArea.form3 .detail .code{
    font-size: 12px;/*文字サイズ*/
    font-weight: normal;/*文字の太さ*/
    line-height: 1.4em;
}
#formArea.form3 .inner{
    border-top: 1px dashed #bbb;
    padding: 8% 0;
}
#formArea.form3 .inner .itemClass{
    float: left;
    width: 40%;
    margin-right: 5%;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.4em;
}
#formArea.form3 .inner .detail{
    float: left;
    width: 55%;
}
#formArea.form3 .inner:last-of-type{padding-bottom: 0;}



#formArea.form4 .box{
    padding: 8% 5% 10%;
    border-bottom: 2px solid #CCCCCC;
}
#formArea.form4 .box:last-of-type{
    border-bottom: none;
}
#formArea.form4 p.title{
    font-size: 15px;/*文字サイズ*/
    color: #333;/*文字色*/
    line-height: 1.5em;
    font-weight: bold;/*文字の太さ*/
}
#formArea.form4 .thumb{
    float: left;
    width: 40%;
    margin-right: 5%;
    box-shadow:1px 1px 4px -1px #aaa;
    -moz-box-shadow:1px 1px 4px -1px #aaa;
    -webkit-box-shadow:1px 1px 4px -1px #aaa;
}
#formArea.form4 .detail{
    float: left;
    width: 55%;
}
#formArea.form4 .detail .name{
    font-size: 15px;/*「商品名」の文字サイズ*/
    font-weight: bold;/*「商品名」の文字の太さ*/
    color: #333;/*「商品名」の文字色*/
    line-height: 1.4em;
}
#formArea.form4 .detail .text{
    font-size: 12px;/*「商品説明」の文字サイズ*/
    color: #333;/*「商品説明」の文字色*/
    font-weight: normal;/*「商品説明」の文字の太さ*/
    line-height: 1.7em;
}
#formArea.form4 .detail .normal.price{
    font-size: 12px;/*「通常価格」の文字サイズ*/
    color: #333;/*「通常価格」の文字色*/
    font-weight: normal;/*「通常価格」の文字の太さ*/
    line-height: 1.4em;
}
#formArea.form4 .detail .sale.price{
    font-size: 20px;/*「販売価格」の文字サイズ*/
    color: #333;/*「販売価格」の文字色*/
    font-weight: bold;/*「販売価格」の文字の太さ*/
    line-height: 1.4em;
}
#formArea.form4 .detail .sale.price span{
    font-size: 14px;
}
#formArea.form4 .detail .soldout{
    font-size: 20px;/*「売り切れました」の文字サイズ*/
    color: #FF0000;/*「売り切れました」の文字色*/
    font-weight: bold;/*「売り切れました」の文字の太さ*/
    line-height: 1.4em;
}
#formArea.form4 .detail .quantity p{
    display: table-cell;
    vertical-align: middle;
    width: 35%;
}

#formArea.form4 .detail .quantity p.selectquantity{
    width: 65%;
}
#formArea.form4 .detail .quantity p.selectquantity select{
    width: 100%;
    background-size: 20% auto;
}
#formArea.form4 .detail .stock,
#formArea.form4 .detail .code{
    font-size: 12px;/*文字サイズ*/
    font-weight: normal;/*文字の太さ*/
    line-height: 1.4em;
}
#formArea.form4 .inner{
    border-top: 1px dashed #bbb;
    padding: 8% 0;
}
#formArea.form4 .inner .itemClass{
    float: left;
    width: 40%;
    margin-right: 5%;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.4em;
}
#formArea.form4 .inner .detail{
    float: left;
    width: 55%;
}
#formArea.form4 .inner:last-of-type{padding-bottom: 0;}
.box02 .radio{
    padding: 3% 5%;
    background-color: #EEEEEE;
    /*margin: 0 -5% 15px;*/
}
#formArea.form4 .box.box02{
    padding: 0 5% 10%;
    border-bottom: 2px solid #CCCCCC;
}


#formArea.form5 .box{
    padding: 8% 5% 10%;
    border-bottom: 2px solid #CCCCCC;
}
#formArea.form5 .box:last-of-type{
    border-bottom: none;
}
#formArea.form5 p.title{
    font-size: 15px;/*文字サイズ*/
    color: #333;/*文字色*/
    line-height: 1.5em;
    font-weight: bold;/*文字の太さ*/
}
#formArea.form5 .detail .name{
    font-size: 15px;/*「商品名」の文字サイズ*/
    font-weight: bold;/*「商品名」の文字の太さ*/
    color: #333;/*「商品名」の文字色*/
    line-height: 1.4em;
}
#formArea.form5 .detail .text{
    font-size: 12px;/*「商品説明」の文字サイズ*/
    color: #333;/*「商品説明」の文字色*/
    font-weight: normal;/*「商品説明」の文字の太さ*/
    line-height: 1.7em;
}
#formArea.form5 .detail .normal.price{
    font-size: 12px;/*「通常価格」の文字サイズ*/
    color: #333;/*「通常価格」の文字色*/
    font-weight: normal;/*「通常価格」の文字の太さ*/
    line-height: 1.4em;
}
#formArea.form5 .detail .sale.price{
    font-size: 20px;/*「販売価格」の文字サイズ*/
    color: #333;/*「販売価格」の文字色*/
    font-weight: bold;/*「販売価格」の文字の太さ*/
    line-height: 1.4em;
}
#formArea.form5 .detail .sale.price span{
    font-size: 14px;
}
#formArea.form5 .detail .soldout{
    font-size: 20px;/*「売り切れました」の文字サイズ*/
    color: #FF0000;/*「売り切れました」の文字色*/
    font-weight: bold;/*「売り切れました」の文字の太さ*/
    line-height: 1.4em;
}
#formArea.form5 .detail .quantity p{
    display: table-cell;
    vertical-align: middle;
    width: 35%;
}

#formArea.form5 .detail .quantity p.selectquantity{
    width: 65%;
}
#formArea.form5 .detail .quantity p.selectquantity select{
    width: 100%;
    background-size: 20% auto;
}
#formArea.form5 .detail .stock,
#formArea.form5 .detail .code{
    font-size: 12px;/*文字サイズ*/
    font-weight: normal;/*文字の太さ*/
    line-height: 1.4em;
}
#formArea.form5 .inner{
    border-top: 1px dashed #bbb;
    padding: 8% 0;
}
#formArea.form5 .inner .itemClass{
    float: left;
    width: 40%;
    margin-right: 5%;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.4em;
}
#formArea.form5 .inner .detail{
    float: left;
    width: 55%;
}
#formArea.form5 .inner:last-of-type{padding-bottom: 0;}
#formArea.form5 .box02 .radio{
    padding: 3% 5%;
    background-color: #EEEEEE;
    margin: 0 -5% 15px;
}
#formArea.form5 .box.box02{
    padding: 0 5% 10%;
    border-bottom: 2px solid #CCCCCC;
}



#formArea.form6 .box{
    padding: 8% 5% 10%;
    border-bottom: 2px solid #CCCCCC;
}
#formArea.form6 .box:last-of-type{
    border-bottom: none;
}
#formArea.form6 p.title{
    font-size: 15px;/*文字サイズ*/
    color: #333;/*文字色*/
    line-height: 1.5em;
    font-weight: bold;/*文字の太さ*/
}
#formArea.form6 .detail .name{
    font-size: 15px;/*「商品名」の文字サイズ*/
    font-weight: bold;/*「商品名」の文字の太さ*/
    color: #333;/*「商品名」の文字色*/
    line-height: 1.4em;
}
#formArea.form6 .detail .text{
    font-size: 12px;/*「商品説明」の文字サイズ*/
    color: #333;/*「商品説明」の文字色*/
    font-weight: normal;/*「商品説明」の文字の太さ*/
    line-height: 1.7em;
}
#formArea.form6 .detail .normal.price{
    font-size: 12px;/*「通常価格」の文字サイズ*/
    color: #333;/*「通常価格」の文字色*/
    font-weight: normal;/*「通常価格」の文字の太さ*/
    line-height: 1.4em;
}
#formArea.form6 .detail .sale.price{
    font-size: 20px;/*「販売価格」の文字サイズ*/
    color: #333;/*「販売価格」の文字色*/
    font-weight: bold;/*「販売価格」の文字の太さ*/
    line-height: 1.4em;
}
#formArea.form6 .detail .sale.price span{
    font-size: 14px;
}
#formArea.form6 .detail .soldout{
    font-size: 20px;/*「売り切れました」の文字サイズ*/
    color: #FF0000;/*「売り切れました」の文字色*/
    font-weight: bold;/*「売り切れました」の文字の太さ*/
    line-height: 1.4em;
}
#formArea.form6 .detail .quantity p{
    display: table-cell;
    vertical-align: middle;
    width: 35%;
}

#formArea.form6 .detail .quantity p.selectquantity{
    width: 65%;
}
#formArea.form6 .detail .quantity p.selectquantity select{
    width: 100%;
    background-size: 20% auto;
}
#formArea.form6 .detail .stock,
#formArea.form6 .detail .code{
    font-size: 12px;/*文字サイズ*/
    font-weight: normal;/*文字の太さ*/
    line-height: 1.4em;
}
#formArea.form6 .inner{
    border-top: 1px dashed #bbb;
    padding: 8% 0;
}
#formArea.form6 .inner .itemClass{
    float: left;
    width: 40%;
    margin-right: 5%;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.4em;
}
#formArea.form6 .inner .detail{
    float: left;
    width: 55%;
}
#formArea.form6 .inner:last-of-type{padding-bottom: 0;}
#formArea.form6 .box02 .radio{
    padding: 3% 5%;
    background-color: #EEEEEE;
    margin: 0 -5% 15px;
}
#formArea.form6 .box.box02{
    padding: 0 5% 10%;
    border-bottom: 2px solid #CCCCCC;
}


.formConfirm h3{font-size: 18px;font-weight: bold;border-bottom: 4px solid #CCCCCC;padding: 10% 5%;line-height: 1.4em;color: #000;}
.formConfirm .wrapper{width: 90%;margin: auto;}
.formConfirm .box{padding: 8% 0;border-bottom: 1px solid #ddd;}
.formConfirm .box:last-of-type{margin-bottom: 50px;}
.formConfirm .box h5{font-size: 14px;font-weight: bold;margin-bottom: 15px;color: #333;}
.formConfirm .box p{font-size: 16px;line-height: 1.5em;color: #333;}
.formConfirm .box p a{color: #333;text-decoration: none;}
.formConfirm .box.product p.name{font-size: 16px;}
.formConfirm .box.product p.quantity{font-weight: bold;font-size: 16px;}
.formConfirm .box.product p.quantity span{font-size: 13px;font-weight: normal;}
.formConfirm .btn input[type="button"]{border-radius: 5px;width: 100%;padding: 6% 0;border: none;font-weight: bold;font-size: 16px;color: #fff;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;}
.formConfirm .btn.send input[type="button"]{background-color: #EE1600;}
.formConfirm .btn.back input[type="button"]{background-color: #767583;}
.formConfirm #pruduct_cart p{font-size: 14px;line-height: 1.2em;}
.formConfirm #pruduct_cart p span{font-size: 16px;font-weight: bold;}
.formConfirm #pruduct_cart td{vertical-align: top;}
.formConfirm #pruduct_cart .thumb{width: 30%;padding-right: 5%;}
.formConfirm #pruduct_cart .pruduct_info{width: 65%;padding-right: 5%;}
.formConfirm #pruduct_cart .pruduct_info .name{font-size: 16px;font-weight: bold;color: #333;line-height: 1.2em;}
.formConfirm #pruduct_cart .quantity{width: 40%;}
.formConfirm #pruduct_cart .subtotal{width: 60%;padding-right: 5%;}
.formConfirm #pruduct_cart .account{background-color: #eee;}
.formConfirm #pruduct_cart .account tr td{border-bottom: 1px solid #ccc;width: 50%;padding: 5% 0;vertical-align: middle;}
.formConfirm #pruduct_cart .account tr:last-of-type td{border-bottom: none;}
.formConfirm #pruduct_cart .account tr td:nth-of-type(2){padding: 5% 5% 5% 0;}
.formConfirm #pruduct_cart .account tr td p{font-size: 16px;color: #333;}
.formConfirm #pruduct_cart .account tr.total td p{font-weight: bold;}

.formComplete{padding: 10% 5%;}
.formComplete h3{font-size: 18px;font-weight: bold;line-height: 1.4em;color: #000;}
.formComplete h4{font-size: 16px;font-weight: normal;line-height: 1.4em;}
.formComplete p{font-size: 14px;line-height: 1.5em;}
.formComplete p.attention{font-size: 15px;font-weight: bold;padding: 3%;background-color: #eee;line-height: 1.3em;}
.formComplete p.text-indent{padding-left: 1em;text-indent: -1em;}
.formComplete p.btn a{display: block;padding: 6% 0;text-decoration: none;font-weight: bold;font-size: 16px;color: #fff;background-color: #EE1600;border-radius: 5px;}



/*-------------------------------------------
20170914cart検索・小計
-------------------------------------------*/
.cart_sarch { margin:4% 0 0 0; padding:0 2%;}
.cart_sarch input{ background:url(./img/sarch.png) no-repeat 97% center;}

.cart_total{ padding:/*1*/3% 0; text-align:center; position:fixed; bottom:0; background-color:/*#fff*/#DDDDDD; font-size:/*90%*/100%; z-index:999999; border-top:1px solid #fff/*#ccc*/; width:100%; text-align:center; font-weight:bold; color:/*#EC0003*/#333333;}
.cart_total .ttl{}
.cart_total .price{ color:/*#EC0003*/#333333; font-weight:bold;}
.cart_total .price span{ font-weight:bold;}





/*btnデフォルト打消し：ios*/
input[type="submit"],
input[type="button"]
{
	-webkit-appearance: none;
}


/*無料トライアルフォーム*/

.trial_form{
	width		: 90%;
	margin		: 5% auto 8%;
	padding	: 5%;
	background	: #fff;
	border		: 3px solid #56ACAC;
	-webkit-border-radius		: 10px;   /* Safari,Google Chrome用 */  
	-moz-border-radius			: 10px;   /* Firefox用 */
	border-radius					: 10px;   /* CSS3草案 */ 
}
.trial_form p{
	text-align		: center;
}
.trial_form .trial_form_title{
	color			: #56ACAC;
	font-size		: 26px;
	font-weight	: bold;
	padding				: 0 2% 5%;
	margin					: 0 -2% 5%;
	border-bottom		: 1px solid #56ACAC;
	line-height	: 1.05em;
}
.trial_form .trial_form_title span.f_s{
	font-size		: 0.8em;
}
.trial_form .trial_form_title span.inline_block{
	display					: -moz-inline-box;
	display					: inline-block;
	/display				: inline;
	/zoom					: 1;
	vertical-align 		: top;
}

#amaq .trial_form dl{
	border		: none;
	width		: 100%;
	margin		: 0 auto 3%;
}
#amaq .trial_form dt{
	padding	: 2%;
}
#amaq .trial_form dd input{
	width		: 100%;
}

#amaq .trial_form .caution{
	margin			: 5%;
	text-align		: left;
}
#amaq .trial_form .btn{
	width					: 90%;
	font-weight			: bold;
	border					: none;
	padding				: 5%;
	box-sizing			: border-box;
	cursor					: pointer;
	word-wrap			: break-word;
	-webkit-transition		: all 0.3s ease;
    -moz-transition			: all 0.3s ease;
    -o-transition				: all 0.3s ease;
	transition						: all 0.3s ease;
	-webkit-border-radius		: 5px;   /* Safari,Google Chrome用 */  
	-moz-border-radius			: 5px;   /* Firefox用 */
	border-radius					: 5px;   /* CSS3草案 */ 
	background	: #56acac;
	color			: #fff;
	-webkit-box-shadow		: #257676 3px 3px 0px 0px;
    -moz-box-shadow			: #257676 3px 3px 0px 0px;
	box-shadow						: #257676 3px 3px 0px 0px;
}
#amaq .trial_form .btn:hover{
	opacity					:0.7;
}







/*製品版フォーム*/

.story_register{
	margin: 3% 0;
	background: #fff;
}
.story_register p{
	line-height: 150%;
}

.story_register .tit_box{
	border-top			: 10px solid #FFCE00;
	border-bottom		: 10px solid #FFCE00;
	padding				: 8px 0;
	text-align				: center;
}
.story_register .tit_box_inner{
	display					: -moz-inline-box;
	display					: inline-block;
	/display				: inline;
	/zoom					: 1;
	vertical-align 		: top;
}
.story_register .tit_box h3{
	text-align: center;
	font-size: 24px;
	color: #002F4A;
	padding: 3% 0;
	font-weight:bold;
}
.story_register .tit_box .present_box{
	padding:2% 3% 3%;
}

.story_register .entry{
	width: 745px;
	margin: 0 auto;
	padding: 6% 0 2%;
}
p , h1 , h2 , h3 , h4 , h5{
	padding: 0;
	margin: 0;
}
.story_register .entry ul li{
	width: 85%;
	min-width	: 225px;
	margin: 0 auto 5%;
}

.story_register .entry ul li.beginner .entry_box_btm{
	border:1px solid  #56ACAC;
}
.story_register .entry ul li.intermediate .entry_box_btm{
	border:1px solid  #D66247;
}
.story_register .entry ul li.level_set{
	position: relative;
	z-index: 8;
}
.story_register .entry ul li.level_set .entry_box_btm{
	border:1px solid  #2A7FD3;	
}
.story_register .entry ul li h4{
	position: relative;
	font-size: 30px;
	line-height:30px;
	color: #fff;
	text-align: center;
	font-weight: bold;
	padding: 25px 0 16px 0;
	margin: 0;
	min-height: 110px;
}
.story_register .entry ul li h4 img{
	width: 120px;
}
.story_register .entry ul li.intermediate h4 img{
	width: 165px;
}
.story_register .entry ul li.beginner h4{
	background:#56ACAC;
}
.story_register .entry ul li.intermediate h4{
	background:#D66247;
}
.story_register .entry ul li.level_set h4{
	background:#2A7FD3;
}
.story_register .entry ul li.level_set h4::before{
	position: absolute;
	content: '';
	background-image:url(../img/online/regi_deal_top.png);
	top: 0;
	left: 0;
	width: 48px;
	height: 48px;
	z-index: 9
}
.story_register .entry ul li.level_set .txt_deal{
	 position: absolute;
    left: 0px;
    top: 7px;
    color: #002F4A;
    font-size: 12px;
    z-index: 10;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); 
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -sand-transform: rotate(45deg);
    transform: rotate(-45deg);
}
.story_register .entry ul li h4::after{
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	top: 111px;
	left: 50%;
    transform: translate(-50%, 0);
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
}
.story_register .entry ul li.beginner h4::after{
	border-top: 20px solid #56ACAC;
}
.story_register .entry ul li.intermediate h4::after{
	border-top: 20px solid #D66247;
}
.story_register .entry ul li.level_set h4::after{
	border-top: 20px solid #2A7FD3;
}
.story_register .entry ul li h4 span{
	font-size: 30px;
}
.story_register .entry ul li.beginner h4 span{
	color: #BEE5E3;
}
.story_register .entry ul li.intermediate h4 span{
	color: #FCBE9F;
}
.story_register .entry ul li .entry_box_btm{
	padding:37px 13px 18px 13px;
	text-align: center;
	min-height			: 255px;
}
.story_register .entry ul li .entry_box_btm form  p
{
	margin-bottom	: 12px;
}

.story_register .entry ul li .entry_box_btm form .quantity{
	display					: -moz-inline-box;
	display					: inline-block;
	/display				: inline;
	/zoom					: 1;
	vertical-align 		: middle;
	margin-right		: 10px;
}
.story_register .entry ul li .entry_box_btm form input{
	width					: 60px;
	height					: auto;	
	padding				: 3% 5%;
 }

.story_register .entry ul li .entry_box_btm form .btn
{
	width					: 90%;
	border					: none;
	font-size				: 18px;
	font-weight			: bold;
	color					: #fff;
	padding				: 8% 5%;
	box-sizing			: border-box;
	cursor					: pointer;
	-webkit-transition		: all 0.3s ease;
    -moz-transition			: all 0.3s ease;
    -o-transition				: all 0.3s ease;
	transition						: all 0.3s ease;
}
.story_register .entry ul li .entry_box_btm form .btn:hover
{
	opacity					:0.7;
}
.story_register .entry ul li.beginner .entry_box_btm form .btn
{
	background	: #56acac;
	-webkit-box-shadow		: #257676 3px 3px 0px 0px;
    -moz-box-shadow			: #257676 3px 3px 0px 0px;
	box-shadow						: #257676 3px 3px 0px 0px;
}
.story_register .entry ul li.intermediate .entry_box_btm form .btn
{
	background	: #d66247;
	-webkit-box-shadow		: #b62b1c 3px 3px 0px 0px;
    -moz-box-shadow			: #b62b1c 3px 3px 0px 0px;
	box-shadow						: #b62b1c 3px 3px 0px 0px;
}
.story_register .entry ul li.level_set .entry_box_btm form .btn
{
	background	: #2a7fd3;
	-webkit-box-shadow		: #144fb9 3px 3px 0px 0px;
    -moz-box-shadow			: #144fb9 3px 3px 0px 0px;
	box-shadow						: #144fb9 3px 3px 0px 0px;
}
.story_register .entry ul li .txt_list{
	color: #002F4A;
	text-align: left;
	margin-bottom: 5%;
}
.story_register .entry ul li.beginner .txt_list span{
	color: #56ACAC;
}
.story_register .entry ul li.intermediate .txt_list span{
	color: #D66247;
}
.story_register .entry ul li.level_set .txt_list{
	margin: 0 0 10px 0;
}
.story_register .entry ul li.level_set .txt_list span{
	color: #2A7FD3;
}
.story_register .entry ul li.level_set .tooltip_set{
	/*position: absolute;
	top: 220px;
    left: 45px;*/
   line-height: 100%;
}
.story_register .entry ul li .txt_tax{
	font-size: 28px;
	color: #002F4A;
	margin: 2% 0 1% 0;
	font-weight: bold;
}
.story_register .entry ul li.level_set .txt_tax{
	margin: 0;
}
.story_register .entry ul li .txt_tax span{
	font-size: 15px;
	letter-spacing: 0;
}

/*下部スティッキーバナー*/
.bottom_menu{
	position			: fixed;
	z-index				: 9999;
	width				: 100%;
	background		: rgba(37,118,118,0.95);
	bottom				: 0;
	border-bottom	: 3px solid #1c6060;
}
.bottom_menu ul{
	padding			: 0;
	margin				: 0;
	text-align			: center;
}
.bottom_menu ul:after{
	content	: "";
	display		: block;
	clear		: both;
}
.bottom_menu ul li{
	float						: left;
	/zoom					: 1;
	vertical-align 		: middle;
	padding				: 16px 10px;
	width					: 33.3%;
	border-left			: 1px solid rgba(255,255,255,0.5);
	box-sizing			: border-box;
	height					: 56px;
}

.bottom_menu ul li:first-child{
	border					: none;
}
.bottom_menu ul li img
{
	max-width			: 100%;
	height					: auto;
	vertical-align		:middle;
}
