@charset "Shift_JIS";


/* ------------------------------------------------------------------
Universal reset
-------------------------------------------------------------------- */

* {
    margin: 0;
    padding: 0;
    font-style: normal;
}

html {
    overflow-y: scroll;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
    font-size: 100%;
}

caption,
th {
    text-align: left;
}

object,
embed {
    vertical-align: top;
}

hr,
legend {
    display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
}

h1 {
    margin-bottom: 10px;
}

img {
    border: none;
    vertical-align: bottom;
}

li {
    list-style: none;
}

p {
    margin-bottom: 1em;
}

input {
    padding: 1px;
}



textarea {
    padding: 5px;
    overflow: auto;
    font-size: 100%;
}

option {
    padding-right: 10px;
}

* + html option {
    padding-right: 0;
    /* for IE7&Opera */
}

* html option {
    padding-right: 0;
    /* for IE6 */
}

acronym,
abbr {
    cursor: help;
}


a:focus,
*:focus {
    outline: none;
}




/* ------------------------------------------------------------------
Body setting
-------------------------------------------------------------------- */



body {
    color: #4F442C;
    font-family: 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif, 'icomoon';
    font-size: 0.8rem;
    text-align: center;
    border-top: none;
}


/* ------------------------------------------------------------------
Link setting
-------------------------------------------------------------------- */


a:link {
    text-decoration: none;
    color: #0E6E96;
}

a:hover {
    color: #0E6E96;
    text-decoration: underline;
}

a:visited {
    text-decoration: underline;
    color: #0E6E96;
}



.item_box__all_list--bglink a:visited {
    color: #82817F;
}

.side--list a:visited {
    color: #82817F;
}

.item_box__all_list_box a:visited {
    color: #82817F;
}

.columtop_box_wr dd a:visited {
    color: #82817F;
}



a:hover img {
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
}

.btn_hover--topiccate a:hover {
    text-decoration: none !important;
    background: #ccc !important;
    color: #ccc;
}



#globalNavi a:hover img,
a:hover img.btn {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
}


#naviSkip {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
}

.commentIcon a.on img {
    opacity: 0.7;
}

.hover_no a:hover {
    text-decoration: none;
}


/* ------------------------------------------------------------------
Layout
-------------------------------------------------------------------- */


/* layout_Container
----------------------------------------------------------- */
div#container {
    width: 998px;
    margin: 0 auto;
    text-align: left;
}

/* layout_Header
----------------------------------------------------------- */
div#header {
    padding: 10px 0 0 0px;
    height: 210px;
    overflow: hidden;
    position: relative;
    margin-bottom: 10px;
}

.header_navi_wr {
    width: 100%;
    clear: both;
}

div#header p.headerCopy {
    margin: 10px 0 10px 0;
}

div#header p.logo {
    width: 260px;
    float: left;
    margin-top: 30px;
}

div#header .bnr {
    float: right;
    width: 728px;
}

.header_menu {
    position: absolute;
    right: 0;
}

.header_menu li {
    display: inline;
}


.header_menu > li {
    margin-left: 16px;
    display: inline-block;
}


ul.menu__second-level {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
    display: block;
    background: #FEFDFC;
}


.header_menu > li:hover {
    -webkit-transition: all .5s;
    transition: all .5s;

}



.menu__second-level a:hover {
    text-decoration: none;
    font-weight: 600;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
    text-decoration: none !important;
}


.menu__single {
    position: relative;
}

.menu__single .menu__second-level {
    position: absolute;
    top: 15px;
    width: 180%;
    background: #FFF;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    border-radius: 3px;
}

.menu__second-level li {
    display: block;
    padding: 8px 10px;
    color: #0E6E96;
    border-bottom: solid 1px #ccc;
}

li.menu__single:hover ul.menu__second-level {
    top: 28px;
    visibility: visible;
    opacity: 1;
}


.menu__second-level {
    position: relative;
    background: #FEFDFC;
    border: 1px solid #ccc;
    border-bottom: none;
}



.menu__second-level:after,
.menu__second-level:before {
    bottom: 100%;
    left: 27%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.menu__second-level:after {
    border-color: rgba(254, 253, 252, 0);
    border-bottom-color: #FEFDFC;
    border-width: 5px;
    margin-left: -5px;
}

.menu__second-level:before {
    border-color: rgba(204, 204, 204, 0);
    border-bottom-color: #ccc;
    border-width: 6px;
    margin-left: -6px;
}



/* layout_Main
----------------------------------------------------------- */
div#main {
    line-height: 1.5;
    margin-bottom: 20px;
    float: left;
    width: 640px;
}

div#single {
    line-height: 1.5;
    margin: 0 auto;
    margin-bottom: 20px;
    width: 640px;
    clear: both;
}

.notification {
    background: #FFF6F6;
    padding: 13px;
    border-radius: 5px;
}

.notification p {
    margin-bottom: 0;
}

.notification a {
    display: block;
    color: #de4a4a;
    font-weight: bold;
    font-size: 14px;
}

.notification i {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #de4a4a;
    display: inline-block;
    color: #fff;
    text-align: center;
    margin-right: 8px;
    font-size: 12px;
    line-height: 20px;
}

.pageTop {
    font-size: 0.8rem;
    display: block;
    clear: both;
    text-align: center;
    margin-bottom: 0;
    background: #F0EEE3;
    width: 170px;
    float: right;
    border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    padding: 5px 0;

}

.arrow_top {
    display: block;
    padding: 10px 10px 5px 30px;
    background: url(/img/pc/common/arrow_top_icon.png) 9px 7px no-repeat;
    background-size: 21px 21px;


}

/* layout_Side
----------------------------------------------------------- */
div#side {
    position: relative;
    float: right;
    width: 336px;
    margin-bottom: 20px;
}

.side--topic_create {
    border: solid 1px #2ea5d4;
    border-radius: 3px;
    padding: 15px 10px;
    background: #FEFDFC;
    margin-bottom: 20px;
}

.side--banner {
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
    text-align: center;
}

.side--wrap {
    width: 100%;
    margin-bottom: 20px;
}

.side--title {
    background: #FEFDFC;
    border-right: solid 1px #E1E1E1;
    border-top: solid 1px #E1E1E1;
    border-left: solid 1px #E1E1E1;
    padding: 10px 15px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    font-weight: 600;
    line-height: normal;
    ;
}

.side--title_ranking {
    background: #ff4e81;
    color: #fff;
    border-right: solid 1px #E1E1E1;
    border-top: solid 1px #E1E1E1;
    border-left: solid 1px #E1E1E1;
    padding: 10px 10px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    font-weight: 600;
    line-height: normal;
    ;
}

.side--title--icon {
    position: relative;
    top: 3px;

}

.side--type--bg_a {
    border: solid 1px #E1E1E1;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    background: #FEFDFC;
}

.side--list li:first-child {
    padding-top: 0;
}

.side--list li {
    border-bottom: dotted 1px #ccc;
    padding: 5px 0;
}

.side--list li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}



.side--title_adju {
    position: relative;
    top: -3px;
}

.side--qr_wp {
    background: #FEFDFC;
    border: solid 1px #E1E1E1;
    border-radius: 3px;
    padding: 15px;
    overflow: hidden;
    margin-bottom: 20px;
}

.side--qr_wp_l {
    float: left;
    margin-right: 10px;
}

.side--qr_wp_r {
    float: right;
    margin-left: 10px;
    margin-top: 10px;

}

/*side最後尾固定*/
.sidebaFixed__inner {
    padding-bottom: 40px;
}

/*/side最後尾固定*/


.rank_list_wrap {
    position: relative;
    height: 40px;
    overflow: hidden;
}

.rank_list--icon {
    position: absolute;
    left: 0;
}

/* js用 overflow:hidden、heightは必ず指定する */

.rank_list--title {
    position: absolute;
    left: 35px;
    overflow: hidden;
    width: 225px;
    height: 40px;
}



/* layout_Global navigation
----------------------------------------------------------- */
ul#globalNavi {
    position: absolute;
    top: 150px;
    left: 0;
    width: 996px;
}

.globalNavibox {
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 45px;
    background: #FEFDFC;
    border: solid 1px #E1E1E1;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

ul.globalNavibox li {
    width: 15%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    position: relative;
    bottom: -1px;
}

ul#globalNavi li a {
    width: 100%;
    display: table-cell;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    position: absolute;
    bottom: 10px;
    border-left: 1px solid #E1E1E1;
    color: #61553A;
    text-decoration: none;
}

ul#globalNavi li:first-child a {
    border-left: none;
}

ul.globalNavibox li:hover,
.navi_on {
    border-bottom: solid 1px #FF4E81;
    padding-bottom: 9px;
}

ul.globalNavibox li:hover a,
.navi_on a {
    color: #FF4E81 !important;
}




/* layout_Footer
----------------------------------------------------------- */

.sns_icon {
    text-align: center;
    margin-top: 30px;
    overflow: hidden;
    letter-spacing: -0.4em;
    /* 余白対策 */
}

.sns_icon li {
    letter-spacing: normal;
    /* 余白対策 */
    display: inline-block;
    margin-right: 5px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

.sns_icon a {
    display: inline-block;
    padding: 10px 20px 10px 20px;
}

.sns_icon a:hover {
    text-decoration: none;
}

.fb_icon {
    background: #3E85A2;
}

.tw_icon {
    background: #70C4CF;
}

.in_icon {
    background: #8F7B50;
}


/* ///// footer 201811変更//////*/
#footer {
    width: 100%;
    overflow: hidden;
    background: #F4f3f2;
}

.footer__inner {
    width: 998px;
    margin-top: 30px;
    margin-bottom: 10px;
    margin-right: auto;
    margin-left: auto;
    zoom: 1;
    /* float解除 for IE6/7  */
}

/* ///float解除/// */
.footer__inner::after,
.footer__inner::before {
    content: "";
    clear: both;
    display: block;
}

/* ///float解除/// */

.footer__3column {
    float: left;
    width: 330px;
}

.footer__3column ul:last-of-type {
    margin-bottom: 0;
}

.footer__description {
    text-align: left;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-font-feature-settings: "palt";
    -moz-font-feature-settings: "palt";
    font-feature-settings: "palt";
    /* 自動カーニング（約物の文字の間隔をつめる）*/
    letter-spacing: 0.08em;
    /* 文字の間隔を広げる */
}

.footer__categoryNav {
    text-align: left;
    margin-bottom: 20px;
    padding-right: 30px;
    padding-left: 20px;
}

.footer__categoryNav li {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 5px;
}

.footer__link {
    text-align: left;
    margin-bottom: 20px;
    padding-left: 20px;
}

.footer__link li {
    margin-bottom: 5px;
}

.footer__categoryNav__title,
.footer__link__title {
    font-weight: 600;
    margin-bottom: 10px;
}

/* ------------------------------------------------------------------
Common
-------------------------------------------------------------------- */

/* Font size
----------------------------------------------------------- */

p,
h1,
h2,
h3,
h4,
ul,
ol,
dt,
dd,
form,
table,
button {
    font-size: 0.8rem;
    color: #4F442C;
    line-height: 1.5;
}

.txt_xl {
    font-size: 1.8rem;
}

.txt_ll {
    font-size: 1.4rem;
}

.txt_l {
    font-size: 1.2rem;
}

.txt_m {
    font-size: 1.0rem;
}

