@charset "utf-8";

/* default
--------------------------------------------*/
body, div, pre, p, ul, li, h1, h2, h3, h4, h5, h6, dl, dt, dd, blockquote, form, fieldset, table, th, td {
    margin: 0;
    padding: 0;
}

body {
    color: #333;
    background: #FFF;
    font-family: helvetica, arial, sans-serif;
}

a {
    display: inline-block;
    padding: 2px;
}

img {
    margin: 0;
    padding: 0;
    border: none;
}

table, th, td {
    text-align: left;
}

ul, ol {
    margin: 0;
    padding: 0;
    list-style: none outside;
}

em {
    font-style: normal;
    font-weight: bold;
    color: #BF0000;
    font-size: 10px;
}

/* clearfix
-----------------------------------------------------------------------------------*/
.clearfix:after {
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    content: ".";
    line-height: 0;
}

.clearfix {
    min-height: 1%;
}

/* group Toolbar
-----------------------------------------------------------------------------------*/
.toolbar {
    background: -webkit-gradient(linear, 0% 0%, 0% 80%, from(#b0bccd), to(#6d84a2));
    -webkit-box-sizing: border-box;
    border-bottom: 1px solid #2d3642;
    padding: 10px;
    height: 45px;
    position: relative;
}

h1 {
    color: #FFF;
    font-size: 20px;
    text-align: center;
    text-shadow: rgba(255, 255, 255, .2) 0 1px 1px;
}

.black-translucent .toolbar {
    margin-top: 20px;
}

.button,
.back,
.cancel,
.add {
    position: absolute;
    overflow: hidden;
    top: 8px;
    right: 6px;
    margin: 0;
    border-width: 0 5px;
    padding: 0 3px;
    width: auto;
    height: 30px;
    line-height: 30px;
    font-family: inherit;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    text-shadow: rgba(0, 0, 0, 0.5) 0px -1px 0;
    text-overflow: ellipsis;
    text-decoration: none;
    white-space: nowrap;
    background: none;
    -webkit-border-image: url(../../img/smartphone/toolButton.png) 0 5 0 5;
    border-style: solid;
}

.button.active,
.back.active,
.cancel.active,
.add.active {
    -webkit-border-image: url(../../img/smartphone/toolButton.png) 0 5 0 5;
    border-style: solid;
}

.blueButton {
    -webkit-border-image: url(../../img/smartphone/blueButton.png) 0 5 0 5;
    border-width: 0 5px;
    border-style: solid;
}

.back {
    left: 6px;
    right: auto;
    padding: 0;
    max-width: 55px;
    border-width: 0 8px 0 14px;
    -webkit-border-image: url(../../img/smartphone/backButton.png) 0 8 0 14;
    border-style: solid;
}

.leftButton,
.cancel {
    left: 6px;
    right: auto;
}

.add {
    font-size: 24px;
    line-height: 24px;
    font-weight: bold;
}

.whiteButton,
.grayButton {
    display: block;
    border-width: 0 12px;
    padding: 10px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    text-decoration: inherit;
    color: inherit;
}

.whiteButton {
    -webkit-border-image: url(../../img/smartphone/whiteButton.png) 0 12 0 12;
    text-shadow: rgba(255, 255, 255, 0.7) 0 1px 0;
    border-style: solid;
}

.grayButton {
    -webkit-border-image: url(../../img/smartphone/grayButton.png) 0 12 0 12;
    color: #FFFFFF;
    border-style: solid;
}


/* common title
-----------------------------------------------------------------------------------*/
h2 {
    font-size: 16px;
    background: -webkit-gradient(linear, 0% 0%, 0% 60%, from(#FFFFFF), to(#F9F9F9), color-stop(.6, #F9F9F9));
    margin: 2px auto;
    padding: 5px 6px 3px;
    border-bottom: 3px solid #555555;
    display: block;
}

/* @group Forms */
label {
    font-size: 14px;
    font-weight: bold;
    vertical-align: middle;
    margin-right: 5px;
}

input[type="text"],
input[type="password"],
textarea,
select {
    font-size: 14px;
    border: 1px solid #AAAAAA;
    -webkit-border-radius: 5px;
    -webkit-box-shadow: 1px 1px 2px #D4D4D4;
    vertical-align: middle;
    margin: 3px 0 5px;
    padding: 8px 1px;
}

textarea {
    height: 120px;
    padding: 0;
    text-indent: -2px;
}

input[type="checkbox"],
input[type="radio"] {
    margin: 0;
    color: rgb(50, 79, 133);
    padding: 10px 10px;
}

input[type="checkbox"]:after,
input[type="radio"]:after {
    content: attr(title);
    font-size: 17px;
    display: block;
    width: 246px;
    margin: -12px 0 0 17px;
}

input.form_error,
textarea.form_error,
select.form_error {
    border: 2px solid #C00;
}

ul.error_msg {
    background: #FBEAEA;
    border: #AD1D20 solid 1px;
    padding: 5px 10px;
    -webkit-border-radius: 3px;
}

ul.error_msg li {
    color: #C00;
    list-style: square inside;
    border: none;
    font-size: 12px;
    margin: 3px 0;
    padding: 0;
}

/* decoration
--------------------------------------------*/
#smartContents .bold {
    font-weight: bold;
}

#smartContents .rtxt {
    text-align: right;
}

#smartContents .ltxt {
    text-align: left;
}

#smartContents .ctxt {
    text-align: center;
}

