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

-----------------------------------------
INDEX
-----------------------------------------
1. common
2. header
3. top
4. cart
5. category
6. price table
7. option
8. order
9. upload
10. membership
11. cart
12. mypage
13. info
14. footer
15. completion
16. easy 1 step
17. review
========================================== */


/* common
========================================== */
* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
h1, h2, h3, h4, h5, h6 {
    font-size: 1.6rem;
    font-weight: normal;
}
p {
    font-size: 1.2rem;
    margin-bottom: 15px;
}
body{
	position: relative;
	color: #222;
	font-family: 'Noto Sans JP', Hiragino Kaku Gothic ProN, 'ヒラギノ角ゴ ProN W3', Hiragino Kaku Gothic Pro, 'ヒラギノ角ゴ Pro W3', Meiryo, 'メイリオ', sans-serif;
	background-color: #fff;
}
a {
    text-decoration: none;
}
hr {
    border-top: 1px solid #c8c9c9;
    margin: 14px 0 6px;
}
input[type="text"],
input[type="password"],
select,
textarea {
    font-size: 1.4rem;
    background-color: #f7f8f8;
    border: 1px solid #c9caca;
    border-radius: 4px;
    padding: 8px;
}
textarea {
    resize: vertical;
}
/* 全体のjs制御 */
html.jsMyMenuOpen {
    overflow: hidden;
    position: relative;
}
html.jsMyMenuOpen body {
    overflow: hidden;
}
html.jsMyMenuOpen .jsOverLayer,
.jsPopOverLayer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}
html.jsMyMenuOpen .jsOverLayer {
    z-index: 90;
}
.jsPopOverLayer {
    z-index: 75;
}
.mainWrapArticle {
    /*overflow: hidden;*/
    /*position: relative;*/
    /*z-index: 0;*/
    width: 100%;
    min-width: 320px;
    background-color: #fff;
    margin-bottom: 32px;

    -webkit-transition: -webkit-transform 3.0s ease;
    -ms-transition: -ms-transform 3.0s ease;
    transition: transform 3.0s ease;
}
html.jsMyMenuOpen .mainArticle a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* width control */
.cmnContBlock {
    width: 100%;
    margin: 0 auto;
}
.cmnContWrap {
    padding: 0 10px;
}

/* title */
.tit--default {
    color: #0174c4;
    font-size: 2.1rem;
    text-align: center;
    padding: 8px 0;
}
.tit--defaultGray {
    text-align: center;
    color: #0174c4;
    background-color: #efefef;
    padding: 3px 10px;
    margin-bottom: 10px;
}
.tit--defaultBlue {
    color: #fff;
    background-color: #0174c4;
    padding: 3px 10px;
    margin-bottom: 10px;
}
.tit--textBlue {
    font-size: 1.6rem;
    color: #0174c4;
}
.tit--textBlueB {
    font-size: 1.2rem;
    color: #0174c4;
    font-weight: bold;
}
.tit--cmnCont,
.tit--sokujitsu,
.tit--print, .tit--business,
.tit--season, .tit--display,
.tit--novelty, .tit--wear {
    color: #fff;
    font-size: 1.6rem;
    text-align: center;
    padding: 3px 0;
}

.tit--cmnCont {
    background-color: #0174c4;
}

.tit--sokujitsu,
.gNav__menuList__itemCategory.sokujitsu {
    background-color: #ff6f89;
}
.tit--print,
.gNav__menuList__itemCategory.print {
    background-color: #0086eb;
}
.tit--business,
.gNav__menuList__itemCategory.business {
    background-color: #46bcf9;
}
.tit--season,
.gNav__menuList__itemCategory.season {
    background-color: #7fca1e;
}
.tit--display,
.gNav__menuList__itemCategory.display {
    background-color: #ffd119;
}
.tit--novelty,
.gNav__menuList__itemCategory.novelty {
    background-color: #ff7f7f;
}
.tit--wear,
.gNav__menuList__itemCategory.wear {
    background-color: #ae84e1;
}

/* text */
.fnt10 { font-size: 1.0rem; }
.fnt12 { font-size: 1.2rem; }
.fnt14 { font-size: 1.4rem; }
.fnt16 { font-size: 1.6rem; }
.txtC { text-align: center !important; }
.txtR { text-align: right !important; }
.txtL { text-align: left !important; }
.txt--att { color: #ff8282 !important; }
.attTxt {
    color: #ff8282;
    font-size: 1.2rem;
    font-weight: bold;
}
.blueTxt {
    color: #0174c4;
    font-size: 1.2rem;
}
.linkTxt {
    color: #0174c4;
    font-size: 1.2rem;
    text-decoration: underline;
}

/* position */
.f_left { float: left; }
.f_right { float: right; }
.f_clear { clear: both; }

/* button */
.btnArea--one,
.btnArea--oneLong,
.btnArea--two,
.btnArea--three {
    width: 100%;
    margin-bottom: 12px;
}
.btnArea--one,
.btnArea--oneLong {
    text-align: center;
}
.btnArea--two,
.btnArea--three {
    overflow: hidden;
    width: 300px;
    margin-right: auto;
    margin-left: auto;
}
.btnArea--one > a,
.btnArea--one > button,
.btnArea--oneLong > a,
.btnArea--oneLong > button,
.btnArea--two > a,
.btnArea--two > button,
.btnArea--three > a,
.btnArea--three > button {
    display: inline-block;
    text-decoration: none;
    border: none;
    color: #fff;
    text-align: center;
}
.btnArea--one > a,
.btnArea--one > button,
.btnArea--two > a,
.btnArea--two > button {
    width: 140px;
    font-size: 1.6rem;
    padding: 8px 0;
}
.btnArea--oneLong > a,
.btnArea--oneLong > button {
    width: 200px;
    font-size: 1.6rem;
    padding: 8px 0;
}
.btnArea--two > a,
.btnArea--two > button {
    float: left;
}
.btnArea--two > a:nth-child(even),
.btnArea--two > button:nth-child(even) {
    float: right;
}
.btnArea--three > a,
.btnArea--three > button {
    width: 90px;
    font-size: 1.4rem;
    padding: 4px 0;
    margin-right: 15px;
}

/*.btnArea--three > a:first-child,*/
/*.btnArea--three > button:first-child {*/
    /*margin-left: 0;*/
/*}*/
.btnArea--three > a:nth-child(3n+3),
.btnArea--three > button:nth-child(3n+3) {
    margin-right: 0;
}
.btnArea--three > a:nth-child(n+4),
.btnArea--three > button:nth-child(n+4) {
    margin-top: 10px;
}

.btnArea__btn--blue,
.btnArea__btn--pink,
.btnArea__btn--gray {
    border-radius: 4px;
}
.btnArea__btn--blue {
    background-color: #0174c4;
}
.btnArea__btn--pink {
    background-color: #ff8282;
}
.btnArea__btn--gray {
    color: #0174c4 !important;
    background-color: #efefef;
}
.btnArea__btn-text--white {
    color: #FFF !important;
}

/*
 * .btn
 */
.btn,
a.btn{
    line-height: 19px;
    padding: 0 12px;
    color: #fff;
    text-decoration: none;
    background-color: #0069B1;
    border: none;
    font-size: 12px;
    /* Firefox v1.0+ */
    -moz-border-radius: 5px;
    /* Safari v3.0+ and by Chrome v0.2+ */
    -webkit-border-radius: 5px;
    /* Firefox v4.0+ , Safari v5.0+ , Chrome v4.0+ , Opera v10.5+  and by IE v9.0+ */
    border-radius: 5px;
}
.btn.simple,
a.btn.simple{
    background-color: #fff;
    color: #0069B1;
    border: 1px solid #0069B1;
}
.btn.attention,
a.btn.attention{
    background-color: #ff8180;
    color: #fff;
}
a.btn:visited{
    color: #fff;
    text-decoration: none;
}
.btn:hover,
a.btn:hover{
    color: #0174c4;
    text-decoration: none;
    background-color: #ffde00;
    cursor: pointer;
}
input.btn.default,
a.btn.default{
    background-color: #f0f0f0;
    border: 1px solid #c8c8c8;
    color: #000;
}
input.btn.default:hover,
a.btn.default:hover{
    background-color: #ffde00;
    color: #0174c4;
}
.banner.floatList.float3 a.btn{
    width: 230px;
    display: table-cell;
    padding: 0;
    text-align: center;
    font-size: 182%;
    height: 60px;
    vertical-align: middle;
}

/*
 * .btn [press]
 */
.btn.press,
a.btn.press{
    font-size: 131%;
    height: 40px;
    line-height: 40px;
    display: block;
    background-color: #0174c4;
}
.attention .btn.press,
.attention a.btn.press{
    background-color: #FF8282;
}

/* table */
.table--default {
    table-layout: fixed;
    width: 100%;
    font-size: 1.2rem;
    background-color: #fff;
    border-top: 1px solid #c9caca;
    border-left: 1px solid #c9caca;
}
.table--default caption {
    color: #0174c4;
    text-align: left;
    font-size: 1.4rem;
    margin-bottom: 6px;
}
.table--default th {
    /*width: 30%;*/
    color: #fff;
    font-weight: normal;
    text-align: left;
    vertical-align: middle;
    background-color: #0174c4;
    border-right: 1px solid #c9caca;
    border-bottom: 1px solid #c9caca;
    /*padding: 7px 12px;*/
    padding: 7px 8px;
}
.table--default td {
    vertical-align: middle;
    border-right: 1px solid #c9caca;
    border-bottom: 1px solid #c9caca;
    padding: 7px 8px;
}
.table--default .table__btn {
    width: auto;
    color: #fff;
    font-size: 1.2rem;
    background-color: #0174c4;
    border: none;
    border-radius: 4px;
    padding: 2px 4px;
}
.table--default .table__btn.caution {
    background-color: #ff8282;
}
.table--default td select {
    font-size: 1.4rem;
    padding: 8px;
}

/* 基本的な入力 */
.inputDl {}
.inputDl > dt {
    position: relative;
    color: #0174c4;
    font-size: 1.4rem;
    margin-bottom: 2px;
}
.inputDl > dd {
    overflow: hidden;
    margin-bottom: 8px;
}
.inputDl > dd > input[type="text"],
.inputDl > dd > input[type="password"],
.inputDl > dd > select,
.inputDl > dd > div > select,
.inputDl > dd > textarea {
    width: 100%;
    font-size: 1.4rem;
    padding: 8px;
}
.inputDl > dd > input {
}
.inputDl > dd > select {
}
.inputDl > dd > textarea {
}
/* オープンメニュー */
.jsMenuOpen {
    position: relative;
}
.jsMenuOpen:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 15px;
    border-right: transparent 5px solid;
    border-bottom: transparent 5px solid;
    border-left: transparent 5px solid;
    margin-top: -4px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}
