@charset "UTF-8";.effect_blink {
    -webkit-animation: blink 0.6s ease-in-out infinite alternate;
    -moz-animation: blink 0.6s ease-in-out infinite alternate;
    animation: blink 0.6s ease-in-out infinite alternate;
}

@-webkit-keyframes blink {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes blink {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes blink {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

body {
    font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 14px;
    color: #222;
    margin: 0;
}

h1 {
    font-size: 19px;
    display: inline;
    line-height: 28px;
    letter-spacing: 1px;
}

h2 {
    font-size: 16px;
    display: inline;
}

h3 {
    font-size: 16px;
    display: inline;
}

p {
    margin: 0.3em 0;
}

hr {
    margin: 3px 0;
    border: .5px #aaa solid;
}

li {
    padding: 4px 0;
}

.fa, .fab, .fas {
    font-size: 17px !important;
    margin-right: 5px;
}

.fa-small {
    font-size: 14px !important;
}

#sp_none {
    display: block !important;
}

#pc_none {
    display: none !important;
}

.pai_img {
    width: 24px;
    vertical-align: bottom;
}

.pai_img_l {
    width: 32px;
    vertical-align: bottom;
}

.pai_img_s {
    width: 26px;
    cursor: pointer;
}

.pai_img_mk {
    width: 32px;
    cursor: pointer;
    margin: 3px;
}

.pai_img_mktehai {
    width: 32px;
}

.pai_img_mk:hover {
    transform: scale(1.3, 1.3);
    cursor: pointer;
}

a {
    color: #080;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

#loading {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: rgba(0,0,0,0.5);
    top: 0;
    left: 0;
    display: none;
}

#loading img {
    width: 160px;
    height: 160px;
    position: absolute;
    top: calc(50% - 80px);
    left: calc(50% - 80px);
}

img {
    max-width: 100%;
}

input[type="text"], input[type="password"], textarea {
    padding: 6px 8px;
    color: #333;
    font-size: 13px;
    line-height: 1.4;
}

input[type="text"]:focus {
    background: #fff7d4;
}

input[type="submit"], button, input[type="button"] {
    font-weight: bold;
    padding: 7px 10px;
    color: #fff;
    background: linear-gradient(to bottom, #4a0 0%, #490 50%, #380 50%, #270 100%);
    border: 1px #ddd solid;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s ease-out;
}

input[type="submit"]:hover, button:hover, input[type="button"]:hover {
    opacity: 0.8;
}

select {
    padding: 3px;
    vertical-align: middle;
}

.top_shop_count {
    float: right;
    padding-right: 10px;
}

.feature_tab {
    overflow: hidden;
    list-style: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
}

.feature_tab li {
    background: #ccc;
    padding: 7px 10px;
    float: left;
    margin-right: 3px;
    border-radius: 5px 5px 0 0;
    text-decoration: underline;
}

.feature_tab li.select {
    background: #eee;
}

.feature_tab .ul {
    list-style: none;
}

.feature_tab_content {
    background: #eee;
    padding: 20px;
    list-style: none;
    margin: 0;
}

.feature_tab_hide {
    display: none;
}

.ranking_tab {
    overflow: hidden;
    list-style: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
}

.ranking_tab li {
    background: #ccc;
    padding: 7px 10px;
    float: left;
    margin-right: 3px;
    border-radius: 5px 5px 0 0;
    text-decoration: underline;
}

.ranking_tab li.select {
    background: #eee;
}

.ranking_tab .ul {
    list-style: none;
}

.ranking_tab_content {
    background: #eee;
    padding: 20px;
    list-style: none;
    margin: 0;
}

.ranking_tab_hide {
    display: none;
}

.tab_item {
    display: inline-block;
    width: 25%;
    text-align: center;
    margin-bottom: 5px;
}

.ranking_item {
    margin-bottom: 10px;
}

.slider_box {
    margin: 10px 0;
}

.ui-dialog {
    padding: 0 !important;
}

.ui-widget-header {
    border: none !important;
}

.ui-dialog-titlebar {
    border-radius: 0 !important;
    background: #390 !important;
}

.ui-widget-content {
    box-shadow: 5px 5px #ddd !important;
    border: 1px solid #ccc !important;
}

.ui-dialog-content {
    padding: 5px 0 !important;
}

.sns_box {
    text-align: left;
    display: inline-block;
    vertical-align: top;
    padding-left: 20px;
    width: 360px;
}

.twitter, .mixi {
    display: inline;
    margin-top: 5px;
    margin-right: 5px;
}

.box_twitter {
    display: flex;
    justify-content: center;
}

.btn_twitter {
    color: #fff;
    background: #0F1419;
    text-decoration: none;
    width: 300px;
    padding: 7px;
    border-radius: 10px;
    text-align: center;
    margin: 20px 0 10px;
    font-size: 1.2rem;
    transition: 0.5s;
}

.btn_twitter:hover {
    text-decoration: none;
    opacity: 0.8;
}

.caution {
    color: #f22;
}

#form_header {
    margin-bottom: 0;
}

#ad {
    display: block;
    position: absolute;
    height: 600px;
    z-index: 2;
    top: 5px;
}

.ad1 {
    left: -20px;
    top: 28px;
    height: 600px;
    width: 50%;
    position: fixed;
}

.ad2 {
    top: 28px;
    height: 600px;
    width: 50%;
    position: fixed;
    right: -20px;
}

.ad1 a {
    display: block;
    height: 600px;
    position: absolute;
    right: 500px;
    top: 0px;
}

.ad2 a {
    display: block;
    height: 600px;
    position: absolute;
    left: 500px;
    top: 0px;
}

#nav_sp,#nav_sp2 {
    display: none;
}

nav.side_menu {
    position: fixed;
    z-index: 99;
    top: 46px;
    left: 0px;
    width: 100%;
    padding: 0px;
    box-sizing: border-box;
}

nav ol, nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.side_menu li {
    background: #fff;
    padding: 0;
}

.side_menu li a {
    display: block;
    text-decoration: none;
    padding: 10px 20px;
    color: #080;
    position: relative;
    border-bottom: #ccc 1px dotted;
}

.banner_ad:hover {
    opacity: 0.8;
}

.ad_pickup, .ad_adwords, .lst_search_text {
    cursor: pointer;
}

.ad_adwords {
    font-size: 12px;
    text-align: center;
    padding: 5px;
    border-bottom: 3px #fff solid;
    background: #ffffe8;
}

.ad_adwords img {
    display: block;
    padding: 3px 0;
}

.ad_adwords img:hover {
    transform: scale(1.1, 1.1);
}

.ad_overture_box {
    display: inline-block;
    padding: 5px;
}

.ad_overture_title {
    text-align: center;
    background: #c80;
    color: #fff;
    padding: 3px;
}

.ad_overture {
    font-size: 12px;
    float: left;
    padding: 5px;
    border: 1px #ccc solid;
    background: #fee;
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    margin-top: -1px;
}

.ad_overture img {
    width: 100px;
    float: left;
    padding: 5px 10px 0;
    min-height: 50px;
}

.ad_overture div {
    padding: 10px;
    display: inline;
}

.ad_pickup_box {
    display: inline-block;
    padding: 5px;
    width: 100%;
    margin: 0;
}

.ad_adwords_box {
    margin-top: 53px;
}

.ad_pickup_title {
    text-align: center;
    background: #393;
    color: #fff;
    padding: 7px;
    font-weight: bold;
    margin: 0;
    font-size: 18px;
}

.ad_pickup {
    font-size: 13px;
    float: left;
    padding: 10px 5px;
    border-bottom: 1px #d5d5d5 solid;
    background: #ffffe5;
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
}

.ad_pickup img {
    width: 200px;
    float: left;
    padding: 0 15px 0 5px;
    min-height: 50px;
    max-height: 140px;
    object-fit: contain;
}

.ad_pickup img:hover {
    transition: 0.5s;
    transform: scale(1.05, 1.05);
}

.ad_pickup div {
    padding: 10px;
    display: inline;
}

.ad_spheader_box {
    display: none;
}

.ad_spfooter_box {
    display: none;
}

.ad_sppickup_box {
    display: none;
}

.pagetop {
    display: none;
    position: fixed;
    z-index: 999;
    bottom: 30px;
    right: 20px;
}

.pagetop a {
    cursor: pointer;
    display: block;
    background-color: #ccc;
    text-align: center;
    color: #888;
    font-size: 12px;
    text-decoration: none;
    padding: 10px 15px;
    border-radius: 30px;
    font-size: 20px;
}

.pagetop a:hover {
    display: block;
    background-color: #390;
    text-align: center;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    padding: 10px 15px;
    border-radius: 30px;
    font-size: 20px;
}

.ft_banner {
    display: none;
}

.swiper-container {
    cursor: -webkit-grab;
}

.breadcrumb {
    font-size: 12px;
    margin-bottom: 5px;
    background: #f9f9f9;
    padding: 10px;
    line-height: 18px;
}

.breadcrumb a {
}

.breadcrumb strong {
    font-size: 14px;
}

.breadcrumb a:hover {
    color: #f60;
    font-weight: bold;
}

.btn_select {
    font-size: 12px;
    padding: 5px 20px;
    margin-left: 10px;
    background: linear-gradient(to bottom, #bbb 0%, #999 50%, #999 50%, #777 100%);
}

#btn_selarea, #btn_selstation {
    background: linear-gradient(to bottom, #bbb 0%, #aaa 50%, #999 50%, #777 100%);
}

.btn_icon {
    vertical-align: middle;
    margin-right: 3px;
}

.btn_dialog {
    width: 40%;
    margin: 5px 5px 10px;
    background: linear-gradient(to bottom, #eee 0%, #ddd 50%, #ddd 50%, #ccc 100%);
    color: #390;
    padding: 10px;
    letter-spacing: 2px;
}

.btn_dialog:hover {
    opacity: 0.8;
}

.btn_dialog_gray {
    width: 40%;
    margin: 5px;
    background: linear-gradient(to bottom, #aaa 0%, #888 50%, #888 50%, #666 100%);
    color: #fff;
    padding: 10px;
    letter-spacing: 2px;
}

.chk_area {
    vertical-align: middle;
}

.icon {
    vertical-align: middle;
    margin: 4px 10px;
    width: 20px;
}

.img_shop_s {
    width: 65px;
    max-height: 65px;
    float: left;
    margin: 5px;
    object-fit: contain;
}

.img_shop_s:hover {
    transition: 0.5s;
    transform: scale(1.05, 1.05);
    cursor: pointer;
}

.img_shop {
    width: 120px;
    max-height: 100px;
    float: left;
    margin: 5px 10px 5px 5px;
    object-fit: contain;
}

.img_shop:hover {
    transition: 0.5s;
    transform: scale(1.05, 1.05);
    cursor: pointer;
}

.img_news {
    width: 120px;
    max-height: 100px;
    float: left;
    margin: 5px 10px 5px 5px;
    object-fit: contain;
}

.img_news:hover {
    transition: 0.5s;
    transform: scale(1.05, 1.05);
    cursor: pointer;
}

.img_column {
    width: 150px;
    height: 180px;
    object-fit: contain;
}

.img_banner {
    display: inline-block;
    padding: 5px;
}

.img_taikai {
    width: 200px;
    display: inline-block;
    object-fit: contain;
    padding-right: 15px;
    padding-bottom: 15px;
}

.wrap {
    position: relative;
    z-index: 3;
    width: 1030px;
    box-sizing: border-box;
    margin: 0 auto;
    *zoom:1;word-wrap: break-word;
}

.wrap:before {
    display: inline-table;
}

.wrap:after {
    content: "";
    display: block;
    clear: both;
}

#main, #main_2col, #main_1col, #left, #right {
    line-height: 1.5;
}

#main {
    width: 570px;
    float: left;
    min-height: 240px;
}

#main_2col {
    width: 840px;
    float: left;
    min-height: 240px;
}

#main_1col {
    width: 100%;
    min-height: 240px;
}

#header {
    display: table;
    padding: 15px 0 0;
}

#top {
    width: 1030px;
    box-sizing: border-box;
    margin-bottom: 10px;
}

#footer {
    margin-top: 10px;
}

#left {
    width: 280px;
    float: left;
}

#right {
    width: 150px;
    float: left;
}

#fix_header {
    display: block;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 28px;
    background: #333;
    color: #ddd;
    line-height: 28px;
    z-index: 999;
}

#fix_header_sp, #fix_header_tab {
    display: none;
}

.fix_header_top {
    display: inline;
    background: #080;
    padding: 4px 10px;
}

.fix_header_top a {
    color: #fff;
    font-size: 14px;
}

.fix_header_item {
    display: inline;
    color: #fff;
}

.fix_header_item a {
    color: #fff;
    padding: 3px 7px;
    font-size: 14px;
    border-right: 1px #fff solid;
}

.fix_header_ad {
    display: inline;
    color: #fff;
    background: #a00;
    position: fixed;
    width: 120px;
    height: 28px;
    text-align: center;
    top: -4px;
}

.fix_header_ad a {
    color: #fff;
    font-size: 13px;
}

#header_area {
    background: #fff;
}