#smartContents .mBtmML, #smartContents img.mBtmML {
    margin-bottom: 35px;
}

#smartContents .mBtmM, #smartContents img.mBtmM {
    margin-bottom: 25px;
}

#smartContents .mBtmMS, #smartContents img.mBtmMS {
    margin-bottom: 15px;
}

#smartContents .mBtmS, #smartContents img.mBtmS {
    margin-bottom: 10px;
}

#smartContents .magML, #smartContents img.magML {
    margin: 8% auto;
}

#smartContents .magM, #smartContents img.magM {
    margin: 6% auto;
}

#smartContents .magMS, #smartContents img.magMS {
    margin: 4% auto;
}

#smartContents .magS, #smartContents img.magS {
    margin: 2% auto;
}

#smartContents {
    font-family: Helvetica;
    font-size: 16px;
    color: #333333;
    margin: 5px;
    padding-bottom: 5px;
    border: 1px solid #B4B4B4;
    -webkit-border-radius: 8px;
}

#smartContents h1 {
    color: #FFF;
    font-size: 18px;
    text-align: center;
    background: -webkit-gradient(linear, 0% 0%, 0% 60%, from(#FFCC00), to(#FF6600));
    margin: 5px;
    padding: 10px 40px 10px;
    border: 1px solid #DC933D;
}

#smartContents h2 {
    font-size: 16px;
    background: -webkit-gradient(linear, 0% 0%, 0% 60%, from(#FFFFFF), to(#F9F9F9), color-stop(.6, #F9F9F9));
    margin-bottom: 2px;
    padding: 5px 6px 3px;
    border-bottom: 3px solid #555555;
    display: block;
}

#smartContents input,
#smartContents buttun,
#smartContents label,
#smartContents select {
    color: #333333;
    font-size: 100%;
    vertical-align: middle;
    margin: 0;
    padding: 0;
}

#formSection {
    margin: 0 5px 15px;
    padding: 10px 5px 0;
}

#formSection dt {
    font-size: 14px;
    font-weight: bold;
    background: #EEEEEE;
    padding: 5px;
    margin-bottom: 5px;
}

#formSection dt:before {
    content: "■ ";
    color: #FF6600;
}

#formSection dd {
    margin: 0 5px;
    padding-bottom: 15px;
}

#formSection dd label {
    font-size: 14px;
    font-weight: bold;
    vertical-align: middle;
    margin-right: 5px;
}

#formSection dd input {
    padding: 8px 1px;
    border: 1px solid #AAAAAA;
    -webkit-border-radius: 5px;
    -webkit-box-shadow: 1px 1px 2px #D4D4D4;
    vertical-align: middle;
}