.jsOpen--arrow:after {
    margin-top: -9px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}
.linkMenu {
    position: relative;
    display: block;
    font-size: 1.2rem;
    text-decoration: none;
}
.linkMenu:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -8px;
    border-top: transparent 5px solid;
    border-right: transparent 5px solid;
    border-bottom: transparent 5px solid;
    margin: -5px 0 0 0;
}

/* アイコン（必須、？ など） */
.jsPopOrigin {
    position: relative;
}
.icon--required:before,
.jsPopOpen--questionW:before,
.questionB:before {
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
}
.icon--required:before {
    content: "必須";
    color: #fff;
    font-size: 1.0rem;
    background-color: #ff8282;
    padding: 0 6px;
    margin: 0 6px;
}
.jsPopOpen--questionW:before,
.questionB:before {
    content: "?";
    width: 17px;
    height: 17px;
    font-size: 1.4rem;
    font-weight: bold;
    text-align: center;
    line-height: 17px;
    border-radius: 50%;
    /*padding: 0 4px;*/
    /*margin-left: 10px;*/
    margin-left: 6px;
}
.jsPopOpen--questionW:before {
    color: #0174c4;
    background-color: #fff;
}
.questionB:before {
    color: #fff;
    background-color: #0174c4;
}
.jsDescBlock,
.jsDescBlock--searchPop {
    display: none;
    position: absolute;
    z-index: 80;
    left: 0;
    width: 92%;
    color: #000;
    font-size: 1.2rem;
    background-color: #fff;
    border-radius: 6px;
}
.jsDescBlock {
    top: 16px;
    padding: 18px 14px;
    margin: 4%;
}
.jsDescBlock--searchPop {
    top: 34px;
    padding: 14px 8px;
    margin: 0 4%;
}
.jsCloseBtn {
    display: inline-block;
    position: absolute;
    z-index: 60;
    top: -12px;
    right: 10px;
    width: 26px;
    height: 26px;
    color: #fff;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 24px;
    text-align: center;
    background-color: #0174c4;
    border-radius: 50%
}

/* 自動ログインなど */
.centerChekText {
    display: block;
    font-size: 1.2rem;
    margin: 12px 0 15px;
}
.centerChekText > input {
    vertical-align: middle;
    margin-right: 6px;
}

/* 注意リスト */
.attList > li {
    font-size: 1.2rem;
    padding-left: 1em;
    text-indent: -1em;
}

/* error_block */
.error {
    color: #ff8282;
    font-size: 1.2rem;
    border: 2px solid #ff8282;
    border-radius: 4px;
    padding: 5px 10px;
    margin-bottom: 10px;
}
.notice {
    color: #0174c4;
    font-size: 1.2rem;
    border: 2px solid #0174c4;
    border-radius: 4px;
    padding: 5px 10px;
    margin-bottom: 10px;
}

/* 注文フロー位置画像 */
.orderFlowImg {
    width: 315px;
    margin: 0 auto 12px;
}

/* 幅調整 */
.mWid90p {
    max-width: 90%;
}
.mWid100p {
    max-width: 100%;
}

/* 位置調整 */
.pt0 { padding-top: 0; }
.pt5 { padding-top: 5px; }
.pt10 { padding-top: 10px; }
.pt15 { padding-top: 15px; }
.pt20 { padding-top: 20px; }
.pt25 { padding-top: 25px; }
.pt30 { padding-top: 30px; }
.pt35 { padding-top: 35px; }
.pt40 { padding-top: 40px; }
.pt45 { padding-top: 45px; }
.pt50 { padding-top: 50px; }

.pl0 { padding-left: 0; }
.pl5 { padding-left: 5px; }
.pl10 { padding-left: 10px; }
.pl11 { padding-left: 11px; }
.pl12 { padding-left: 12px; }
.pl13 { padding-left: 13px; }

.pr0 { padding-right: 0; }
.pr5 { padding-right: 5px; }
.pr10 { padding-right: 10px; }
.pr11 { padding-right: 11px; }
.pr12 { padding-right: 12px; }
.pr13 { padding-right: 13px; }
.pr20 { padding-right: 20px; }
.pr30 { padding-right: 30px; }

.mt0 { margin-top: 0; }
.mt5 { margin-top: 5px; }
.mt10 { margin-top: 10px; }
.mt15 { margin-top: 15px; }
.mt20 { margin-top: 20px; }
.mt25 { margin-top: 25px; }
.mt30 { margin-top: 30px; }
.mt35 { margin-top: 35px; }
.mt40 { margin-top: 40px; }
.mt45 { margin-top: 45px; }
.mt50 { margin-top: 50px; }

.mb0 { margin-bottom: 0; }
.mb5 { margin-bottom: 5px; }
.mb10 { margin-bottom: 10px; }
.mb15 { margin-bottom: 15px; }
.mb20 { margin-bottom: 20px; }
.mb25 { margin-bottom: 25px; }
.mb30 { margin-bottom: 30px; }
.mb35 { margin-bottom: 35px; }
.mb40 { margin-bottom: 40px; }
.mb45 { margin-bottom: 45px; }
.mb50 { margin-bottom: 50px; }

.ml0 { margin-left: 0; }
.ml5 { margin-left: 5px; }
.ml10 { margin-left: 10px; }
.ml15 { margin-left: 15px; }
.ml20 { margin-left: 20px; }
.ml25 { margin-left: 25px; }
.ml30 { margin-left: 30px; }
.ml35 { margin-left: 35px; }
.ml40 { margin-left: 40px; }
.ml45 { margin-left: 45px; }
.ml50 { margin-left: 50px; }


/* My Page Menu
========================================== */
.myPageMenuWrap {
    display: none;
    overflow-y: auto;
    overflow-x: hidden;
    position: fixed;
    z-index: 100;
    left: -237px;
    width: 237px;
    max-height: 100%;
    background-color: #fff;
    border-right: 3px solid #0041b9;
    border-bottom: 3px solid #0041b9;

    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: 0.4s -webkit-transform ease;
    transition: 0.4s -webkit-transform ease;
}
html.jsMyMenuOpen .myPageMenuWrap {
    display: block;
    -webkit-transform: translateX(237px);
    transform: translateX(237px);
}
.myPageMenuWrap__userInfo {
    display: table;
    color: #fff;
    font-size: 1.2rem;
    background-color: #0174c4;
    border-bottom: 1px solid #fff;
    padding: 18px 10px 15px 15px;
}
.myPageMenuWrap__userInfo__nameBlock {
    display: table-cell;
    width: 123px;
    vertical-align: middle;
    padding-right: 8px;
}
.myPageMenuWrap__userInfo__pointHistory {
    display: block;
    width: 40px;
    color: #0174c4;
    font-size: 1.2rem;
    text-align: center;
    background-color: #e4f3fa;
    border-radius: 4px;
    margin-top: 10px;
}
.myPageMenuWrap__userInfo__statusBlock {
    display: table-cell;
    overflow: hidden;
    width: 86px;
    vertical-align: middle;
}
.myPageMenuWrap__userInfo__statusBlock > dt {
    clear: both;
    float: left;
    margin-bottom: 4px;
}
.myPageMenuWrap__userInfo__statusBlock > dd {
    float: right;
    margin-bottom: 4px;
}
/* tab */
.myPageMenuWrap__tab {
    overflow: hidden;
    background-color: #0174c4;
}
.myPageMenuWrap__tab > li {
    float: left;
    width: 50%;
    border-left: 1px solid #fff;
}
.myPageMenuWrap__tab > li:first-child {
    border-left: none;
}
.myPageMenuWrap__tab > li > a {
    display: block;
    color: #fff;
    font-size: 1.3rem;
    padding: 5px 6px 5px 39px;
}
.myPageMenuWrap__tab__btn--logout,
.myPageMenuWrap__tab__btn--docReq {
    background-repeat: no-repeat;
    background-size: 18px;
    background-position: 9px center;
}
.myPageMenuWrap__tab__btn--logout {
    background-image: url("/sp/assets/img/mymenu/icon_logout.png");
}
.myPageMenuWrap__tab__btn--docReq {
    background-image: url("/sp/assets/img/mymenu/icon_docReq.png");
}
.myPageMenuWrap__menuList {}
.myPageMenuWrap__menuList > li {
    color: #0174c4;
    font-size: 1.6rem;
    border-bottom: 1px solid #b5b5b6;
}
.myPageMenuWrap__menuList > li > a {
    position: relative;
    display: block;
    color: #0174c4;
    font-size: 1.6rem;
    text-decoration: none;
    border-bottom: 1px solid #fff;
    padding: 10px;
}
.myPageMenuWrap__menuList > li > a:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -8px;
    border-top: transparent 5px solid;
    border-right: transparent 5px solid;
    border-bottom: transparent 5px solid;
    border-left: 8px solid #0174c4;
    margin: -5px 0 0 0;
}
.myPageMenuWrap__menuList > li > div {
    padding: 10px;
}
.myPageMenuWrap__menuList > li > div:after {
    border-top: 8px solid #0174c4;
}
.myPageMenuWrap__menuList__noSend {
    color: #ff8282;
    font-size: 1.0rem;
    vertical-align: middle;
    margin-left: 9px;
}
.myPageMenuWrap__menuList__cnt {
    display: inline-block;
    min-width: 12px;
    height: 12px;
    color: #fff;
    font-size: 1.0rem;
    line-height: 12px;
    text-align: center;
    vertical-align: middle;
    background-color: #ff8282;
    border-radius: 50%;
    padding: 0 2px;
    margin-left: 6px;
}

.myPageMenuWrap__menuList > li > ul {}
.myPageMenuWrap__menuList > li > ul > li {
    border-top: 1px solid #b5b5b6;
}
.myPageMenuWrap__menuList > li > ul > li > a {
    color: #0174c4;
    background-color: #e4f3fa;
    padding: 10px;
}
.myPageMenuWrap__menuList > li > ul > li > a:after {
    border-left: 8px solid #0174c4;
}

.myPageMenuWrap__contact {
    text-align: center;
    padding: 10px 0;
}

.myPageMenuWrap__contact > a {
    padding: 7px;
    width: 90%;
    border-radius: 8px;
    background-color: #0174c4;
    color: #fff;
    display: block;
    margin: 0 auto;
    font-size: 1.6rem;
}

/* contact */
.myPageMenuWrap__contactList {
    padding: 17px 16px;
}
.myPageMenuWrap__contactList > a {
    display: block;
    color: #fff;
    font-size: 1.6rem;
    text-align: center;
    background-color: #0174c4;
    border-radius: 6px;
    padding: 7px 0;
    margin-bottom: 9px;
}