.txt_s {
    font-size: 0.9rem;
}

.txt_ss {
    font-size: 0.7rem;
}

.txt_xs {
    font-size: 0.6rem;
}

.m_bold {
    font-weight: 600;
}

.m_normal {
    font-weight: normal;
}


/* Font color
----------------------------------------------------------- */


.txt_color_a {
    color: #61553A;
}

.txt_color_b {
    color: #ff4e81;
}

.txt_color_c {
    color: #2ea5d4;
}

.txt_color_d {
    color: #B7B0B0;
}

.txt_color_e {
    color: #0E6E96;
}

.txt_color_f {
    color: #FFF;
}

.txt_color_g {
    color: #e0ded0;
}

.txt_color_h {
    color: #C2B510;
}

/* Line
----------------------------------------------------------- */

.border_dotted {
    border-bottom: dotted 1px #E1E1E1;
}

.border_solid {
    border-bottom: solid 1px #E1E1E1;
}

.border_line_b {
    border-bottom: solid 1px #ff4e81;
}

/* Padding
----------------------------------------------------------- */

.paddbtm_5 {
    padding-bottom: 5px;
}

.paddbtm_10 {
    padding-bottom: 10px;
}

.paddbtm_15 {
    padding-bottom: 15px;
}

.paddbtm_20 {
    padding-bottom: 20px;
}

.paddbtm_5- {
    padding-bottom: -5px;
}

.paddbtm_10- {
    padding-bottom: -10px;
}

.paddbtm_15- {
    padding-bottom: -15px;
}

.paddbtm_20- {
    padding-bottom: -20px;
}

/* Margin
----------------------------------------------------------- */

.mrgntop_5 {
    margin-top: 5px;

}

.mrgnbtm_0 {
    margin-bottom: 0px;
}

.mrgnbtm_5 {
    margin-bottom: 5px;
}

.mrgnbtm_10 {
    margin-bottom: 10px;
}

.mrgnbtm_15 {
    margin-bottom: 15px;
}

.mrgnbtm_20 {
    margin-bottom: 20px;
}

.mrgnbtm_5- {
    margin-bottom: -5px;
}

.mrgnbtm_10- {
    margin-bottom: -10px;
}

.mrgnbtm_15- {
    margin-bottom: -15px;
}

.mrgnbtm_20- {
    margin-bottom: -20px;
}


/* align
----------------------------------------------------------- */


.align_l {
    text-align: left;
}

.align_c {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.align_r {
    text-align: right;
}

/* width
----------------------------------------------------------- */


.wd20 {
    width: 20%;
}


.wd30 {
    width: 30%;
}

.wd40 {
    width: 40%;
}

.wd50 {
    width: 50%;
}

.wd60 {
    width: 60%;
}

.wd70 {
    width: 70%;
}

.wd80 {
    width: 80%;
}

.wd90 {
    width: 90%;
}

.wd100 {
    width: 100%;
}


/* height
----------------------------------------------------------- */

.ht300 {
    height: 300px;
}

/* float
----------------------------------------------------------- */

.fl_l {
    float: left;

}

.fl_r {
    float: right;
}

.fl_clr {
    clear: both;
}

/* Button parts
----------------------------------------------------------- */

.btnpd_3 {
    padding: 3px 6px;
}

.btnpd_5 {
    padding: 5px 10px;
}

.btnpd_10 {
    padding: 10px 20px;
}


.btn_pink {
    background: #ff4e81;
    color: #fff;
    border: none;
    border-radius: 3px;
    font-family: inherit;
    margin: 0 0px;
    cursor: pointer;
    box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, .15);
    border: solid 1px #ff4e81;
}

.btn_pink:hover {
    background: #fff;
    color: #ff4e81;
}


.btn_pink--round {
    background: #fff;
    color: #ff4e81;
    border: solid 1px #ff4e81;
    border-radius: 50px;
    font-family: inherit;
    margin: 0 0px;
    cursor: pointer;
}

.btn_pink--round:hover {
    background: #ff4e81;
    color: #fff;
}


.btn_blue {
    background: #2ea5d4;
    color: #fff;
    border: none;
    border-radius: 3px;
    font-family: inherit;
    margin: 0 0px;
    cursor: pointer;
    box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, .15);
    text-align: center;
    border: solid 1px #2ea5d4;
}

.btn_blue:hover {
    background: #fff;
    color: #2ea5d4;
}

.btn_gray {
    background: #ccc;
    color: #fff;
    border: none;
    border-radius: 3px;
    font-family: inherit;
    margin: 0 0px;
    cursor: pointer;
    box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, .15);
    border: solid 1px #ccc;
}

.btn_gray:hover {
    background: #fff;
    color: #ccc;

}


.btn_brown {
    background: #61553A;
    color: #fff;
    border: none;
    border-radius: 3px;
    font-family: inherit;
    margin: 0 0px;
    cursor: pointer;
    box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, .15);
    border: solid 1px #61553A;
}

.btn_brown:hover {
    background: #fff;
    color: #61553A;
}

.btn_gray--del {
    border: solid 1px #ccc;
    background: #ccc;
    color: #fff;
    border: none;
    font-family: inherit;
    margin: 0 0px;
    cursor: pointer;
}

.btn_gray--del a {
    color: #fff;
    text-decoration: none;
}


.btn_yellow {
    background: #C2B510;
    color: #fff;
    border: none;
    border-radius: 3px;
    font-family: inherit;
    margin: 0 5px;
    cursor: pointer;
    box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, .15);
    border: solid 1px #C2B510;

}

.btn_yellow:hover {
    background: #FFF;
    color: #C2B510;
}

.btn_pink_line {
    background: #fff;
    color: #ff4e81;
    border: solid 1px #ff4e81;
    border-radius: 3px;
    font-family: inherit;
    margin: 0 0px;
    cursor: pointer;
    box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, .15);
}

.btn_pink_line:hover {
    background: #ff4e81;
    color: #fff;
}

.btn_blue_line {
    background: #fff;
    color: #2ea5d4;
    border: solid 1px #2ea5d4;
    border-radius: 3px;
    font-family: inherit;
    margin: 0 0px;
    cursor: pointer;
    box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, .15);
}

.btn_blue_line:hover {
    background: #2ea5d4;
    color: #fff;
}

.btn_blue_line:hover {
    background: #2ea5d4;
    color: #fff;
}



.btn_gray_line {
    background: #fff;
    color: #0E6E96;
    border: solid 1px #E1E1E1;
    border-radius: 3px;
    font-family: inherit;
    margin: 0 0px;
    cursor: pointer;
}

.btn_gray_line_fill {
    background: #E9E9E9;
    color: #0E6E96;
    border: solid 1px #E1E1E1;
    border-radius: 3px;
    font-family: inherit;
    margin: 0 0px;
    cursor: pointer;
}

.btn_beige_line {
    background: #fff;
    color: #0E6E96;
    border: solid 1px #e0ded0;
    font-family: inherit;
    margin: 0 0px;
    cursor: pointer;
}

.btn_beige_line a {
    text-decoration: none;
}

.btn_mr_no {
    margin: 0;
}


/* Tub
----------------------------------------------------------- */

.tab_beige_33 li,
.tab_beige_50 li,
.tab_pink_33 li,
.tab_pink_50 li,
.tab_pink_33_2 li {
    float: left;
    box-sizing: border-box;
    cursor: pointer;
    position: relative;
    display: inline-block;
    padding: 0 10px;
    height: 40px;
    color: #0E6E96;
    line-height: 40px;
    text-align: center;
    background: #fff;
    z-index: 0;
    border-left: solid 1px #E1E1E1;
    border-bottom: solid 1px #E1E1E1;
}

.tab_beige_33 li:first-child,
.tab_beige_50 li:first-child,
.tab_pink_33 li:first-child,
.tab_pink_50 li:first-child,
.tab_pink_33_2 li:first-child {
    border-left: none;
}


.tab_beige_33 li:before,
.tab_beige_50 li:before,
.tab_pink_33 li:before,
.tab_pink_50 li:before,
.tab_pink_33_2 li:before {
    content: "";
    position: absolute;
    bottom: -7px;
    left: 50%;
    margin-left: -7px;
    width: 0px;
    height: 0px;
}

.tab_beige_33 li:after,
.tab_beige_50 li:after,
.tab_pink_33 li:after,
.tab_pink_50 li:after,
.tab_pink_33_2 li:after {
    content: "";
    position: absolute;
    bottom: -9px;
    left: 50%;
    margin-left: -7px;
    width: 0px;
    height: 0px;

}


.tab_beige_33 li.select:after,
.tab_beige_50 li.select:after,
.tab_pink_33 li.select:after,
.tab_pink_50 li.select:after,
.tab_pink_33_2 li.select:after {
    border-style: solid;
    border-width: 9px 9px 0 9px;
    border-color: #ccc transparent transparent transparent;
    z-index: -1;
}


.tab_beige_33 li.select:before,
.tab_beige_50 li.select:before,
.tab_pink_33 li.select:before,
.tab_pink_50 li.select:before,
.tab_pink_33_2 li.select:before {
    border-style: solid;
    border-width: 9px 9px 0 9px;
    z-index: 0;
}

.content_tab_beige_33,
.content_tab_beige_50,
.content_tab_pink_33,
.content_tab_pink_50,
.content_tab_pink_33_2 {
    margin-top: 10px;
    clear: both;
}

.hide {
    display: none;
}


/*タブ　追加時スタイルここから*/

.tab_beige_50 li {
    width: 50%;
}

.tab_beige_50 li.select:before {
    border-color: #F0EEE3 transparent transparent transparent;
}

.tab_beige_50 li.select {
    background: #F0EEE3;
    color: #61553A;
    font-weight: 600;
}

/*タブ　追加時スタイルここまでを複製*/


.tab_beige_33 li {
    width: 33.3334%;
}

.tab_beige_33 li.select:before {
    border-color: #F0EEE3 transparent transparent transparent;
}

.tab_beige_33 li.select {
    background: #F0EEE3;
    color: #61553A;
    font-weight: 600;
}

/*liにa付きの場合　調整用*/

.tab_border_left {
    border-left: solid 1px #E1E1E1 !important;
}

/*liにa付きの場合　調整用ここまで*/


.tab_pink_33 li,
.tab_pink_33_2 li {
    width: 33.3334%;
    background: #FEFDFC;
}

.tab_pink_50 li {
    width: 50%;
    background: #FEFDFC;
}

.tab_pink_33 li.select:before,
.tab_pink_33_2 li.select:before,
.tab_pink_50 li.select:before {
    border-color: #ff4e81 transparent transparent transparent;
}


.tab_pink_33 li.select,
.tab_pink_33_2 li.select,
.tab_pink_50 li.select {
    background: #ff4e81;
    color: #fff;
    font-weight: 600;
}


.tab3 li {
    width: 16.6667%;
    background: #FEFDFC;
}

.tab3 li.select3:before {
    border-color: #ff4e81 transparent transparent transparent;
}


.tab3 li.select3 {
    background: #ff4e81;
    color: #fff;
    font-weight: 600;
}


/* flame title
----------------------------------------------------------- */

.article__title {
    background: #FEFDFC;
    border-right: solid 1px #E1E1E1;
    border-top: solid 1px #E1E1E1;
    border-left: solid 1px #E1E1E1;
    padding: 10px 15px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    position: relative;
}