#header_area .wrap, #header_bottom {
    position: relative;
    z-index: 5;
}

#header {
    color: #555;
}

#header .logo {
    float: left;
    margin-top: 20px;
}

#header .logo p, #header .logo h1 {
    font-size: 11px;
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 0;
    display: block;
    letter-spacing: 0;
}

#header .tl_menu {
    float: left;
    border-bottom: 2px solid #e4e4e4;
    padding: 0 10px;
    margin-left: 20px;
}

#header .tl_item {
    font-size: 11px;
    display: inline;
    vertical-align: text-top;
    padding: 5px 5px 0 6px;
}

#header .tl_item a {
    color: #777;
    text-decoration: none;
}

#header .tl_item a:hover {
    text-decoration: underline;
}

#header .tr_menu {
    float: left;
    border-bottom: 2px solid #e4e4e4;
}

#header .tr_item {
    font-size: 11px;
    display: inline;
    vertical-align: text-top;
    padding: 5px 5px 0 6px;
}

#header .tr_item a {
    color: #07519a;
    text-decoration: none;
}

#header .tr_item a:hover {
}

#header .search_menu_sp {
    display: none;
}

#header .search_menu {
    display: block;
    float: left;
    margin: 20px;
    width: 750px;
}

#header .search_menu .buttons {
    display: inline;
}

#header .times {
    margin: 0 0 0 6px;
}

#header .login_menu {
    display: inline-block;
    border-left: 1px solid #e4e4e4;
    padding-left: 8px;
    margin-top: -20px;
}

#header .member_regist a {
    margin-top: 10px;
    color: #390;
    display: block;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.1;
    padding: 14px 0;
    text-align: center;
    text-decoration: none;
    padding: 10px;
    border-style: none;
    background: #EFF0F0;
    border-radius: 5px;
}

.btn_light {
    display: inline-block;
    margin: 10px 2px;
}

.btn_light a {
    margin-top: 10px;
    color: #390;
    display: block;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.1;
    text-align: center;
    text-decoration: none;
    padding: 10px 5px;
    border-style: none;
    background: #f9f9f9;
    border-radius: 5px;
    transition: all 0.3s ease-out;
}

.btn_light a:hover {
    opacity: 0.8;
}

#header_bottom_area {
    display: block;
    background: #270;
    height: 32px;
}

#header_bottom {
    width: 1030px;
    margin: 0 auto;
    display: block;
    background: #270;
    height: 32px;
    z-index: 2;
}

#header_bottom ul {
    line-height: 26px;
    list-style: none;
    padding: 0;
    color: #fff;
    font-weight: bold;
}

#header_bottom ul a {
    color: #fff !important;
    text-decoration: underline !important;
}

#header .txt_search {
    width: 190px;
}

#txt_search_area {
    float: left;
}

#sel_search_area {
    display: none;
}

#lst_search_area {
    background: #fff;
    list-style: none;
    border: 1px solid #666;
    box-sizing: border-box;
    box-shadow: 1px 1px 3px #666;
    position: absolute;
    padding: 3px;
    margin: 0;
    width: 300px;
    margin-top: 33px;
    z-index: 99999;
}

#lst_search_area li {
    font-size: 12px;
    padding: 3px 10px;
    border-bottom: 1px dotted #ccc;
    cursor: pointer;
}

#lst_search_area li:hover {
    background: #cfc;
}

#footer {
    background: #333;
    font-size: 13px;
    padding: 5px 0
}

#footer .ft_menu {
    margin: 5px 0;
    text-align: center;
    width: 1030px;
    position: relative;
    z-index: 5;
    font-weight: bold;
}

#footer .ft_item {
    display: inline-block;
    vertical-align: text-top;
    padding: 0 5px;
}

#footer .ft_item a {
    color: #ddd;
    text-decoration: none;
}

#footer .ft_item a:hover {
    text-decoration: underline;
}

#footer .copyright {
    text-align: center;
    color: #aaa;
    padding: 0;
}

.footer_link {
    margin-top: 15px;
}

.footer_link span {
    display: inline-block;
}

.footer_link a {
    color: #fff;
    padding: 10px;
    font-size: 14px;
    text-decoration: underline;
}

.footer_link p {
    margin: 0.5em 0;
}

.footer_link_main {
    font-weight: bold;
}

.footer_link_sub a {
    color: #ccc;
}

#bottom_area {
    background: #fff;
    padding: 0 20px;
}

#bottom {
    position: relative;
    z-index: 5;
    width: 1030px;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 10px;
    border-top: 3px solid #ded9d4;
}

#bottom .link_title {
    color: #666;
    font-weight: bold;
    margin-bottom: 10px;
    display: bottom;
}

#bottom .link_image {
    display: inline;
    margin-bottom: 10px;
    padding: 0 3px 0 0;
}

#bottom_area .frame2 {
    width: 49%;
    display: inline-block;
    padding: 0 3px;
    vertical-align: top;
}

#bottom_area .frame3 {
    width: 32%;
    display: inline-block;
    padding: 0 3px;
    vertical-align: top;
}

#left .sparea {
    display: none;
}

#left .spstation {
    display: none;
}

#left .area_map {
    background: #fff;
    border-bottom: 2px solid #ded9d4;
    margin-bottom: 10px;
}

#left .map {
    margin: 0;
    height: 260px;
    text-align: center;
    padding-bottom: 10px;
}

.map_svg {
    position: absolute;
    top: 50;
    left: 0;
    width: 280px;
}

#left .fkn_list {
    font-size: 13px;
    padding: 7px;
    background: #f9f9f9;
    margin-bottom: 10px;
}

#left .fkn_area {
    display: inline-block;
    margin-right: 5px;
    vertical-align: top;
}

#left .fkn_fuken {
    display: inline-block;
    width: 190px;
    margin-bottom: 7px;
}

#left .fkn_fuken a {
    margin-right: 6px;
    display: inline-block;
}

#right .right_frame {
    padding: 0;
    text-align: center;
}

#main .main-inner, #main_2col, #main_1col, .main-inner {
    padding: 0 5px;
    margin-bottom: 20px;
}

.frame {
    background: #fff;
    margin-bottom: 15px;
}

.frame_inner {
    padding: 1px 5px;
}

.navi {
    display: block;
}

.navi_sp {
    display: none;
}

.navi ul {
    padding: 0;
    font-size: 0;
    margin: 10px 0 15px;
}

.navi li {
    display: inline-block;
    padding: 0;
    font-size: 12px;
}

.navi li a {
    display: inline-block;
    padding: 10px 25px;
    background: #eee;
    color: #333;
    text-decoration: none;
}

.navi li a:hover {
    background: #270;
    color: #fff;
    opacity: 0.7;
}

.navi_current {
    position: relative;
    background: #270 !important;
    color: #fff !important;
    font-weight: bold;
}

.navi_current:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -7px;
    left: 0;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-color: #270 transparent transparent transparent;
    border-width: 7px 7px 0 7px;
}

.navi_sp div {
    width: 25%;
    float: left;
}

.navi_sp a {
    display: inline-block;
    border: 1px #ccc solid;
    background: #eee;
    color: #333;
    text-decoration: none;
    box-sizing: border-box;
    height: 40px;
    font-size: 11px;
    padding: 0;
    margin: 0;
    width: 100%;
    padding: 10px 0;
    text-align: center;
}

.navi_sp_current {
    background: #270 !important;
    color: #fff !important;
    border: 1px #270 solid !important;
    font-weight: bold;
}

.not_found {
    padding: 5px;
    font-size: 12px;
}

.lst_title {
    font-size: 18px;
}

