@charset 'Shift_JIS';
@import 'reset.css';
/* リセットCSS */
@import 'iphone_common.css?v=1346';
/* 共通部分CSS */
@import 'iphone_list.css';
/* リスト用CSS */
@import 'iphone_shop.css?v=1346'; /* お店用CSS */
/* menu*共通部分のCSSメニュー


  1.ヘッダー
    1-4.ヘッダーインフォ部分
------------------------------------------------------------- */

/* ============================================================
  1. ヘッダー
============================================================ */
header#header02 {
    background: -webkit-gradient(linear, left top, left bottom, from(#f8c6de), color-stop(0.49, #f186b9), color-stop(0.51, #ec5ca0), to(#f28dbd));
    background: linear-gradient(to bottom, #f8c6de, #f186b9 49%, #ec5ca0 51%, #f28dbd);
    border-bottom: 1px solid #b65b5b;
    border-bottom: 1px solid #ec5ca0;
}

/* 0-1.アイフォンレイアウト
------------------------------------------------------------ */

/* ============================================================
  店の種別（第二階層の店種別から店or女の子一覧へいくところ）
============================================================ */
/* 業種の色
------------------------------------------------------------ */
/* キャバ */
#shopBranch li a.gm2 {
    color: #f80;
}

/* ホスト */
#shopBranch li a.gm3 {
    color: #212181;
}

/* デリ */
#shopBranch li a.gm8 {
    color: #0cf;
}

/* ヘルス */
#shopBranch li a.gm5 {
    color: #f00;
}

/* キャンパブ */
#shopBranch li a.gm16 {
    color: #00e900;
}

/* ソープ */
#shopBranch li a.gm21 {
    color: #08f;
}

/* ビデオパブ */
#shopBranch li a.gm23 {
    color: #f0f;
}

/* 性感 */
#shopBranch li a.gm29 {
    color: #c0c;
}

/* SM */
#shopBranch li a.gm33 {
    color: #070;
}

/* AVプロダクション */
#shopBranch li a.gm35 {
    color: #0cf;
}

/* 風俗その他 */
#shopBranch li a.gm9999 {
    color: #f80;
}

/* ============================================================
  .求人速報　詳細ページ
===============================================================*/
.kinkyuDetailTitle {
    color: #ff168a;
}

.kinkyuDate {
    color: #ff7cbd;
    border-bottom: 1px dotted #ff7cbd;
}

/* ============================================================
  TOP用
===============================================================*/
header h1 {
    height: 64px;
}

header .btn_mypage {
    top: 9px;
    right: 8px;
    background-color: #ff76ac;
    background-image: url(../st_job_img/icon_mypage_f.png);
}

.topPage [class^='menu_'] h1 {
    background-image: url(../st_job_img/top_menu.png?v=1283);
    background-repeat: no-repeat;
    -webkit-background-size: 320px 280px;
    background-size: 320px 280px;
    overflow: hidden;
    white-space: nowrap;
    text-indent: 100%;
}

/* --------------------------------------- */
/* ジョブガイドちゃん */
/* --------------------------------------- */
.topPage .box_chara {
    position: relative;
}

.topPage .box_chara::after {
    position: absolute;
    right: 10px;
    bottom: 3px;
    width: 105px;
    height: 42px;
    background-image: url(../st_job_img/chara_jobguidechan.png);
    background-repeat: no-repeat;
    -webkit-background-size: 105px 165px;
    background-size: 105px 165px;
    content: '';
}

.menu_oshigotoSearch .box_chara::after {
    background-position: 0 1px;
}

.menu_ranking .box_chara::after {
    background-position: 0 -56px;
}

.menu_movie .box_chara::after {
    background-position: 0 -110px;
}

.menu_other .managerMail {
    background-image: url(../st_job_img/chara_jobguidechan2.png);
    background-repeat: no-repeat;
    background-position: left center;
    -webkit-background-size: 65px 50px;
    background-size: 65px 50px;
}

.box_guide-msg + .list_common {
    border-top: 3px double #ff76ae;
}