/* header
========================================== */
.cmnHeader {
    margin-bottom: 13px;
}
/* operate */
.cmnHeader__operate {
    overflow: hidden;
    min-width: 320px;
    width: 100%;
    height: 75px;
    padding-right: 9px;
    margin: 0 auto 10px;
}
.cmnHeader__operate > h1 {
    float: left;
    margin: 20px 0 0 10px;
}
.cmnHeader__operate > ul {
    float: right;
    margin-top: 16px;
}
.cmnHeader__operate > ul > li {
    position: relative;
    float: left;
    margin-left: 20px;
}
.cmnHeader__operate > ul > li:first-child {
    padding-left: 150;
}
.cmnHeader__operate__cart {
    display: inline-block;
    position: absolute;
    z-index: 10;
    top: -4px;
    right: 0;
    min-width: 12px;
    height: 12px;
    color: #fff;
    line-height: 12px;
    text-align: center;
    background-color: #38b478;
    border-radius: 50%;
    padding: 0 2px;
}
/* global navigation */
.cmnHeader__gNav {
    /*background-color: #0174c4;*/
}
.cmnHeader__gNav > ul {
    position: relative;
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 30px;
    background-color: #0174c4;
    margin: 0 auto 10px;
}
.cmnHeader__gNav > ul > li {
    display: table-cell;
    /*float: left;*/
    /*width: 107px;*/
    color: #fff;
    text-align: center;
    vertical-align: middle;
    border-left: 1px solid #fff;
}
.cmnHeader__gNav > ul > li:first-child {
    /*width: 106px;*/
    border-left: none;
}
.cmnHeader__gNav > ul > li > div {
    line-height: 20px;
}
.cmnHeader__gNav > ul > li > div:first-child {
    font-size: 1.2rem;
    padding: 5px 0;
}
.cmnHeader__gNav > ul > li > div > span {
    vertical-align: middle;
}
.cmnHeader__gNav > ul > li > div > a {
    color: #fff;
    vertical-align: middle;
}
.gNav__menuTit--itemList:before,
.gNav__menuTit--useGuide:before,
.gNav__menuTit--tempList:before,
.gNav__menuTit--mailList:before {
    display: inline-block;
    content: "";
    width: 13px;
    height: 13px;
    vertical-align: middle;
    background-size: 100%;
    background-repeat: no-repeat;
    margin-right: 2px;
}
.gNav__menuTit--itemList:before {
    background-image: url("../img/common/icn-nav-item.svg");
}
.gNav__menuTit--useGuide:before {
    background-image: url("../img/common/icn-nav-guide.svg");
}
.gNav__menuTit--tempList:before {
    background-image: url("../img/common/icn-nav-temp.svg");
}
.gNav__menuTit--mailList:before {
    background-image: url("../img/common/icn-nav-mail.svg");
}
.gNav__menuTit--itemList.current,
.gNav__menuTit--useGuide.current,
.gNav__menuTit--tempList.current,
.gNav__menuTit--mailList.current {
    background-color: #0069B1;
}
.cmnHeader__gNav > ul > li > div > img {
    vertical-align: middle;
}
.gNav__menuListWrap {
    position: absolute;
    z-index: 75;
    top: 30px;
    left: 0;
    width: 100%;
}
.gNav__menuList {
    text-align: left;
}
.gNav__menuList > dt {
    color: #fff;
    font-size: 1.4rem;
    font-weight: bold;
    background-color: #0069B1;
    padding: 4px 10px;
}
.gNav__menuList > dd {
    overflow: hidden;
    font-size: 1.2rem;
    background-color: #0174c4;
    border-bottom: 1px solid #e4f3fa;
}
/*.gNav__menuList > dd:last-child {*/
    /*border-bottom: none;*/
/*}*/
.gNav__menuList > dd > a {
    display: block;
    position: relative;
    color: #fff;
    padding: 6px 10px;
}
.gNav__menuList > dd > a.gNav__menuList__linkArrow:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 19px;
    margin-top: -8px;
    border-top: transparent 5px solid;
    border-right: none;
    border-bottom: transparent 5px solid;
    border-left: 8px solid #fff;
    margin: -5px 0 0 0;
}
.gNav__menuList__shopName {
    display: inline;
    float: left;
    text-decoration: underline;
}
.gNav__menuList__tel {
    display: inline;
    float: right;
    text-align: right;
    text-decoration: underline;
}
.gNav__menuClose {
    width: 100%;
    color: #fff;
    font-size: 1.3rem;
    font-weight: bold;
    background-color: #0069B1;
    padding: 5px 0;
}
.gNav__menuClose:before {
    content: "×";
    display: inline-block;
    width: 16px;
    height: 16px;
    color: #0069B1;
    font-size: 1.1rem;
    line-height: 16px;
    background-color: #fff;
    border-radius: 50%;
    margin-right: 7px;
}
.gNav__menuList__itemCategory {
    font-size: 1.2rem;
    font-weight: bold;
    padding: 6px 10px;
}
.gNav__menuList__itemList {
    overflow: hidden;
    background-color: #e4f3fa;
    padding: 8px 10px;
}
.gNav__menuList__itemList > li {
    float: left;
    color: #0174c4;
    padding: 4px 0;
}
.gNav__menuList__itemList > li > a {
    color: #0174c4;
}
.icon--weekday:before,
.icon--saturday:before,
.icon--sunday:before {
    display: inline-block;
    height: 15px;
    color: #fff;
    font-size: 1.0rem;
    font-weight: bold;
    text-align: center;
    line-height: 15px;
    vertical-align: middle;
    margin-left: 3px;
}
.icon--weekday:before {
    content: "平日";
    width: 28px;
    background-color: #b5b5b6;
}
.icon--saturday:before {
    content: "土";
    width: 18px;
    background-color: #2860D5;
}
.icon--sunday:before {
    content: "日祝";
    width: 28px;
    background-color: #ff8282;
}

/* tel bunner */
.cmnHeader__tel {
    display: block;
    width: 300px;
    margin: 0 auto;
}


/* 1ヶ所送料無料！ */
.head_cont .balloon {
	position: absolute;
	z-index: 0;
	top: 18px;
	left: 210px;
	padding: 1px 4px 1px 8px;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	background-color: #ee8805;
}

.head_cont .balloon::before {
	content: '';
	display: block;
	position: absolute;
	z-index: 0;
  bottom: 4px;
  left: -11px;
  border-top: 3px solid transparent;
  border-right: 6px solid #ee8805;
  border-bottom: 3px solid #ee8805;
  border-left: 6px solid transparent;
  transform: rotate(-4deg);
}

.header_wrapper .logo_odms{
	float: left;
	width: 440px;
	height: 120px;
	margin-top: 10px;
}
/* ログイン情報 */
.headLoginInfo {
	display: flex;
	align-items: center;
	margin-left: auto;
    border: #000 1px solid;
}

.headLoginInfo__name,
.headLoginInfo__mypage,
.headLoginInfo__cart {
	letter-spacing: -.09px;
    margin-left: 24px;
}

.headLoginInfo__name {
	font-size: 14px;
}

.headLoginInfo__mypage a,
.headLoginInfo__cart a {
	display: inline-block;
	margin-top: 0px;
    margin-left: 14px;
    margin-right: -9px;
    margin-bottom: -1px;
	color: #222;
	font-size: 14px;
	line-height: 30px;
	text-decoration: none;
	background: left center no-repeat transparent;
	transition: opacity .4s;
}

.headLoginInfo__mypage a:hover,
.headLoginInfo__cart a:hover {
	opacity: .6;
}

.headLoginInfo__cart span {
	margin-left: 1em;
}
/* top
========================================== */
/* slider */
.topSliderWrap {
    max-width: 640px;
}
.topSliderWrap__topSlider {}
.topSliderWrap img.hide {
    display: none;
}
.topSliderWrap .bx-wrapper img.hide {
    display: block;
}
.bx-controls {
    height: 14px;
    margin-top: 10px;
}
.bx-wrapper .bx-pager {
    text-align: center;
}
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
}
.bx-wrapper .bx-pager.bx-default-pager a {
    background-color: #e4f3fa;
    text-indent: -9999px;
    display: block;
    width: 9px;
    height: 9px;
    margin: 0 8px;
    outline: 0;
    border-radius: 50%;
}
.bx-wrapper .bx-pager.bx-default-pager a.active {
    background-color: #0174c4;
}

/*
 * Topスライダー
 */
 .top_slide {
	margin-bottom: 24px;
}

.top_slide.theme-light .nivo-controlNav {
	text-align: center;
}

.top_slide.theme-light .nivo-controlNav a {
	background: none;
	background-color: #a0acbd;
	border-radius: 50%;
	width: 15px;
	height: 15px;
	margin: 0 6px;
}
.top_slide.theme-light .nivo-controlNav a.active {
	background-color: #0174c4;
}

/* かんたん1ステップ */
.topSimpleOrderWrap {
    width: 320px;
    margin: 20px auto 0;
}
.topSimpleOrderWrap > ul {
    overflow: hidden;
}
.topSimpleOrderWrap > ul > li {
    float: left;
    margin: 0 0 9px 10px;
}
.topSimpleOrderWrap > ul > li > a {
    display: block;
}

/* 商品一覧 */
.itemListBlock {
    display: table;
    width: 100%;
    margin-bottom: 24px;
}
.itemListBlock > div {
    display: table-row;
}
.itemListBlock a {
    position: relative;
    display: table-cell;
    width: 50%;
    font-size: 1.2rem;
    border-bottom: 1px solid #e0e0e0;
}
.itemListBlock a:nth-child(odd) {
    border-right: 1px solid #e0e0e0;
}
.itemListBlock a:hover {
    background-color: #e0e0e0;
}
.itemListBlock a:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 5px;
    width: 0px;
    border-bottom: transparent 5px solid;
    border-top: transparent 5px solid;
    margin: -5px 0 0 0;
}
.itemListBlock--sokujitsu a:after {
    border-left: 8px solid #ff6f89;
}
.itemListBlock--print a:after {
    border-left: 8px solid #0086eb;
}
.itemListBlock--business a:after {
    border-left: 8px solid #46bcf9;
}
.itemListBlock--season a:after {
    border-left: 8px solid #7fca1e;
}
.itemListBlock--display a:after {
    border-left: 8px solid #ffd119;
}
.itemListBlock--novelty a:after {
    border-left: 8px solid #ff7f7f;
}
.itemListBlock--wear a:after {
    border-left: 8px solid #ae84e1;
}
.itemListBlock  a > div {
    display: table;
    padding: 10px 18px 10px 10px;
}
.itemListBlock  a > div > img {
    display: table-cell;
    vertical-align: middle;
    margin-right: 6px;
}
.itemListBlock  a > div > p {
    display: table-cell;
    vertical-align: middle;
}

/* ピックアップ */
.imgList {
    max-width: 320px;
    /*width: 320px;*/
    text-align: center;
    margin: 0 auto;
}
.imgList > a {
    display: block;
    margin-top: 10px;
}
.imgList a:first-child {
    margin-top: 0;
}

