/* ============================================================
  0. Base Layout
============================================================ */
body {
    margin: 0;
    padding: 0;
    font-family: 'Helvetica';
}

/* 0-1.アイフォンレイアウト
------------------------------------------------------------ */
#iphone-layout {
    overflow: hidden;
    background-color: #c6c6c6;
}

/* 0-2.ボックスの影用
------------------------------------------------------------ */
.boxShadow {
    margin-bottom: 10px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0 4px 4px;
    box-shadow: rgba(0, 0, 0, 0.4) 0 4px 4px;
}

/* 0-3.行間
------------------------------------------------------------ */
p {
    line-height: 1.3;
}

/* 0-4.リンクあたりの設定
------------------------------------------------------------ */
a {
    text-decoration: none;
    color: #333;
}

/* ============================================================
  1. Header
============================================================ */
/* 1-1.ヘッダー
------------------------------------------------------------ */
#header {
    border-bottom: 1px solid #b65b5b;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffbcbc), color-stop(0.49, #ff7a7a), color-stop(0.51, #f44), to(#ff7b7b));
    background: linear-gradient(to bottom, #ffbcbc, #ff7a7a 49%, #f44 51%, #ff7b7b);
}

/* 1-2.ロゴ
------------------------------------------------------------ */
.logo {
    margin: 0;
    padding: 0;
    float: left;
}

/* ============================================================
  2. メインエリア
============================================================ */

/* 2-1.基本的なメインエリアの設定
------------------------------------------------------------ */
.mainarea {
    overflow: hidden;
    background: #fff;
}

/* 2-2.見出しH2
------------------------------------------------------------ */
/* 色の設定はclassを付ける */
.mainarea h2 {
    margin-bottom: 5px;
    padding: 5px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.2;
    position: relative;
    border: 1px solid #a0a0a0;
    border-right: none;
    border-left: none;
}