#formSection dd.full input,
#formSection dd.full select,
#formSection dd.full textarea {
    width: 98%;
    margin: 3px 0 5px;
    padding: 8px 1%;
    border: 1px solid #AAAAAA;
    -webkit-border-radius: 5px;
    -webkit-box-shadow: 1px 1px 2px #D4D4D4;
    vertical-align: middle;
}

#formSection dd.input_tel input {
    width: 28% !important;
}

#formSection dd.input_postal input {
    width: 80px;
}

#formSection dd.wide_m input,
#formSection dd.wide_m select,
#formSection dd.wide_m textarea {
    width: 160px;
}

#formSection dd.dayForm {
    margin-left: 2px;
}

#formSection dd.dayForm select {
    width: 55px;
}

#formSection dd.dayForm select {
    width: 55px;
    margin: 3px 3px 0;
    padding: 5px 0;
    margin-bottom: 8px;
    border: 1px solid #AAAAAA;
    -webkit-border-radius: 5px;
    -webkit-box-shadow: 1px 1px 2px #D4D4D4;
}

#formSection dd.dayForm select.year {
    width: 75px;
}

#formSection dd.dayForm select.been {
    width: 100px;
}

#formSection .float_LR select {
    margin: 3px 0;
    float: right;
}

div.innerSection,
div.paySection,
div.comfirmSection {
    margin: 5px 5px 0;
    padding: 10px 0 0;
    border-top: 1px dashed #C9C9C9;
}

button.btn {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    width: 100%;
    margin-bottom: 10px;
    padding: 8px 0 6px;
    cursor: pointer;
    -webkit-border-radius: 7px;
    -webkit-box-shadow: 2px 2px 1px #FFFFFF;
    background: -webkit-gradient(linear, 0% 0%, 0% 50%, from(#FEFBF8), to(#FF6600), color-stop(.6, #FF6600));
    border: 1px solid #DC933D;
    text-shadow: -2px -1px 0 #FF6600;
}

div.infoBox,
dd.infoBox,
p.infoBox {
    font-size: 14px;
    background: #F9F9F9;
    line-height: 1.6;
    margin: 10px 5px 10px;
    padding: 5px;
    border: 1px dashed #BBBBBB;
}

div.infoBox_02,
dd.infoBox_02,
p.infoBox_02 {
    font-size: 14px;
    line-height: 1.6;
    margin: 10px 5px 10px;
    padding: 5px;
}

p.thinkU {
    font-weight: bold;
    text-align: center;
    margin-bottom: 0px;
    font-size: 90%;
    color: #666
}

p.thinkU_02 {
    font-weight: bold;
    color: #fff;
    text-align: center;
    background: #999;
    font-size: 95%;
    padding: 0.5em;
    margin: 0px 5px;
    border: solid 1px #555
}

/* login error
-----------------------------------------------------------------------------------*/
.errordisplay {
    margin: 5px;
}

.errordisplay p {
    margin: 10px 0;
}

.errordisplay p span {
    color: #900;
    font-weight: bold;
}

.errordisplay .close3s {
    color: #333;
    font-weight: bold;
    background: #FBEAEA;
    text-align: center;
    margin: 15px 0;
    padding: 10px;
    border: #AD1D20 solid 1px;
}

/* my page
-----------------------------------------------------------------------------------*/
.Products_list {
    padding: 7px;
    border-bottom: #CCC solid 1px;
}

.Products_list a {
    color: #006fbc;
    text-decoration: underline;
}

.Products_list p {
    font-size: 13px;
    padding: 2px 0;
}

.Products_list p.shop {
}

.Products_list p.price {
    color: #fff;
    background: #F60;
    font-weight: bold;
    padding: 1px 5px;
    -webkit-border-radius: 5px;
}

.Products_list dt {
    position: relative;
    font-weight: bold;
    padding-right: 70px;
}

.Products_list .NormalRsv,
.Products_list .RequestRsv {
    color: #fff;
    font-size: 12px;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
    margin: 2px 0 0;
    padding: 1px 6px 2px;
    -webkit-border-radius: 5px;
    display: inline-block;
}

.Products_list .NormalRsv {
    background: #F69;
}

.Products_list .RequestRsv {
    background: #06C;
}

.Products_list p.Products_error {
    margin: 15px 9px 10px 20px;
}

.Products_list p.QuickCheck {
    margin-top: 3px;
    text-align: left;
}

/* mypage login
----------------------------------------------------------------*/

.jnetBtn {
    border-style: solid;
    border-width: 5px;
    -webkit-border-image: url(../../img/smartphone/btn04.png) 3 repeat;
    -moz-border-image: url(../../img/smartphone/btn04.png) 3 repeat;
    -o-border-image: url(../../img/smartphone/btn04.png) 3 repeat;
    border-image: url(../../img/smartphone/btn04.png) 3 fill repeat;
    position: relative;
    display: block;
    padding: 4% 2% 4%;
    color: #fff;
    text-align: center;
    font-weight: bold;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 1);
    font-size: 1.4rem;
    width: 93%;
    margin: 0 auto;
    text-decoration: none;
    clear: both;
}

.jnetBtn::before,
.jnetBtn::after {
    position: absolute;
    top: 50%;
    right: 5px;
    display: block;
    content: '';
    width: 12px;
    height: 3px;
    background-color: #fff;
    border-radius: 4px;
}

.jnetBtn::before {
    margin-top: -6px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.jnetBtn::after {
    margin-top: 1px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/* クラスアップ
----------------------------------------------------------------*/
#classUPbox {
    width: 90%;
    margin: 2% auto;
    border: #bf0008 solid 1px;
    padding: 3%;
}

#classUPbox h4.classup {
    font-weight: bold;
    font-size: 13px;
    letter-spacing: 5px;
}

#classUPbox p.uptxt {
    width: 98%;
    margin: 3% auto;
    font-size: 12px;
    line-height: 1.8em;
}