.article__title--sub {
    background: #FEFDFC;
    border-bottom: solid 1px #E1E1E1;
    padding: 10px 15px;
    position: relative;
}


/* flame 
----------------------------------------------------------- */
.article_type--top {
    padding-top: 20px;
}

.article_type--bg_a {
    border: solid 1px #E1E1E1;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    background: #FEFDFC;
    overflow: hidden;
}

.article_type--bg_b {
    border: solid 1px #E1E1E1;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    background: #F0EEE3;

}

.article_type--border_all {
    border: solid 1px #E1E1E1;
    border-radius: 3px;
    background: #FEFDFC;
    padding-top: 10px;

}

.article_type--bg--min_no {
    min-height: inherit;
}

.article_ht_370 {
    height: 410px !important;
}

.article_ht_680 {
    height: 680px !important;
}

/* Other parts 
----------------------------------------------------------- */

#pankuzu {
    font-size: 0.8rem;
    border-bottom: 1px dotted #CCCCCC;
    margin-bottom: 15px;
    padding-bottom: 10px;
}

#pankuzu li {
    display: inline;
}


.item_box {
    clear: both;
    overflow: hidden;
    padding: 15px 15px;
}


.item_box--bg_b {
    overflow: hidden;
    background: #F0EEE3;
}

.item_box__dt {
    font-weight: 600;
    font-size: 0.8rem;
    margin-bottom: 10px;
}

.item_box__dt_bg {
    border-radius: 3px;
    background: #F0EEE3;
    padding: 5px 10px;
}

.item_box__dt_bg--cercle {
    border-radius: 50px;
    background: #F0EEE3;
    padding: 5px 10px;
}

.no_over {
    overflow: inherit;
}

.alert {
    color: #FF4E81;
    ;
    width: 100%;
    padding: 0;
    font-weight: bold;
    font-size: 120%;
}

/* list 
----------------------------------------------------------- */

.item_box__all_list {
    padding: 0px 15px;
}

.item_box__all_list--bglink a {
    display: block;
    padding: 0 15px;
}


.item_box__all_list--bglink a:hover {
    display: block;
    text-decoration: none !important;
    padding: 0 15px;
    background-color: #F0EEE3;
}