/* twitter、Facebook */
.snsList {
    overflow: hidden;
    width: 320px;
    margin: 15px auto 0;
}
.snsList > a {
    float: right;
}
.snsList > a:first-child {
    float: left;
}



/* cart
========================================== */
.registServiceIconTit {
    font-size: 1.6rem;
    color: #0174c4;
    margin-bottom: 20px;
}
.registServiceIcon {
    overflow: hidden;
    width: 300px;
    margin: 0 auto 15px;
}
.registServiceIcon > li {
    float: left;
    text-align: center;
    /*margin-left: 9px;*/
}
.registServiceIcon > li:first-child {
    margin-left: 0;
}
.registServiceIcon > li > img {
    margin-bottom: 12px;
}
.registServiceIcon > li > p {
    font-size: 1.6rem;
    text-align: left;
}
.orderNumTit {
    position: relative;
}
.orderNumTit__orderDel {
    display: inline-block;
    position: absolute;
    z-index: 5;
    top: 5px;
    right: 10px;
    color: #0174c4;
    font-size: 1.2rem;
    background-color: #f7f8f8;
    border: none;
    border-radius: 4px;
    padding: 1px 4px;
}
.orderNumTit__orderDel:before {
    content: "×";
    display: inline-block;
    width: 16px;
    height: 16px;
    color: #fff;
    font-size: 1.1rem;
    font-weight: bold;
    line-height: 16px;
    text-align: center;
    background-color: #0174c4;
    border-radius: 50%;
}

.titleDelBtn {
    width: auto;
    color: #fff;
    font-size: 1.4rem;
    background-color: #ff8282;
    border: none;
    border-radius: 4px;
    padding: 2px 4px;
    margin-left: 4px;
}

.orderFinal-order_disabled__info--sp {
    float: right;
    width: 140px;
    color: #ff8282;
    text-align: center;
    font-size: 1.6rem;
    padding: 6px 0;
    border: 2px solid #ff8282;
    border-radius: 4px;
}




/* category
========================================== */
.breadcrumb {
    height: 22px;
    overflow-x: auto;
    white-space: nowrap;
    margin-bottom: 4px;
}
.breadcrumb > div {
    display: inline-block;
}
.breadcrumb span {
    margin-right: 3px;
}

.categoryItemList {}
.categoryItemList > li {
    border-bottom: 1px solid #999;
}
.categoryItemList__itemCategory--sokujitsu,
.categoryItemList__itemCategory--print,
.categoryItemList__itemCategory--business,
.categoryItemList__itemCategory--season,
.categoryItemList__itemCategory--display,
.categoryItemList__itemCategory--novelty,
.categoryItemList__itemCategory--wear {
    font-size: 1.2rem;
    /*border-bottom: 1px solid #999;*/
    padding: 10px 28px 10px 10px;
}
.categoryItemList__itemCategory--sokujitsu:after {
    border-top: 8px solid #ff6f89;
}
.categoryItemList__itemCategory--print:after {
    border-top: 8px solid #0086eb;
}
.categoryItemList__itemCategory--business:after {
    border-top: 8px solid #46bcf9;
}
.categoryItemList__itemCategory--season:after {
    border-top: 8px solid #7fca1e;
}
.categoryItemList__itemCategory--display:after {
    border-top: 8px solid #ffd119;
}
.categoryItemList__itemCategory--novelty:after {
    border-top: 8px solid #ff7f7f;
}
.categoryItemList__itemCategory--wear:after {
    border-top: 8px solid #ae84e1;
}
.categoryItemList__itemCategory--sokujitsu > img,
.categoryItemList__itemCategory--print > img,
.categoryItemList__itemCategory--business > img,
.categoryItemList__itemCategory--season > img,
.categoryItemList__itemCategory--display > img,
.categoryItemList__itemCategory--novelty > img,
.categoryItemList__itemCategory--wear > img {
    vertical-align: middle;
}
.categoryItemList__itemDesc {
    overflow: hidden;
    /*border-bottom: 1px solid #c8c9c9;*/
    padding: 14px 10px 9px;
}
.categoryItemList__itemDesc > img {
    /*float: left;*/
    /*margin-right: 10px;*/
}
.categoryItemList__itemDesc__textWrap {
    overflow: hidden;
    height: 100px;
    font-size: 1.2rem;
}
.categoryItemList__itemDesc__textWrap .scrollTxt {
    overflow-x: auto;
    margin: 12px 0;
}
.categoryItemList__itemDesc__textWrap .dlTmpl {
    text-align: center;
    margin: 12px 0;
}
.categoryItemList__itemDesc__textWrap .dlTmpl a.btn {
    display: block;
    width: 240px;
    color: #fff;
    font-size: 1.4rem;
    background-color: #0174c4;
    border-radius: 4px;
    padding: 12px 16px;
    margin: 0 auto 20px;
}
.categoryItemList__itemDesc__textWrap img {
    width: auto;
    max-width: 100% !important;
}
.categoryItemList__itemDesc__readMore {
    width: 100%;
    height: 30px;
    color: #0174c4;
    font-size: 1.2rem;
    line-height: 30px;
    text-align: center;
    background-color: #e4f3fa;
    margin: 5px auto 10px;
}
.categoryItemList__itemName--sokujitsu,
.categoryItemList__itemName--print,
.categoryItemList__itemName--business,
.categoryItemList__itemName--season,
.categoryItemList__itemName--display,
.categoryItemList__itemName--novelty,
.categoryItemList__itemName--wear {
}
.categoryItemList__itemName--sokujitsu > li,
.categoryItemList__itemName--print > li,
.categoryItemList__itemName--business > li,
.categoryItemList__itemName--season > li,
.categoryItemList__itemName--display > li,
.categoryItemList__itemName--novelty > li,
.categoryItemList__itemName--wear > li {
    border-top: 1px solid #c8c9c9;
}
.categoryItemList__itemName--sokujitsu > li > a,
.categoryItemList__itemName--print > li > a,
.categoryItemList__itemName--business > li > a,
.categoryItemList__itemName--season > li > a,
.categoryItemList__itemName--display > li > a,
.categoryItemList__itemName--novelty > li > a,
.categoryItemList__itemName--wear > li > a {
    display: block;
    color: #231815;
    background-color: #f7f8f8;
    /*padding: 14px 25px;*/
    padding: 14px 70px 14px 25px;
}
.categoryItemList__itemName--sokujitsu > li > a:after,
.categoryItemList__itemName--print > li > a:after,
.categoryItemList__itemName--business > li > a:after,
.categoryItemList__itemName--season > li > a:after,
.categoryItemList__itemName--display > li > a:after,
.categoryItemList__itemName--novelty > li > a:after,
.categoryItemList__itemName--wear > li > a:after {
    content: "注文へ";
    height: 20px;
    color: #fff;
    line-height: 20px;
    border: none;
    background-color: #FF8282;
    border-radius: 4px;
    padding: 0 6px;
    margin: -10px 0 0;
    /*border-left: 8px solid #ff6f89;*/
}
.categoryItemList__itemName--print > li > a:after {
    /*border-left: 8px solid #0086eb;*/
}
.categoryItemList__itemName--business > li > a:after {
    /*border-left: 8px solid #46bcf9;*/
}
.categoryItemList__itemName--season > li > a:after {
    /*border-left: 8px solid #7fca1e;*/
}
.categoryItemList__itemName--display > li > a:after {
    /*border-left: 8px solid #ffd119;*/
}
.categoryItemList__itemName--novelty > li > a:after {
    /*border-left: 8px solid #ff7f7f;*/
}
.categoryItemList__itemName--wear > li > a:after {
    /*border-left: 8px solid #ae84e1;*/
}

table.pdetail{
  clear: both;
	width:100%;
}
table.pdetail tr{
	border-top:1px solid #e5e5e5;
	border-bottom:1px solid #e5e5e5;
}
table.pdetail td{
	padding:3px 0 3px 5px;
	width:30%;
  background-color: #f5f5f5;
}
table.pdetail td:nth-child(even){
	padding-left:10px;
	width:70%;
  background-color: #fff;
}

/* price table
========================================== */
.inputDl__txtLink {
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    font-size: 1.0rem;
    text-decoration: underline;
    color: #0174c4;
}
.refineInputWrap {
    font-size: 1.2rem;
    text-align: right;
    margin-bottom: 6px;
}
.refineInputWrap > input[type="text"] {
    width: 66px;
    padding: 4px;
}
/* dummy */
.dummyPriceTblOrigin {
    position: fixed;
    top: 0;
    visibility: hidden;
}
.dummyPriceTblOrigin__contWrap {
    display: table;
    table-layout: fixed;
    width: 100%;
}
.dummyPriceTblOrigin__contWrap__display {
    display: table-cell;
    overflow: hidden;
}
.dummyPriceTblOrigin__contWrap__space {
    display: table-cell;
    width: 10px;
}
.priceTbl {
    table-layout: fixed;
    width: 100%;
    font-size: 1.2rem;
    border-top: 1px solid #c9caca;
    border-left: 1px solid #c9caca;
}
.priceTbl th {
    color: #fff;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    background-color: #0174c4;
    border-right: 1px solid #c9caca;
    border-bottom: 1px solid #c9caca;
    padding: 7px 8px;
}
.priceTbl td {
    vertical-align: middle;
    border-right: 1px solid #c9caca;
    border-bottom: 1px solid #c9caca;
    padding: 7px 8px;
}
.priceTbl thead tr:nth-child(2) {
    font-size: 1.0rem;
    text-align: center;
}
.priceTbl thead tr:nth-child(2) td {
    background-color: #e4f3fa;
}
.priceTbl tbody tr:nth-child(n + 1) {
    text-align: right;
    color: #0174c4;
    font-weight: bold;
}
.priceTbl tbody tr:nth-child(n + 1) td:first-child {
    color: #231815;
    font-weight: normal;
    background-color: #e4f3fa;
}