#classUPbox p.upex {
    width: 87%;
    margin: 0 auto 1%;
    border: #cccccc solid 1px;
    padding: 3%;
    font-size: 12px;
    line-height: 1.6em;
}

#classUPbox ul {
    margin: 2% auto;
    text-align: center;
}

#classUPbox li {
    font-size: 13px;
    font-weight: bold;
    display: inline-block;
    letter-spacing: 1px;
    margin: 3% 3%;
}

@media print, screen and (max-width: 320px) {
    #classUPbox p.upex {
        width: 90%;
    }

    #classUPbox li {
        margin: 3% 1%;
    }
}

#classUPbox p.upNote {
    width: 90%;
    margin: 1% auto 2%;
    font-size: 12px;
}

/** GMO **/
#CreditPaymentSection {
    display: none;
    border: 1px solid #cccccc;
    border-radius: 6px;
    display: block;
    margin: 5px;
}

#CreditPaymentSection h2 {
    font-size: 13px;
    margin-top: 5px;
}

#CreditPaymentSection dd {
    padding: 0 6px !important;
}

#CreditAuthenSection {
    background-color: #efefef;
}

#PaymentArrow {
    background: url("../../img/credit/payment_step_arrow_sp.png") no-repeat scroll center center;
    height: 25px;
}

.PaymentDetail {
    margin: 5px auto;
    border: 1px solid #efefef;
    border-radius: 15px;
    padding-bottom: 5px;
}

.PaymentDetail p {
    font-size: 12px;
    line-height: 20px;
    padding: 10px 10px 5px;
}

.PaymentDetail p span {
    font-size: 13px;
    font-weight: bold;
}

#CreditAuthen {
    position: relative;
    overflow: hidden;
}

#CreditAuthen iframe {
    position: absolute;
    top: 0;
    left: 1%;
    width: 98%;
    height: 100%;
    border: none;
}

#CreditAuthenErr {
    color: #c9181d;
    font-size: 12px;
    padding: 5px;
    text-align: center;
}

#CreditAuthenErr:empty {
    display: none !important;
}

#CreditNote {
    color: #ff0000;
    width: 95%;
    margin: 0 auto;
    line-height: 20px;
    font-size: 12px;
}

p.CreditTxt {
    text-align: center;
    font-size: 14px;
    font-weight: bold;
}

.CreditErr {
    color: red;
}

span.GmoReceiptLink {
    text-decoration: underline;
    float: right;

}