.item_box__all_list_box {
    border-bottom: dotted 1px #ccc;
    padding: 8px 0;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.box_nopd {
    padding: 0 !important;
}

.item_box__all_list_title {
    display: block;
}

.list_ellipsis {
    display: block;
    float: right;
    width: 500px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis !important;
    -moz-text-overflow: ellipsis;
    /* Firefox */
    -o-text-overflow: ellipsis;
    /* Opera */

}

.item_box__all_list_right {
    float: right;
}


.item_box__all_list_icon {
    float: left;
    display: block;
    margin-right: 10px;
}

.list_icon--ht {
    height: 50px;
}

/*サムネイル用20180329*/

.item_box__all_list_img {
    float: left;
    padding-right: 10px;
}

.item_box__all_list_img img {
    width: 56px;
    height: 56px;
    object-fit: cover;
}

.has-height {
    min-height: 40px;
}

/*サムネイル用20180329*/
/* top ママスタセレクト リスト用 */
.topArticleList__items {
    margin-bottom: 5px;
}

.topArticleList__item {
    border-bottom: dotted 1px #ccc;
}

.topArticleList__item a {
    display: inline-block;
    overflow: hidden;
    padding-top: 5px;
    padding-bottom: 5px;
    vertical-align: middle;
}

.topArticleList__item > a {
    text-decoration: none !important;
}

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

.topArticleList__img {
    position: relative;
    width: 60px;
    height: 60px;
    display: inline-block;
    overflow: hidden;
}

.topArticleList__img img {
    position: absolute;
    width: auto;
    height: auto;
    top: 50%;
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

@supports (object-fit: cover) {
    .topArticleList__img img {
        position: static;
        height: 100%;
        width: 100%;
        left: 0;
        -o-object-fit: cover;
        object-fit: cover;
        top: 0;
        -ms-transform: none;
        -moz-transform: none;
        -webkit-transform: none;
        transform: none;
    }
}

.topArticleList__txtBox {
    display: table-cell;
    vertical-align: top;
    position: relative;
}

.topArticleList__day {
    position: absolute;
    bottom: 2px;
    left: 10px;
    font-size: 0.7rem;
    color: #B7B0B0;
}

.topArticleList__txt {
    width: 450px;
    height: 40px;
    margin-top: 2px;
    margin-right: 10px;
    margin-left: 10px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.topArticleList__categoryBox {
    display: inline-block;
    vertical-align: middle;
}

.topArticleList__categoryBox a {
    display: block;
    border: solid 1px #E1E1E1;
    width: 90px;
    padding: 0 4px;
    text-align: center;
    font-size: 0.6rem;
    text-decoration: none;
    color: #B7B0B0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis !important;
    -moz-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}

.topArticleList__categoryBox a:hover {
    color: #fff;
    background: #B7B0B0;
    border: solid 1px #B7B0B0;
}

/* top ママスタセレクト リスト用 */

/* sort
----------------------------------------------------------- */

.sort_list li {
    display: inline;
}

.sort_list_on {
    color: #ff4e81;

}

.sort_box li {
    display: inline;
    border-right: solid 1px #ccc;
    padding: 0 10px;
}

.sort_box li:first-child {
    padding-left: 0;
}

.sort_box li:last-child {
    border-right: none;
}

.sort_box a {
    text-decoration: none;
}

.sort_box li > .on {
    color: #ff4e81;
}

/* img detail 
----------------------------------------------------------- */

.photo_back_next_box {
    clear: both;
    overflow: hidden;

}

.photo_back {
    width: 50%;
    float: left;
    text-align: center;
    box-sizing: border-box;

}

.photo_next {
    width: 50%;
    float: right;
    text-align: center;
}

/* next back 
----------------------------------------------------------- */

.item_back_next_box_top {
    clear: both;
    overflow: hidden;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: dotted 1px #ccc;
}

.item_back_next_box_btm {
    clear: both;
    overflow: hidden;

}

.item_back {
    width: 50%;
    float: left;
    text-align: center;
    box-sizing: border-box;
    text-align: left;
}

.item_next {
    width: 50%;
    float: right;
    text-align: center;
    text-align: right;
}


/* Form
----------------------------------------------------------- */

.form_item__dt {
    font-weight: 600;
    font-size: 0.8rem;
    box-sizing: border-box;
    margin-bottom: 5px;


}

.form_item__dd_dotted {
    border-bottom: dotted 1px #ccc;
    margin-bottom: 10px;
    padding: 0px 0 10px 0;
    position: relative;
    width: 100%;
}

.form_item__dd_setting {
    width: 40%;
    position: absolute;
    right: 0;
    top: -15px;

}

.form_item__ul li {
    display: inline;
}


input[type="text"],
input[type="checkbox"],
textarea {
    font-size: 0.8rem;
    font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;

}

input[type="text"],
input[type="radio"],
input[type="checkbox"],
input[type="password"],
textarea {
    padding: 3px 10px;
}


/*縦のみ可変・横幅100%表示*/

input[type="text"],
textarea {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

textarea {
    resize: vertical;
    box-sizing: border-box;
    width: 100%;
}


/* 画像アップロード */


.preview_wrap p {
    margin-bottom: 0;
}

#preview > .thumb {
    width: 120px;
    display: block;
    margin-bottom: 10px;
}

.imgupload_wrap > .upload label {
    display: inline-block;
    position: relative;
    overflow: hidden;
    vertical-align: middle;
}

.imgupload_wrap > .upload label input[type="file"] {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    font-size: 100px;
    opacity: 0.01;
    -ms-filter: "alpha(opacity=1)";
}



.upload button {
    width: 120px;
    background: #fff;
    color: #2ea5d4;
    border: solid 1px #2ea5d4;
    border-radius: 3px;
    font-family: inherit;
    margin: 0 0px;
    cursor: pointer;
    padding: 5px;
    box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, .15);
}

.upload button:hover {
    background: #2ea5d4 !important;
    color: #fff !important;
}


/* タイトル&コメント入力欄 */

.form_item__input_nickname {
    display: block;
    width: 55%;
    border-radius: 3px;
    border: solid 1px #E1E1E1;
    padding: 5px 10px;
    background: #FFF;
    box-sizing: border-box;
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}


.form_item__input_title {
    display: block;
    width: 100%;
    border-radius: 3px;
    border: solid 1px #E1E1E1;
    padding: 5px 10px;
    font-size: 1.0rem !important;
    background: #FFF;
    box-sizing: border-box;
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.form_item__input_message {
    display: block;
    width: 100%;
    height: 150px;
    border-top: none;
    border-top: solid 1px #E1E1E1;
    border-left: solid 1px #E1E1E1;
    border-bottom: solid 1px #E1E1E1;
    border-right: solid 1px #E1E1E1;
    border-radius: 3px;
    resize: vertical;
    padding: 5px 10px;
    background: #FFF;
    box-sizing: border-box;
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.form_item__input_keyword {
    display: block;
    width: 100%;
    border-radius: 3px;
    border: solid 1px #E1E1E1;
    padding: 5px 10px;
    background: #FFF;
    box-sizing: border-box;
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}



/* テキスト入力欄 */

.form_item__input_txt--wdno {
    border-radius: 3px;
    border: solid 1px #ccc;
    padding: 5px 10px;
    font-size: 100%;
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;

}

.form_item__input_txt {
    display: block;
    width: 100%;
    border-radius: 3px;
    border: solid 1px #E1E1E1;
    padding: 5px 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 100%;
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/*コメント投稿 */


.form_item__input_comment {
    display: block;
    width: 100%;
    border: solid 1px #E1E1E1;
    border-radius: 3px;
    resize: vertical;
    padding: 5px 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 100%;
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.easy-select-box {
    margin-bottom: 5px;
    padding: 0px 0;
    background: #F0EEE3;
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.easy-select-box .esb-item {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    padding-left: 5px !important;
    padding-right: 5px !important;
}

/*コメント投稿 */



/*ラジオボタン選択パターン1 （トピック作成タイプ選択など）*/

.form_item__select--pt_defult label {
    display: block;
    background: #fff;
    border-left: solid 1px #E1E1E1;
    border-right: solid 1px #E1E1E1;
    border-bottom: solid 1px #E1E1E1;
    padding: 7px 10px;
}

.form_item__select--pt_defult label:first-child {
    border-left: solid 1px #E1E1E1;
    border-right: solid 1px #E1E1E1;
    border-top: solid 1px #E1E1E1;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.form_item__select--pt_defult label:last-child {
    border-left: solid 1px #E1E1E1;
    border-right: solid 1px #E1E1E1;
    border-bottom: solid 1px #E1E1E1;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}


/*ラジオボタン選択パターン2  （トピック作成カテゴリ選択など）*/


.form_item__select--pt_float {
    border: 1px solid #E1E1E1;
    border-radius: 3px;
    background: #fff;
    width: 100%;
    padding: 5px 0;
}

.form_item__select--pt_float li {
    display: inline-block;
    padding: 5px 10px;
}

.form_item__select--pt_float__col4 {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.form_item__select--pt_float__col4 > li {
    width: 33.3%;
    list-style: none;
    font-size: 0.7rem;
    border-width: 0 1px 1px 0;
    box-sizing: border-box;
}

.form_item__select--pt_float__col4 > li:nth-child(n+1):not(:nth-child(n+3)) {
    border-top-width: 1px;
}

.form_item__select--pt_float__col4 > li:nth-child(2n+1) {
    border-left-width: 1px;
}



/* 選択肢入力（トピック作成アンケート選択肢など） */

.form_item__input_listaddblk {
    counter-reset: number;
    list-style: none;
    margin: 0;
    padding: 0;
}


.form_item__input_listaddblk li {
    margin-bottom: 10px;
}

.form_item__input_listaddblk li:before {
    counter-increment: number;
    content: counter(number);
    padding-right: 10px;
    width: 15px;
    text-align: right;
    float: left;
    margin-top: 7px;
    font-weight: 600;
}


.form_item__input_listadd {
    border-radius: 3px;
    width: 80%;
    border: solid 1px #E1E1E1;
    padding: 5px 10px;
    font-size: 100%;
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;

}

/* search
----------------------------------------------------------- */

.search_wrapbox {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.search_wrapbox dt {
    margin-right: 24%;
    padding: 8px;
    background-color: #fff;
    border-top: 1px solid #E1E1E1;
    border-bottom: 1px solid #E1E1E1;
    border-left: 1px solid #E1E1E1;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.search_wrapbox dt input {
    width: 100%;
    height: 24px;
    background: none;
    border: none;
}

.search_wrapbox dd {
    position: absolute;
    top: 0;
    right: 0;
    width: 24%;
}

.search_wrapbox .search_btn {
    display: block;
    width: 100%;
    height: 42px;
    color: #0E6E96;
    text-align: center;
    background: #F0EEE3;
    border: 1px solid #E1E1E1;
    font-weight: 600;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    cursor: pointer;
}

.search_wrapbox .search_btn:hover {
    background: #0E6E96;
    color: #F0EEE3;
}

/* Pulldown parts---------------------------*/


.select_wrapbox {
    overflow: hidden;
}


/* プルダウンのみ*/

.select-group__all {
    position: relative;
    display: inline-block;
    overflow: hidden;
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    vertical-align: middle;
    border: 1px solid #ccc;
    background-color: #fff;
    background-repeat: no-repeat;
    border-radius: 0px;

}

.select__all {
    position: relative;
    z-index: 1;
    line-height: 1.8;
    display: block;
    width: 100%;
    padding: 0;
    text-indent: 5px;
    border: none;
    border-radius: 0;
    background-color: transparent;
    background-image: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 30px !important;
    font-size: 0.8rem;
}

.select-group__all:after {
    position: absolute;
    top: 0;
    right: 15px;
    bottom: 0;
    width: 0;
    height: 0;
    margin: auto;
    content: '';
    border-top: 4px solid #0E6E96;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}


/* プルダウン＋ボタン*/

.select-group {
    position: relative;
    display: inline-block;
    overflow: hidden;
    box-sizing: border-box;
    padding: 0;
    vertical-align: middle;
    border-top: solid 1px #E1E1E1;
    border-bottom: solid 1px #E1E1E1;
    border-left: solid 1px #E1E1E1;
    background-color: #fff;
    background-repeat: no-repeat;
    float: left;

}


.select {
    position: relative;
    z-index: 1;
    line-height: 1.8;
    display: block;
    width: 100%;
    padding: 0;
    text-indent: 5px;
    border: none;
    border-radius: 0;
    background-color: transparent;
    background-image: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 0.8rem;
}


.select-group:after {
    position: absolute;
    top: 0;
    right: 15px;
    bottom: 0;
    width: 0;
    height: 0;
    margin: auto;
    content: '';
    border-top: 5px solid #0E6E96;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;

}

.select_input {
    background: #fff;
    color: #0E6E96;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    font-family: inherit;
    margin: 0 0px;
    cursor: pointer;
    background: #F0EEE3;
    border: 1px solid #E1E1E1;
    font-weight: 600;

}


.select_input:hover {
    background: #0E6E96;
    color: #fff;
}

/* プルダウン-横幅　*/

.select_wd38 {
    width: 38%;
}

.select_wd24 {
    width: 24%;
}

.select_wd35 {
    width: 35%;
}

.select_wd18 {
    width: 18%;
}


/* プルダウン-縦幅　*/

.select_ht40 {
    height: 40px;
}

.select_ht42 {
    height: 42px;
}

.select_ht28 {
    height: 28px;
}

.select_ht30 {
    height: 30px;
}



/* Alert ---------------------------*/

.delete_alert {
    display: block;
    margin-bottom: 0;
    background: #B7B0B0;
    color: #FFF;
    padding: 10px;
    border-radius: 3px;
    width: 300px;
    text-align: center;
    margin: -150px 0 0 -150px;
    z-index: 110;
    position: fixed;
    left: 40%;
    top: 90%;
    display: none;
}

.error {
    width: 100%;
    padding: 10px;
    border-radius: 3px;
    color: #FF4E81;
    box-sizing: border-box;
    margin-bottom: 0;
}

.caution_wrap {
    background-color: rgba(255, 20, 76, 0.7);
    padding: 5px;
    margin-bottom: 10px;
    margin-top: -10px;
}

.caution_wrap_box {
    display: block;
    background: #fff;
    border-radius: 3px;
    padding: 10px 10px;
}



/* 新error　*/

.errorMessage_box {
    background: #FCEFF3;
    color: #FF4E81;
    border: solid 1px #FF4E81;
    padding: 10px;
    text-align: center;
    border-radius: 3px;
    font-weight: 600;
    font-size: 0.8rem;
}


.txt_color_error {
    color: #FF4E81;
    font-weight: 600;
}

/* 新　*/

/* Thumbnail parts---------------------------*/

.image_photo {
    width: 100px;
    overflow: hidden;
    display: inline-block;
}

.image_photo__img {
    display: block;
    overflow: hidden;
    border-radius: 4px;
    background: #eee;
}

.image_photo__img img {
    width: 100px;
    height: 100px;
    object-fit: cover;
}

/* ------------------------------------------------------------------
Contensts （main Area）
-------------------------------------------------------------------- */

/* モーダル共通系 ---------------------------*/

.remodal {
    background: #FEFDFC !important;
    padding: 40px 15px 40px 15px !important;
    ;
}

/* top ---------------------------*/


/* top slide */

.slick_container a:hover img {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
}

.slick_container {
    margin: 0 auto;
    position: relative;
    height: 248px;
    background-color: #f0f0f0;
}

#mainSlide {
    display: none;
}

#mainSlide.slick-initialized {
    display: block;
}


.slick-prev:before,
.slick-next:before {
    content: "";
}

button.slick-prev,
button.slick-next {
    z-index: 2;
}

.slick-prev {
    left: -17px !important;
    /* 任意の値 */
}

.slick-next {
    right: -14px !important;
    /* 任意の値 */
}

.slick-arrow {
    z-index: 10;
    /* 値は適当に */
}


.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    opacity: .50;
    color: #61553A;
}

.slick-dots li.slick-active button:before {
    opacity: 1;
    color: #61553A;
}

.slick-next {
    background: url(/img/pc/common/slide_next.png) no-repeat left top !important;
    width: 32px !important;
    height: 32px !important;
    text-indent: -9999px;
}

.slick-next:hover {
    background: url(/img/pc/common/slide_next.png) no-repeat left bottom !important;

}

.slick-prev {
    background: url(/img/pc/common/slide_prev.png) no-repeat left top !important;
    width: 32px !important;
    height: 32px !important;
    text-indent: -9999px;
}

.slick-prev:hover {
    background: url(/img/pc/common/slide_prev.png) no-repeat left bottom !important;
}

/* top slide--end */

.toptitle_box {
    border-left: solid 2px #ff4e81;
    margin: 15px 0;
    padding: 0 15px;
    font-weight: normal;
}

.toplink {
    float: right;
}

.photoranking_wr {

    overflow: hidden;
    padding-left: 10px;

}

.photorankingbox {
    position: relative;
    float: left;
    overflow: hidden;
    padding: 12px;
    margin-top: 10px;
}


.photorankingbox_l {
    position: relative;
    float: left;
    overflow: hidden;
    padding: 12px;
    margin-top: 10px;
}


.photorankingbox_r {
    float: right;
}

.photorankingbox_photo {
    display: block;
}

.photoranking_number {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
}


.columtop_box {
    padding: 13px 7px;
    overflow: hidden;
}


.columtop_box_wr {
    width: 640px;
}

.columtop_box_wr li {
    float: left;
    margin-right: 15px;
    width: 145px;
}


#review_tab li {
    float: left;
    box-sizing: border-box;
    cursor: pointer;
    position: relative;
    display: inline-block;
    padding: 0 10px;
    height: 40px;
    color: #0E6E96;
    line-height: 40px;
    text-align: center;
    background: #FEFDFC;
    z-index: 0;
    border-right: none !important;
    border-top: solid 1px #E1E1E1;
    border-bottom: solid 1px #E1E1E1;
    width: 16.667%;
    margin-left: 0;
    font-weight: normal;
    border-radius: 0;
}

#review_tab li:last-child {
    border-right: solid 1px #E1E1E1 !important;
}


#review_tab li:before {
    content: "";
    position: absolute;
    bottom: -7px;
    left: 50%;
    margin-left: -7px;
    width: 0px;
    height: 0px;
}

#review_tab li:after {
    content: "";
    position: absolute;
    bottom: -9px;
    left: 50%;
    margin-left: -7px;
    width: 0px;
    height: 0px;

}


#review_tab li.nav01:after {
    border-style: solid;
    border-width: 9px 9px 0 9px;
    border-color: #ccc transparent transparent transparent;
    z-index: -1;
}

#review_tab li.nav01:before {
    border-style: solid;
    border-width: 9px 9px 0 9px;
    z-index: 0;
}


#review_tab li.nav01:before {
    border-color: #ff4e81 transparent transparent transparent;
}

#review_tab li.nav01 {
    background: #ff4e81;
    color: #fff;
}


.disnon {
    display: none;
}

.review_wrap {
    clear: both;
    margin-bottom: 20px;
    padding: 0px;
    border-radius: 0 0 4px 4px;
    background-color: #FEFDFC;
    border: 1px solid #E1E1E1;
    border-top: none;
}

.review_wrap li {
    border-bottom: dotted 1px #E1E1E1;
    padding: 5px 0;
    line-height: 1.8;
}

.review_wrap li:last-child {
    margin-bottom: 10px;
}

.review_tags span {
    font-size: 0.7rem;
}

.review_tags a.review_name {
    font-weight: bold;
}

.review_category {
    display: inline-block;
    width: 50px;
    height: 20px;
    margin-right: 4px;
    background-color: #F0EEE3;
    border-radius: 50px;
    color: #FF4E81;
    text-align: center;
    padding: 0 10px;
}