.btn_saikyousen {
    font-weight: bold;
    padding: 4px 10px;
    color: #fff;
    background: linear-gradient(to bottom, #4a0 0%, #490 50%, #380 50%, #270 100%);
    border: 1px #ddd solid;
    border-radius: 10px;
    cursor: pointer;
    text-decoration: none;
}

.shop_pickup {
    border: #270 4px solid;
    border-radius: 0px 0px 5px 5px;
    padding: 5px 10px;
    background: #ffd;
    margin-bottom: 10px;
}

.shop_pickup_inner {
    display: inline-block;
    width: 33%;
    padding: 0 10px 5px;
    vertical-align: top;
    box-sizing: border-box;
}

.shop_pickup_inner img {
    max-height: 200px;
}

.shop_pickup_title {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    background: #270;
    padding: 10px 0 5px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 0;
    border-radius: 5px 5px 0 0;
}

.shop_pickup_name {
    font-size: 15px;
    font-weight: bold;
    padding: 5px 0;
    text-align: center;
}

.shop_pickup_img {
}

.shop_pickup_img a {
    text-decoration: underline;
}

.shop_inner {
    display: inline-block;
    width: 100%;
    padding: 0 5px;
    box-sizing: border-box;
}

.event_inner, .comment_inner {
    line-height: normal;
}

.shop_left {
    float: left;
    width: 720px;
    margin-right: 10px;
}

.shop_right {
    float: right;
    width: 250px;
}

.shop_kdate {
    font-size: 11px;
    color: #888;
    text-align: right;
    float: right;
}

.shop_catchcopy {
    font-size: 11px;
}

.shop_name {
    font-size: 20px;
    margin: 5px 10px 0 0;
    display: inline-block;
    color: #333;
    letter-spacing: 0;
}

.shop_head {
    color: #e22;
    margin: 5px 0;
}

.shop_table {
    width: 100%;
    border-collapse: collapse;
}

.shop_top {
    width: 50%;
    display: inline-block;
    padding: 5px 5px 0 0;
    vertical-align: top;
    box-sizing: border-box;
    margin-bottom: 10px;
}

.shop_top_main img {
    display: block;
    margin: 0 auto;
    width: 100%;
}

.shop_link {
    width: 80%;
    display: block;
    background: linear-gradient(to bottom, #ae0 0%, #4a0 50%, #480 50%, #390 100%);
    color: #fff;
    padding: 5px 0;
    margin: 20px 0;
    text-align: center;
    text-decoration: none;
    font-size: 15px;
    letter-spacing: 2px;
    border-radius: 10px;
}

.shop_link i {
    font-size: 24px !important;
}

.shop_link:hover {
    opacity: 0.8;
    text-decoration: none;
}

.shop_table th {
    width: 100px;
}

.shop_table th, td {
    border-bottom: 1px #aaa dotted;
    padding: 7px 5px;
    word-break: break-all;
}

.shop_pickup_img {
    width: 25%;
    display: inline-block;
    vertical-align: top;
    padding: 3px;
    box-sizing: border-box;
    text-align: center;
}

.shop_pickup_img span {
    font-size: 11px;
}

.shop_pickup_img img {
    height: 130px;
    object-fit: cover;
}

.shop_new_title {
    text-decoration: underline;
    color: #080;
}

.shop_new_content {
    padding: 5px;
    font-size: 13px;
}

.shop_title {
    display: inline-block;
    width: 100%;
    margin: 10px 0 1px;
    padding: 5px 0;
    color: #080;
    line-height: 24px;
}

.shop_title:after {
    content: "";
    display: block;
    height: 4px;
    background: -moz-linear-gradient(to right, rgb(51, 153, 0), transparent);
    background: -webkit-linear-gradient(to right, rgb(51, 153, 0), transparent);
    background: linear-gradient(to right, rgb(51, 153, 0), transparent);
}

.shop_title_main {
    background: #fffff8;
    display: inline-block;
    width: 100%;
    border-left: 10px #390 solid;
    border-bottom: 1px #390 solid;
    margin: 5px 0;
    padding: 5px 10px;
    box-sizing: border-box;
    font-size: 14px;
}

.shop_review {
    display: inline-block;
    width: 100%;
    border-left: 5px #f93 solid;
    border-bottom: 1px #f93 solid;
    margin: 5px 0;
    padding: 3px 10px;
    box-sizing: border-box;
}

.shop_review_list {
    padding-left: 15px;
    list-style-type: square;
    margin: 0 0 10px;
}

.shop_review_list li {
    border-bottom: 1px #ccc dotted;
    list-style: none;
}

.shop_review_list li:last-child {
    border-bottom: none;
}

.shop_review_list_contents {
    font-size: 13px;
    color: #555;
    margin-bottom: 10px;
}

.com_good {
    background: #fff4f4;
    padding: 5px 10px;
    border-radius: 3px;
    margin: 5px 0;
    font-size: 12px;
}

.com_good span {
    color: #f44;
}

.com_bad {
    background: #f4f4ff;
    padding: 5px 10px;
    border-radius: 3px;
    margin: 5px 0;
    font-size: 12px;
}

.com_bad span {
    color: #44f;
}

.com_res {
    background: #efe;
    padding: 5px 10px;
    border-radius: 3px;
    margin: 5px 0;
    font-size: 12px;
}

.com_res span {
    color: #390;
}

.pop_text {
    color: #555;
    font-size: 11px;
}

.shop_line {
    font-size: 11px;
}

#landmark, #google_review {
    color: #444;
    font-size: 12px;
}

.shop_near {
    margin: 5px 0;
    padding-left: 30px;
}

.shop_near li {
    position: relative;
    list-style-type: none;
    margin-left: -25px;
    padding: 0 0 5px 20px;
}

.shop_near li:after {
    content: "";
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    top: 5px;
    left: 5px;
    color: #390;
    background: #390;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}

.review_form_row {
    padding: 5px 0;
}

.review_form_item {
    display: inline-block;
    width: 40%;
}

.review_form_head {
    display: inline-block;
    font-weight: bold;
    width: 100px;
    margin-bottom: 10px;
    vertical-align: top;
    padding: 2px 15px;
    vertical-align: top;
}

.review_form_hyouka {
    display: inline-block;
    margin: 5px 0;
    vertical-align: top;
}

#reviewregist input,#reviewregist textarea {
    width: 500px;
}

.shop_more {
    text-align: right;
}

.shop_event_img {
    max-width: 32%;
    margin: 1px;
    vertical-align: top;
}

.shop_rule {
    margin: 5px 10px;
}

.pager {
    width: 100%;
    text-align: center;
    padding: 15px 0;
    display: inline-block;
    line-height: 26px;
}

.pager_page {
    display: inline;
    margin: 0 5px;
}

.pager_control {
    display: inline;
    margin: 0 3px;
    font-size: 12px;
}

.pager_current {
    display: inline;
    background: #380;
    color: #fff;
    padding: 5px 15px;
    margin: 0 5px;
    border: #380 1px solid;
    font-weight: bold;
    border-radius: 3px;
}

.pager_page a {
    color: #666;
    padding: 5px 15px;
    border: #ccc 1px solid;
    border-radius: 3px;
}

.pager_page a:hover {
    background: #f4f4f4;
    color: #555;
    text-decoration: none;
}

.pager_control a {
    color: #666;
    display: inline-block;
    padding: 5px;
}

.pager_control a:hover {
    background: #f4f4f4;
    padding: 5px;
}

.shop_ranking_box {
    display: inline-block;
    padding: 5px 10px;
    vertical-align: middle;
}

.shop_ranking {
    display: inline-block;
    color: #390;
    border-radius: 5px;
    padding: 3px 10px;
    margin: 1px;
    margin-right: 3px;
    font-size: 12px;
    vertical-align: text-bottom;
    border: 3px #390 solid;
    font-weight: bold;
    background: #ffd;
    cursor: help;
}

.tenpo_close {
    display: inline-block;
    background: #f22;
    color: #fff;
    border-radius: 5px;
    padding: 3px 10px;
    margin: 1px;
    margin-right: 3px;
    font-size: 12px;
    vertical-align: text-bottom;
}

.search_box_job {
    margin: 35px 0 5px;
    padding: 10px 15px;
    border: solid 2px #390;
    position: relative;
    background: #ffc;
    border-radius: 0 5px 5px 5px;
}

.search_box_job_menu {
    position: absolute;
    display: inline-block;
    top: -31px;
    left: -2px;
    padding: 3px 9px;
    height: 25px;
    line-height: 25px;
    vertical-align: middle;
    font-size: 17px;
    background: #390;
    color: #ffffff;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
    font-size: 14px;
}

.search_box_pickup {
    margin: 35px 0 5px;
    padding: 10px 15px;
    border: solid 3px #390;
    position: relative;
    background: #fff;
    border-radius: 0 5px 5px 5px;
}

.search_box_pickup a {
    display: inline-block;
    color: #26f;
    padding: 4px 0;
}

.search_box_pickup_menu {
    position: absolute;
    display: inline-block;
    top: -31px;
    left: -3px;
    padding: 3px 9px;
    height: 25px;
    line-height: 25px;
    vertical-align: middle;
    font-size: 17px;
    background: #390;
    color: #ffffff;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
    font-size: 14px;
}

.tenpo_job_s {
    display: inline-block;
    background: #29f;
    color: #fff;
    border-radius: 5px;
    padding: 2px 3px;
    margin: 1px;
    font-size: 11px;
    line-height: 19px;
}

.tenpo_job_a {
    display: inline-block;
    background: #f5c;
    color: #fff;
    border-radius: 5px;
    padding: 2px 3px;
    margin: 1px;
    font-size: 11px;
    line-height: 19px;
}

.tenpo_job_row a {
    color: #14f;
}

.tenpo_job {
    position: relative;
    display: inline-block;
    background: #14f;
    color: #fff;
    padding: 2px 7px;
    margin-right: 14px;
    font-size: 11px;
    font-weight: bold;
    line-height: 19px;
}

.tenpo_job::before {
    content: "";
    display: inline-block;
    border: 11px solid transparent;
    border-left-color: #14f;
    position: absolute;
    right: -22px;
    top: 50%;
    margin-top: -11px;
}

.tenpo_saikyousen {
    display: inline-block;
    background: #f33;
    color: #fff;
    border-radius: 5px;
    padding: 2px 3px;
    margin: 1px;
    font-size: 11px;
    line-height: 19px;
}

.tenpo_report {
    display: inline-block;
    background: #f6c;
    color: #fff;
    border-radius: 5px;
    padding: 2px 3px;
    margin: 1px;
    font-size: 11px;
    line-height: 19px;
}

.tenpo_kumiai {
    display: inline-block;
    background: #06f;
    color: #fff;
    border-radius: 5px;
    padding: 2px 3px;
    margin: 1px;
    font-size: 11px;
    line-height: 19px;
}

.tenpo_fuji {
    display: inline-block;
    background: #f60;
    color: #fff;
    border-radius: 5px;
    padding: 2px 3px;
    margin: 1px;
    font-size: 11px;
    line-height: 19px;
}

.tenpo_houou {
    display: inline-block;
    background: #f06;
    color: #fff;
    border-radius: 5px;
    padding: 2px 3px;
    margin: 1px;
    font-size: 11px;
    line-height: 19px;
}

.tenpo_jan39 {
    display: inline-block;
    background: #060;
    color: #fff;
    border-radius: 5px;
    padding: 2px 3px;
    margin: 1px;
    font-size: 11px;
    line-height: 19px;
}

.label_pickup {
    display: inline-block;
    background: #f22;
    color: #fff;
    padding: 2px 10px;
    margin-right: 10px;
    font-size: 13px;
    font-weight: bold;
    border: 1px #f22 solid;
    border-radius: 3px;
}

.qjin {
    display: inline-block;
    background: #09b;
    color: #fff;
    border-radius: 5px;
    padding: 2px 3px;
    margin: 1px;
    font-size: 11px;
    line-height: 19px;
}

.tenpo_people {
    display: inline-block;
    background: #393;
    color: #fff;
    border-radius: 5px;
    padding: 2px 3px;
    margin: 1px;
    font-size: 11px;
    line-height: 19px;
}

.tenpo_division {
    display: inline-block;
    background: #393;
    color: #fff;
    border-radius: 5px;
    padding: 2px 3px;
    margin: 1px;
    font-size: 11px;
    line-height: 19px;
}

.tenpo_option {
    display: inline-block;
    background: #3a0;
    color: #fff;
    border-radius: 5px;
    padding: 5px;
    margin: 2px;
    width: 50px;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    line-height: 19px;
}

.tenpo_option_off {
    display: inline-block;
    background: #ccc;
    color: #fff;
    border-radius: 5px;
    padding: 3px;
    margin: 2px;
    width: 50px;
    text-align: center;
    font-size: 12px;
    line-height: 19px;
}

.tenpo_rule {
    display: inline-block;
    background: #e80;
    color: #fff;
    border-radius: 5px;
    padding: 5px;
    margin: 2px;
    width: 50px;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    line-height: 19px;
}

.tenpo_rule_off {
    display: inline-block;
    background: #ccc;
    color: #fff;
    border-radius: 5px;
    padding: 3px;
    margin: 2px;
    width: 50px;
    text-align: center;
    font-size: 12px;
    line-height: 19px;
}

.tenpo_open {
    display: inline-block;
    background: #f33;
    color: #fff;
    padding: 1px 2px;
    margin: 0 7px 0 0;
    font-size: 10px;
    font-weight: bold;
    line-height: 19px;
}

.tenpo_regist {
    display: inline-block;
    background: #f80;
    color: #fff;
    padding: 1px 2px;
    margin: 0 7px 0 0;
    font-size: 10px;
    font-weight: bold;
    line-height: 19px;
}

.title_blue i, .title_red i, .title_green i, .title_black i {
    vertical-align: baseline;
}

.title_blue {
    color: #fff;
    background: #0F1419;
    font-weight: bold;
    padding: 5px 3px;
    font-size: 15px;
    text-align: center;
    margin-bottom: 10px;
    box-shadow: 1px 1px 2px #9e9e9e;
    text-shadow: 1px 1px 0 #666, -1px 1px 0 #666, 1px -1px 0 #666, -1px -1px 0 #666;
}

.title_red {
    color: #fff;
    background: #e33;
    font-weight: bold;
    padding: 5px 3px;
    font-size: 15px;
    text-align: center;
    margin-bottom: 10px;
    box-shadow: 1px 1px 2px #9e9e9e;
    text-shadow: 1px 1px 0 #f66, -1px 1px 0 #f66, 1px -1px 0 #f66, -1px -1px 0 #f66;
}

.title_green {
    color: #fff;
    background: #270;
    font-weight: bold;
    padding: 5px 3px;
    font-size: 15px;
    text-align: center;
    margin-bottom: 10px;
    box-shadow: 1px 1px 2px #9e9e9e;
    text-shadow: 1px 1px 0 #484, -1px 1px 0 #484, 1px -1px 0 #484, -1px -1px 0 #484;
}

.title_black {
    color: #fff;
    background: #444;
    font-weight: bold;
    padding: 5px 3px;
    font-size: 15px;
    text-align: center;
    margin-bottom: 10px;
    box-shadow: 1px 1px 2px #9e9e9e;
    text-shadow: 1px 1px 0 #666, -1px 1px 0 #666, 1px -1px 0 #666, -1px -1px 0 #666;
}

.tbl_index {
    width: 250px;
    display: inline-table;
    text-align: center;
    border-collapse: collapse;
    margin: 3px 0;
    font-size: 16px;
}

.tbl_index td {
    border: 1px #aaa solid;
    padding: 5px;
    line-height: 23px;
}

.tab_item {
    font-size: 12px;
    vertical-align: top;
}
.lst_search {
    padding: 5px;
}
.lst_search_newrow {
    padding: 10px 15px;
    min-height: 60px;
    border: 3px #faa solid;
    margin-bottom: 15px;
    box-shadow: 1px 1px 2px #9e9e9e;
    border-radius: 7px;
}

.lst_search_row1, .lst_search_row2 {
    padding: 10px 15px;
    background: #fffff0;
    min-height: 60px;
    border: 1px #ccc solid;
    margin-bottom: 15px;
    box-shadow: 1px 1px 2px #9e9e9e;
    border-radius: 7px;
}

.lst_search_name {
    padding: 5px 10px 5px 0;
    display: inline-block !important;
    margin: 0;
    font-size: 18px;
    vertical-align: sub;
}

.lst_search_name a {
    color: #282;
}

.lst_search_name a:hover {
    color: #f60;
}

.lst_search_kbn {
    margin: 3px 0;
}

.lst_search_text {
    display: block;
    min-height: 100px;
    padding: 1em;
    margin: 3px 0 10px;
    color: #f22;
    border-radius: 3px;
    background: #ffffe5;
    line-height: 22px;
    font-size: 12px;
    max-height: 115px;
    overflow-y: auto;
    font-weight: bold;
}

.lst_search_tel {
    display: none;
}

.lst_shop_tel {
    display: none;
    width: 50%;
    background: linear-gradient(to bottom, #fd8f9b 0%, #f55 50%, #f60000 50%, #f60000 100%);
    color: #fff;
    border-radius: 10px;
    padding: 5px 0;
    margin: 20px 0;
    text-align: center;
    text-decoration: none;
    font-size: 15px;
    letter-spacing: 2px;
}

.lst_shop_tel i {
    font-size: 24px !important;
}

.lst_shop_tel:hover {
    opacity: 0.8;
    text-decoration: none;
}

.lst_search_info_address {
    display: inline-block;
    width: 49.5%;
    margin: 3px 0;
    color: #383838;
    line-height: 1.5;
    font-weight: bold;
    font-size: 13px;
}

.lst_search_info_tel {
    display: inline-block;
    width: 49.5%;
    margin: 3px 0;
    color: #383838;
    line-height: 1.5;
    font-weight: bold;
    font-size: 15px;
}

.lst_search_info_address i, .lst_search_info_tel i {
    font-size: 16px !important;
    vertical-align: top;
}

.lst_search_info_address i {
    color: #f22;
    vertical-align: baseline;
}

.lst_search_info_tel i {
    color: #48f;
    vertical-align: baseline;
}

.lst_search_info_sns {
    display: inline-block;
    width: 49.5%;
    margin: 3px 0;
    color: #444;
    font-size: 12px;
    line-height: 20px;
}

.lst_search_info {
    display: inline-block;
    width: 100%;
    margin: 1px 0;
    color: #222;
    font-size: 13px;
    line-height: 1.6;
}

.lst_search_info2 {
    width: 49.5%;
    vertical-align: top;
    display: -webkit-inline-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.lst_search_service {
    display: inline-block;
    margin: 5px 0;
}

.lst_search_service h3 {
    font-size: 14px;
    font-weight: bold;
    padding: 0 3px;
    margin: 0 3px;
    display: inline-block;
    line-height: 24px;
}

.lst_search_service h3:hover {
    background: #ffc;
}

.lst_search_rev {
    padding: 10px;
    margin: 15px 0;
    border: #ddd 3px solid;
    border-radius: 5px;
    background: #dfc;
    font-size: 13px;
}

.lst_search_rev_head {
    position: absolute;
    margin-top: -22px;
    margin-left: -12px;
    background: #080;
    color: #fff;
    font-size: 11px;
    padding: 3px 7px;
    border-radius: 5px;
    font-weight: bold;
}

.lst_search_rev b {
    color: #060;
    font-size: 14px;
    display: block;
}

.lst_search_pr {
    padding: 15px 10px 10px;
    margin: 15px 0 5px;
    border: #ddd 3px solid;
    border-radius: 5px;
    background: #ff8;
    font-weight: bold;
    font-size: 13px;
}

.lst_search_pr_head {
    position: absolute;
    margin-top: -26px;
    margin-left: -12px;
    background: #e00;
    color: #fff;
    font-size: 11px;
    padding: 3px 7px;
    border-radius: 5px;
    font-weight: bold;
}

.lst_look {
}

.lst_look_row1 {
    padding: 5px;
    background: #fff;
    border-bottom: 1px #ddd solid;
}

.lst_look_row2 {
    padding: 5px;
    background: #f4fff4;
    border-bottom: 1px #ddd solid;
}

.lst_look_title {
    padding: 0 5px;
    font-weight: bold;
    font-size: 15px
}

.lst_look_contents {
    font-size: 12px;
}

.lst_open {
}

.lst_open_row1 {
    padding: 5px;
    background: #fff;
    border-bottom: 1px #ddd solid;
    min-height: 110px;
}

.lst_open_row2 {
    padding: 5px;
    background: #f4fff4;
    border-bottom: 1px #ddd solid;
    min-height: 110px;
}

.lst_open_date {
    display: inline-block;
    font-size: 12px;
}

.lst_open_category {
    display: inline;
}

.lst_open_title {
    display: inline-block;
    padding: 0;
    font-weight: bold;
    font-size: 14px;
}

.lst_open_contents {
    font-size: 12px;
}

.lst_open_more {
    text-align: right;
    padding: 5px;
    margin: 5px 0;
}

.lst_tv {
}

.lst_tv_row1 {
    padding: 5px;
    background: #fff;
    border-bottom: 1px #ddd solid;
}

.lst_tv_row2 {
    padding: 5px;
    background: #fff;
    border-bottom: 1px #ddd solid;
}

.lst_tv_title {
    padding: 0 3px;
}

.lst_tv_content {
    padding: 0 3px;
    font-size: 12px;
}

.img_tv {
    width: 60px;
    height: 60px;
    float: left;
    margin: 5px 10px 5px 5px;
    object-fit: cover;
}

.img_tv:hover {
    transform: scale(1.2, 1.2);
    cursor: pointer;
}

.lst_popular {
    padding: 5px;
}

.lst_popular h2 {
    display: inline-block;
    width: 100%;
    margin: 10px 0 1px;
    padding: 5px 0;
    color: #080;
    line-height: 24px;
}

.lst_popular h2:after {
    content: "";
    display: block;
    height: 4px;
    background: -moz-linear-gradient(to right, rgb(51, 153, 0), transparent);
    background: -webkit-linear-gradient(to right, rgb(51, 153, 0), transparent);
    background: linear-gradient(to right, rgb(51, 153, 0), transparent);
}

.lst_popular ul {
    margin: 5px 0;
    padding-left: 0;
}

.lst_popular li {
    width: 24%;
    display: inline-block;
    list-style: none;
    vertical-align: top;
    padding: 5px 3px;
    box-sizing: border-box;
}

.lst_popular li a {
    font-size: 14px;
    font-weight: bold;
}

.lst_popular span {
    font-size: 11px;
}

.menu_news {
    padding: 10px 0 0 ;
    font-size: 16px;
}

.menu_news a {
    font-weight: bold;
}

.lst_news {
}

.lst_news_toprow1 {
    padding: 5px;
    background: #fff;
    border-bottom: 1px #ddd solid;
}

.lst_news_toprow2 {
    padding: 5px;
    background: #fffff4;
    border-bottom: 1px #ddd solid;
}

.lst_news_row1 {
    padding: 10px;
    border: 1px #ddd solid;
    margin: 10px 0;
    border-radius: 5px;
    box-shadow: 1px 1px 2px #9e9e9e;
}

.lst_news_row2 {
    padding: 10px;
    border: 1px #ddd solid;
    margin: 10px 0;
    border-radius: 5px;
    box-shadow: 1px 1px 2px #9e9e9e;
}

.lst_news_rowpick {
    padding: 10px;
    background: #ffeaea;
    border: 1px #aaa solid;
    margin: 10px 0;
    border-radius: 5px;
    box-shadow: 1px 1px 2px #9e9e9e;
}

.lst_news_date {
    display: inline;
    font-size: 11px;
}

.lst_news_category {
    display: inline;
    line-height: 24px;
}

.lst_news_image {
}

.lst_news_title {
    display: inline;
    padding: 5px;
    font-weight: bold;
    font-size: 15px;
    line-height: 24px;
    margin: 3px 0;
}

.lst_news_body {
    display: inline-block;
    padding: 5px 10px;
    max-width: 98%;
}

.lst_news_more {
    text-align: right;
    padding: 5px;
    margin: 5px 0;
}

.lst_news_archive {
    display: inline-block;
    width: 33%;
    line-height: 28px;
}

.lst_interview {
}

.lst_interview_row1 {
    padding: 5px;
    background: #fff;
    border-bottom: 3px #ddd solid;
    min-height: 150px;
}

.lst_interview_row2 {
    padding: 5px;
    background: #ffe;
    border-bottom: 3px #ddd solid;
    min-height: 150px;
}

.lst_interview_description {
    padding: 5px;
    min-height: 100px;
    font-size: 13px;
}

.lst_interview_title {
    padding: 5px;
}

.lst_interview_category {
    font-weight: bold;
    font-size: 15px;
}

.lst_interview_more {
    text-align: right;
    padding: 5px;
    margin: 5px 0;
}

.lst_event_toprow1 {
    padding: 5px;
    background: #fff;
    border-bottom: 1px #ddd solid;
}

.lst_event_toprow2 {
    padding: 5px;
    background: #fffff4;
    border-bottom: 1px #ddd solid;
}

.lst_event_row1 {
    padding: 10px;
    border: 1px #ddd solid;
    margin: 10px 0;
    border-radius: 5px;
    min-height: 160px;
    box-shadow: 1px 1px 2px #9e9e9e;
}

.lst_event_row2 {
    padding: 10px;
    border: 1px #ddd solid;
    margin: 10px 0;
    border-radius: 5px;
    min-height: 160px;
    box-shadow: 1px 1px 2px #9e9e9e;
}

.lst_event_date {
    display: block;
    font-size: 11px;
    color: #666;
}

.lst_event_name {
    font-weight: bold;
    font-size: 15px;
    line-height: 22px;
}

.lst_event_category {
    display: inline-block;
    margin-right: 10px;
}

.lst_event_title {
    font-size: 13px;
    min-height: 40px;
}

.lst_event_body {
    margin: 10px;
}

.lst_event_more {
    text-align: right;
    padding: 5px;
    margin: 5px 0;
}

.lst_coupon {
}

.lst_coupon_row1 {
    padding: 10px;
    border: 1px #ddd solid;
    margin: 10px 0;
    border-radius: 5px;
    min-height: 160px;
    box-shadow: 1px 1px 2px #9e9e9e;
}

.lst_coupon_row2 {
    padding: 10px;
    border: 1px #ddd solid;
    margin: 10px 0;
    border-radius: 5px;
    min-height: 160px;
    box-shadow: 1px 1px 2px #9e9e9e;
}

.lst_coupon_date {
    font-size: 11px;
    display: inline-block;
    color: #666;
}

.lst_coupon_category {
    display: inline-block;
    margin: 5px 10px 0 0;
    font-weight: bold;
    line-height: 24px;
}

.lst_coupon_title {
    padding: 3px;
    line-height: 22px;
    font-size: 12px;
}

.lst_coupon_more {
    text-align: right;
    padding: 5px;
    margin: 5px 0;
}

.btn_coupon {
    display: block;
    margin-bottom: 10px;
}

.lst_job {
}

.lst_job_toprow1 {
    padding: 5px;
    background: #fff;
    border-bottom: 1px #ddd solid;
}

.lst_job_toprow2 {
    padding: 5px;
    background: #fffff4;
    border-bottom: 1px #ddd solid;
}

.lst_job_row1 {
    padding: 5px;
    background: #fff;
    border-bottom: 1px #ddd solid;
}

.lst_job_row2 {
    padding: 5px;
    background: #ffe;
    border-bottom: 1px #ddd solid;
}

.lst_job_date {
    display: block;
    font-size: 11px;
    color: #666;
}

.lst_job_category {
    display: inline;
    font-weight: bold;
    font-size: 15px;
    line-height: 22px;
}

.lst_job_title {
    font-size: 12px;
    line-height: 22px;
}

.lst_job_more {
    text-align: right;
    padding: 5px;
    margin: 5px 0;
}

.lst_review {
}

.lst_review_row {
    display: inline-block;
}

.lst_review_toprow1 {
    padding: 5px;
    background: #fff;
    border-bottom: 1px #ddd solid;
}

.lst_review_toprow2 {
    padding: 5px;
    background: #fffff4;
    border-bottom: 1px #ddd solid;
}

.lst_review_row1 {
    padding: 10px;
    border: 1px #ddd solid;
    margin: 10px 0;
    border-radius: 5px;
    box-shadow: 1px 1px 2px #9e9e9e;
}

.lst_review_row2 {
    padding: 10px;
    border: 1px #ddd solid;
    margin: 10px 0;
    border-radius: 5px;
    box-shadow: 1px 1px 2px #9e9e9e;
}

.lst_review_shop {
    font-weight: bold;
}

.lst_review_date {
    font-size: 11px;
    color: #666;
    display: inline-block;
}

.review_date {
    font-size: 11px;
    text-align: right;
    color: #666;
}

.lst_review_category {
    display: block;
    padding: 0 5px;
}

.lst_review_title {
    display: inline-block;
    margin-right: 10px;
    font-weight: bold;
    font-size: 15px;
}

.lst_review_hyouka {
    display: block;
    margin-left: 5px;
    font-size: 13px;
    padding: 3px;
}

.lst_review_label {
    padding-left: 5px;
}

.star {
    font-size: 16px!important;
    color: #Fd0;
    text-shadow: 0 0 1px #444;
    position: relative;
    vertical-align: middle;
    margin-right: 2px;
}

.hyouka {
    font-size: 16px;
    font-weight: bold;
    color: #f60;
    margin-right: 5px;
}

.lst_review_more {
    text-align: right;
    padding: 5px;
    margin: 5px 0;
}

.lst_blog {
    line-height: 150%;
}

.lst_blog_row1 {
    padding: 10px;
    background: #efe;
    border: 2px #ddd solid;
    margin: 10px 0;
    border-radius: 5px;
}

.lst_blog_row2 {
    padding: 10px;
    background: #ffe;
    border: 2px #ddd solid;
    margin: 10px 0;
    border-radius: 5px;
}

.lst_blog_rowpick {
    padding: 10px;
    background: #fee;
    border: 2px #fcc solid;
    margin: 10px 0;
    border-radius: 5px;
}

.lst_blog_date {
    display: inline;
    font-size: 11px;
    float: right;
    color: #666;
}

.lst_blog_category {
    display: inline;
    line-height: 24px;
}

.lst_blog_title {
    padding: 1px;
    line-height: 24px;
}

.lst_blog_more {
    text-align: right;
    padding: 5px;
    margin: 5px 0;
}

.lst_column {
    min-height: 200px;
}

.lst_column_prof_left {
    display: inline-block;
    padding-right: 10px;
}

.lst_column_prof_right {
    display: inline-block;
    vertical-align: top;
}

.lst_column_image {
    float: left;
    display: inline-block;
    padding: 5px 15px 5px 5px;
}

.lst_column_person,.lst_column_date,.lst_column_title {
    display: inline-block;
    margin: 4px 0;
}

.lst_column_catchphrase {
    display: inline;
    font-size: 13px;
    margin-right: 5px;
    vertical-align: middle;
}

.lst_column_date {
    display: inline;
    font-size: 11px;
    vertical-align: middle;
}

.lst_column_row1 {
    background: #fff;
    border-bottom: 1px #ddd solid;
}

.lst_column_row2 {
    background: #fff;
    border-bottom: 1px #ddd solid;
}

.lst_column_category {
    display: inline;
}

.lst_column_title {
    padding: 3px;
    vertical-align: middle;
    font-size: 14px;
}

.lst_column_body {
    display: inline-block;
    padding: 10px 5px;
    line-height: 150%;
}

.lst_column_body p {
    line-height: 150%;
}

.lst_information {
}

.lst_information_row1 {
    padding: 3px;
    background: #fff;
    border-bottom: 1px #ddd solid;
}

.lst_information_row2 {
    padding: 3px;
    background: #fff;
    border-bottom: 1px #ddd solid;
}

.lst_information_date {
    display: block;
    font-size: 11px;
    text-align: right;
    color: #666;
}

.lst_information_title {
    padding: 5px;
}

.lst_information_body {
    display: inline-block;
    padding: 5px 10px;
}

.lst_information_comment {
    padding: 7px;
}

.lst_information_more {
    text-align: right;
    padding: 5px;
    margin: 5px 0;
}

.lst_ranking {
}

.lst_ranking_toprow1 {
    padding: 3px;
    background: #fff;
    border-bottom: 1px #ddd solid;
}

.lst_ranking_toprow2 {
    padding: 3px;
    background: #fffff4;
    border-bottom: 1px #ddd solid;
}

.lst_ranking_row1 {
    background: #fff;
    padding: 10px;
    border: 2px #ddd solid;
    margin: 10px 0;
    border-radius: 5px;
    min-height: 140px;
}

.lst_ranking_row2 {
    background: #ffe;
    padding: 10px;
    border: 2px #ddd solid;
    margin: 10px 0;
    border-radius: 5px;
    min-height: 140px;
}

.lst_ranking_category {
    display: inline;
}

.lst_ranking_title a {
    padding: 0px;
    font-weight: bold;
    font-size: 15px;
}

.lst_ranking_more {
    text-align: right;
    padding: 5px;
    margin: 5px 0;
}

.lst_ranking_contents {
    font-size: 12px;
    line-height: 20px;
}

.ranking_rank {
    display: inline;
    margin-right: 3px;
}

.ranking_rank img {
    width: 24px;
}

.jstree-anchor {
    color: #080 !important;
}

.jstree-anchor:hover {
    text-decoration: underline !important;
}

.news_tag {
    color: #555;
    text-decoration: underline;
}

.news_disp {
    display: inline-block;
    width: 49%;
    margin: 7px 0;
}

.news_sel, .ranking_sel {
    width: 100px;
    margin: 10px 3px;
}

.tbl_news_calender {
    width: 100%;
    border-collapse: collapse;
}

.tbl_news_calender th, .tbl_news_calender td {
    border: 1px #aaa solid;
    padding: 3px;
}

.tbl_news_calender th {
    text-align: center;
    width: 30px;
}

.tbl_news_title {
    border-bottom: 1px #aaa solid;
    display: inline-block;
    width: 100%;
    margin: 5px 0;
    font-size: 12px;
}

.tbl_news_calender td .tbl_news_title:last-child {
    border: none;
}

.cal_day_sun {
    background: #fee;
}

.cal_day_sat {
    background: #eff;
}

.news_flg_word {
    display: inline-block;
    background: #f80;
    color: #fff;
    border-radius: 5px;
    padding: 1px 3px;
    margin: 2px;
    font-size: 12px;
    line-height: 19px;
}

.news_flg_area_w {
    display: inline-block;
    background: #f20;
    color: #fff;
    border-radius: 5px;
    padding: 1px 3px;
    margin: 2px;
    font-size: 12px;
    line-height: 19px;
}

.news_flg_area_e {
    display: inline-block;
    background: #29f;
    color: #fff;
    border-radius: 5px;
    padding: 1px 3px;
    margin: 2px;
    font-size: 12px;
    line-height: 19px;
}

.news_flg_pro {
    display: inline-block;
    background: #282;
    color: #fff;
    border-radius: 5px;
    padding: 1px 3px;
    margin: 2px;
    font-size: 12px;
    line-height: 19px;
}

.news_flg_ama {
    display: inline-block;
    background: #282;
    color: #fff;
    border-radius: 5px;
    padding: 1px 3px;
    margin: 2px;
    font-size: 12px;
    line-height: 19px;
}

.news_flg_rep {
    display: inline-block;
    background: #5b0;
    color: #fff;
    border-radius: 5px;
    padding: 1px 3px;
    margin: 2px;
    font-size: 12px;
    line-height: 19px;
}

.news_flg_mov {
    display: inline-block;
    background: #d3e;
    color: #fff;
    border-radius: 5px;
    padding: 1px 3px;
    margin: 2px;
    font-size: 12px;
    line-height: 19px;
}

.event_disp {
    display: inline-block;
    width: 49%;
    margin: 7px 0;
}

.event_sel {
    width: 100px;
    margin: 10px 3px;
}

.tbl_event_calender {
    width: 100%;
    border-collapse: collapse;
}

.tbl_event_calender h2 {
    font-size: 14px;
}

.tbl_event_calender th, .tbl_event_calender td {
    border: 1px #aaa solid;
    padding: 3px;
}

.tbl_event_calender th {
    text-align: center;
    width: 30px;
}

.tbl_event_title {
    border-bottom: 1px #aaa solid;
    display: inline-block;
    width: 100%;
    padding: 7px 0;
}

.tbl_event_calender td .tbl_event_title:last-child {
    border: none;
}

.coupon_disp {
    display: inline-block;
    width: 49%;
    margin: 3px 0;
}

.coupon_shop {
    font-size: 11px !important;
}

.coupon_box {
    box-sizing: border-box;
    border-radius: 6px;
    border: 2px solid #aaa;
    padding: 10px 5px;
    width: 100%;
    background: #fff;
    margin-bottom: 10px;
    color: #333;
    position: relative;
    box-shadow: 1px 1px 2px #333;
}

.coupon_head {
    display: inline-block;
    width: 100%;
}

.qp_img {
    display: inline-block;
    width: 80px;
    float: left;
}

.coupon_box strong {
    display: inline-block;
    margin: 10px 0;
}

.coupon_box p {
    padding: 5px 15px;
}

.coupon_detail {
    border-radius: 6px;
    padding: 10px;
    background: #ffd;
    border: 1px solid #a00;
    color: #222;
    margin: 10px;
    width: auto;
}

.coupon_box span {
    display: block;
    margin-bottom: 3px;
    line-height: 22px;
    font-size: 12px;
}

.border-top {
    border-top: 6px #fff double;
}

.border-bottom {
    border-top: 6px #fff double;
}

.best_review {
    display: inline-block;
    background: #f80;
    color: #fff;
    border-radius: 5px;
    padding: 1px 3px;
    margin-right: 5px;
    font-size: 12px;
}

.review_detail {
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 10px;
    display: inline-block;
    padding: 5px;
}

.review_title {
    font-weight: bold;
    margin: 10px 0;
    text-decoration: underline;
}

.review_name {
    margin: 10px 0;
}

.review_com {
    margin: 10px 0;
}

.review_gb {
    float: left;
    width: 50%;
    border: 1px #aaa solid;
    box-sizing: border-box;
    margin: 10px 0;
}

.review_gb_head {
    text-align: center;
    background: #390;
    color: #fff;
    margin: 0 0 5px;
}

.review_gb_com {
    padding: 5px;
    min-height: 80px;
}

.review_left {
    margin: 5px 0;
    float: left;
    width: 25%;
}

.review_name {
    display: inline;
}

.review_right {
    margin: 5px 0;
    float: right;
    width: 74%;
}

.review_head {
    text-align: center;
    background: #ffd;
    margin-bottom: 5px;
    border-radius: 3px;
    padding: 2px;
    font-weight: bold;
}

.review_hyouka {
    text-align: center;
    color: #d80000;
    font-weight: bold;
    font-size: 16px;
}

.ranking_disp {
    display: inline-block;
    margin: 5px 0;
}

.info_disp {
    display: inline-block;
    text-align: center;
    width: 100%;
    margin: 7px 0;
}

.column_disp {
    display: inline-block;
    width: 49%;
    margin: 7px 0;
}

.column_profile {
    background: #f8f8f8;
    padding: 5px 10px;
    border-left: 5px #390 solid;
    margin: 10px 0;
}

.column_profile_head {
    width: 30%;
    display: inline-block;
    vertical-align: top;
    margin: 5px 0;
    font-weight: bold;
}

.column_profile_data {
    width: 70%;
    display: inline-block;
    margin: 5px 0;
}

.tbl_company {
    border-collapse: collapse;
}

.tbl_company th {
    border: 1px #ccc solid;
    background-color: #FAF4E2;
    font-weight: bold;
    color: #816F45;
    padding: 5px;
    width: 140px;
}

.tbl_company td {
    border: 1px #ccc solid;
    padding: 5px;
}

.tbl_guide {
    width: 100%;
    border-collapse: collapse;
    border-top: 7px #999 solid;
    margin: 10px 0;
}

.tbl_guide th {
    width: 50px;
    border: 1px #ccc solid;
    padding: 5px;
}

.tbl_guide td {
    border: 1px #ccc solid;
    padding: 5px;
}

.guide_q_text {
    font-size: 12px;
    color: #0055E3;
}

.guide_a_text {
    font-size: 12px;
}

.guide_q {
    font-size: 16px;
    color: #0055E3;
    font-weight: bold;
}

.guide_a {
    font-size: 16px;
    color: #E11719;
    font-weight: bold;
}

.tbl_keisai {
    width: 100%;
    margin: 10px 0;
    border-collapse: collapse;
}

.keisai_form {
    font-size: 14px;
}

.keisai_form ul, .keisai_form ol {
    margin-left: 0;
}

.tbl_keisai th, .tbl_keisai td {
    border: 1px #ccc solid;
}

.tbl_keisai th {
    background: #f0f0f0;
    padding: 10px;
    width: 35%;
}

.tbl_keisai span {
    color: #333;
    font-size: 13px;
    font-weight: normal;
    display: block;
}

.tbl_keisai .keisai_t {
    width: 30%;
}

.tbl_keisai .maru {
    font-weight: bold;
    font-size: 28px;
    color: #f90;
    text-align: center;
}

.tbl_keisai .batu {
    font-weight: bold;
    font-size: 28px;
    color: #09f;
    text-align: center;
}

.keisai_l {
    font-size: 20px;
    vertical-align: middle;
}

.keisai_m {
    font-size: 18px;
    vertical-align: middle;
}

.keisai_form li {
    margin: 10px 0;
}

.keisai_pop {
    height: 210px;
}

.title_field {
    display: block;
    width: 100%;
    margin-top: 10px;
    border-left: 7px #393 solid;
    padding: 5px 10px;
    box-sizing: border-box;
    line-height: 1.5;
}

.title_field2 {
    display: block;
    width: 100%;
    margin-top: 10px;
    background: #fee;
    border-left: 5px #c22 solid;
    padding: 5px 10px;
    box-sizing: border-box;
    line-height: 1.5;
}

.tbl_link_head {
    padding: 5px;
    border-bottom: 1px solid #ccc;
    background-color: #fffff4;
    border: 1px #aaa solid;
    width: 100%;
    display: inline-block;
    box-sizing: border-box;
}

.tbl_link_data {
    padding: 5px;
    border: 1px #aaa solid;
    width: 100%;
    display: inline-block;
    box-sizing: border-box;
    margin: -1px 0 -1px;
}

.partner_link {
    padding: 10px;
}

.partner_link_title {
    padding: 5px 10px 20px;
    border-bottom: 1px #aaa dashed;
}

.partner_link_title:last-child {
    border: none;
}

.policy p {
    width: 95%;
}

.contact_head {
    width: 18%;
    display: inline-block;
    padding: 5px;
    vertical-align: top;
    margin-top: 5px;
    font-weight: bold;
    box-sizing: border-box;
}

.contact_data {
    width: 80%;
    display: inline-block;
    padding: 5px;
    box-sizing: border-box;
}

.contact_label {
    display: inline-block;
    width: 160px;
    line-height: 28px;
}

.mailform input[type="text"], .mailform textarea,.memberform input[type="text"], .memberform textarea {
    width: 400px;
}

.search_box {
    padding: 5px 10px 10px;
    box-sizing: border-box;
}

.search_count_label {
    display: inline-block;
}

.search_count {
    color: #f00;
    font-size: 18px;
    margin-left: 5px;
}

#search_detail {
    padding: 5px;
}

#search_detail label {
    width: 25%;
    display: inline-block;
    margin: 2px 0;
    font-size: 12px;
    vertical-align: top;
}

.search_row {
    display: block;
    width: 100%;
    border-bottom: 1px #ccc solid;
    padding: 3px 0;
    margin: 3px 0;
}

.search_row2 {
    display: inline-block;
    width: 49.5%;
    border-bottom: 1px #ccc solid;
    padding: 3px 0;
    margin: 3px 0;
}

.search_title {
    padding: 10px;
    line-height: 22px;
}

.search_table {
    display: table;
}

.search_area_label {
    margin: 0;
    padding: 5px 0 0;
    text-align: center;
    font-weight: bold;
    font-size: 52px;
    color: #380;
    background: #ffffd0;
    letter-spacing: 2px;
}

.search_label {
    display: table-cell;
    width: 120px;
    color: #080;
    font-weight: bold;
    vertical-align: middle;
}

.search_data {
    display: table-cell;
    vertical-align: middle;
}

#search_area, #search_station {
    display: inline;
    font-size: 11px;
}