/* 2-3-1.共通の設定 */
.titleCommon {
    color: #fff;
    background: -webkit-gradient(linear, left top, left bottom, from(#ff8080), to(#ff4141));
    background: linear-gradient(to bottom, #ff8080, #ff4141);
    text-shadow: 1px 1px 0 #ab3737;
}

/* オススメPR --------------- */
.osusumePRtitle {
    width: auto;
    padding: 2px 4px;
    font-size: 10px;
    font-weight: bold;
    position: absolute;
    z-index: 1800;
    top: 0;
    left: 0;
    -webkit-animation-name: osusumeblink;
    animation-name: osusumeblink;
    -webkit-animation-duration: 6s;
    animation-duration: 6s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    text-align: center;
    color: #f93;
    border-bottom-right-radius: 4px;
    background-color: #fff;
    -webkit-box-shadow: rgba(0, 0, 0, 0.4) 1px 1px 2px;
    box-shadow: rgba(0, 0, 0, 0.4) 1px 1px 2px;
}

/* 検索エラーメッセージ */
.kensakuErr {
    padding: 20px 10px;
    font-size: 16px;
    border-top: 1px solid #c6c6c6;
    border-bottom: 1px solid #c6c6c6;
}

/* 件数の表示 ---------- */
.viewNum {
    margin: 0;
    padding: 5px 0;
    font-size: 16px;
    text-align: center;
    color: #667284;
    border-top: 1px solid #a0a0a0;
    border-bottom: 1px solid #a0a0a0;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(0.97, #f0f0f0), color-stop(0.98, #fff), to(#fff));
    background: linear-gradient(to bottom, #fff, #f0f0f0 97%, #fff 98%, #fff);
}

/* もっと見る */
.moreView {
    margin: 0 auto;
    padding: 10px 0;
    text-align: center;
    border-bottom: 1px solid #ccc;
}

/* ボタン */
.moreView .btnTxt {
    margin: 0 3px;
    display: inline-block;
}

/* ボタン */
.btnTxt a {
    width: 140px;
    margin: 0;
    padding: 6px 0;
    font-size: 14px;
    font-weight: bold;
    display: block;
    color: #404040;
    border: 1px solid #a0a0a0;
    border-radius: 4px;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dedede));
    background: linear-gradient(to bottom, #fff, #dedede);
}

/* --------------------------------------- */
/* 矢印アイコン */
.arrow_icon {
    position: relative;
}

.arrow_icon::after {
    height: 1em;
    margin: auto 0;
    font-family: 'icomoon';
    font-weight: normal;
    line-height: 1em;
    position: absolute;
    top: 0;
    right: 12px;
    bottom: 0;
    display: block;
    opacity: 0.7;
    color: inherit;
    content: '\e904';
}

/* ============================================================
  13. ページトップ
============================================================ */
.rtb {
    margin: 10px 0 0;
    padding: 0 15px 10px;
    text-align: right;
}

.rtb a {
    padding-left: 15px;
    font-size: 14px;
    color: #0069c0;
    background: url(/sp/st_img/rtb-f19740a31ce80c9f241ceaa04146a426.png) no-repeat left center;
    -webkit-background-size: 11px 13px;
    background-size: 11px 13px;
}

.fbox:after {
    height: 0;
    line-height: 0;
    display: block;
    visibility: hidden;
    clear: both;
    content: '.';
}

.fbox {
    min-height: 1%;
}

.fbox {
    display: block;
}

/* ---------------- マイページヘッダ ---------------- */
/* 色味はメニュー・ガイド版でとりあえずセット */
.backGuide {
    width: auto;
    margin-top: 4px;
    float: right;
}

.backGuide a {
    width: 54px;
    height: 27px;
    display: block;
    text-align: center;
}

a.myplinkbox {
    font-size: 9px;
}

a.myplinkbox img {
    width: 24px;
    height: 16px;
}

.newShop .shop_info_frame.fl_base {
    justify-content: space-between;
}

.newShop .shop_info_frame.fl_base .shop_info {
    min-width: 1px;
}

.newShop .shop_status {
    height: 34px;
    font-size: 12px;
    color: #fff;
    padding: 4px 4px 0 6px;
    background-color: #60bd46;
    flex-shrink: 0;
}

.newShop .txt {
    line-height: 1;
    margin-top: 2px;
}

/* --------------------------------------- */
/* オススメバナー */
/* --------------------------------------- */
/* 外枠 */
.osusumePRnew {
    text-align: center;
    background-color: #fff;
}

/* バナー枠 */
.frame_osusume {
    max-width: 414px;
    max-height: 150px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    background-color: #444;
}

/* リンク */
.link_osusume {
    width: 100%;
    max-height: inherit;
    padding: 2px 32px 2px 2px;
    display: block;
    box-sizing: border-box;
    background: url(/sp/st_img/cur_white-8f6e75043af6609642bc223b8d9c2e5b.png) no-repeat right center;
    -webkit-background-size: 19px 14px;
    background-size: 19px 14px;
}

/* バナー画像 */
.link_osusume img {
    max-width: 100%;
    max-height: inherit;
}

/* --------------------------------------- */
/* グラビア特集バナー */
/* --------------------------------------- */
.box_banner {
    width: 100%;
    text-align: center;
    border-top: 1px solid #bbb;
    background-color: #fff;
}

.box_banner img {
    max-width: 100%;
}

/* --------------------------------------- */
/* 新汎用*/
/* --------------------------------------- */
.sp_block {
    display: inline-block;
}

.fl_base {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

/* リスト */
[class*='clist-'] {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

/* ボタンリンク */
.btn_link {
    width: 100%;
    margin-bottom: 3px;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    border-radius: 6px;
}

/* リスト用矢印リンク */
.arrow_gp,
.link_relation {
    display: block;
    background: url(/sp/st_img/cur_gray-2246529004c09c9c11444fa6d59cb6c2.png) no-repeat right center;
    -webkit-background-size: 19px 14px;
    background-size: 19px 14px;
}

.arrow_gp {
    padding: 4px 26px 4px 4px;
}

/* 関連リンク */
.link_relation {
    max-width: 300px;
    margin: 18px auto 12px;
    padding: 8px;
    font-size: 12px;
    font-weight: bold;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    color: #08558c;
    border: 0 none;
    border-radius: 30px;
    background-color: #c6e7ff;
    background-position: 98% center;
}

/* --------------------------------------- */
/* 文字色 */
.c_yellow {
    color: #ff0;
}

/* --------------------------------------- */
/* 汎用横並びリスト(等分中央寄せ) */
/* --------------------------------------- */
.clist-column {
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.clist-column .elm {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
}

.clist-column > .elm:first-child:last-child {
    width: 100%;
}

.clist-column > .elm:first-child:nth-last-child(2),
.clist-column > .elm:first-child:nth-last-child(2) ~ .elm {
    width: 50%;
}

.clist-column > .elm:first-child:nth-last-child(3),
.clist-column > .elm:first-child:nth-last-child(3) ~ .elm {
    width: 33.3%;
}

.clist-column > .elm:first-child:nth-last-child(4),
.clist-column > .elm:first-child:nth-last-child(4) ~ .elm {
    width: 25%;
}

.clist-column > .elm:first-child:nth-last-child(5),
.clist-column > .elm:first-child:nth-last-child(5) ~ .elm {
    width: 20%;
}

/* --------------------------------------- */
/* 汎用縦並びリスト */
/* --------------------------------------- */
.clist_general > .elm:not(:last-child) {
    border-bottom: 1px solid #ccc;
}

/* --------------------------------------- */
/* 汎用縦並びリストの中身 */
/* --------------------------------------- */
/* 画像(幅固定) */
.clist_general .box_image {
    width: 90px;
    height: 120px;
    margin-right: 6px;
    position: relative;
    border: 1px solid #ccc;
}

/* 無料掲載店 */
.clist_general .size-s .box_image {
    width: 66px;
    height: 88px;
}

[class*='clist-'] .box_image {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.clist_general .box_image > img {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

/* テキスト(幅可変) */
.clist-inner .box_info {
    overflow: hidden;
    flex: 1 1 auto;
    min-width: 0;
}

/* タイトル */
.clist_general .title {
    font-size: 16px;
    display: block;
    word-break: break-all;
    color: #0080de;
}

/* --------------------------------------- */
/* 横並び絞り込みボタン */
/* --------------------------------------- */
.refinebtn-list {
    margin: 0;
    font-size: 14px;
    background-color: #000;
}

.refinebtn-list .elm {
    height: 46px;
}

.refinebtn-list .elm + .elm {
    border-left: 1px solid #333;
}

.refinebtn-list a,
.refinebtn-list .list_btn {
    height: 100%;
    line-height: 40px;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    border-bottom: 6px solid #ccc;
}

@media screen and (max-width: 480px) and (min-width: 361px) {
    .refinebtn-list .elm:nth-child(4) .sp_block {
        font-size: 12px;
        line-height: 1.2em;
        display: block;
    }

    .refinebtn-list .elm:nth-child(4) .sp_block:first-child {
        padding-top: 6px;
    }
}

@media screen and (max-width: 360px) {
    .refinebtn-list .elm:first-child:nth-last-child(4),
    .refinebtn-list .elm:first-child:nth-last-child(4) ~ .elm,
    .refinebtn-list .elm:first-child:nth-last-child(5),
    .refinebtn-list .elm:first-child:nth-last-child(5) ~ .elm {
        font-size: 10px;
    }

    .refinebtn-list .elm .sp_block {
        font-size: 10px;
        line-height: 1.2em;
        display: block;
    }

    .refinebtn-list .elm .sp_block:first-child {
        padding-top: 8px;
    }

    .refinebtn-list .elm:first-child:nth-last-child(3) ~ .elm .sp_block {
        font-size: 12px;
    }

    .refinebtn-list .elm:first-child:nth-last-child(3) ~ .elm .sp_block:first-child {
        padding-top: 6px;
    }
}

/* 選択中 */
.refinebtn-list .active {
    font-weight: bold;
    line-height: 30px;
    position: relative;
    display: block;
    color: #fff;
    background-color: #ff4141;
}

.refinebtn-list .active > a {
    color: #fff;
    text-shadow: 0 1px 0 #000;
}

.refinebtn-list .active:after {
    width: 0;
    height: 0;
    margin: 0 auto;
    position: absolute;
    z-index: 10;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    content: '';
    border-width: 6px 8px 0 8px;
    border-style: solid;
    border-color: #ff4141 transparent transparent transparent;
}

.refinebtn-list .active span {
    color: inherit;
}

/* SEOテキストコンテンツ */
.seo-text-contents {
    padding: 10px;
    font-size: 12px;
    text-align: left;
    color: #667284;
    border-bottom: 1px solid #c6c6c6;
}

/* --------------------------------------- */
/* JOBガイドへのリンク */
.box_btns_job {
    padding: 4px 2px;
    border-top: 1px dashed #ccc;
}

.box_btns_job:after {
    height: 0;
    display: block;
    visibility: hidden;
    clear: both;
    content: '.';
}