.review_contents {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.review_time {
    float: right !important;

}



.tieup_wrap {
    float: left;
    width: 48%;
    height: auto;
    padding: 1%;
    font-size: normal;
    overflow: hidden;
}


.rule_pr_balloon {
    background: #FEFDFC;
    dispay: inline-block;
    position: relative;
    text-align: center;
    width: 215px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #ff4e81;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 0 20px;
    font-weight: 600;
    margin-right: 20px;

}

.rule_pr_balloon:before {
    content: "";
    display: inline-block;
    border: 10px solid transparent;
    border-left-color: #ff4e81;
    position: absolute;
    right: -20px;
    top: 50%;
    margin-top: -9px;

}

.rule_pr_balloon:after {
    content: "";
    display: inline-block;
    border: 9px solid transparent;
    border-left-color: #FEFDFC;
    position: absolute;
    right: -18px;
    top: 50%;
    margin-top: -8px;
}

.side_rule_pr_box {
    overflow: hidden;
    margin-bottom: 20px;

}

.side_rule_pr_box li {
    float: left;
}

.side_rule_pr_box a {
    color: #ff4e81;
}

.side_rule_pr_box a:hover {
    background: #ff4e81 !important;

}


/* signup ---------------------------*/


div#single_l {
    line-height: 1.5;
    float: left;
    margin-bottom: 20px;
    width: 640px;
    overflow: hidden;
}

div#single_r {
    line-height: 1.5;
    float: right;
    margin-bottom: 20px;
    width: 300px;
    overflow: hidden;
}



.signup_intro {
    width: 100%;
}

.signup_intro_l {
    float: left;
    width: 48%;
}

.signup_intro_r {
    float: right;
    width: 48%;
}



.login_side_pr > dt {
    background-color: #FF4E81;
    position: relative;
    color: #fff;
    padding: 7px 0;
    font-size: 0.9rem;
    margin-bottom: 10px;
}

.login_side_pr > dd {
    margin-bottom: 15px;

}

.login_side_pr > dd > img {
    float: left;
    margin-right: 10px;
}

.login_side_pr > dd > p {
    text-align: left;

}

.login_side_pr > dt:after {
    border: 10px solid transparent;
    border-top-color: #FF4E81;
    border-bottom-width: 0;
    bottom: -10px;
    content: "";
    display: block;
    left: 30px;
    position: absolute;
    width: 0;
}

.precan_try {
    overflow: hidden;
}

.precan_try_l {
    border: solid 1px #E1E1E1;
    width: 48%;
    background: #fff;
    float: left;
}

.precan_try_r {
    border: solid 1px #E1E1E1;
    width: 48%;
    background: #fff;
    float: right;
}

.precan_try_l > dt,
.precan_try_r > dt {
    text-align: center;
    border-bottom: solid 1px #E1E1E1;
    padding: 8px 15px;
    font-size: 1rem;
    font-weight: 600;
}

.precan_try_l > dd,
.precan_try_r > dd {
    padding: 15px;
    height: 200px;
}

.precan_try_l > dd img,
.precan_try_r > dd img {
    margin-bottom: 10px;
}


.sns_login_list li a {
    display: block;
    border: solid 1px #E1E1E1;
    border-radius: 3px;
    width: 240px;
    padding: 10px;
    text-align: center;
    margin-bottom: 5px;
    background: #fff;
    text-decoration: none;
    color: #4F442C;
    font-weight: 600;
    position: relative;
}

.sns_login_list .log_yahoo {
    background-image: url(/img/pc/common/icon_log_yahoo.png);
    background-size: 25px;
    background-repeat: no-repeat;
    background-position: 7px;
}

.sns_login_list .log_facebook {
    background-image: url(/img/pc/common/icon_log_facebook.png);
    background-size: 25px;
    background-repeat: no-repeat;
    background-position: 7px;
}

.sns_login_list .log_twitter {
    background-image: url(/img/pc/common/icon_log_twitter.png);
    background-size: 25px;
    background-repeat: no-repeat;
    background-position: 7px;
}

/* BBS ---------------------------*/

.imageStock {
    width: 120px;
    overflow: hidden;
    margin-top: 1rem;
    margin-right: 1rem;
    margin-bottom: 0.5rem;
    word-wrap: break-word;
    display: inline-block;
}

.imageStock__img {
    display: block;
    overflow: hidden;
    border-radius: 4px;
    margin-bottom: 5px;
    background: #eee;
}

.imageStock__img img {
    width: 120px;
    height: 120px;
    object-fit: cover;
}

.imageStock__link {
    font-size: 9px;
}

.icon_jimukyoku {
    color: #ff4e81;
    border: solid 1px #ff4e81;
    padding: 2px;
    border-radius: 3px;
}

.icon-nushi {
    color: #ff4e81;
    font-size: 0.9rem !important;
}

.icon-number {
    font-size: 1.2rem !important;
    vertical-align: middle;
    color: #DFDCCC;
}

.icon-person_fill {
    color: #B7B0B0 !important;
}

.icon-anqcheck {
    color: #ff4e81;
}

.anqcheck_txt {
    font-weight: 700;
}

.nickname_box {
    margin-top: 10px;
}

.nickname_box li {
    display: inline-block;
    font-size: 0.8rem;
    margin-right: 5px;
    margin-bottom: 10px;
}

.icon_user {
    padding: 0px 5px 0px 25px;
    background: url(/img/pc/common/icon_user1.png) 0px 2px no-repeat;
    background-size: 16px 16px;
    vertical-align: middle;

}

.nickname_creat {
    padding-left: 5px;
}

.tpc_mr {
    padding-top: 60px;
    margin-bottom: -15px;
}

.ht_auto {
    height: auto;
}

.bbs_cate_wapbox a {
    text-decoration: none;
}

.bbs_cate_wapbox li {
    display: inline-block;
    list-style: none;
}

.bbs_cate_wapbox li a {
    display: block;
    padding: 5px 10px;
    border: solid 1px #FF4E81;
    color: #FF4E81;
    background: #fff;
    border-radius: 3px;
    font-weight: 600;
    margin-bottom: 10px;
    margin-right: 5px;
}

.bbs_cate_wapbox li a:hover {
    background: #FF4E81;
    color: #fff;
}

.good_bad_btn li {
    display: inline-block;
    margin-right: 5px;
}

.good_bad_btn li:last-child {
    margin-right: 0;
}

/* コメントgood*/

.commentgood_enabled,
.commentgood_invalid {
    padding: 2px 5px;
    min-width: 50px;
    text-align: center;
    border: solid 1px #E1E1E1;
    border-radius: 3px;
    min-width: 50px;
    text-align: center;
    cursor: pointer;
}

.commentgood_enabled {
    background: #fff;
}

.commentgood_invalid {
    background: #E9E9E9;
}

.commentgood_enabled > .good_count {
    color: #61553A;
}


.commentgood_invalid > .good_count {
    color: #ff4e81;
}

.commentgood_enabled > .icon-heart_fill,
.commentgood_invalid > .icon-heart_fill {
    color: #ff4e81;
}

/* ハートを上下中央に20160326 */
.icon-heart_fill::before {
    vertical-align: middle;
    line-height: 1.6;
}

/* コメントgoodここまで*/

/* コメントbad*/

.commentbad_enabled,
.commentbad_invalid {
    padding: 2px 5px;
    min-width: 50px;
    text-align: center;
    border: solid 1px #E1E1E1;
    border-radius: 3px;
    min-width: 50px;
    text-align: center;
    cursor: pointer;
}

.commentbad_enabled {
    background: #fff;
}

.commentbad_invalid {
    background: #E9E9E9;
}

.commentbad_enabled > .bad_count {
    color: #61553A;
}


.commentbad_invalid > .bad_count {
    color: #ff4e81;
}


.commentbad_enabled > .icon-heartbreak_fill,
.commentbad_invalid > .icon-heartbreak_fill {
    color: #B8B8B8;
}

/* コメントbadここまで*/


.topicgood_enabled,
.topicgood_invalid {
    padding: 2px 5px;
    min-width: 80px !important;
    text-align: center;
    border: solid 1px #E1E1E1;
    border-radius: 3px;
    min-width: 50px;
    text-align: center;
    cursor: pointer;
}

.topicgood_enabled {
    background: #fff;
}

.topicgood_invalid {
    background: #E9E9E9;
}

.topicgood_enabled > .good_count {
    color: #61553A;
}

.topicgood_enabled > .good_count2 {
    color: #ff4e81;
}

.topicgood_invalid > .good_count {
    color: #ff4e81;
}

.topicgood_invalid > .good_count2 {
    color: #ff4e81;
}

.topicgood_enabled > .icon-heart_fill,
.topicgood_invalid > .icon-heart_fill {
    color: #ff4e81;
}



.comment_balloon {
    position: relative;
    display: inline-block;
    padding: 0 15px;
    width: auto;
    height: 35px;
    line-height: 35px;
    background: #F0EEE3;
    z-index: 0;
    border-radius: 3px;
    margin-bottom: 10px;
}


.comment_balloon:after {
    content: "";
    position: absolute;
    top: 50%;
    left: -10px;
    margin-top: -10px;
    display: block;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 10px 10px 10px 0;
    border-color: transparent #F0EEE3 transparent transparent;
}

.comment_balloon_box {
    clear: both;
}


.topic_title {
    margin-bottom: 0;
    padding: 5px 0;
}


.topic_title > dt {
    display: inline-block;
    vertical-align: middle;
    *zoom: 1;
    /* for IE6-7 */
    *display: inline;
    /* for IE6-7 */
    font-size: 2.0rem;
    color: #ff4e81;
    padding-right: 10px;
    line-height: 0;
    padding-top: 5px;
}

.topic_title > dd {
    display: inline-block;
    vertical-align: middle;
    width: 550px;
    /* 幅の指定がない場合、改行が必要な幅を超えるとカラム落ちします。 */
    *zoom: 1;
    /* for IE6-7 */
    *display: inline;
    /* for IE6-7 */
    font-size: 1.2rem;
    line-height: 1.3;
    word-break: break-all;
}

.topic_catch_line {
    border-top: solid 1px #ff4e81;
}


.topic_category {
    color: #B7B0B0 !important;
    font-size: 0.7rem;
}

.topic_report {
    font-size: 0.7rem;
}

.topic_box_top {
    overflow: hidden;
    margin-bottom: 5px;
}

.topic_box_top > .item_box_separate_l {
    padding: 7px 0;
    margin-bottom: 5px;
}

.topic_box_top > .item_box_separate_r {
    padding: 7px 0;
    margin-bottom: 5px;
}

.topic_watchlist a {
    background: #fff;
    color: #ff4e81;
    border: solid 1px #ff4e81;
    border-radius: 3px;
    padding: 5px 10px;
    font-family: inherit;
    font-weight: 600;
    font-size: 0.7rem;
    text-decoration: none;
    cursor: pointer;
    box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, .15);

}

.topic_watchlist a:hover {
    background: #ff4e81;
    color: #fff;
}



.topic_name {
    font-size: 0.7rem;

}

.keyword_wrap {
    margin-top: 2px;

}

.keyword_wrap li {
    display: inline-block;
    margin-right: 3px;
    margin-bottom: 10px;
    font-size: 0.7rem;

}



.keyword_wrap .key {
    background: none;
    padding: 3px 0px 3px 0px;
    color: #B7B0B0;
}

.keyword_wrap a {
    text-decoration: none;
    color: #ff4e81;
    padding: 3px 5px;
    background: #F0EEE3;
    border-radius: 3px;
}

.keyword_wrap a:hover {
    background: #ff4e81;
    color: #F0EEE3;
}

.keyword_wrap .edit {
    background: none !important;
    padding: 3px 0px 3px 0px;
}

.keyword_wrap .edit a {
    color: #0E6E96 !important;
    background: none;
}