.txt_jansearch {
    width: 250px;
    padding: 3px !important;
}

.cbo_searchorder {
    width: 250px;
    padding: 5px !important;
}

.btn_jansearch {
    width: 250px;
    font-size: 20px;
    letter-spacing: 5px;
    padding: 10px;
}

#btn_clear {
    vertical-align: bottom;
    letter-spacing: 1px;
}

.dialog_title {
    padding: 5px;
    text-align: center;
    background: #aaa;
    color: #fff;
    border-bottom: 1px #fff solid;
}

.dialog_row1 {
    padding: 2px 0 4px 5px;
    background: #fff;
    display: inline-block;
    width: 45%;
    font-size: 14px;
    vertical-align: top;
}

.dialog_row2 {
    padding: 2px 0 4px 5px;
    background: #fff;
    display: inline-block;
    width: 45%;
    font-size: 14px;
    vertical-align: top;
}

.dialog_item {
    padding: 3px 0 5px 5px;
    background: #fff;
    display: inline-block;
    width: 30%;
    font-size: 14px;
    vertical-align: top;
}

.new_nanikiru_tehai {
    padding: 10px 0;
    margin-top: -5px;
}

.official {
    background: #f80;
    padding: 1px 7px;
    margin: 0 5px;
    border-radius: 5px;
}

