@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 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;
}

/* btn_list ファンくるカテゴリメニュー
------------------------------------------------ */
.btn_list {
    box-sizing: border-box;
    margin: 0 auto;
    overflow: hidden;
    width: 1000px;
}
.btn_list li {
    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),.btn_list li {
    width: 15.8%;
}
.btn_list li:last-child {
    margin-right: 0;
}
.btn_list li a {
    border: #2882d6 1px solid;
    border-radius: 2px;
    box-sizing: border-box;
    color: #2882d6;
    display: block;
    height: 100%;
    line-height: 2.6;
    padding: 11px 10px 9px;
    text-align: center;
    text-decoration: none;
    transition: .2s linear;
}
.btn_list li a:hover {
    background-color: #c6def5;
    border: #5a9fdf 1px solid;
}

/*  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);
}

/*  tab_list 注意事項タブ
------------------------------------------------ */
.detail_action,.detail_action_note {
    clear: both;
    overflow: hidden;
    margin-bottom: 25px;
}
.detail_action_note {
    margin-bottom: 40px;
}
.tab_list,.tab_list_note{
    overflow:hidden;
}
.tab_list li,.tab_list_note li{
    background:#ccc;
    cursor: pointer;
    float:left;
    margin-right: 5px;
}
.tab_list li:nth-child(1),.tab_list_note li:nth-child(1) {
    margin-left: 5px;
}
.tab_list li p,.tab_list_note li p  {
    border-radius: 2px;
    border: #ccc 1px solid;
    background: #ececec;
    color: #3a3a3a;
    padding: 11px 12px 9px;
}
.tab_list li p:hover,.tab_list_note li p:hover {
    border: #5a9fdf 1px solid;
    background: #c6def5;
}
.tab_list li.select p,.tab_list_note li.select p {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border: none;
    background :#5a9fdf;
    color: #fff;
    font-size: 15px;
    position: relative;
    padding: 12px 12px 15px;
}
.tab_list li.select p:before,.tab_list_note li.select p:before {
    border-top: #ffea06 5px solid;
    border-bottom:5px solid transparent;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    content: '';
    display: inline-block;
    margin-left: -3px;
    height: 0;
    width: 0;
    position: absolute;
    top: 37px;
    left: 50%;
}
.detail_list li,.detail_list_note li {
    border-top: #5a9fdf 2px solid;
    border-bottom: #ccc 1px solid;
    border-left: #ccc 1px solid;
    border-right: #ccc 1px solid;
    padding: 20px 20px 15px;
}
.detail_list span,.detail_list_note span {
    color: #ff4467;
    font-weight: bold;
}
.hidden {
    display:none;
}
.detail_list li dl {
    margin-bottom: 10px;
    overflow: hidden;
}
.detail_list li dt {
    background: #3693ec;
    border-radius: 2px;
    color: #fff;
    float: left;
    font-size: 13px;
    margin-right: 15px;
    padding: 4px 0 2px;
    width: 100px;
    text-align: center;
}
.detail_list li dd {
    padding: 5px 0 0 115px;
}
.detail_list li dd p {
    border: none;
    display: inline-block;
    padding: 0;
}
.detail_list li dd p:after {
    content: " >";
}
.detail_list li dd p:last-child:after {
    content: "";
}
.detail_list_note li p {
    margin-bottom: 20px;
}
.detail_list_note li p:last-of-type {
    margin-bottom: 5px;
}

/* map 地図 */
#map {
    margin: 0 auto 10px;
    text-align: right;
}
#map_canvas {
    margin: 0 auto 10px;
    height: 420px;
    width: 695px;
}
.goto_googlemap {
    text-align: right;
}

/* review レビュー */
.shop_review div{
    border-bottom: 1px dashed #d1d1d1;
    padding: 20px 0;
}
.shop_review div:first-of-type {
    padding: 0 0 20px;
}
.shop_review div:last-of-type {
    border: none;
    padding: 20px 0 10px;
}
.review-person span {
    color: #5da0dd;
    font-size: 15px;
    font-weight: normal;
    margin-bottom: 5px;
}
.review-person span:first-child {
    float: left;
}
.review-person span:last-child {
    float: right;
}
.review-dtl {
    clear: both;
    font-size: 15px;
}
.shop_review .not_review {
    margin-bottom: 5px;
    text-align: center;
}