.keyword_wrap .edit a:hover {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
    text-decoration: underline !important;
}

.topic_keyword {
    padding-bottom: 10px;

}

.topic_keyword > li {
    display: inline-block;
    float: left;
    margin-right: 5px;
    padding: 3px 10px;
    margin-right: 5px;

}

.topic_keyword > li .keytop {
    background-color: #fff !important;
}

.topic_keyword > li a {
    display: inline-block;
    background-color: #F0EEE3;
    border-radius: 3px;
    text-align: center;
    padding: 3px 10px;
    margin-right: 5px;
    float: left;
    font-size: 0.7rem;
    text-decoration: none;
    color: #ff4e81;
}



.topic_keyword_edit {
    display: inline-block;
    padding: 2px 10px;
    border-radius: 3px;
    font-size: 0.7rem;

}

.item_box_separate {
    overflow: hidden;
    width: 100%;
    margin-bottom: 10px;
}


.item_box_separate_l {
    float: left;
    overflow: hidden;
}

.item_box_separate_r {
    float: right;
    overflow: hidden;

}

.item_box_separate_l > li,
.item_box_separate_r > li {
    margin-right: 10px;
    display: inline-block;
}

.item_box_separate_l > li:last-child,
.item_box_separate_r > li:last-child {
    margin-right: 0px;
}



.share_icon > span {
    color: #fff;
    position: absolute;
    font-size: 1rem;
    top: 8px;
    left: 8px;

}

.share_icon_hover a:link {
    width: 32px;
    height: 32px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 50px;
    background-color: #B7B0B0;
    position: relative;
    display: inline-block;

}

.share_icon_hover a:hover {
    width: 32px;
    height: 32px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 50px;
    background: #61553A;
    position: relative;
    display: inline-block;
}


.anq_wrap_1 {
    margin-bottom: 10px;

}

.anq_wrap_1 > li {
    padding: 5px 10px;
    background-color: #F0EEE3;
    margin-bottom: 5px;
    border-radius: 3px;
    font-size: 0.9rem;
}

.comment_rule_pr_box {
    overflow: hidden;
    width: 300px;
}

.comment_rule_pr_box li {
    float: left;
    margin-bottom: 10px;
    font-size: 0.7rem;
    line-height: 35px;
    vertical-align: middle;
    font-weight: 600;
}

.comment_rule_pr_box li a {
    text-decoration: underline !important;
}

.comment_rule_pr_box li img {
    margin-right: 10px;
}




.comment_box_wrap > li {
    overflow: hidden;
    background: #fff;
    padding: 10px 15px;
    border-top: solid 1px #E1E1E1;
    border-bottom: solid 1px #E1E1E1;
    clear: both;
    margin-bottom: -1px;
}

.comment_box_wrap > li .item_box_separate {
    margin-bottom: 0 !important;
}

.comment_box_top {
    padding: 0px 0px 5px 0px;
    overflow: hidden;
    border-bottom: dotted 1px #E1E1E1;
    margin-bottom: 5px;

}

.comment_box_top .item_box_separate_l li,
.comment_box_top .item_box_separate_r li {
    font-size: 0.7rem !important;
    color: #B7B0B0;
}

.comment_no {
    color: #61553A !important;
}

.comment_name {
    color: #61553A !important;
}

.list_box_no {
    padding: 50px 0;
    text-align: center;
}


.comment_p {
    clear: both;
    margin: 10px 0;
}


.topic_p > p {
    font-size: 0.9rem;
    line-height: 1.6rem;
    margin-bottom: 10px;
    word-break: break-all;
}

.comment_p > p {
    font-size: 0.9rem;
    line-height: 1.6rem;
    margin-bottom: 0;
    word-break: break-all;

}

.comment_p > p a {
    font-size: 0.8rem;
}


.piyobox {
    padding: 15px 0;

}

.comment_box_textarea {
    float: left;
    width: 470px;
}

.comment_box_photoarea {
    float: right;
    width: 120px;
    text-align: right;
}


.keywordadd_box {
    clear: both;
    width: 100%;
}

.keywordadd_box_l {
    float: left;
    width: 45%;
    margin-right: 10px;
}

.keywordadd_box_l .icon {
    float: left;
    display: block;
    width: 12%;
}

.keywordadd_box_l input {
    float: left;
    width: 88%;
}


.photocomment_box {}

.photocomment_box_l {
    width: 50%;
    float: left;
    margin-right: 10px;
}

/* review ---------------------------*/

.wom_wrapbox {
    width: 100%;
    overflow: hidden;
}

.wom_wrapbox_l {
    width: 30%;
    float: left;
    margin-top: 50px;

}

.wom_wrapbox_r {
    width: 70%;
    float: right;
}



.wom_btn_box {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 80px;
    height: 80px;
    text-align: center;

}

.wom_btn {
    font-size: 3.5rem;
    display: block;
    margin-bottom: 10px;
}



.wom_wrapbox_r a {
    text-decoration: none;
}

.wom_wrapbox_r li {
    display: inline-block;
    list-style: none;
}

.wom_wrapbox_r li a {
    display: block;
    width: 70px;
    padding: 15px 28px;
    border: solid 1px #2ea5d4;
    color: #2ea5d4;
    background: #fff;
    border-radius: 3px;
    font-weight: 600;
    margin-bottom: 10px;
    margin-right: 8px;
    text-align: center;
}

.wom_wrapbox_r li a:hover {
    background: #2ea5d4;
    color: #fff;
}



.reviw_infowrapbox {
    display: table;
    width: 100%;
}

.reviw_infowrapbox li {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.review_step {
    background: #F0EEE3;
    border-radius: 50px;
    padding: 3px 5px;
    color: #ff4e81;
}

.reviw_infowrapbox_step p {
    margin-bottom: 15px;

}

.review_step_btn {
    font-size: 3.0rem;

}

.reviw_pointwrap_l {
    float: left;
    width: 48%;
    border: solid 1px #E1E1E1;
    background: #fff;
    margin-bottom: 20px;
}

.reviw_pointwrap_r {
    float: right;
    width: 48%;
    border: solid 1px #E1E1E1;
    background: #fff;
    margin-bottom: 20px;

}

.reviw_pointwrap_l dt,
.reviw_pointwrap_r dt {
    padding: 10px;
    text-align: center;
    border-bottom: solid 1px #E1E1E1;
    font-weight: 600;

}

.reviw_pointwrapbox_ul li {
    padding: 10px;
    border-bottom: dotted 1px #E1E1E1;
}

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

.reviw_pointwrapbox_ul li p {
    text-align: right;
    margin-bottom: 0;
}

.reviw_pointwrap_all {
    clear: both;
    border: solid 1px #E1E1E1;
    background: #fff;
    padding: 10px;
}

.reviw_pointwrap_all dd p {
    text-align: right;
    margin-bottom: 0;
}

.review_single > li {
    border-bottom: : dotted 1px #E1E1E1;
}

.review_single > li > dt {
    font-weight: 600;
    float: left;
    margin-right: 20px;
    text-align: center;
    width: 100px;
    background-color: #F0EEE3;
    border-radius: 50px;
    padding: 3px;
}

.review_single > dd {
    line-height: 2.0;
    padding: 3px;
}

.review_map_title {
    position: relative;
}

.review_map_title h2 {
    position: absolute;
    top: 35px;
    left: 15px;

}

.review_pref {
    width: 100%;
    height: 530px;
    position: relative;
    box-sizing: border-box;
    background-image: url(/img/pc/common/review_map.png);
    background-repeat: no-repeat;

}

.review_pref div h3 {
    margin-bottom: 5px;
    color: #2ea5d4;
    font-size: 0.7rem;
}

.review_pref li a {
    display: block;
    background: #fff;
    padding: 5px;
    margin-bottom: 3px;
    border-radius: 3px;
    font-size: 0.7rem;
    border: solid 1px #2ea5d4;
    text-align: center;
    color: #2ea5d4;
}

.review_pref li a:hover {
    background: #2ea5d4;
    color: #fff;
}

.review_pref li a {
    text-decoration: none;
}

/* 北海道・東北 */
.review_pref div:nth-child(1) {
    position: absolute;
    right: 10px;
    top: 165px;
    width: 140px;
}

.review_pref div:nth-child(1) li {
    float: left;
    width: 65px;
    margin-right: 5px;
}

/* 関東 */
.review_pref div:nth-child(2) {
    position: absolute;
    bottom: 20px;
    right: 45px;
    width: 140px;
}

.review_pref div:nth-child(2) li {
    float: left;
    width: 65px;
    margin-right: 5px;
}

/* 甲信越･北陸 */
.review_pref div:nth-child(3) {
    position: absolute;
    right: 250px;
    top: 15px;
}

.review_pref div:nth-child(3) li {
    width: 65px;

}

/* 東海 */

.review_pref div:nth-child(4) {
    position: absolute;
    right: 220px;
    bottom: 20px;
}

.review_pref div:nth-child(4) li {
    width: 65px;
}

/* 近畿 */
.review_pref div:nth-child(5) {
    position: absolute;
    right: 370px;
    top: 90px;
}

.review_pref div:nth-child(5) li {
    width: 65px;
}

/* 中国 */
.review_pref div:nth-child(6) {
    position: absolute;
    top: 121px;
    right: 458px;
}

.review_pref div:nth-child(6) li {
    width: 65px;
}

/* 四国 */
.review_pref div:nth-child(7) {
    position: absolute;
    bottom: 20px;
    width: 140px;
    right: 315px;
}

.review_pref div:nth-child(7) li {
    float: left;
    width: 65px;
    margin-right: 5px;
}

/* 九州・沖縄 */
.review_pref div:nth-child(8) {
    position: absolute;
    top: 120px;
    left: 15px;
}

.review_pref div:nth-child(8) li {
    width: 65px;
}

.review_mun {
    width: 100%;
    box-sizing: border-box;
    margin-left: 15px;
    margin-bottom: 15px;
}


.review_mun_list li {
    display: inline-block;
    width: 192px;
    text-align: center;
    border-bottom: dotted 1px #ccc;
    margin-right: 10px;
}

.review_mun_list li a:link {
    display: inline-block;
    width: 192px;
    text-align: center;
    padding: 10px 0;
    margin-right: 10px;
}

.review_mun_list li a:hover {
    background: #F0EEE3;
    text-decoration: none;
}


.review_map {
    width: 400px;
    margin: 0px auto 0px auto;
    height: 450px;
}


.review_data li {
    padding: 7px 0;
    border-bottom: #ccc 1px dotted;
    font-size: 0.7rem;
}

.review_data li:first-child {
    padding-top: 0px;
}

.review_data li:last-child {
    border-bottom: none;

}

.review_data dt {
    display: inline-block;
    width: 100px;
    margin-right: 10px;
    background-color: #F0EEE3;
    border-radius: 50px;
    text-align: center;
    float: left;
    padding: 2px;
    font-size: 0.7rem;
}



.review_hidden > li:nth-child(n+6) {
    display: none;
}

.review_hidden > li:nth-child(-n+4) > .readmore {
    display: none;
}

.review_hidden > li:nth-child(5) {
    position: relative;
    z-index: 0;
    height: 100%;
}

.review_hidden > li:nth-child(5)::after {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    content: '';
    width: 100%;
    height: 60%;
    background: linear-gradient(rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .7) 20%, rgba(255, 255, 255, 1) 80%);
}