.member {
    background: #08f;
    padding: 1px 7px;
    margin: 0 5px;
    border-radius: 5px;
}

.lst_nanikiru_row1 {
    background: #484;
    min-height: 150px;
}

.lst_nanikiru_row2 {
    background: #484;
    min-height: 150px;
}

.nanikiru_menu_item {
    text-align: center;
}

.nanikiru_menu_item {
    display: inline-block;
    width: 33%;
    padding: 0px;
    box-sizing: border-box;
    vertical-align: top;
}

.nanikiru_title {
    background: #444;
    color: #fff;
    padding: 5px;
}

.nanikiru_id {
    font-size: 16px;
    font-weight: bold;
    color: #ff0;
}

.nanikiru_author {
    float: right;
    font-size: 11px;
}

.nanikiru_comment,.nanikiru_tehai,.nanikiru_click {
    padding: 5px;
}

.nanikiru_comment {
    padding: 5px 10px;
    color: #eee;
}

.nanikiru_click {
    padding: 0 15px 5px;
    color: #eee;
}

.nanikiru_click a {
    color: #ee2;
}

.nanikiru_tehai {
    margin: 5px;
}

.nanikiru_anchor {
    display: inline-block;
}

.pnl_nanikiru {
    padding: 0px;
    margin-bottom: 10px;
}