/* アニメーション */
.frame_chara:not(.active) .chara_guide-msg {
    -webkit-animation: anime_job_fuwa 1s linear infinite;
    animation: anime_job_fuwa 1s linear infinite;
}

@-webkit-keyframes anime_job_fuwa {
    0% {
        margin-top: 0;
        -webkit-transform: rotate(0deg);
    }
    25% {
        margin-top: 4px;
        -webkit-transform: rotate(10deg);
    }
    50% {
        margin-top: 0;
        -webkit-transform: rotate(0deg);
    }
    75% {
        margin-top: 4px;
        -webkit-transform: rotate(-10deg);
    }
    100% {
        margin-top: 0;
        -webkit-transform: rotate(0deg);
    }
}

@keyframes anime_job_fuwa {
    0% {
        margin-top: 0;
        transform: rotate(0deg);
    }
    25% {
        margin-top: 4px;
        transform: rotate(10deg);
    }
    50% {
        margin-top: 0;
        transform: rotate(0deg);
    }
    75% {
        margin-top: 4px;
        transform: rotate(-10deg);
    }
    100% {
        margin-top: 0;
        transform: rotate(0deg);
    }
}

/* 求人速報 */
.bc-main .menu_sokuho h1,
.bc-main .menu_oshigotoNews h1 {
    border-width: 0;
    border-style: none;
}

/* --------------------------------------- */
/* TOP用色設定 */
/* --------------------------------------- */
header h1,
.bc-main,
.bc-main h1 {
    border-color: #ff76ae;
}

.elm_common + .elm_common,
.bc-main .elm_more {
    border-color: #ff3885;
}

.bg-main {
    background-color: #ff76ae;
}

.btn_link.bg-main {
    box-shadow: 0 3px 0 #8c1e4a;
}

.btn_link.bg-main:hover {
    box-shadow: none;
}

.menu_oshigotoSearch > hr,
.box_search .txtb,
.box_area-quick-search .area_frame .hl {
    border-color: #ff397f;
}

.box_search .btn {
    background: #ff397f;
}

/* お仕事ニュースをもっと見る */
.menu_oshigotoNews .elm_more a {
    border-color: #ff397f;
}

/* 求人速報 */
.menu_sokuho .txt_date {
    color: #ff76ae;
}

/* --------------------------------------- */
/* JOBガイドマイページ */
/* --------------------------------------- */
.backGuide a {
    border-left: 1px #ff9b9b solid;
}

.backGuide {
    border-left: 1px #b65b5b solid;
}

#prof dl dt {
    float: left;
    width: 20%;
    color: #fff;
    text-align: center;
    margin: 0 10px;
    padding: 1px;
    background: #ff4ed2;
    border-radius: 5px;
}

/* --------------------------------------- */
/* フッタ用色設定 */
/* --------------------------------------- */
.job.tab {
    background-color: #ff76ae;
}

.box_quick-area,
.qs_frame + .qs_frame {
    border-color: #ff76ae;
}

.frame_area > .area_term {
    background-color: #ff3885;
}

.job .qs_lbl > .sp_separator,
.job .qs_frame .qs_lbl .link_search {
    color: #ff76ae;
}

/* --------------------------------------- */
/* お仕事ニュース解説 */
/* --------------------------------------- */
.box_guide-msg {
    position: relative;
    text-align: right;
}