.review_hidden > li > .readmore a {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: inline-block;
    border-radius: 20px;
    padding: 5px 30px;
    background-color: #ff4e81;
    color: #FFF;
    z-index: 99;
    width: 100px;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
}

.review_hidden > li > .readmore a:hover {
    color: #ff4e81;
    background: #fff;
    border: solid 1px #ff4e81;

}

.remodal_wrap1 > dt {
    margin-bottom: 5px;
}

.remodal_wrap1 > dd {
    margin-bottom: 20px;
}

.modal_prwrap {
    width: 100%;
}

.modal_hospital {
    width: 49%;
    float: left;
    background: #F0EEE3;
    border-radius: 3px;
    padding: 10px;
    box-sizing: border-box;
}

.modal_hospital > dt {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 5px;
}

.modal_hospital > dd {
    font-size: 1rem;
    color: #2ea5d4;
    font-weight: 600;
}

.modal_facility {
    width: 49%;
    float: right;
    background: #F0EEE3;
    border-radius: 3px;
    padding: 10px;
    box-sizing: border-box;
}

.modal_facility > dt {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 5px;
}

.modal_facility > dd {
    font-size: 1rem;
    color: #2ea5d4;
    font-weight: 600;
}

.reviewcam_pr a {
    display: inline-block;
    font-weight: 600;
    font-size: 1.2rem;
    background: linear-gradient(transparent 50%, #FFFBC8 50%);
    margin-left: 10px;
    text-decoration: underline;
}

.reviewcam_pr_sub {
    display: inline-block;
    font-weight: 600;
    font-size: 1rem;
    background: linear-gradient(transparent 50%, #FFFBC8 50%);
    color: #ff4e81;
}

.reviewcam_pr_l_th {
    text-decoration: line-through;
}


/* news ---------------------------*/

.newswrapbox_half_l {
    width: 48.5%;
    float: left;

}

.newswrapbox_half_r {
    width: 48.5%;
    float: right;

}


.newswrapbox {
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
}

.newswrapbox_l {
    width: 70%;
    float: left;
}

.newswrapbox_r {
    width: 30%;
    float: right;
    text-align: center;
    padding-right: 15px;
    box-sizing: border-box;
    margin-top: 10px;
}


.newswrapbox_l_in_l {
    width: 100%;
    float: left;
    vertical-align: middle;
}

.newswrapbox_l_in_r {
    width: 100%;
    float: right;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis !important;
    -moz-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}



.newstop_time {
    float: left;
    font-size: 0.7rem;
    margin-right: 10px;
    color: #B7B0B0;
}

.newstop_title {
    float: left;
    width: 430px;
    margin-right: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis !important;
    -moz-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}

.newstop_title_press {
    float: left;
    width: 535px;
    margin-right: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis !important;
    -moz-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}

.newstop_category {
    float: right;
    width: 100px;
}

.newstop_category_out {
    float: right;
    color: #B7B0B0;
    font-size: 0.7rem;
}

.newstop_category a {
    display: block;
    border: solid 1px #E1E1E1;
    width: 90px;
    padding: 0 4px;
    text-align: center;
    font-size: 0.6rem;
    text-decoration: none;
    color: #B7B0B0 !important;
    background: #FEFDFC !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis !important;
    -moz-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}

.newstop_category a:hover {
    color: #fff !important;
    background: #B7B0B0 !important;
}

.newstop_category a:visited {
    background: #B7B0B0;
    background: #FEFDFC;
}

.newswd25 {
    width: 25%;
}

.newswd75 {
    width: 75%;
}

.newswd18 {
    width: 18%;
}

.newswd82 {
    width: 82%;
}

.news_catch_line {
    border-top: solid 1px #4F442C;
}

.news_title {
    margin-bottom: 0;
    font-size: 1.2rem;
    line-height: 1.3;
    word-break: break-all;
    padding: 5px 0;
}

.newsarticle_site_time_wrap {
    overflow: hidden;
    margin-bottom: 10px;
}

.newsarticle_site_time_wrap dt {
    float: left;
}

.newsarticle_site_time_wrap dd {
    float: right;
}

.newsarticle_wrap > p {
    font-size: 0.9rem;
    line-height: 1.6rem;
    margin-bottom: 10px;
    word-break: break-all;
}

.newsarticle_img {
    float: left;
    margin-right: 10px;
}


/* Mypage ---------------------------*/

/*共通*/

.icon_user2 {
    font-size: 1.6rem;
    color: #ccc;
    font-weight: normal;
    position: relative;
    top: 5px;
    padding-right: 10px;
}

.mypage_gnavi1,
.mypage_gnavi2 {
    display: table;
    table-layout: fixed;
    width: 100%;
    text-align: center;
}

.mypage_gnavi1 {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border: solid #ccc 1px;
}

.mypage_gnavi2 {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border: solid #ccc 1px;
    border-top: none;
}

.mypage_gnavi1 li,
.mypage_gnavi2 li {
    display: table-cell;
    vertical-align: middle;
    font-size: 0.7rem;
    border-right: solid #ccc 1px;
}

.mypage_gnavi1 li a,
.mypage_gnavi2 li a {
    display: block;
    padding: 10px;
    color: #0E6E96;
}

.mypage_gnavi1 li a:hover,
.mypage_gnavi2 li a:hover {
    background: #F0EEE3;
    text-decoration: none;
    font-weight: 600;
}

.mypage_gnavi1 li:last-child,
.mypage_gnavi2 li:last-child {
    border-right: none;
}

/*myトップ*/

.top_alert {
    background: #C2B510;
    border-radius: 50px;
    color: #fff;
    padding: 3px 10px;
    font-size: 0.7rem;

}

.top_profile_box_r {
    width: 100%;
    float: right;

}

.top_profile_list_box {
    display: block;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 5px;
    margin-left: -8px;
}

.top_profile_list_box li {
    display: inline-block;
    margin-left: 8px;
    padding: 3px 0;
    width: 23%;
    margin-bottom: 5px;
    border-bottom: dotted 1px #E1E1E1;
}


.top_profile_list_box li dt {
    font-size: 0.7rem;
    padding-bottom: 5px;
    margin-right: 10px;
    color: #B7B0B0;

}

.top_profile_list_box li dd {
    text-align: right;

}


.top_profile_list_box_btm {
    clear: both;
}

.top_profile_list_box_btm dt {
    font-size: 0.7rem;
    color: #B7B0B0;
}

.top_profile_list_box_btm dd {
    border-bottom: dotted 1px #E1E1E1;
    padding: 5px 0;
    margin-bottom: 10px;
}

.profile_view_box {
    width: 100%;
    overflow: hidden;
    margin-top: -10px;
}

.profile_view_box_l {
    float: left;
    width: 7%;
}

.profile_view_box_r {
    float: right;
    width: 93%;
}

.mypage_icon {
    font-size: 2rem;
}

.mypage_name {
    color: #ff4e81;
}

.profile_view_box_r dt {
    float: left;
    line-height: 1.0;
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 1.2rem;
    padding-top: 10px;
}

.profile_view_box_r dd {
    float: right;
    padding-top: 10px;
}

.profile_view_box ul {
    clear: both;
}

.profile_view_box ul > li {
    display: inline-block;
    border-left: 1px solid #E1E1E1;
    padding: 0px 10px;
    margin-top: 10px;
    text-align: center;
}

.profile_view_box ul > .point_wrap {
    border-left: 0px;
    margin-right: 10px;
    padding: 8px 15px;
    background: #F0EEE3;
    color: #FF4E81;
    border-radius: 50px;
    font-weight: 600;
}

.profile_view_box ul > .point_wrap.point:before {
    content: "\e9da";
}

.profile_view_box ul > .point_wrap.good {}

.profile_view_box ul > li:last-child {
    border-right: 1px solid #E1E1E1;
}

.profile_conwrap {
    overflow: hidden;
    width: 100%;
}

/* プレゼント応募*/

.present_totalpoint {
    background: #fff;
    border-radius: 50px;
    width: 100%;
    padding: 5px 0;
}

.present_wrap {
    width: 100%;
}

.present_wrap_l {
    float: left;
    width: 20%;
    height: 160px;
}

.present_wrap_l img {
    border: solid 1px #E1E1E1;
}

.present_wrap_r {
    float: right;
    width: 70%;
    position: relative;
    height: 160px;
}

.present_wrap_r > .items {
    font-size: 1.0rem;
    font-weight: 600;
    margin-bottom: 5px;
}

.present_wrap_r > .np {
    font-weight: 600;
    text-align: right;
    margin-bottom: 5px;
}

.present_wrap_r > .dcpn {
    font-size: 0.7rem !important;
}

.present_wrap_r > .count {
    font-size: 1.0rem;
    color: #ff4e81;
    font-weight: 600;
    position: absolute;
    bottom: 0;
    margin-bottom: 0;
}

.present_wrap_r > .select {
    display: block;
    font-weight: 600;
    position: absolute;
    bottom: 0;
    right: 0;
    margin-bottom: 0;
    background: #F0EEE3;
    border-radius: 50px;
    padding: 5px;
    width: 150px;
    text-align: center;
}

.present_wrap_r strong {
    display: inline-block;
    font-size: 0.7rem;
    color: #ff4e81;
    margin-right: 5px;
    border: solid 1px #ff4e81;
    padding: 2px 4px;
}

.present_wrap_r > .app a {
    display: block;
    font-weight: 600;
    position: absolute;
    bottom: 0;
    right: 0;
    margin-bottom: 0;
    color: #fff;
    background: #ff4e81;
    border-radius: 50px;
    padding: 5px;
    width: 150px;
    text-align: center;
}

.present_wrap_r > .app a:hover {
    text-decoration: none;
    background: #2ea5d4;

}

.present_unit li {
    display: inline-block;
    width: 20%;
}

.present_detail dt {
    font-weight: 600;
}

.present_detail dd {
    margin-bottom: 10px;
}

/* 日記帳*/

.bookmark_box {
    display: block;
    clear: both;
    background: #F0EEE3;
    float: right;
    line-height: 30px;
    margin: 10px 0 10px 0;
    padding: 0 10px;
    position: relative;
    text-align: center;
    font-size: 0.7rem;
}

.bookmark_box:before,
.bookmark_box:after {
    content: "";
    border-style: solid;
    border-width: 0;
    position: absolute;
    width: 0;
    height: 0;
}

.bookmark_box:after,
.bookmark_box:before {
    border-width: 15px 15px 15px 0;
}

.bookmark_box:before {
    border-color: transparent #F0EEE3;
    left: -15px;
}

.bookmark_box:after {
    border-color: #F0EEE3 transparent;
    border: solid 1px #ccc;
    right: -15px;
}

.del_bookmark_box {
    float: right;
    padding: 0 10px;

}



/* フォルダリスト*/

.folderview_box {
    clear: both;
    width: 110%;
    overflow: hidden;
    margin-bottom: 5px;
}


.folderview_box .folder_on {
    background: #F0EEE3;
}


.folderview_box li {
    display: block;
    float: left;
    background: #fff;
    border: solid 1px #e0ded0;
    border-radius: 3px;
    padding: 0px 10px;
    margin-bottom: 10px;
    margin-right: 10px;
    width: 29.33%;
    height: 32px;
    box-sizing: border-box;
    font-size: 0.7rem;
}





.folderview_box--mail {
    overflow: hidden;
    clear: both;
    width: 100%;
    margin-bottom: 5px;
}

.folderview_box--mail .folder_on {
    background: #F0EEE3;
}


.folderview_box--mail li {
    display: block;
    float: left;
    background: #fff;
    border: solid 1px #e0ded0;
    border-radius: 3px;
    padding: 0px 10px;
    margin-bottom: 10px;
    margin-right: 10px;
    width: 100%;
    height: 32px;
    box-sizing: border-box;
    font-size: 0.7rem;
}




.icon_folder {
    position: absolute;
    font-size: 1.2rem;
    position: relative;
    top: 4px;
}

/* 写真ウォッチリスト*/


.item_box__all_list_box__box_photo {
    display: block;
    position: relative;
    width: 100%;
    height: 140px;

}

.box_photo_input_box {
    display: block;
    position: absolute;
    top: 55px;


}

.box_photo_img_box {
    display: block;
    position: absolute;
    top: 10px;


}

.box_photo_title_box {
    position: absolute;
    left: 140px;
    top: 40px;

}



/* アルバム*/

.albumbox {
    position: relative;
    float: left;
}

.albumbox_photo {
    display: block;
    margin: 0 10px 10px 10px;

}

.albumbox_input {
    display: block;
    margin: 0 16px 20px 16px;

}

.file_input {
    padding: 10px:
}

.article__title_r_box {
    position: absolute;
    top: 15px;
    right: 15px;

}

.article__title_r_box li {
    display: inline;

}

/* ミニメール*/

.minimail_wrap {
    display: flex;
}

.minimail_wrap > div {}

.minimail_wrap > .side {
    flex-basis: 30%;
    border-right: solid 1px #E1E1E1;
    padding: 15px;
}

.minimail_wrap > .main {
    flex-grow: 1;
}


.minimai_title {
    border-bottom: solid 1px #E1E1E1;
    overflow: hidden;
    text-indent: 15px;
    padding: 10px 0;
}

.minimail_detail_box {
    width: 100%;
}

.minimail_detail_title {
    padding: 5px 0;
    border-bottom: dotted 1px #ccc;

}

.minimail_detail_fromto {
    display: block;
    border-right: 1px solid #ccc;
    padding-right: 10px;
    margin-right: 10px;
    float: left;
    color: #B7B0B0;
    width: 35px;

}

.minimail_setdone {
    padding: 5px;
    background: #fff;
    color: #0E6E96;
    border: solid 1px #e0ded0;
    font-family: inherit;
    margin: 0 0px;
    cursor: pointer;
    margin-right: 5px;
    font-size: 0.7rem;
}

.minimail_setdel {
    display: inline;
}

.mail_inline {
    float: left;
    margin-right: 10px;
}

/*ミニメール*/

.minimail_date {
    color: #B7B0B0;
    font-size: 0.7rem;
    text-align: right;
    margin-bottom: 5px;
    display: block;
}

.minimail_subject {
    display: block;
    width: 320px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis !important;
    -moz-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    font-weight: 600;
}

.ht80 {
    height: 80px;
}

.ht140 {
    height: 140px;
}

.check_box_l {
    position: absolute;
    top: 42%;
    left: 10;
    -webkit-transform: translate(-50%, 10);
    /* Safari用 */
    transform: translate(-50%, 10);
    width: 30%;
}

.check_box_r {
    position: absolute;
    display: block;
    left: 35px;
    width: 90%;
}

/*コメント作成*/
.comment_link_btn a {
    padding: 2px;
    border: solid 1px #E1E1E1;
    border-radius: 3px;
    background: #fff;
    color: #0E6E96;
    width: 100px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
}


/*ページャー*/

.pager_count {
    font-size: 0.7rem;
    color: #B7B0B0;
    margin-bottom: 5px;
}

.pager_box a {
    border: solid 1px #e0ded0;
    padding: 5px 5px;
    text-align: center;
    background-color: #fff;
    color: #ff4e81;
    font-size: 0.7rem;
}

.pager_box a:hover {
    text-decoration: none !important;
    border: solid 1px #ff4e81;

}

/*フォルダ管理・作成*/

.folder_box {
    clear: both;
    width: 100%;
}

.folder_box_l {
    float: left;
    width: 45%;
    margin-right: 10px;
}

.folder_box_l .icon {
    float: left;
    display: block;
    width: 12%;
}

.folder_box_l input {
    float: left;
    width: 88%;
}

/*設定系*/

.form_item_leavelist li {
    border-bottom: dotted 1px #ccc;
    padding: 10px 0;
}

/* contents footer ---------------------------*/

.footer_link {
    width: 100%;
    background: #F0EEE3;
    border: none;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

.footer_link_wr {
    text-align: center;
    padding: 10px 0;
}

/* info ---------------------------*/

.info_title {
    margin-bottom: 0;
    font-size: 1.2rem;
    line-height: 1.3;
    word-break: break-all;
    padding: 5px 0;
}

.infoarticle_wrap > p {
    font-size: 0.9rem;
    line-height: 1.6rem;
    margin-bottom: 10px;
    word-break: break-all;
}


/* AD
----------------------------------------------------------- */
.adarea01 {
    text-align: center;
    margin-bottom: 10px;
    overflow: hidden;
}

.adarea01 p {
    display: inline;
    margin: 0;
}

.adarea01 .adleft {
    margin: 5px;
    width: 300px;
    float: left;
}

.adarea01 .adright {
    margin: 5px;
    width: 300px;
    float: right;
}



/* =======================================================================
共通footer
======================================================================= */
footer#common {
    width: 100%;
    background-color: #FAF9F8;
    text-align: center;
    overflow: hidden;
}

footer#common a {
    color: #2B2827;
}

footer#common .footer__inner {
    max-width: 1082px;
    margin: 30px auto;
    padding-top: 10px;
}