/* option
========================================== */
.optionMenuList {
    margin-bottom: 35px;
}
.optionMenuList__name {
    position: relative;
    color: #fff;
    font-size: 1.6rem;
    background-color: #0174c4;
}
.optionMenuList__name__title {
    border-bottom: 1px solid #fff;
    /*padding: 4px 16px;*/
    padding: 4px 36px 4px 10px;
}
.optionMenuList__name > div.jsMenuOpen:after {
    border-top: 8px solid #fff;
}
.optionMenuList__name__title > img {
    vertical-align: middle;
    margin-right: 6px;
}
.optionMenuList__name__itemList {}
.optionMenuList__name__itemList > li {
}
.optionMenuList__name__itemList > li > label {
    display: block;
    color: #231815;
    font-size: 1.2rem;
    background-color: #fff;
    border-bottom: 1px solid #c8c9c9;
    padding: 10px 20px;
}
.optionMenuList__name__itemList > li input[type="radio"] {
    vertical-align: middle;
    margin-right: 25px;
}
.priceDisplayWrap {
    position: fixed;
    z-index: 70;
    bottom: 0;
    width: 100%;
    font-size: 1.2rem;
    background-color: #e4f3fa;
}
.priceDisplayWrap__block {
    overflow: hidden;
    width: 320px;
    padding: 10px 16px;
    margin: 0 auto;
}
.priceDisplay__delivery {
    float: left;
}
.priceDisplay__delivery > span,
.priceDisplay__price > span {
    display: inline-block;
    width: 104px;
    color: #0174c4;
    font-size: 1.6rem;
    text-align: center;
    background-color: #fff;
    padding: 2px 0;
    margin-left: 9px;
}
.priceDisplay__price {
    float: right;
}


/* upload
========================================== */
.delivOrderItemInfoList {
    background-color: #F5F5F5;
    padding: 6px 10px;
}
.delivOrderItemInfoList > li {
    font-size: 1.2rem;
}


/* upload
========================================== */
.bgGray {
    background-color: #f7f8f8;
}
.supplTxt {
    font-size: 1.0rem;
    margin-bottom: 0;
}
.uploadItemWrap {
    background-color: #f7f8f8;
    border-bottom: 1px solid #dbdcdc;
    padding: 22px 10px 12px;
}

.uploadChoiceWrap {
    padding: 12px 10px;
}
.uploadChoiceWrap .uploadChoiceWrap__urlInput {
    width: 100%;
    background-color: #fff;
    padding: 8px;
    margin: 4px 0 10px;
}
.uploadChoiceWrap__fileName {
    font-size: 1.6rem;
    text-align: center;
    margin-bottom: 12px;
}
.uploadChoiceWrap__btnArea {
    text-align: center;
    margin-bottom: 16px;
}
.uploadChoiceWrap__btnArea__choiceFile {
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    position: relative;
    width: 104px;
    height: 30px;
    color: #fff;
    font-size: 1.2rem;
    background-color: #0174c4;
    border: none;
    border-radius: 4px;
    padding: 5px 6px;
    margin-right: 13px;
}
.uploadChoiceWrap__btnArea__choiceFile input[type="file"] {
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    width: 104px;
    height: 30px;
}

/*.uploadChoiceWrap__choiceBtn {*/
    /*width: 104px;*/
    /*height: 30px;*/
    /*color: #fff;*/
    /*font-size: 1.2rem;*/
    /*background-color: #0174c4;*/
    /*border: none;*/
    /*border-radius: 4px;*/
    /*padding: 5px 6px;*/
    /*margin-right: 13px;*/
/*}*/
.uploadChoiceWrap__clearBtn {
    width: 52px;
    height: 30px;
    font-size: 1.2rem;
    vertical-align: middle;
    background-color: #efefef;
    border: 1px solid #c9caca;
    border-radius: 4px;
    padding: 5px 6px;
}
.textLinkList a {
    text-decoration: underline;
}

/* membership
========================================== */
.inputDl__wrap--gray {
    font-size: 1.2rem;
    background-color: #f7f8f8;
    padding: 12px 14px;
}
.inputDl__wrap--gray > label {
    display: inline-block;
}
.inputDl__wrap--gray input[type="radio"] {
    vertical-align: middle;
}
.inputDl__radioWrap {
    font-size: 1.6rem;
    margin: 11px 0;
}
.inputDl__radioWrap > label {
    margin-left: 11px;
}
.inputDl__radioWrap > label:first-child {
    margin-left: 0;
}
.inputDl__loginIdInput > input {
    width: 100%;
    background: #fff;
    padding: 8px;
    margin-top: 10px;
}

.inputDl__lastNameWrap {
    /*float: left;*/
    display: inline-table;
}
.inputDl__firstNameWrap {
    /*float: right;*/
    display: inline-table;
}
.inputDl dd .inputDl__nameLabel {
    display: table-cell;
    font-size: 1.4rem;
    color: #0174c4;
    line-height: 1;
    vertical-align: middle;
    background-color: #e2f0ff;
    border: 1px solid #c9caca;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    padding: 8px 4px;
}
.inputDl dd .inputDl__nameInput {
    display: table-cell;
    width: 122px;
    font-size: 1.4rem;
    border: 1px solid #c9caca;
    border-left: none;
    border-top-right-radius: 4px;
    border-top-left-radius: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 0;
    padding: 8px;
}
dl.inputDl > dd .inputDl__num2 {
    width: 46px;
}
dl.inputDl > dd .inputDl__num3 {
    width: 68px;
}
dl.inputDl > dd .inputDl__num3.placeholder_example {
    width: 88px;
}
dl.inputDl > dd .inputDl__num4 {
    width: 75px;
}
dl.inputDl > dd .inputDl__num4.placeholder_example {
    width: 102px;
}
dl.inputDl > dd .inputDl__num5 {
    width: 88px;
}
dl.inputDl > dd .inputDl__range {
    width: 120px;
}
.inputDl dt .inputDl__inputBtn {
    width: auto;
    color: #fff;
    font-size: 1.2rem;
    background-color: #0174c4;
    border: none;
    border-radius: 4px;
    padding: 4px 6px;
}
.inputDl dd .inputDl__inputBtn {
    width: auto;
    color: #fff;
    font-size: 1.4rem;
    background-color: #0174c4;
    border: none;
    border-radius: 4px;
    padding: 8px;
}

.iframeRuleWrap {
    border: 1px solid #e5e5e5;
}
/* cart
========================================== */
.cartInfo {
    overflow: hidden;
    width: 300px;
    margin: 0 auto 20px;
}
.cartInfo__itemSummary {
    float: left;
    width: 200px;
    height: 75px;
    font-size: 1.2rem;
    background-color: #efefef;
    padding: 10px 12px;
}
.cartInfo__itemSummary > dt {
    clear: both;
    float: left;
    text-align: right;
    width: 5em;
}
.cartInfo__itemSummary > dd {
    float: left;
    color: #0174c4;
    margin-left: 1em;
}
.cartInfo__weightImg {
    float: left;
    width: 100px;
    height: 75px;
}
.checkTxt--l {
    font-size: 1.4rem;
}
.paymentList {
    margin-bottom: 40px;
}
.paymentList > li {}
.paymentList__method {
    color: #fff;
    font-size: 1.6rem;
    background-color: #0174c4;
    border-bottom: 1px solid #fff;
    padding: 8px 11px;
}
.paymentList__method:after {
    border-top: 8px solid #fff;
}
.paymentList__method__check {
    margin-bottom: 10px;
}
.paymentList__method__check > li > label {
    display: block;
    color: #231815;
    font-size: 1.2rem;
    background-color: #fff;
    border-bottom: 1px solid #c8c9c9;
    padding: 10px 20px;
}
.paymentList__method__check > li:first-child  > label {
    border-top: 1px solid #c8c9c9;
}
.paymentList__method__check > li > label > input[type="radio"] {
    vertical-align: middle;
    margin-right: 4px;
}
.paymentList__method__check > li > label > img {
    vertical-align: middle;
}
.cartCheckTableWrap {
    border: 1px solid #c9caca;
    border-top: none;
    padding: 15px;
}
.radioList > label {
    display: inline-block;
    font-size: 1.2rem;
    margin-top: 10px;
}
.delvPoint {
    width: 100%;
    font-size: 1.4rem;
    padding: 8px;
}

.cartThumb{
	background-color: #dcdddd;
    padding: 15px;
    text-align: center;
}
.cartThumb img {
	max-height: 250px;
	max-width: 250px;
	margin: 0 20px
}
.cartThumb--btn {
    margin: 15px auto;
    overflow: hidden;
    text-align: center;
}
.cartThumb--btn li {
    display: inline;
}
.cartThumb--btn li:first-child {
    margin-right: 20px;
}

/*
 * .cautionList
 */
 .cautionList{
	font-size: 116%;
	font-weight: normal;
	color: #000000;
	margin-bottom: 24px;
}
.cautionList.default{
	font-size: 100%;
	font-weight: normal;
}
.cautionList.simple{
	font-weight: normal;
	color: #000;
}
.cautionList li,
.cautionList.simple.list li{
	text-indent: -1em;
	padding-left: 1em;
}
.cautionList.simple li{
	text-indent: 0;
	padding-left: 0;
}
.cautionList.single li{
	text-indent: 0;
	padding-left: 0;
}
.wall.caution .cautionTitle{
	font-size: 116%;
	font-weight: bold;
	color: #0174c4;
	margin-bottom: 0.5em;
}
.article .cautionList,
.wall .cautionList,
.wall.caution .cautionList{
	margin-bottom: 0;
}
.wall.caution .cautionList li{
	margin-bottom: 0.5em;
}
.cautionList_container .cautionTitle{
	font-size: 116%;
	font-weight: bold;
	margin-bottom: 6px;
}
.cautionList_container .cautionList.default{
	font-size: 108%;
	color: #000;
}

/* mypage
========================================== */
.mypageOrderPager {
    color: #0174c4;
    font-size: 1.2rem;
}
.orderSearchBtn {
    display: inline-block;
    width: 90px;
    color: #fff;
    text-align: center;    font-size: 1.4rem;
    text-decoration: none;
    background-color: #0174c4;
    border: none;
    border-radius: 4px;
    padding: 4px 0;
}
/* pdf校正 */
.myTabList {
    float: right;
    margin-right: 12px;
}
.myTabList > li {
    float: left;
    color: #0174c4;
    font-size: 1.2rem;
    background-color: #dcdddd;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    padding: 9px;
    margin-left: 1px;
}
.myTabList > li.current {
    background-color: #f7f8f8;
}
.myTabList > li > a {
    color: #0174c4;
}
.myPdfMassage {
    padding: 0 23px;
}
.myPdfMassage > textarea {
    width: 100%;
    background-color: #fff;
}

.pdfComp {
    color: #0174c4;
    border: 2px solid #0174c4;
    border-radius: 4px;
    padding: 5px 10px;
    margin-bottom: 10px;
}
.ui-dialog-content .btnArea--two {
    width: 280px;
}
.ui-dialog-content .btnArea--two > a,
.ui-dialog-content .btnArea--two > button {
    width: 120px;
}
#receipt_1 a {
    outline: 0;
}


/* ポイント履歴 */
.pointHistoryPager {
    color: #0174c4;
    margin-bottom: 4px;
}
.pager_select {
    display: block;
    float: left;
    color: #0174c4;
    text-align: center;
    background-color: #e4f3fa;
    border: 1px solid #e4f3fa;
    padding: 0 2px;
    margin-right: 3px;
}