/* ガイドちゃん用枠 */
.box_guide-msg .frame_chara {
    position: absolute;
    top: -46px;
    right: 4px;
    z-index: 1;
    display: block;
    width: 80px;
    height: 46px;
    text-align: right;
    background-image: url(../st_job_img/mark_guide_msg2.png);
    background-repeat: no-repeat;
    background-position: 0 14px;
    -webkit-background-size: 25px 70px;
    background-size: 25px 70px;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

.box_guide-msg .frame_chara.active {
    background-position: 0 -31px;
}

/* ガイドちゃん */
.chara_guide-msg {
    width: 58px;
}

.menu_sokuho .chara_guide-msg {
    width: 50px;
}

/* ふきだし */
.box_guide-msg .inner_msg {
    position: relative;
    z-index: 0;
    display: inline-block;
    width: auto;
    font-size: 12px;
    line-height: 1.4;
    text-align: left;
    margin-right: 60px;
    margin-bottom: 6px;
    padding: 8px;
    background-color: #fff;
    border: 1px solid #9b667b;
    border-radius: 4px;
}

.box_guide-msg .inner_msg .point {
    font-weight: bold;
    color: #5238ff;
}

.box_guide-msg .inner_msg::after,
.box_guide-msg .inner_msg::before {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent;
    content: '';
    transform: rotate(-10deg);
}

.box_guide-msg .inner_msg::before {
    right: -6px;
    bottom: 6px;
    z-index: 1;
    border-width: 0 0 6px 7px;
    border-left-color: #fff;
}

.box_guide-msg .inner_msg::after {
    right: -8px;
    bottom: 5px;
    z-index: 0;
    border-width: 0 0 8px 8px;
    border-style: solid;
    border-left-color: #9b667b;
}

/* ============================================================
  お仕事解説　詳細ページ
===============================================================*/
.glossary_hl {
    position: relative;
    height: 35px;
    font-size: 20px;
    font-weight: bold;
    line-height: 34px;
    color: #ff76ae;
    text-align: left;
    margin-top: -1px;
    margin-bottom: 8px;
    padding: 8px 0 4px 60px;
    border-bottom: 3px double;
    overflow: hidden;
}

.glossary_hl::after,
.glossary_hl::before {
    position: absolute;
    bottom: 0;
    width: 105px;
    height: 50px;
    background-image: url(../st_job_img/job_glossary_bg.png);
    background-repeat: no-repeat;
    -webkit-background-size: 105px 105px;
    background-size: 105px 105px;
    content: '';
}

.glossary_hl::before {
    left: 0;
    background-position: 0 -52px;
}

.glossary_hl::after {
    right: 0;
    background-position: 0 4px;
}

.glossary_hl_undertxt {
    font-size: 13px;
    color: #926176;
    margin: 8px;
}

.glossary_wrap {
    margin-top: 10px;
    padding: 8px;
}

.glossary_search_box {
    clear: both;
    overflow: hidden;
}

.glossary_search_box_title {
    font-size: 12px;
    font-weight: bold;
    line-height: 30px;
    color: #008027;
    padding-left: 8px;
    background: #efe;
}

.glossary_search_box_inner {
    padding: 8px;
    overflow: hidden;
}

.glossary_search_box_inner li > a {
    position: relative;
    display: inline-block;
    float: left;
    width: auto;
    font-size: 14px;
    color: #555;
    margin-right: 5px;
    margin-bottom: 6px;
    padding: 4px 8px 4px 15px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 0 #ccc;
}

.glossary_search_box_inner li > a::before {
    position: absolute;
    top: 50%;
    left: 7px;
    display: inline-block;
    margin-top: -5px;
    border: 4px solid transparent;
    border-left-color: #ff9360;
    content: '';
}

.glossary_section {
    font-size: 14px;
    color: #555;
    margin-bottom: 20px;
    background-color: #fff;
    border: 2px solid #ff76ae;
    border-radius: 4px;
}

.glossary_section p {
    line-height: 1.5em;
    margin-top: 8px;
    letter-spacing: 0.2pt;
}

.glossary_section_head {
    color: #ff76ae;
    margin-bottom: 2px;
    padding: 8px 8px 6px;
    background: #ffefef;
    border-top: 2px solid;
    border-bottom: 3px double #ff76ae;
}

.hl_section_title {
    font-size: 17px;
    font-weight: bold;
    text-shadow: 1px 1px 0 #fff;
}

.section_title_txt {
    color: #bf7595;
}

.glossary_section_inner {
    padding: 10px;
}

.section_sub_title {
    position: relative;
    font-weight: bold;
    color: #a5697c;
    margin-bottom: 6px;
    text-indent: 0.6em;
}

.section_sub_title::before {
    position: absolute;
    top: 2px;
    left: 0;
    left: 0;
    width: 10px;
    width: 4px;
    height: 16px;
    background: #a5697c;
    content: '';
}

.section_sub_txt {
    margin-bottom: 8px;
}

.glossary_section_sub + .glossary_section_sub {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px dotted #ccc;
}