footer#common .footer__logo {
    display: block;
    float: none;
    margin-right: auto;
    margin-bottom: 40px;
    margin-left: auto;
}

footer#common .footer__logo p {
    font-weight: bold;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 10px;
}

.footer__logo img {
    width: 210px;
    height: auto;
}

@media only screen and (min-width: 980px) {
    .footer__logo img {
        width: 260px;
        height: auto;
    }
}

.footer__end {
    text-align: center;
    color: #9C9592;
    font-size: 10px;
}

.pageTop__wrap {
    margin-bottom: 30px;
}

.pageTop__wrap a {
    color: #635D5A;
    display: inline-block;
    padding: 5px;
}

.pageTop__wrap img {
    width: 20px;
    height: auto;
    margin-bottom: 5px;
}

.pageTop__wrap span {
    display: block;
    font-size: 14px;
    line-height: 21px;
}

.footerNav {
    margin-bottom: 10px;
}

.footerNav ul {
    list-style: none;
    text-align: center;
}

.footerNav ul li {
    display: inline-block;
    margin-left: 10px;
}

.footerNav ul li a {
    display: block;
    color: #635D5A;
    padding: 5px;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
}

.footerNav ul li a:first-of-type {
    margin-left: 0;
}

.globalNav nav {
    width: 100%;
    min-width: 320px;
    text-align: center;
}

.globalNav nav ul {
    list-style: none;
    text-align: center;
    line-height: 55px;
}

.globalNav nav ul li {
    display: block;
    margin-bottom: 35px;
    margin-left: 0;
}

.globalNav nav ul li a {
    display: block;
    text-align: center;
    font-size: 0.625rem;
    line-height: 15px;
}

.globalNav nav ul li a span {
    display: block;
    margin-top: 10px;
    font-size: 1.125rem;
    line-height: 24px;
    font-weight: bold;
}

.globalNav nav ul li a > span {
    text-decoration: underline;
}

@media only screen and (min-width: 980px) {
    .globalNav nav ul {
        list-style: none;
        text-align: center;
        line-height: 55px;
    }

    .globalNav nav ul li {
        display: inline-block;
        margin-left: 70px;
    }

    .globalNav nav ul li:first-of-type {
        margin-left: 0;
    }
}

/* ////////// 投稿モーダル ///////// */
.modalArea {
    display: none;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.modalBg {
    width: 100%;
    height: 100%;
    background-color: rgba(30, 30, 30, 0.9);
}

.modalWrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70%;
    max-width: 500px;
    padding: 0px;
    background-color: #fff;
}

.confirmation_img {
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #fef6f6;
}
.confirmation_img img {
	width: 70%;
}

.modalContents {
    margin: 20px;
}

.modalContents h1 {
    font-size: 16px;
    text-align: center;
    margin: 20px 0;
}

.modalContents p {
    font-size: 14px;
    line-height: 1.6em;
    text-align: left;
}
.modalArealist {
	margin: 20px 0;
}
.modalArealist li {
	font-size: 14px;
    line-height: 1.6em;
	margin-bottom: 10px;
	font-weight: bold;
    text-align: left;
	text-decoration: none;
}
.modalAreaCheckmark {
	width: 15px;
    height: 15px;
    border-radius: 50%;
    stroke-width: 4;
    stroke: black;
    stroke-miterlimit: 10;
    stroke-dashoffset: 0;
    margin-right: 5px;
}

.confirm input {
    border: 1px solid #ccc;
}

.confirm a {
    font-weight: bold;
    margin: 0px 3px
}

.modalButtonGroup {
    text-align: right;
    margin-top: 20px;
}

.modalbtn_pink {
    background: #ff4e81;
    color: #fff;
    border-radius: 3px;
    font-family: inherit;
    margin: 0 0px;
    cursor: pointer;
    border: solid 1px #ff4e81;
    padding: 8px 20px;
}

.modalbtn_pink:disabled {
    color: hsla(0, 0%, 100%, .5);
    cursor: not-allowed;
    background-color: #ccc;
    -webkit-transition: none;
    transition: none;
    border: solid 1px #ccc;
}

.modalbtn_cancel {
    background: #fff;
    color: #333;
    border: 1px solid #999;
    border-radius: 3px;
    font-family: inherit;
    margin: 0 0px;
    cursor: pointer;
    padding: 8px 14px;
    margin-right: 10px;
}


/* =======================================================================
footer end
======================================================================= */

.buttonMin {
    font-size: 16px;
    font-size: 12px;
    line-height: 26px;
    line-height: 10px;
    width: 96px;
}

.buttonMin {
    background-color: #2B2827;
    border: 1px solid #2B2827;
    border-radius: 25px;
    clear: both;
    color: #fff !important;
    display: block;
    font-weight: 700;
    margin-left: auto;
    margin-right: auto;
    max-width: 300px;
    padding: 10px 0;
    position: relative;
    text-align: center;
}

.buttonRedMin {
    font-size: 16px;
    font-size: 12px;
    line-height: 26px;
    line-height: 10px;
    width: 120px;
}

.buttonRedMin {
    background-color: #2B2827;
    background-color: #F92962;
    border: 1px solid #F92962;
    border-radius: 25px;
    clear: both;
    color: #fff !important;
    display: block;
    font-weight: 700;
    margin-left: auto;
    margin-right: auto;
    max-width: 300px;
    padding: 10px 0;
    position: relative;
    text-align: center;
}

.buttonMin:hover,
.buttonRedMin:hover {
    filter: alpha(opacity=80);
    opacity: .8;
    -moz-opacity: .8;
    transition: .5s ease-in-out;
    text-decoration: none;
}