/* 配送先登録 */
.favDelivDel {
    position: fixed;
    z-index: 80;
    top: 0;
    left: auto;
    width: 320px;
    background-color: #fff;
    border: 1px solid #c9caca;
    padding: 18px 17px;
    margin: 70px 0 0;
}
.favDelivDel__btnArea {
    overflow: hidden;
    width: 72%;
    margin: 0 auto 8px;
}
.favDelivDel__btnArea > button {
    float: left;
    font-size: 1.6rem;
    background-color: #dcdddd;
    border: none;
    border-radius: 6px;
    padding: 3px 14px;
}
.favDelivDel__btnArea > button:nth-child(even) {
    float: right;
}
.favDelivCall {
    max-width: 100%;
    font-size: 1.4rem;
    padding: 8px;
}


/* info
========================================== */
/* 利用規約 */
#conditionsOfUsePage .termsWrap {
    background-color: #f5f5f5;
    padding-top: 8px;
    padding-bottom: 8px;
}
#conditionsOfUsePage .termsList {}
#conditionsOfUsePage .termsList__tit {
    font-size: 1.4rem;
    font-weight: bold;
    margin-top: 6px;
}
#conditionsOfUsePage .termsList__descList {
    font-size: 1.2rem;
    font-weight: normal;
}
#conditionsOfUsePage .termsList__descList li {
    line-height: 1.6;
    padding-left: 1em;
    text-indent: -1em;
    margin-bottom: 8px;
}
/* サイトマップ */
.sitemapList {
    font-size: 1.2rem;
    background-color: #f5f5f5;
    padding: 8px;
    margin-bottom: 10px;
}
.sitemapList > li {
    margin-top: 8px;
}
.sitemapList > li:first-child {
    margin-top: 0;
}


/* footer
========================================== */

/* ページトップボタン */
.l-footer--returnTop {
    text-align: center;
    margin: 40px 0 30px;
}

.l-footer--returnTop > a {
    padding: 20px 7px 5px;
    background: #efefef;
    color: #0174c4;
    position: relative;
}

.l-footer--returnTop > a::before {
    content: '';
    position: absolute;
    z-index: 0;
    top: 8px;
    left: 40px;
    width: 12px;
    height: 12px;
    border-top: 2px solid #0174c4;
    border-right: 2px solid #0174c4;
    transform: rotate(-45deg);
}

.commonFooter__pageTopBtn {
    position: relative;
    z-index: 1;
    display: block;
    width: 97px;
    height: 40px;
    color: #0174c4;
    font-size: 1.2rem;
    text-align: center;
    text-decoration: none;
    background-color: #efefef;
    padding: 18px 0 0;
    margin: 0 auto;
}
.commonFooter__pageTopBtn:before {
    border-right: 2px solid #0174c4;
    border-top: 2px solid #0174c4;
    content: "";
    margin: 0 0 0 -8px;
    height: 10px;
    left: 50%;
    position: absolute;
    transform: rotate(-450deg);
    -webkit-transform: rotate(-45deg);
    top: 6px;
    width: 10px;
}
.commonFooter > ul {
    width: 100%;
    margin: 16px auto 0;
}
.commonFooter > ul > li {
    color: #fff;
    font-size: 1.6rem;
    background-color: #0174c4;
}
.commonFooter > ul > li > div {
    border-bottom: 1px solid #fff;
    padding: 8px 25px;
}

.commonFooter > ul > li > a {
    display: block;
    border-bottom: 1px solid #fff;
    padding: 8px 25px;
    color: white;
}

.commonFooter > ul > li > div:after {
    border-top: 8px solid #fff;
}
.commonFooter > ul > li > ul {}
.commonFooter > ul > li > ul > li {
    color: #fff;
    font-size: 1.6rem;
    background-color: #e4f3fa;
}
.commonFooter > ul > li > ul > li > a {
    color: #0174c4;
    border-bottom: 1px solid #fff;
    padding: 8px 25px;
}
.commonFooter > ul > li > ul > li > a:after {
    border-left: 8px solid #0174c4;
}
.commonFooter__copy {
    height: 50px;
    color: #0174c4;
    font-size: 0.8rem;
    line-height: 50px;
    text-align: center;
}
/* .footer_wrapper
========================================== */
.footer_wrapper{
	background-color: rgba(160, 172, 189, .2);
}
.footer{
	width: 350px;
	padding: 40px 0 30px;
	margin: 0 auto;
}

.footer__img {
	margin-bottom: 12px;
	text-align: center;
}

.footer__txt {
	color: #000;
	font-size: 12px;
	letter-spacing: -.07px;
  line-height: normal;
	text-align: center;
}

.footer__tel {
	margin: -6px 0 12px;
	color: #000;
	font-size: 22px;
	font-weight: 700;
	letter-spacing: -.14px;
  line-height: normal;
	text-align: center;
}

.footer__copy {
	font-size: 11px;
	letter-spacing: -.07px;
  line-height: normal;
	text-align: center;
}
/* completion
========================================== */
.jsMyMenuOpen,
.jsOverLayer,
.jsPopOverLayer,
.jsMenuOpen {
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* sitemap
========================================== */
.sitemap__itemList {
    overflow: hidden;
    padding: 8px 10px;
}
.sitemap__itemList > li {
    float: left;
    padding: 4px 0;
}
.sitemap__itemList > li > a {
    color: #0174c4;
}

/* easy 1 step
========================================== */
.easyMainTit--flyer,
.easyMainTit--stitching,
.easyMainTit--poster,
.easyMainTit--businessCard,
.easyMainTit--envelope,
.easyMainTit--postCard,
.easyMainTit--compare {
    color: #ffe200;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    padding: 3px 0;
    margin-bottom: 17px;
}
.easyMainTit--flyer {
    background-color: #ff7474;
}
.easyMainTit--stitching {
    background-color: #f99ab1;
}
.easyMainTit--poster {
    background-color: #ffb14e;
}
.easyMainTit--businessCard {
    background-color: #1bc19c;
}
.easyMainTit--envelope {
    background-color: #1bc19c;
}
.easyMainTit--postCard {
    background-color: #17ade8;
}
.easyMainTit--compare {
    background-color: #b997ca;
}
.easyMainTit--flyer > span,
.easyMainTit--stitching > span,
.easyMainTit--poster > span,
.easyMainTit--businessCard > span,
.easyMainTit--envelope > span,
.easyMainTit--postCard > span,
.easyMainTit--compare > span {
    color: #fff;
    font-weight: normal;
}
.easy1StepChoiceList--two,
.easy1StepChoiceList--three {
    width: 300px;
    margin: 0 auto
}
.easy1StepChoiceList--two > li,
.easy1StepChoiceList--three > li {
    float: left;
}
.easy1StepChoiceList--two > li {
    margin: 0 20px 10px 0;
}
.easy1StepChoiceList--two > li:nth-child(even) {
    margin: 0 0 10px 0;
}
.easy1StepChoiceList--three > li {
    margin: 0 15px 10px 0;
}
.easy1StepChoiceList--three > li:nth-child(3n) {
    margin: 0 0 10px 0;
}
.easy1StepChoiceList--two > li > a,
.easy1StepChoiceList--three > li > a {
    display: block;
    position: relative;
    font-size: 1.2rem;
    text-align: center;
    border: 1px solid #0174c4;
    border-radius: 6px;
    padding: 8px 0;
}
.easy1StepChoiceList--two > li > a {
    width: 139px;
}
.easy1StepChoiceList--two > li > a > img {
    position: absolute;
    z-index: 10;
    top: 10px;
    left: 8px;
}
.easy1StepChoiceList--three > li > a {
    width: 90px;
}
.easy1StepChoiceList--two > li > a.current,
.easy1StepChoiceList--three > li > a.current {
    background-color: #e4f3fa;
}
.table--compare {
    table-layout: fixed;
    width: 100%;
    background-color: #fff;
    border-top: 1px solid #c9caca;
    border-left: 1px solid #c9caca;
}
.table--compare th {
    color: #fff;
    font-size: 1.4rem;
    font-weight: normal;
    text-align: left;
    vertical-align: middle;
    background-color: #0174c4;
    border-right: 1px solid #c9caca;
    border-bottom: 1px solid #c9caca;
    padding: 7px 8px;
}
.table--compare th.definite {
    width: 150px;
    text-align: center;
}
.table--compare th.subth {
    color: #231815;
    background-color: #e4f3fa;
}
.table--compare td {
    color: #0174c4;
    font-size: 1.0rem;
    vertical-align: middle;
    border-right: 1px solid #c9caca;
    border-bottom: 1px solid #c9caca;
    padding: 9px 4px;
}
.table--compare td select {
    width: 100%;
    color: #231815;
    font-size: 1.2rem;
    padding: 4px;
}
.table--compare td.opt select,
.table--compare td.deliv select {
    margin-bottom: 10px;
}
.table--compare td.opt select:last-child,
.table--compare td.deliv select:last-child {
    margin-bottom: 0;
}
.table--compare td span {
    display: inline-block;
    margin-bottom: 6px;
}
.table--compare td.estimate {
    padding: 10px;
}
.table--compare td.estimate dl {
    font-size: 1.2rem;
}
.table--compare td.estimate dl dt {
    clear: both;
    float: left;
    width: 50%;
    text-align: right;
}
.table--compare td.estimate dl dd {
    float: right;
    color: #231815;
    margin-bottom: 10px;
}
.estimate__btnArea {
    margin: 0 2px;
}
.estimate__btnArea__btn--gray,
.estimate__btnArea__btn--blue,
.estimate__btnArea__btn--pink {
    display: inline-block;
    width: 100%;
    font-size: 1.2rem;
    text-decoration: none;
    border: none;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    padding: 8px 0;
    margin-top: 12px;
}
.estimate__btnArea__btn--gray {
    color: #0174c4 !important;
    background-color: #efefef;
}
.estimate__btnArea__btn--blue {
    background-color: #0174c4;
}
.estimate__btnArea__btn--pink {
    background-color: #ff8282;
}
.estimate__btnArea button:first-child {
    margin-top: 0;
}


/* review
========================================== */
#reviewPage {
    background-color: #e4f3fa;
}
#reviewPage .mainWrapArticle {
    width: auto;
    min-width: 0;
    border-radius: 8px;
    padding: 10px 0;
    margin: 10px 10px;
}
#reviewPage .cmnContBlock {
    width: auto;
}
#reviewPage .inputDl > dt {
    font-size: 1.2rem;
    margin-bottom: 6px;
}
#reviewPage .inputDl > dd {
    margin-bottom: 20px;
}
#reviewPage .inputDl__wrap--gray {
    padding: 8px 14px;
}
#reviewPage .inputDl__wrap--gray > label {
    line-height: 2;
    margin-right: 6px;
}
#reviewPage .inputDl__wrap--gray > label > input[type="radio"] {
    margin-right: 4px;
}
#reviewPage .commonFooter__copy {
    height: 30px;
    line-height: 30px;
}
#reviewPage .btnArea--two > a,
#reviewPage .btnArea--two > button {
    width: 120px;
}