.nanikiru_ans_head {
    width: 70px;
    display: inline-block;
    padding: 5px 0;
}

.nanikiru_ans_data {
    width: 70%;
    display: inline-block;
    padding: 5px 0;
}

.nanikiru_count {
    display: inline-block;
    background: #f63;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    margin-left: 10px;
}

.nanikiru_2col {
    display: inline-block;
    padding: 0;
    box-sizing: border-box;
    width: 50%;
    vertical-align: top;
}

.nanikiru_answer {
    background: #ffd;
    padding: 10px;
    border-radius: 5px;
    min-height: 230px;
    line-height: 28px;
}

.nanikiru_answer p {
    margin: 5px 0;
}

.nanikiru_answer img {
    width: 24px !important;
    vertical-align: middle !important;
}

.nanikiru_result_title {
    background: #666;
    color: #fff;
    padding: 5px 10px;
    text-align: center;
}

.nanikiru_rank {
    background: #dfd;
    padding: 10px;
    border-radius: 5px;
    min-height: 230px;
}

.nanikiru_rank_l {
    display: inline-block;
    width: 40%;
}

.nanikiru_rank_r {
    display: inline-block;
    width: 60%;
    vertical-align: top;
}

.nanikiru_ranking_rank {
    color: #fff;
    border-radius: 25px;
    padding: 10px;
    margin-right: 10px;
    line-height: 42px;
}

#nanikiru_ranking_rank1 {
    background: #390;
}

#nanikiru_ranking_rank2 {
    background: #FA0;
}

#nanikiru_ranking_rank3 {
    background: #c22;
}

#nanikiru_ranking_rank4 {
    background: #039;
}

#nanikiru_ranking_rank5 {
    background: #444;
}

.nanikiru_ranking_cnt {
    padding: 5px;
    margin-left: 5px;
}

.nanikiru_answer_comment {
    padding: 5px;
}

.nanikiru_comment_name {
    float: right;
    margin-right: 3px;
    font-size: 11px;
}

.nanikiru_comment_data {
    display: block;
    padding: 0 10px;
}

.nanikiru_comment_data p {
    margin: 0;
}

.nanikiru_make_title {
    background: #444;
    color: #fff;
    padding: 5px 10px;
}

.nanikiru_make_pai {
    text-align: center;
    padding: 10px 0;
    background: #ffd;
}

.nanikiru_mkbox {
    margin: 0;
    padding: 10px;
    line-height: 34px;
    background: #ffd;
}

.nanikiru_mkbox div {
    display: inline-block;
    padding: 3px;
}

.nanikiru_mkbox span {
    width: 50px;
}

.sel_nanikiru {
    margin-right: 5px;
}

.num_nanikiru {
    padding: 3px;
    margin-right: 5px;
}

.txt_nanikiru {
    padding: 3px;
}

.nanikiru_mktehai_box {
    margin: 10px 0;
    padding: 10px;
    text-align: center;
    vertical-align: middle;
    margin: 0 0 15px;
    background: #494;
}

.nanikiru_mktehai_box button {
    background: #ccc;
    color: #333;
}

.nanikiru_mktehai {
    display: inline-block;
    width: 32px;
    height: 49px;
    border: 1px #ccc dotted;
}

#img_tumo {
    margin-left: 10px;
}

.nanikiru_ripai {
    margin-bottom: 20px;
}

.nanikiru_step3 span {
    width: 80px;
    display: inline-block;
}

.nanikiru_step3 input {
    width: 200px;
}

.nanikiru_step3 textarea {
    width: 80%;
    vertical-align: top;
}

.judge_menu_item {
    text-align: center;
}

.judge_menu_item {
    display: inline-block;
    width: 33%;
    padding: 0px;
    box-sizing: border-box;
}

.lst_judge_row1 {
    background: #ffe;
    min-height: 150px;
}

.lst_judge_row2 {
    background: #ffe;
    min-height: 150px;
}

.judge_menu_item {
    text-align: center;
}

.judge_title {
    background: #444;
    color: #fff;
    padding: 5px;
}

.judge_id {
    font-size: 16px;
    font-weight: bold;
    color: #ff0;
}

.judge_author {
    float: right;
    font-size: 11px;
}

.judge_title {
    padding: 5px 10px;
    font-size: 12px;
    color: #fff;
}

.judge_description {
    padding: 5px 10px;
}

.judge_anchor {
    display: inline-block;
}

.judge_click {
    padding: 5px 15px 10px;
}

.judge_click a {
    color: #080;
}

.judge_img {
    max-width: 450px;
    padding: 5px;
}

.judge_img:hover {
    transform: scale(1.01, 1.01);
    cursor: pointer;
}

.pnl_judge {
    padding: 0px;
    padding-bottom: 10px;
}

.judge_ans_row {
    display: inline-block;
    margin-left: 10px;
}

.judge_ans_head {
    display: inline-block;
    padding: 5px 0;
    margin-left: 10px;
}

.judge_ans_data {
    display: inline-block;
    padding: 0 0 15px;
}

.judge_comment {
    padding: 5px;
}

.judge_make_title {
    background: #444;
    color: #fff;
    padding: 5px 10px;
}

.judge_make_title span {
    color: #f22;
}

.judge_mkbox {
    margin: 0;
    padding: 5px;
    line-height: 34px;
    background: #ffd;
}

.judge_mkbox div {
    display: inline-block;
    padding: 3px;
}

.judge_mkbox span {
    display: inline-block;
    width: 80px;
}

.txt_judge_title {
    width: 690px;
}

.judge_mkbox textarea {
    width: 700px;
    vertical-align: top;
}

.judge_filebox {
    display: inline-block;
    width: 450px;
}

.judge_img {
    max-width: 450px;
    vertical-align: top;
}

.sel_judge {
    margin-right: 5px;
}

.sel_answer, .sel_category {
    width: 180px;
}

.judge_count {
    display: inline-block;
    background: #f63;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    margin-left: 10px;
}

.judge_2col {
    display: inline-block;
    padding: 0;
    box-sizing: border-box;
    width: 50%;
    vertical-align: top;
}

.judge_answer {
    background: #ffd;
    padding: 10px;
    border-radius: 5px;
    min-height: 230px;
    line-height: 28px;
}

.judge_answer p {
    margin: 5px 0;
}

.judge_answer img {
    width: 24px !important;
    vertical-align: middle !important;
}

.judge_result_title {
    background: #666;
    color: #fff;
    padding: 5px 10px;
    text-align: center;
}

.judge_rank {
    background: #dfd;
    padding: 10px;
    border-radius: 5px;
    min-height: 230px;
}

.judge_rank_l {
    display: inline-block;
    width: 40%;
}

.judge_rank_r {
    display: inline-block;
    width: 60%;
    vertical-align: top;
}

.judge_ranking_rank {
    color: #fff;
    border-radius: 25px;
    padding: 10px;
    margin-right: 10px;
    line-height: 42px;
}

#judge_ranking_rank1 {
    background: #390;
}

#judge_ranking_rank2 {
    background: #FA0;
}

#judge_ranking_rank3 {
    background: #c22;
}

#judge_ranking_rank4 {
    background: #039;
}

#judge_ranking_rank5 {
    background: #444;
}

.judge_ranking_cnt {
    padding: 5px;
    margin-left: 5px;
}

.judge_comment_name {
    float: right;
    margin-right: 3px;
    font-size: 11px;
}

.judge_comment_data {
    display: block;
    padding: 0 10px;
}

.judge_comment_data p {
    margin: 0;
}

.tbl_login td {
    border-bottom: none;
    padding: 5px;
}

.editrev_box {
    padding: 10px 5px;
    border-top: 1px #aaa solid;
}

.editrev_inner {
    padding: 5px;
    border: 1px #aaa dotted;
    border-radius: 5px;
    margin: 5px 0;
}

.editrev_inner p {
    color: #777;
    font-size: 12px;
}

.lst_taikai {
}

.lst_taikai_row1 {
    background: #fff;
    border: 1px #ddd solid;
    padding: 10px 15px;
    border-radius: 10px;
    margin: 10px 0;
    box-shadow: 1px 1px 2px #9e9e9e;
}

.lst_taikai_row2 {
    background: #fff;
    border: 1px #ddd solid;
    padding: 10px 15px;
    border-radius: 10px;
    margin: 10px 0;
    box-shadow: 1px 1px 2px #9e9e9e;
}

.lst_taikai_date {
    font-size: 11px;
    display: inline-block;
    color: #666;
}

.lst_taikai_category {
    padding: 3px;
    line-height: 22px;
    font-size: 12px;
}

.lst_taikai_title {
    display: inline-block;
    margin: 5px 0 10px;
    font-weight: bold;
    line-height: 24px;
}

.tbl_taikai {
    display: inline-block;
    vertical-align: top;
    padding: 5px;
    border-collapse: collapse;
}

.tbl_taikai th, .tbl_taikai td {
    border: 1px #ccc solid;
    padding: 10px;
}

.tbl_taikai th {
    width: 90px;
    background: #393;
    color: #fff;
}

.tbl_taikai td {
    background: #fff;
    ;}

.lst_feature_row1 {
    padding: 10px;
    background: #fff;
    border: 1px #ddd solid;
    margin: 10px 0;
    border-radius: 5px;
    box-shadow: 1px 1px 2px #9e9e9e;
}

.lst_feature_row2 {
    padding: 10px;
    background: #fff;
    border: 1px #ddd solid;
    margin: 10px 0;
    border-radius: 5px;
    box-shadow: 1px 1px 2px #9e9e9e;
}

.feature_link {
    background: #390;
    color: #fff;
    font-size: 25px;
    font-weight: bold;
    letter-spacing: 3px;
    text-align: center;
    text-decoration: none;
    display: block;
    margin: 3px;
    width: 95%;
    padding: 20px 0;
}

.feature_link:hover {
    text-decoration: none;
    opacity: 0.8;
}

.feature_title {
}

.feature_title_sub {
    border-left: #f90 7px solid;
    padding: 5px 10px 5px;
    margin: 5px 0;
    display: block;
    font-size: 19px;
    line-height: 24px;
}

.feature_description {
    margin: 10px 0;
    border: 1px #ddd solid;
    padding: 20px;
    background: #f0fff0;
    border-radius: 3px;
    font-size: 14px;
}

.feature_area {
    margin: 10px 0 20px;
    border: 1px #ddd solid;
    padding: 15px;
    border-radius: 3px;
    font-size: 14px;
    line-height: 1.3;
}

