@charset "euc-jp";

/* monitor_parts
モニターで使用する共通パーツスタイル
------------------------------------------------ */

/* monitor_navi ナビゲーション
------------------------------------------------ */
.monitor_navi {
    box-sizing: border-box;
    margin: 0 auto;
    overflow: hidden;
    padding: 0 0 25px;
    width: 1000px;
}
.monitor_navi li {
    background: #f4f4f4;
    border-radius: 2px;
    box-shadow: 0 0 1px #c3c2c1;
    box-sizing: border-box;
    float: left;
    font-size: 14px;
    font-weight: bold;
    margin-right: 10px;
    height: 60px;
    width: 15.8%;
    width: calc( calc(100% - 40px) / 5);
    position: relative;
}
_:-ms-lang(x),.monitor_navi li {
    width: 15.8%;
}
.monitor_navi li:last-child {
    margin-right: 0;
}
.monitor_navi li a {
    border: 1px solid #cecece;
    border-radius: 2px;
    box-sizing: border-box;
    color: #3b3b3b;
    display: block;
    height: 100%;
    line-height: 2.6;
    padding: 11px 10px 9px;
    text-align: center;
    text-decoration: none;
    transition: .2s linear;
}
.monitor_navi .gm_monitor a {
    line-height: 1.5;
}
.monitor_navi .gm_monitor {
    font-size: 12px;
}
.monitor_navi li a:hover {
    background: #c6def5;
    border: 1px solid #5a9fdf;
    border-radius: 2px;
    box-sizing: border-box;
}
.monitor_navi .select a {
    background: #5da0dd;
    border: 1px solid #5da0dd;
    color: #fff;
}
.monitor_navi .select a:hover {
    background: #5da0dd;
    border: 1px solid #5da0dd;
    color: #fff;
}