/* sitemap
========================================== */
.sitemap__itemList {
    overflow: hidden;
    padding: 8px 10px;
}
.sitemap__itemList > li {
    float: left;
    padding: 4px 0;
}
.sitemap__itemList > li > a {
    color: #0174c4;
}


/* アコーディオンメニュー　（用語集 /sp/yougo/ で使用）
他の箇所に追加されたとしても、今後使用できるようにしていく
========================================== */
.sideNav.topCategory.defaultFalse dd{
    display: none;
}
.sideNav.topCategory dt.title.slideNav{
    cursor: pointer;
}
.sideNav.topCategory dt.title.slideNav .slideNavBtn{
    background: url('../img/common/icon_slideNav_open.png') no-repeat right 50%;
    display: block;
}
.sideNav.topCategory dt.title.slideNav.active .slideNavBtn{
    background: url('../img/common/icon_slideNav_close.png') no-repeat right 50%;
}

/* breadcrumb_step
========================================== */

.breadcrumb_step {
	margin-bottom: 10px;
}
.breadcrumb_step li {
	float: left;
	background-color: #dbdcdc;
	color: #717171;
	position: relative;
	margin: 0 16px 4px 8px;
	padding-left: 10px;
	height: 20px;
	line-height: 20px;
	text-align: left;
	font-size: 11px;
	font-weight: bold;
    min-width: 90px;
    /* cmnContWrap 分を引いている */
    width: calc(20% - 20px);
}
.breadcrumb_step li.current {
	background-color: #0174c4;
	color: #fff;
}
.breadcrumb_step li span {
	display: block;
}
.breadcrumb_step li span.step {
	letter-spacing: .25rem;
}

.breadcrumb_step li:before {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -10px;
  border-width: 10px 0 10px 20px;
  border-style: solid;
  border-color: #dbdcdc #dbdcdc #dbdcdc transparent;
  left: -20px;
}
.breadcrumb_step li:after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -10px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 20px solid #dbdcdc;
  right: -20px;
}
.breadcrumb_step li:last-child {
	border-radius: 0 5px 5px 0;
	margin-right: 0;
}
.breadcrumb_step li:last-child:after {
  border: none;
}
.breadcrumb_step li.current:before {
  border-color: #0174c4 #0174c4 #0174c4 transparent;
}
.breadcrumb_step li.current:after {
  border-left: 20px solid #0174c4;
}
.breadcrumb_step li:first-child {
	margin-left: 0;
	border-radius: 5px 0 0 5px;
}
.breadcrumb_step li:first-child:before {
	content: none;
}

/*
 * step5col
 */
.breadcrumb_step.step5col li {
	/*padding: 0;*/
}
.breadcrumb_step.step5col li:first-child {
	/*padding-left: 10px;*/
}
.breadcrumb_step.step5col li span.ttl {
	width: 80px
}

/*
 * step6col
 */
.breadcrumb_step.step6col li {
	padding: 0;
}
.breadcrumb_step.step6col li:first-child {
	padding-left: 10px;
}
.breadcrumb_step.step6col li span.ttl {
	width: 100px
}

/* stepArea
========================================== */

.stepArea {
	width: 100vw;
	margin-top: 30px;
}

/*
 * .stepTtl
 */
.stepArea .stepTtl {
	position: relative;
	background-color: #0174c4;
	margin: 0 0 30px 0;
	padding: 2px 0;
}
.stepArea .stepTtl span {
	display: block;
	font-size: 16px;
}
.stepArea .stepTtl .stepNum span {
    margin-top: -5px;
}
.stepArea .stepTtl .stepNum {
	position: absolute;
    left: 5px;
    top: -16px;
    width: 45px;
    height: 45px;
    line-height: 18px;
    padding-top: 6px;
    text-align: center;
    color: #0174c4;
    background-color: #e4f3fa;
    border-radius: 50%;
    border: 2px solid #0174c4;
    display: block;
    font-size: 12px;
    font-weight: bold;
}
.stepArea .stepTtl .stepTtlTxt {
	line-height: 28px;
	padding-left: 5rem;
	color: #fff;
}
.stepArea .stepTtl .ttlTxt {
	line-height: 28px;
	padding-left: 1rem;
	color: #fff;
}

.stepArea .stepTtl.includeLink .stepTtlTxt {
	float: left;
	height: 28px;
}
.stepArea .stepTtl.includeLink a {
	float: right;
	margin-right: 10px;
	height: 28px;
	line-height: 28px;
	vertical-align: bottom;
	color: #fff;
	text-decoration: none;
}
.stepArea .stepTtl.includeLink a:hover {
	text-decoration: underline;
}

/*
 * .tabArea
 */
.stepArea .tabArea {}

.stepArea .tabArea #tabBoxes {
	/* padding-top: 16px; */
}

.stepArea .tabArea .viewItemNumArea .viewItemNumList {
	float: left;
}
.stepArea .tabArea .viewItemNumArea .viewItemNumList li {
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  background-color: transparent;
  margin-right: 0;
  text-align: center;
  color: #fff;
}
.stepArea .tabArea .viewItemNumArea .viewItemNumList li.current {
	background-color: #e6edf6;
	color: #0174c4;
}
.stepArea .tabArea .viewItemNumArea .viewItemNumList li a {
	color: #595757;
	display: block;
}
.stepArea .tabArea .viewItemNumArea .viewItemNumList li a:hover {
	background-color: #e6edf6;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	color: #0174c4;
}

/* #tabMenu */
.stepArea .tabArea #tabMenu {
	width: 100%;
	background-color: #e4f3fa;
	margin-bottom: 20px;
	padding: 10px 0;
}
.stepArea .tabArea #tabMenu th {
	width: 80px;
	padding: 0 15px;
	border-right: 2px solid #d9e3ee;
	/* vertical-align: top; */
	/* font-size: 20px; */
	color: #0174c4;
	font-weight: bold;
}
.stepArea .tabArea #tabMenu td {
	vertical-align: top;
}
.stepArea .tabArea #tabMenu ul {
	margin-left: 10px;
	float: left;
}
.stepArea .tabArea #tabMenu ul > li {
}
.stepArea .tabArea #tabMenu ul > li > label {
	line-height: 2;
	vertical-align: middle;
}
.stepArea .tabArea #tabMenu .genreMain {
	width: 120px;
}
.stepArea .tabArea #tabMenu .genreSub {
}
.stepArea .tabArea #tabMenu .genreSub li {
	float: left;
	/* width: 220px; */
	margin-right: 10px;
}

/* #tabBoxes */
.stepArea .tabArea #tabBoxes {
	/* width: 710px; */
}
/*.stepArea .tabArea .tabBox {
  display: none;
}
.stepArea .tabArea #tabBox1.tabBox {
  display: block;
}*/

.stepArea .tabArea .viewItemNumTxt {
	float: left;
	height: 24px;
	line-height: 24px;
	margin-left: 18px;
}