.feature_kdate {
    font-size: 11px;
    color: #888;
    text-align: right;
}

.feature_box {
    padding: 5px;
}

.feature_ranking_box {
    vertical-align: top;
    display: inline-block;
    width: 33%;
    padding: 5px 5px 10px;
    box-sizing: border-box;
    margin-bottom: 10px;
}

.feature_ranking_logo {
    text-align: center;
    height: 120px;
    padding: 10px 0;
}

.feature_ranking_logo img {
    max-height: 120px;
}

.feature_ranking_logo img:hover {
    transition: 0.5s;
    transform: scale(1.05, 1.05);
}

.feature_ranking_title {
    font-size: 17px;
    font-weight: bold;
    color: #390;
    line-height: 24px;
}

.feature_ranking_text {
    padding: 10px;
    background: #fff4f4;
    height: 160px;
    overflow-y: auto;
    font-size: 13px;
}

.feature_ranking_tel {
    display: block;
    background: linear-gradient(to bottom, #fd8f9b 0%, #f55 50%, #f60000 50%, #f60000 100%);
    color: #fff;
    border-radius: 10px;
    padding: 10px 0;
    margin: 10px 0;
    text-align: center;
    text-decoration: none;
    font-size: 15px;
    letter-spacing: 2px;
}

.feature_review_title {
    padding: 5px;
}

.feature_review_contents {
    padding: 0 5px;
    color: #444;
}

.ranking_rank {
    vertical-align: sub;
}

.side_janru li {
    line-height: 19px;
}

.lst_saikyousen_toprow1 {
    padding: 5px;
    background: #fff;
    border-bottom: 1px #ddd solid;
}

.lst_saikyousen_toprow2 {
    padding: 5px;
    background: #ffe;
    border-bottom: 1px #ddd solid;
}

.saikyousen_box {
    display: inline-block;
    width: 50%;
    vertical-align: top;
    min-height: 100px;
    padding: 0 5px;
    box-sizing: border-box;
}

.saikyousen_head {
    margin-top: 5px;
    font-size: 17px;
    font-weight: bold;
    background: #494;
    color: #fff;
    padding: 3px 10px;
}

.saikyousen_row {
    padding: 7px 0 0 5px;
    border-bottom: 1px #ccc dotted;
    margin-bottom: 5px;
}

.saikyousen_row2 {
    padding: 5px 0;
}

.saikyousen_row3 {
    padding: 2px 0 7px;
}

.saikyousen_row3 span {
    padding-right: 10px;
}

.box_jansou {
    display: inline-block;
    box-sizing: border-box;
    width: 33%;
    text-align: center;
    margin: 10px 0 0;
    font-weight: bold;
    font-size: 32px;
    background: #fff;
}

.sp_message {
    display: none;
}

.area_news table {
    border-collapse: collapse;
    display: block;
    overflow-x: auto;
    white-space: nowrap;
    max-width: 100%;
}

.area_news table th {
    border: 1px #ccc solid;
    background: #270;
    color: #fff;
}

.area_news table td {
    border: 1px #ccc solid;
}

.chk_online {
    display: inline-block;
    width: 24%;
    line-height: 2;
}

fieldset {
    padding: 10px 20px;
    border: 1px #aaa solid;
}

.online_flg {
    position: absolute;
    padding: 1px 5px;
    color: #fff;
    border-radius: 5px;
    font-size: 11px;
    margin: -24px -3px;
    display: block;
}

.online_flg_ron2 {
    background: #23753B;
}

.online_flg_fc {
    background: #E00011;
}

.online_flg_mj {
    background: #1845BC;
}

.online_flg_maru {
    background: #5E4A4B;
}

.online_flg_navi {
    background: #193400;
}

.online_flg_tenhou {
    background: #000;
}

.online_flg_city {
    background: #C10F25;
}

.online_flg_tengoku {
    background: #013D48;
}

.online_flg_jantama {
    background: #EE86D7;
}

.online_flg_school {
    background: #080;
}

.online_flg_etc {
    background: #555;
}

.tbl_online_calender {
    width: 100%;
    border-collapse: collapse;
    font-size: 13px;
}

.tbl_online_calender th, .tbl_online_calender td {
    border: 1px #aaa solid;
    padding: 8px 3px 3px;
}

.tbl_online_calender th {
    text-align: center;
    width: 30px;
}

.tbl_online_title {
    display: inline-block;
    width: 49%;
    margin: 7px 3px;
    font-size: 13px;
    vertical-align: top;
    padding: 15px 10px 10px;
    box-sizing: border-box;
    border: 1px #ddd dotted;
    min-height: 64px;
    border-radius: 3px;
    line-height: 1.7;
}

.tbl_online_title a {
    display: block;
    font-weight: bold;
}

.sel_online {
    padding: 5px;
}

.box_online {
    display: inline-block;
    box-sizing: border-box;
    width: 32.5%;
    padding: 10px;
    vertical-align: top;
}

.box_online img {
    height: 150px;
}

.box_banner_dora_pc {
    position: fixed;
    z-index: 999;
    bottom: 10px;
    display: block;
    width: 100%;
}

.box_banner_dora_pc_inner {
    width: 980px;
    margin: 0 auto;
    padding: 15px;
    background: rgba(230, 230, 230, 0.75);
    border-radius: 20px;
    text-align: center;
}

.btn_banner_dora_pc_close {
    float: right;
    position: relative;
    background: #888;
    color: #fff;
    padding: 0px 5px;
    font-size: 16px;
    left: 43px;
    top: -15px;
    text-decoration: none !important;
}

.box_banner_dora_sp_pickup {
    position: fixed;
    z-index: 9999;
    background: rgba(0,0,0,0.7);
    width: 100vw;
    height: 100vh;
    top: 0;
}

.btn_banner_dora_sp_close {
    position: relative;
    background: #000;
    color: #fff;
    padding: 3px 6px;
    font-size: 20px;
    left: 3px;
    top: 21.5%;
    text-decoration: none !important;
    border: 1px #fff solid;
}

.box_banner_dora_sp_pickup img {
    position: relative;
    top: 22%;
    padding: 3px;
    box-sizing: border-box;
}

.shop_telop {
    font-size: 11px;
    font-weight: bold;
    margin-left: 5px;
    padding-bottom: 5px;
    color: #383838;
}

.box_shop_menu {
    float: right;
}

.btn_shop_menu {
    cursor: pointer;
    font-size: 22px;
    color: #777;
    float: right;
}

.lst_shop_menu {
    display: none;
    position: absolute;
    background: #fff;
    list-style: none;
    width: 150px;
    margin-top: 30px;
    margin-left: -160px;
    padding: 10px 15px;
    border: 1px #aaa solid;
    z-index: 1;
}

.lst_shop_menu li {
    padding: 5px 0;
}

.lst_shop_menu li a {
    display: block;
}

.lst_shop_menu i {
    display: inline-block;
    width: 16px;
    text-align: center;
}

.lst_search_row1, .lst_search_row2 {
    background: #fff;
}

.box_event_old {
    font-size: 13px;
    margin-bottom: 10px;
}

.box_event_old a {
    color: #777;
}

.box_event_old p {
    line-height: 1.7;
}

.show_event_old {
    color: #080 !important;
    font-size: 11px;
    cursor: pointer;
    text-decoration: none !important;
}

.show_review_all {
    color: #080 !important;
    font-size: 12px;
    cursor: pointer;
    text-decoration: none !important;
    display: inline-block;
    padding: 5px 0;
    margin: 5px 0;
}

.title_event_old {
    margin: 10px 0;
    font-weight: bold;
    color: #333;
    font-size: 14px;
}

.date_event_old {
    background: #777;
    color: #fff;
    font-size: 11px;
    padding: 1px 3px;
    margin-right: 7px;
    border-radius: 5px;
    width: 70px;
    display: inline-block;
    text-align: center;
}

.search_menu_box {
    padding: 5px;
    margin: 10px 0;
}

.search_menu {
    vertical-align: top;
}

.search_menu a {
    display: block;
    padding: 7px;
    border: 1px #393 solid;
    border-radius: 5px;
    box-sizing: border-box;
    text-align: center;
    transition: all 0.3s ease-out;
    font-size: 15px;
}

.search_menu a:hover {
    background: #393;
    color: #fff;
    text-decoration: none;
}

.search_menu_main {
    display: inline-block;
    width: 49%;
    margin: 3px 3px;
}

.search_menu_main a {
    border: 3px #393 solid;
    padding: 20px;
    font-size: 16px;
}

.search_menu_sub {
    display: inline-block;
    width: 24%;
    margin: 3px 3px;
}

.search_menu_sub a {
    max-height: 37px;
    overflow: hidden;
    line-height: 1.6;
}

.search_menu span {
    font-size: 11px;
}

.instagram {
    width: 100%;
    height: 400px;
    list-style: none !important;
    overflow-y: auto;
    padding-left: 0 !important;
    border: 1px solid rgba(15,70,100,.12);
}

.instagram li {
    border-bottom: 1px solid rgba(15,70,100,.12);
    margin: 10px 0padding:10px !important;
}

.insta_date {
    text-align: right;
    font-size: 12px;
    color: #657786;
    padding: 0 10px;
}

.insta_caption {
    font-size: 13px;
    margin: 10px 0;
    padding: 0 10px;
}

.instagram img {
    max-width: 45%;
}

@media screen and (max-width: 991px) {
    #ad {
        display:none;
    }

    .wrap, #header_bottom, #bottom, #left, #main, #main_1col, #main_2col {
        width: 99%;
    }

    .main-inner {
        padding: 0;
    }

    #bottom_area .frame2 {
        width: 48%;
    }

    #right {
        display: none;
    }

    #sp_none {
        display: none !important;
    }

    .fix_header_ad {
        display: none;
    }

    #fix_header {
        display: none;
    }

    #fix_header_tab {
        display: block;
    }

    .fix_header_item_tab {
        display: inline-block;
        color: #390;
        background: #fff;
        text-align: center;
        margin: 0;
        width: 17%;
        padding: 5px 2px;
        border: 2px #390 solid;
        margin: 2px;
    }

    .fix_header_item_tab a {
        color: #390;
        padding: 5px 7px;
        font-size: 16px;
    }

    .sp_message {
        display: block;
    }
}