/*  staff_push_item スタッフ一押しモニター
------------------------------------------------ */
.push_item {
    margin: 5px auto 40px;
    width: 1000px;
}
.push_item h2 {
    background: #3693ec;
    border-bottom: none;
    border-radius: 3px 3px 0 0;
    color: #fff;
    font-size: 22px;
    margin-bottom: 0;
    padding: 16px 0 13px;
    position: relative;
    text-align: center;
}
.push_item h2:before,.push_item h2:after {
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    content: "";
    display: block;
    height: 5px;
    width: 180px;
    position: absolute;
    top: 20px;
}
.push_item h2:before {
    left: 98px;
}
.push_item h2:after {
    right: 98px;
}
.push_item .box {
    background: #b3fafd;
    background: -moz-linear-gradient(left, #b3fafd 0%, #c1dffe 100%);
    background: -webkit-linear-gradient(left, #b3fafd 0%,#c1dffe 100%);
    background: linear-gradient(to right, #b3fafd 0%,#c1dffe 100%);
    border-radius: 0 0 2px 2px;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 10px 15px;
    position: relative;
    width: 970px;
}
.push_item .box:before,.push_item .box:after {
    background: #1b5f92;
    content: "";
    display: block;
    height: 8px;
    width: 15px;
    position: absolute;
    top: 0;
}
.push_item .box:before {
    border-radius: 0 0 0 5px;
    left: -15px;
}
.push_item .box:after {
    border-radius: 0 0 5px 0;
    right: -15px;
}
.push_item .box .box_inner {
    background: #fff;
    border-radius: 2px;
    box-shadow: 2px 2px 2px #d5d5d5;
    box-sizing: border-box;
    overflow: hidden;
    padding: 10px;
    width: 940px;
}
.push_item .box .box_inner .thumnail {
    float: left;
    margin-right: 10px;
    width: 348px;
}
.push_item .box .box_inner .thumnail a {
    display: block;
}
.push_item .box .box_inner .thumnail a:hover {
    opacity: 0.7;
}
.push_item .box .box_inner .thumnail img {
    width: 100%;
}
.push_item .box .box_inner .name {
    color: #3d3d3d;
    box-sizing: border-box;
    font-size: 15px;
    max-height: 65px;
    line-height: 1.5;
    margin-bottom: 10px;
    padding: 5px 0;
    text-align: left;
    white-space: normal;
}
.push_item .box .box_inner .point {
    background-position: 0 2px;
    font-size: 18px;
    float: left;
    padding: 2px 0 2px 25px;
    width: 350px;
    word-break: break-all;
}
.push_item .box .box_inner .btn_detail {
    float: right;
    margin: 10px 10px 10px 0;
    padding: 12px 0 9px;
    width: 170px;
}


/*  shop_detail 店舗情報詳細
------------------------------------------------ */
.shop_box {
    background: #f5f5f5;
    box-sizing: border-box;
    padding: 10px;
    margin-bottom: 30px;
}
.shop_box .box_inner {
    color: #3d3d3d;
    background: #fff;
    border-radius: 3px;
    box-shadow: 2px 2px 2px #d5d5d5;
    box-sizing: border-box;
    overflow: hidden;
    width: 770px;
    padding: 15px 15px 20px;
}
.monitor .shop_box h2 {
    font-size: 22px;
    line-height: 1.1;
    margin-bottom: 20px;
    white-space:normal;
}
.shop_box .box_inner .thumnail {
    float: left;
    margin-right: 20px;
    width: 300px;
}
.shop_box .box_inner .thumnail img {
    width: 100%;
}
.shop_box .box_inner .summary {
    float: right;
    width: 420px;
}


/*  btn ボタン
------------------------------------------------ */
/* btn_more もっと見るボタン */
.btn_more a {
    border: #2882d6 1px solid;
    border-radius: 2px;
    box-sizing: border-box;
    color: #2882d6;
    clear: both;
    display: block;
    font-size: 17px;
    font-weight: bold;
    margin: 0 auto;
    width: 460px;
    padding: 17px 0 15px;
    text-align: center;
    text-decoration: none;
}
.btn_more a:hover {
    background-color: #c6def5;
    border: #5a9fdf 1px solid;
}
.btn_more a span {
    position: relative;
}
.btn_more a span:before,
.btn_more a span:after {
    background: #2882d6;
    border-radius: 4px;
    content: '';
    display: block;
    height: 2px;
    width: 12px;
    position: absolute;
    top: 50%;
    right: -20px;
}
.btn_more a span:before {
    margin-top: -6px;
    -webkit-transform: rotate(58deg);
    transform: rotate(58deg);
}
.btn_more a span:after {
    margin-top: 3px;
    -webkit-transform: rotate(-58deg);
    transform: rotate(-58deg);
}

/*  btn yellow ボタン黄色 */
a.btn_detail {
    background: #fbc600;
    border-radius: 2px;
    box-shadow: 1px 1px 2px #a8a8a8;
    box-sizing: border-box;
    color: #010101;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    padding: 19px 15px 14px;
    text-align: center;
    text-decoration: none;
    text-shadow: 1px 1px 0 #fcdf72;
    -webkit-transition: .2s linear;
    -moz-transition: .2s linear;
    transition: .2s linear;
    vertical-align: middle;
}
a.btn_detail:hover {
    background: #fbdb00;
    color: #010101;
}

/*  btn gray ボタン灰色 */
a.btn_done {
    background: #a8a8a8;
    border-radius: 2px;
    box-sizing: border-box;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    padding: 19px 15px 14px;
    text-align: center;
    text-decoration: none;
    -webkit-transition: .2s linear;
    -moz-transition: .2s linear;
    transition: .2s linear;
    vertical-align: middle;
}


/*  search_box 検索窓
------------------------------------------------ */
/* main_column 2カラム メインカラム - 検索窓 */
.l_content2_main .search_box {
    margin-bottom: 30px;
}
.l_content2_main .search_box ul.tab {
    border: none;
    display: block;
    overflow: hidden;
    width: 100%;
}
.l_content2_main .search_box .tab li {
    border: 1px solid #5a9fdf;
    border-radius: 3px 3px 0 0;
    box-sizing: border-box;
    color: #428fca;
    cursor: pointer;
    font-size: 22px;
    font-weight: bold;
    padding: 16px 0 13px;
    text-align: center;
    width: 384px;
}
.l_content2_main .search_box .tab li:first-child {
    float: left;
}
.l_content2_main .search_box .tab li:last-child {
    float: right;
}
.l_content2_main .search_box .tab li.select {
    background: #5a9fdf;
    color: #fff;
}
.l_content2_main .search_box .search_box_inner {
    background: #e8f4fe;
    border-top: 2px solid #5a9fdf;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-radius: 0 0 3px 3px;
    padding: 20px 20px 15px;
    position: relative;
}
.l_content2_main .search_box .search_box_inner dl {
    margin-bottom: 15px;
    overflow: hidden;
}
.l_content2_main .search_box .search_box_inner dt {
    box-sizing: border-box;
    float: left;
    font-size: 18px;
    font-weight: bold;
    padding-top: 13px;
    width: 104px;
}
.l_content2_main .search_box .search_box_inner dd {
    background: #fff;
    border: 1px solid #e0e2e4;
    border-radius: 2px;
    display: inline-block;
    float: left;
    position: relative;
    width: 300px;
}
.l_content2_main .search_box .search_box_inner dd select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    box-sizing: border-box;
    cursor: pointer;
    padding: 10px 30px 10px 10px;
    width: 100%;
}
.l_content2_main .search_box .search_box_inner dd input#freeword,
.l_content2_main .search_box .search_box_inner dd input#freeword2{
    border: none;
    box-sizing: border-box;
    padding: 10px;
    width: 100%;
}
.l_content2_main .search_box .search_box_inner dd select::-ms-expand {
    display: none;
}
.l_content2_main .search_box .search_box_inner dd.plus {
    background: none;
    border: none;
    font-size: 18px;
    font-weight: bold;
    padding: 12px 0;
    text-align: center;
    width: 40px;
}
.l_content2_main .search_box .search_box_inner dd:before {
    content: "";
    width: 30px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
}
.l_content2_main .search_box .search_box_inner dd:after {
    border-style: solid;
    border-width: 8px 6px 0 6px;
    border-color: #575757 transparent transparent transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    top: 18px;
    right: 12px;
    margin: auto 0;
    z-index: 0;
}
.l_content2_main .search_box .search_box_inner .plus:after,
.l_content2_main .search_box .search_box_inner .keyword:after{
    display: none;
}
.l_content2_main .search_box .search_box_inner .submit {
    margin: 0 auto;
    position: absolute;
    right: 66px;
    bottom: 15%;
}
.submit input {
    background: #fbc600;
    border: none;
    border-radius: 2px;
    box-shadow: 1px 1px 2px #a8a8a8;
    box-sizing: border-box;
    color: #010101;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    padding: 10px 5px 8px;
    text-align: center;
    text-decoration: none;
    text-shadow: 1px 1px 0 #fcdf72;
    -webkit-transition: .2s linear;
    -moz-transition: .2s linear;
    transition: .2s linear;
    vertical-align: middle;
    width: 230px;
}
.submit input:hover {
    background: #fbdb00;
    color: #010101;
}


/* left_column サイドカラム - 検索窓 */
.l_content2_left .search_box{
    margin-bottom: 8px;
}
.l_content2_left .search_box h3 {
    box-sizing: border-box;
    padding: 10px 0 5px 10px;
    border-bottom: #2879c4 1px solid;
    letter-spacing: 0;
    font-weight: bold;
    font-size: 15px;
}
.l_content2_left .search_box .search_box_inner {
    background: #e8f4fe;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    font-size: 12px;
    padding: 10px;
}
.l_content2_left .search_box .search_box_inner dt {
    margin-bottom: 5px;
}
.l_content2_left .search_box .search_box_inner dd select,
.l_content2_left .search_box .search_box_inner dd input#freeword,
.l_content2_left .search_box .search_box_inner dd input#freeword2{
    border: 1px solid #e0e2e4;
    box-sizing: border-box;
    margin-bottom: 10px;
    width: 158px;
}
.l_content2_left .search_box .search_box_inner dd select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #e0e2e4;
    cursor: pointer;
    padding: 5px 22px 5px 5px;
}
.l_content2_left .search_box .search_box_inner dd input#freeword,
.l_content2_left .search_box .search_box_inner dd input#freeword2{
    padding: 5px;
}
.l_content2_left .search_box .search_box_inner dd select::-ms-expand {
    display: none;
}
.l_content2_left .search_box .search_box_inner dd {
    position: relative;
}
.l_content2_left .search_box .search_box_inner dd:before {
    content: "";
    width: 30px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
}
.l_content2_left .search_box .search_box_inner dd:after {
    border-style: solid;
    border-width: 6px 5px 0 5px;
    border-color: #575757 transparent transparent transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    top: 13px;
    right: 6px;
    margin: auto 0;
    z-index: 0;
}
.l_content2_left .search_box .search_box_inner .keyword:after {
    display: none;
}
.l_content2_left .search_box .search_box_inner .submit input {
    font-size: 14px;
    padding: 6px 5px 4px;
    width: 156px;
}