.stepArea .tabArea .itemBoxArea {
	margin-top: 6px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.stepArea .tabArea .itemBoxArea .itemBox {
	width: 170px;
	height: 234px;
	margin: 0 2.5px 10px;
        /*border: solid 1px #0174c4;*/
	background-color: #e9e9e9;
}
.stepArea .tabArea .itemBoxArea .itemBox:nth-child(4n+1) {
	/* margin-left: 0; */
}

.stepArea .tabArea .itemBoxArea .itemBoxNumber {
	position: relative;
    width: 170px;
	/* height: 15px; */
	padding: 0 0 5px;
	background-color: #e9e9e9;
    font-size: 12px;
    text-align: right;
}
.stepArea .tabArea .itemBoxArea .itemBoxNumber .templatename {
	display: block;
	box-sizing: border-box;
	width: 170px;
	padding: 0 5px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.stepArea .tabArea .itemBoxArea .itemBoxNumber .popup {
	display: none;
	position: absolute;
	bottom: 0;
	z-index: 10;
	box-sizing: border-box;
	width: 100%;
	padding: 10px 16px;
	background-color: #FFF;
	border: 2px solid #0174c4;
}

.loading {
	display: none;
	text-align: center;
}
.template_end {
	display: none;
	margin-top: 30px;
	text-align: center;
}
.itemBoxNew {
    height: 15px;
    width: 170px;
    background-color: #e9e9e9;
    font-size: 1.5rem;
    font-weight: bold;
    text-align: left;
}
.itemBoxNew span {
    padding-left: 5px;
    font-size: 16px;
}

.stepArea .tabArea .itemBoxArea .itemBox .itemBoxImg {
	width: 170px;
	height: 165px;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
.stepArea .tabArea .itemBoxArea .itemBox .itemBoxImg img {
	max-width: 150px;
	max-height: 150px;
}
.stepArea .tabArea .itemBoxArea .itemBox .itemBoxBtn {
	height: 36px;
}
.stepArea .tabArea .itemBoxArea .itemBox .itemBoxBtn > div {
	float: left;
}
.stepArea .tabArea .itemBoxArea .itemBox .itemBoxBtn .itemBoxBtnSettle {
	width: 170px;
  height: 35px;
  /*border-top: solid 1px #0174c4;*/
}
.stepArea .tabArea .itemBoxArea .itemBox .itemBoxBtn .itemBoxBtnSettle a {
	display: block;
	line-height: 35px;
	font-size: 18px;
	color: #fff;
	background-color: #0174c4;
	text-align: center;
	text-decoration: none;
}
.stepArea .tabArea .itemBoxArea .itemBox .itemBoxBtn .itemBoxBtnSettle a:hover {
	opacity: 0.5;
}
.stepArea .tabArea .itemBoxArea .itemBox .itemBoxBtn .itemBoxBtnSettle a .indent {
	padding-right: 1.0rem;
}
.stepArea .tabArea .itemBoxArea .itemBox .itemBoxBtn .itemBoxBtnView {
	width: 44px;
	height: 35px;
	border-top: solid 1px #0174c4;
	background-color: #fff;
}
.stepArea .tabArea .itemBoxArea .itemBox .itemBoxBtn .itemBoxBtnView a {
	display: block;
}
.stepArea .tabArea .itemBoxArea .itemBox .itemBoxBtn .itemBoxBtnView a img {
	padding: 7px 11px;
}
.stepArea .tabArea .itemBoxArea .notemplate {
	text-align: center;
}
.stepArea .tabArea .itemBoxArea .notemplate + .jqBackNoPrint{
	margin-left: 0;
}

.selectTemplateArea {
    margin-bottom: 30px;
}
.selectTemplateArea .banner {
    line-height: 0;
    font-size: 0;
    /*margin-left: -20px;*/
}
.selectTemplateArea .banner li {
    width: 100vw;
    float: left;
}
.selectTemplateArea .banner li:first-child {
    /* margin-right: 10px; */
}
.selectTemplateArea .banner li span {
    /*width: 150px;*/
    height: 20px;
    line-height: 20px;
    margin: 10px 0;
    padding: 6px 10px;
    text-align: left;
    color: #0174c4;
    text-align: center;
    display: block;
    font-size: 24px;
    font-weight: bold;
}
.selectTemplateArea .banner li div.selected {
    width: 350px;
    height: 210px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #DCDDDD;
    margin: 0 auto;
}
.selectTemplateArea .banner li div.unselected {
    width: 350px;
    height: 210px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FFFFFF;
    margin: 0 auto;
}

.selectTemplateArea .banner li div img {
    max-width: 300px;
    max-height: 200px;
}

.selectTemplateArea .banner li div.unselected img {
    border: dashed #006dcc 2px;
}
.selectTemplateArea .banner li a {
    /*display: block;*/
    /*width: 365px;*/
    /*height: 104px;*/

}
.selectTemplateArea .banner li a img {
    /*width: 365px;*/
    /*height: 104px;*/
}

.selectTemplateArea.confirm .banner li {
    /*width: 710px;*/
    margin-bottom: 10px;
}
.selectTemplateArea.confirm .banner li div{
    /*width: 710px;*/
}

.selectTemplateArea.confirm .banner li div img{
    max-width: 300px;
    padding: 20px;
}
.selectTemplateArea.confirm .banner li span.re_edit .btn {
	font-size: 18px;
	font-weight: normal;
	padding: 5px 20px;
}
.selectTemplateArea.confirm .banner li span.re_edit .btn:hover {
	color: #fff;
	background-color: #0069B1;
	opacity: 0.5;
}
.selectTemplateArea.confirm div.info {
    text-align: center;
    padding: 20px;
}

.selectTemplateArea.confirm div.info ul {
    margin-bottom: 20px;
}

.selectTemplateArea.confirm div.info ul li {
    margin-bottom: 8px;
}

.selectTemplateArea.confirm div.info ul li label.selected {
    color: #0174c4;
    font-weight: 800;
}
.selectTemplateArea.confirm div.info ul li label:hover {
    color: #f39800;
    cursor: pointer;
}

.selectTemplateArea.confirm div.info div.message{
    /*margin-bottom: 20px;*/
    color: #e00;
    font-weight: 800;
    font-size: 14px;
}

.selectTemplateArea.confirm div.info span.confirmed{
    padding: 10px;
    background-color: #e6edf6;
    border: #0000ff solid 1px;
    border-radius: 5px;
    margin-left: 10px;
}

.selectTemplateArea.confirm div.info span.confirmed:hover{
    cursor: pointer;
}

.selectTemplateArea.confirm div.info input{
    line-height: 10px;
}


.reSelectArea {
    margin-top: 10px;
    /* width: 710px; */
    height: 26px;
}
.reSelectArea li{
    width: 350px;
    float: left;
    text-align: center;
}

.reSelectArea li a.btn {
    margin: 0 auto;
    text-align: center;
    width: 80px;
    padding: 5px 15px;
    font-size: 14px;
    background-color: #0174c4;
}
.reSelectArea li a.btn:hover {
	color: #fff;
	opacity: 0.5;
}

.reSelectArea li a.btn.step2 {
    width: 120px;
}

.selectTemplateArea--confirmcheck {
	background-color: #e4f3fa;
	padding: 20px;
}
.selectTemplateArea--confirmcheck ul {
	/* width: 500px; */
	margin: 0 auto 20px;
}
.selectTemplateArea--confirmcheck ul li label {
	font-size: 18px;
}
.selectTemplateArea--confirmcheck .toCart.btn {
	opacity: 0.3;
	cursor: default;
}
.selectTemplateArea--confirmcheck .to_cart_confirmed.btn {
	opacity: 1;
	cursor: pointer;
}
.selectTemplateArea--confirmcheck .toCart.btn:hover {
	background-color: #ff9d00;
}
#priceBlock {
    float: right;
}

#priceBlock .price, #priceBlock .campaignPrice {
    text-align: right;
}

#priceBlock .priceOff > span {
    text-decoration: line-through;
}

.stepPrice {
    line-height: 40px;
    padding-left: 1.125rem;
    color: #f39800;
    font-size: 2.6rem;
    font-weight: 400;
    /*float: right;*/
    line-height: 50px;
}

.stepPriceText {
    font-size: 1.8rem;
    font-weight: 400;
    color: #0174c4;
    /*float: right;*/
    line-height: 50px;
}

.stepCampaignPrice {
    line-height: 40px;
    padding-left: 1.125rem;
    color: rgb(250, 118, 142);
    font-size: 2.6rem;
    font-weight: 400;
    /*float: right;*/
    line-height: 50px;
}

.stepCampaignPriceText {
    background: rgb(250, 118, 142);
    font-size: 1.6rem;
    font-weight: 400;
    color: #FFF;
    /*float: right;*/
    line-height: 50px;
    padding: 6px;
}

.stepCopies {
    margin: 0;
    /*padding: 1px;*/
    width: 130px;
    height: 47px;
    line-height: 45px;
    font-size: 2.0rem;
    /*background: url(select.png);*/
    padding-left: 10px;
    border: 1px solid #000;
    text-align: center;
    /*border-radius: 5px;*/
}

.contentsEdit
{
    width: 100vw;
    margin: 0 auto;
}

.contentsEdit_sub {
	background-color: #dbdcdc;
	padding-bottom: 20px;
    /*display: table;*/
}

.contentsEdit div.contentsEditBlock {
    margin-bottom: 40px;
    /*background-color: #f3f3f3;*/
    text-align: center;
}
.contentsEdit_sub_img_block {
    /*width: 400px;
    /*display: table-cell;*/
    text-align: center;
    margin-top: 20px;
    padding: 20px;
}
.contentsEdit_sub_img_block img {
    max-width: 300px;
    max-height: 200px;
}

.contentsEdit_sub_input_block {
    /*display: table-cell;*/
    /*vertical-align: middle;*/
    margin: 0 auto;
    padding-bottom: 20px;
}

.contentsEdit_sub_input_block table {
    /*border-spacing: 3px;*/
    /*border-collapse: separate;*/
    margin: 0 auto;
}

.contentsEdit_sub_input_block table tr {

    height: 30px;
}

.contentsEdit_sub_input_block table td:nth-child(1){
    background-color: #0174c4;
    color: #ffffff;
    padding-left: 5px;
    width: 25vw;
}
.contentsEdit_sub_input_block table td:nth-child(2) {
    text-align: left;
    background-color: #fff;
}
.contentsEdit_sub_input_block table input {
    width: 75vw;
    border-width: 0px;
    border-radius: 0;
    padding: 2px 10px;
    height: 26px;
    font-size: 104%;
    color: #999;
}
.contentsEdit_sub_input_block table input.text_edited {
	font-weight: bold;
	color: #000;
}
.btn.contentsEdit_sub_btn {
	font-size: 14px;
    font-weight: bold;
    padding: 5px 15px;
	background-color: #0174c4;
}
.btn.contentsEdit_sub_btn:hover {
	background-color: #588fff;
	color: #fff;
}


.contentsEdit span.title {
    height: 20px;
    line-height: 20px;
    padding: 6px 10px;
    text-align: center;
    color: #0174c4;
    display: block;
    font-size: 22px;
    font-weight: bold;
}

.contentsEdit div.message {
    text-align: right;
}

.contentsEdit div.message span {
    color: #fa768e;
}

.btn.contentsEdit_btn {
    font-size: 14px;
    font-weight: normal;
    padding: 5px 15px;
    background-color: #ff9d00;
}
.btn.contentsEdit_btn:hover {
	color: #fff;
	opacity: 0.5;
}

/* btnArea */
.btnArea.short {
    width: 80vw;
    text-align: center;
    margin: auto;
}
.btnArea.short.btn2 div {
    margin-bottom: 10px;
}
.btnArea.short.btn2 div .btn {
	display: block;
}
.selectTemplateArea--confirmcheck .btn {
	display: block;
	width: 240px;
	margin: 0 auto;
	padding: 10px 20px;
	text-align: center;
	font-size: 18px;
	font-weight: normal;
	background-color: #ff9d00;
}
.selectTemplateArea--confirmcheck .btn.small {
	width: 200px;
}
.selectTemplateArea--confirmcheck .btn:hover {
	color: #fff;
}

.btnArea.short.btn2 div.center-btn {
	margin: 0 auto;
	float: none;
}

table.default td.coupon{background-color: #ffe6e6;}

/*
 * #priceMdl
 */
 #priceMdl {
    display: none;
    position: fixed;
    z-index: 1010;
    top: 50%;
    left: 50%;
    width: 100%;
    max-width: 750px;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    height: 500px;
    overflow: scroll;
    background-color: #f6f6f6;
}
#priceMdl h5 {
	background-color: #0174c4;
  color: #fff;
  margin-bottom: 0;
  padding: 10px;
  position: relative;
}
#priceMdl h5 a.closePriceMdl {
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 2.0rem;
	font-weight: normal;
	color: #fff;
	text-decoration: none;
}
#overBg {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
}

/*
 * .thumbArea
 */
.thumbArea {
    width: 750px;
    overflow: hidden;
}
.thumbList > li {
    float: left;
}

.thumbImage {
    padding: 10px 10px 0;
}
.thumbImage img {
    width: 240px;
}
.novelty .thumbImage img {
    max-width: 170px;
    max-height: 170px;
}
#mainImage {
	position: relative;
	height: 240px;
	margin-bottom: 10px;
}
#mainImage li {
	position: absolute;
  top: 0;
  left: 0;
  display: none;
}
#mainImage li img {
	width: 240px;
}
#mainImage li:first-child {
	display: block;
}
#thum.thumbnailArea ul {
	overflow: hidden;
	width: 245px;
	margin-left: -5px;
}
#thum.thumbnailArea ul li {
  padding: 0;
  margin: 0 0 5px 5px;
  box-sizing: border-box;
  float: left;
  cursor: pointer;
  border: solid 2px #EFEFEF;
  width: 44px;
  height: 44px;
}
#thum.thumbnailArea ul li img {
	width: 40px;
	height: 40px;
}
#thum.thumbnailArea ul li.active {
	border: solid 2px #FA768E;
  opacity: 1.0;
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
}
#thum.thumbnailArea ul li {
  opacity: 0.6;
  filter: alpha(opacity=50);
  -ms-filter: "alpha(opacity=50)";
}

.commercialTransactionTable {
    th {
        inline-size: 30%;
        word-break: auto-phrase;
    }
    dt {
        font-weight: 600;
    }
}