@media screen and (max-width: 767px) {
    .wrap, .one-column #content .wrap {
        margin-left:0px;
        margin-right: 0px;
    }

    .top_shop_count {
        float: none;
        display: block;
        text-align: right;
    }

    #pc_none {
        display: block !important;
    }

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

    .map_svg {
        width: 100%;
        padding: 0 5px;
    }

    body {
        padding: 0;
        margin: 0;
    }

    .pai_img_l {
        width: 21px;
    }

    .pai_img_d {
        width: 22px;
    }

    .slider_box {
        display: none;
    }

    .tab_item {
        width: 33%;
    }

    .pagetop a, .pagetop a:hover {
        padding: 15px;
        line-height: 19px;
    }

    .sns_box {
        text-align: center;
        padding: 0;
        width: 100%;
        margin-top: 50px;
        vertical-align: top;
    }

    .twitter_box {
        display: none;
    }

    .title_green, .title_yellow, .title_red, .title_orange, .title_brown, .title_gray, .title_black {
        padding: 7px 3px;
        margin-bottom: 3px;
        box-shadow: none;
        -webkit-box-shadow: none;
        -webkit-box-shadow: none;
        letter-spacing: 1px;
    }

    .wrap, #header, #header_bottom, #top, #main, #main_2col, #main_1col, #left, #right, #bottom, #footer {
        width: 100%;
        margin: 0;
        padding: 0;
        box-sizing: border-box;
    }

    .frame {
        padding: 0;
    }

    #main .main-inner, #main_2col .main-inner, #main_1col .main-inner {
        padding: 0;
    }

    .swiper-container {
    }

    .breadcrumb {
        margin: 0;
        padding: 7px 5px;
    }

    .sp_disable {
        opacity: 0.3;
    }

    #left .sparea {
        display: block;
    }

    .sparea_detail {
        display: none;
        margin-left: 10px;
        box-sizing: border-box;
    }

    .sparea_label {
        font-size: 14px;
        color: #390;
        cursor: pointer;
        padding: 7px;
        box-sizing: border-box;
        font-weight: bold;
        margin-bottom: 5px;
        letter-spacing: 2px;
    }

    .sparea_val {
        display: inline-block;
        width: 48%;
        background: linear-gradient(to bottom, #4a0 0%, #490 50%, #380 50%, #270 100%);
        text-align: center;
        border-radius: 5px;
        margin-bottom: 10px;
        text-decoration: none;
        border: 1px #ddd solid;
        font-weight: bold;
        letter-spacing: 2px;
        line-height: 22px;
    }
    .sparea_val a {
    	display: block;
    	padding: 7px;
    	color: #fff;
    	text-decoration: none;
    }

    #left .spstation {
        display: block;
    }

    .spstation_detail {
        display: none;
        margin-left: 10px;
        box-sizing: border-box;
    }

    .spstation_label {
        font-size: 14px;
        color: #390;
        display: inline-block;
        cursor: pointer;
        width: 49%;
        padding: 10px;
        box-sizing: border-box;
        font-weight: bold;
        margin-bottom: 5px;
        letter-spacing: 2px;
    }

    .spstation_val {
        display: inline-block;
        width: 43%;
        background: linear-gradient(to bottom, #4a0 0%, #490 50%, #380 50%, #270 100%);
        color: #fff;
        padding: 7px;
        text-align: center;
        border-radius: 5px;
        margin-bottom: 10px;
        text-decoration: none;
        border: 1px #ddd solid;
        font-weight: bold;
        letter-spacing: 2px;
        line-height: 22px;
    }

    #left .map {
        height: 330px;
        padding-bottom: 0;
    }

    #left .map {
        display: none;
    }

    #left .fkn_list {
        font-size: 14px;
        background: #fff;
    }

    #left .area_map {
        margin-bottom: 0;
    }

    #left .fkn_fuken {
        width: 80%;
    }

    #left .fkn_fuken a {
        margin: 2px 6px 2px 0;
    }

    #right {
        display: none;
    }

    #right .side_banner {
        display: inline-block;
        width: 48%;
        margin: 3px;
    }

    #bottom {
        border-top: none;
    }

    #header_bottom {
        display: none;
    }

    #bottom, #bottom_area {
        padding: 0;
    }

    #bottom .link_area {
        text-align: center;
    }

    #bottom_area .frame2,#bottom_area .frame3 {
        width: 100%;
        padding: 0;
    }

    #fix_header_tab {
        display: none;
    }

    #fix_header_sp {
        display: none;
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 42px;
        background: #fff;
        line-height: 32px;
        z-index: 999;
        text-align: center;
        border-bottom: 1px #ccc dotted;
        border-top: 3px #390 solid;
    }

    #fix_header_sp a {
        color: #222;
        text-decoration: none;
    }

    #fix_header_sp p, #fix_header_sp h1 {
        display: inline;
        font-size: 10px;
        font-weight: normal;
        vertical-align: text-top;
        font-weight: bold;
        letter-spacing: 0;
    }

    #fix_header_sp .logo_sp {
        height: 30px;
        vertical-align: text-top;
    }

    #fix_header_sp {
        display: block;
    }

    #fix_header_sp .login_sp {
        font-size: 10px;
        line-height: 10px;
        font-weight: bold;
        position: absolute;
        top: 5px;
        right: 5px;
    }

    #fix_header_sp .menu_sp {
        font-size: 10px;
        line-height: 10px;
        font-weight: bold;
        position: absolute;
        top: 5px;
        left: 5px;
    }

    #fix_header_sp i {
        color: #BAB48E;
        font-size: 22px !important;
    }

    #fix_header_sp .login_sp img,#fix_header_sp .menu_sp img {
        height: 24px;
    }

    #fix_header {
        display: none;
    }

    #header .logo {
        display: none;
    }

    #header .search_menu_sp {
        padding: 10px;
        display: inline-block;
        width: 100%;
        box-sizing: border-box;
        display: none;
    }

    #header .search_menu {
        display: none;
        margin: 0;
        padding: 0 5px;
        width: 100%;
        box-sizing: border-box;
    }

    #header .btn_search_sp {
        margin: -3px;
        height: 33px;
        border-radius: 0;
    }

    #header #lst_search_area {
        width: 300px;
        margin-left: -160px;
    }

    #header .search_menu .buttons {
        display: block;
        text-align: center;
        padding: 5px;
    }

    #header .login_menu {
        display: none;
    }

    #header .txt_search {
        margin: -1px;
        width: 120px;
    }

    #footer {
        padding-bottom: 40px;
    }

    #footer .ft_menu {
        width: 100%;
    }

    .footer_link {
        display: none;
    }

    .ft_banner {
        display: block;
    }

    .pager_page {
        margin: 0 2px;
    }

    .pager_current {
        margin: 0 2px;
    }

    .pager_current {
        padding: 7px 12px;
    }

    .pager_page a {
        padding: 7px 12px;
    }

    #btn_gps {
        display: none;
    }

    .shop_left, .shop_right, .shop_top {
        width: 100%;
        margin: 0;
        padding: 0 3px;
        box-sizing: border-box;
    }

    .shop_top_main img {
    }

    .navi {
        display: none;
    }

    .navi_sp {
        display: inline-block;
        margin: 10px 0 0;
        width: 100%;
    }

    .shop_table th, td {
        padding: 7px 3px;
        font-size: 12px;
    }

    .shop_pickup_inner {
        width: 100%;
    }

    .shop_name {
        display: block;
        font-size: 18px;
    }

    .shop_pickup_img {
        width: 50%;
        line-height: 1.3;
    }

    .shop_kdate {
        float: none;
    }

    .shop_near li {
        padding: 0 0 5px 20px;
    }

    .news_disp {
    }

    .coupon_disp {
        width: 32%;
    }

    .btn_coupon {
        display: none
    }

    .review_left {
        float: none;
        display: inline-block;
        width: 100%;
    }

    .review_right {
        float: none;
        display: inline-block;
        width: 100%;
    }

    .ranking_disp {
        width: 49%;
    }

    .column_disp {
    }

    .column_profile_head {
        width: 30%;
    }

    .column_profile_data {
        width: 70%;
    }

    .tbl_company th {
        width: 80px;
    }

    .contact_head {
        width: 100%;
    }

    .contact_data {
        width: 100%;
    }

    .mailform input[type="text"], .mailform textarea,.memberform input[type="text"], .memberform textarea {
        width: 90%;
    }

    .lst_event_body iframe,.lst_news_body iframe {
        width: 100%;
    }

    .lst_popular li {
        width: 49.5%;
        padding: 5px 3px;
    }

    #search_detail label {
        width: 33%;
    }

    .lst_search_name {
        display: block;
        font-size: 15px;
    }

    .lst_search_text {
        line-height: 1.5;
        min-height: 0;
        height: 60px;
        overflow: scroll;
        font-size: 11px;
        padding: 10px;
    }

    .search_area_label {
        font-size: 32px;
        line-height: 44px;
    }

    .search_label {
        width: 80px;
    }

    .search_count_label {
        display: block;
    }

    .txt_jansearch {
        width: 200px;
    }

    .search_row2 {
        display: block;
        width: 100%;
    }

    .cbo_searchorder {
        width: 210px;
    }

    .btn_jansearch {
        width: 220px;
    }

    .lst_search_info {
        font-size: 11px;
    }

    .lst_search_info2 {
        width: 100%;
    }

    .lst_search_info_address, .lst_search_info_tel, .lst_search_info_sns {
        width: 100%;
    }

    .lst_search_info_tel {
        display: none;
    }

    .lst_search_tel {
        display: inline-block;
        width: 90%;
        background: linear-gradient(to bottom, #fd8f9b 0%, #f55 50%, #f60000 50%, #f60000 100%);
        color: #fff;
        border-radius: 5px;
        padding: 8px 0;
        margin: 15px 0 5px;
        text-align: center;
        text-decoration: none;
        font-size: 15px;
        letter-spacing: 2px;
    }

    .lst_search_tel i {
        font-size: 22px !important;
        vertical-align: middle;
    }

    .lst_search_tel:hover {
        text-decoration: none;
    }

    .lst_shop_tel {
        display: inline-block;
        width: 90%;
    }

    .nanikiru_author {
        float: none;
        display: block;
        padding: 0;
        text-align: right;
        font-size: 10px;
    }

    .nanikiru_2col {
        width: 100%;
    }

    .nanikiru_answer, .nanikiru_rank {
        min-height: 0;
    }

    .judge_author {
        float: none;
        display: block;
        padding: 5px 0;
    }

    .nanikiru_menu_item, .judge_menu_item {
        display: block;
        width: 100%;
        height: 50px;
    }

    .judge_ans_head {
        width: 150px;
        padding: 0;
        margin: 0;
    }

    .judge_ans_data {
        width: 250px;
    }

    .txt_judge {
        width: 100%;
    }

    .judge_img {
        max-width: 100%;
        box-sizing: border-box;
    }

    .ad_overture_box {
        display: none;
    }

    .ad_pickup_box {
        display: none;
    }

    .ad_adwords_box {
        display: none;
    }

    .ad_spheader_box {
        display: block;
    }

    .ad_spspecialheader_box {
        padding: 5px 10px;
        background: #ffe;
        text-align: center;
    }

    .ad_spspecialheader_box img {
        padding: 5px 0;
    }

    .ad_spfooter img {
        bottom: 0;
        position: fixed;
        z-index: 10;
    }

    .ad_spfooter_box {
        display: block;
    }

    .ad_sppickup_box {
        display: inline-block;
        width: 100%;
    }

    .ad_sppickup {
        font-size: 11px;
        float: left;
        padding: 10px 5px;
        border-bottom: 1px #d5d5d5 solid;
        background: #ffffd0;
        display: inline-block;
        width: 100%;
        box-sizing: border-box;
        line-height: 1.6x
    }

    .ad_sppickup_title {
        text-align: center;
        background: #393;
        color: #fff;
        padding: 7px;
        font-weight: bold;
        font-size: 15px;
    }

    .ad_sppickup img {
        width: 120px;
        float: left;
        padding: 0 10px 0 0;
        min-height: 50px;
    }

    .ad_sppickup div {
        padding: 10px;
        display: inline;
    }

    .pai_img_mk {
        width: 28px;
        margin: 2px;
    }

    .nanikiru_mktehai {
        width: 19px;
        height: 29px;
    }

    .nanikiru_mktehai_box {
        padding: 5px;
    }

    #img_tumo {
        margin-left: 5px;
    }

    .judge_filebox {
        width: 100%;
    }

    .txt_judge_title {
        width: 100%;
    }

    .judge_mkbox textarea {
        width: 100%;
    }

    .judge_2col {
        width: 100%;
    }

    .judge_rank_l {
        width: 100%;
    }

    .judge_answer, .judge_rank {
        min-height: 0;
    }

    .keisai_pop {
        height: 100%;
    }

    .review_form_item {
        width: 100%;
    }

    #reviewregist input,#reviewregist textarea {
        width: 80%;
        margin-left: 10px;
    }

    .lst_event_date {
        display: block;
    }

    .lst_coupon_date {
        display: block;
    }

    .lst_review_date {
        display: block;
    }

    .lst_news_archive {
        width: 100%;
    }

    .shop_link {
        display: block;
    }

    .lst_review_title {
        display: block;
    }

    .lst_news_title, .lst_review_label {
        display: inline-block;
    }

    .lst_blog_title {
        padding: 3px 1px;
    }

    .lst_news_body {
        width: 95%;
        line-height: 150%;
    }

    .tbl_taikai {
        margin: 0;
    }

    .shop_review_list {
        padding-left: 0;
    }

    .feature_link {
        font-size: 20px;
        letter-spacing: 2px;
    }

    .feature_ranking_box {
        display: block;
        width: 100%;
    }

    .feature_ranking_text {
        min-height: 0;
        height: auto;
    }

    .shop_event_img {
        max-width: 100%;
    }

    .saikyousen_box {
        width: 100%;
    }

    .saikyousen_head {
        padding: 5px 10px;
    }

    .lst_search_row1, .lst_search_row2, .lst_search_newrow {
        padding: 10px;
    }

    .box_jansou {
        width: 100%;
    }

    .img_shop {
        width: 70px;
        margin: 0 10px 0 0;
    }

    .img_shop_s {
        width: 120px;
        max-height: 70px;
    }

    .sp_message {
        display: block;
    }

    .chk_online {
        width: 49%;
    }

    .tbl_online_title {
        width: 95%;
    }

    .box_online {
        display: block;
        width: 100%;
    }

    .box_online img {
        height: auto;
    }

    .qjin, .tenpo_people, .tenpo_division {
        padding: 1px 3px;
    }

    .tenpo_option, .tenpo_rule {
        width: 45px;
        font-size: 11px;
        line-height: 1.5;
    }

    .shop_telop {
        display: none;
    }

    h1 {
        font-size: 18px;
    }

    h2, h3 {
        font-size: 15px;
    }

    .shop_head, .shop_head2 {
        font-size: 13px;
    }

    .shop_pickup_img img {
    }

    .shop_pickup_img span {
        font-size: 10px;
    }

    .shop_rule {
        font-size: 12px;
    }

    .shop_review_list_contents {
        font-size: 12px;
    }

    .shop_ranking_box {
        padding: 5px 10px 5px 0;
        display: block;
    }

    .box_event_old {
        font-size: 12px;
    }

    .googlemaps {
        height: 250px;
    }

    .review_gb {
        font-size: 12px;
    }

    .search_menu a {
        font-size: 13px;
    }

    .search_menu_main {
        width: 48%;
    }

    .search_menu_sub {
        width: 48%;
    }

    .search_menu_sub a {
        line-height: 1.8;
    }

    .twitter-timeline, .instagram {
        height: 250px !important;
        overflow-y: scroll;
    }

    .img_taikai {
        padding-right: 0;
        display: block;
        margin: 0 auto;
    }

    .btn_twitter {
        width: 90%;
    }
    .tbl_index td {
    	font-size: 15px;
    }
}
