@charset"utf-8";
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


/*-- RESET
--------------------------------------------------------------------------------------------*/

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 14px;
    vertical-align: baseline;
    background: transparent;
    white-space: normal;
    word-break: normal;
}

body {
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    min-width: 1218px;
    color: #333;
    font-size: 14px;
    font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
    line-height: 2.1;
    word-break: break-all;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

nav ul, ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

span {
    display: inline;
}

strong{
  font-size: inherit;
}

label {
    font-weight: normal;
}

a {
    margin: 0;
    padding: 0;
    color: #333;
    vertical-align: baseline;
    background: transparent;
    text-decoration: underline;
}

a:hover {
    color: #f79646;
    text-decoration: none;
}

a.nolink {
    pointer-events: none;
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

pre {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #f5f5f5;
    border: 1px solid #cccccc;
    color: #333333;
    display: block;
    font-size: 13px;
    line-height: 1.5;
    margin: 0 0 10px;
    padding: 9.5px;
    word-break: break-all;
    word-wrap: break-word;
    white-space: pre;
}

input, select {
    vertical-align: middle;
}

button {
    display: inline-block;
    background: none;
    border: 0;
}

img, a img {
    vertical-align: top;
    line-height: 0;
    font-size: 0;
    border: 0;
    border-image-width: 0;
    background: transparent;
}

object, embed {
    vertical-align: top;
}

a:hover img {
    opacity: 0.6;
    transition-timing-function: ease-in-out;
    transition-duration: 0.2s;
}

a[href^="tel:"] {
    pointer-events: none;
    text-decoration: none;
}


/*-- UTILITY
--------------------------------------------------------------------------------------------*/

.alert {
    float: right;
    display: inline-block;
    color: #FF0000;
    font-size: 10px;
}

.a_right {
    text-align: right;
}

.a_left {
    text-align: left;
}

.center {
    text-align: center;
}


/*float*/

.alignleft, .fleft {
    float: left;
}

.alignright, .fright {
    float: right;
}

.clear {
    clear: both;
    line-height: 0;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
}


/* WinIE7 MacIE5 */

.clearfix {
    display: inline-table;
    zoom: 100%;
}


/* WinIE5-6 */


/* Hides from IE-mac \*/

* html html .clearfix {
    height: 1px;
}

li {
    display: block;
}

.row {
    margin: 0 auto;
}

.PC {
    display: block;
}

td.PC {
    display: table-cell;
}

img.PC {
    display: inline;
}

.SP {
    display: none;
}

.bold {
    font-weight: bold;
}

.f16 {
    font-size: 16px;
}

.c_blue {
    color: #f8770f;
}

.underline {
    margin: 0 auto;
    padding: 0 0 1px;
    border-bottom: 1px solid #A9D9DF;
}

.inner {
    padding: 0 15px;
}

article.hentry {
    margin-bottom: 60px;
}


/*--[ h ]
---------------------------------------------------------------------------------------------------------------------------------------*/


/*--------------------------------------
  H1,H2,H3,H4,H5,H6
--------------------------------------*/


/* h1 ----------------------------*/

h1 {}

.single-blog .h1_ttl, .page .h1_ttl, .archive .h1_ttl {
    position: relative;
    margin-bottom: 40px;
    padding-left: 60px;
    padding-bottom: 57px;
    font-size: 36px;
    font-weight: normal;
    background: url('../images/common/icon_leaf.png') no-repeat 0 0;
}

.single-blog .h1_ttl_en, .page .h1_ttl_en, .archive .h1_ttl_en {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    padding-left: 24px;
    font-weight: normal;
    width: 360px;
    max-width: 100%;
}

.single-blog .h1_ttl_en:after, .page .h1_ttl_en:after, .archive .h1_ttl_en:after {
    content: url('../images/common/icon_curve_blue.png');
    display: inline-block;
    float: right;
}


/* h2 ----------------------------*/

h2 {}

.h2_ttl {
    position: relative;
    margin-bottom: 20px;
    padding-left: 60px;
    padding-bottom: 57px;
    font-size: 36px;
    font-weight: normal;
    background: url('../images/common/icon_leaf.png') no-repeat 0 0;
}

.h2_ttl_en {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    padding-left: 24px;
    font-weight: normal;
    width: 432px;
    max-width: 100%;
}

.h2_ttl_en:after {
    content: url('../images/common/icon_curve_blue.png');
    display: inline-block;
    float: right;
}

.h2_ttl_blue {
    margin-bottom: 40px;
    padding-bottom: 20px;
    color: #ffdc7e;
    font-size: 20px;
    border-bottom: 3px solid #ffdc7e;
}


/* h3 ----------------------------*/

h3 {}


/* h4 ----------------------------*/

h4 {}


/* h5 ----------------------------*/

h5 {}


/* h6 ----------------------------*/

h6 {}


/*--[ breadcrumbs]
---------------------------------------------------------------------------------------------------------------------------------------*/

.breadcrumbsBox {
    display: block;
    padding: 0 0 8px 400px;
    width: 100%;
    line-height: 1.2;
}

.breadcrumbs {
    display: inline;
    padding-left: 0;
    padding-top: 1px;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.2;
}

.breadcrumbs span {
    font-size: 12px;
    text-decoration: none;
}

.breadcrumbs a {
    font-size: 12px;
    text-decoration: none;
    vertical-align: middle;
}


/*--[ layout ]
---------------------------------------------------------------------------------------------------------------------------------------*/

.wrapper {
    position: relative;
    background-color: #ffffe9;
}

.header_entry {
    width: 100%;
    background-color: #ffffe9;
}

.header_entry .PC {
    width: 100%;
    background-color: #ffffe9;
}

.two-columns-left-sidebar #sidebar-primary {
    margin-right: 100px;
    margin-bottom: 100px;
    padding: 0;
    width: 300px;
    /* border: 1px dotted #878787; */
    /* border-bottom: 0; */
}

.two-columns-left-sidebar #main {
    margin: 0;
    padding: 0;
    width: 818px;
}

#content>.container {
    margin: 0 auto;
    width: 1218px;
    background-color: #ffffe9;
}


/*--[ COMMON :: HEADERã€€] --*/


/*---------------------------------------------------------------------------------------------------------------------------------------*/

.h_left {
    float: left;
    padding: 10px 0 0 20px;
}

.h_discription {
    color: #1b1b1b;
    font-size: 11px;
}

.h_right {
    float: right;
}

.h_right_tel {
    float: left;
    width: 336px;
    height: 100px;
    text-align: center;
    background-color: #ffdc7e;
}

.h_right_contact {
    float: left;
    padding: 0;
    width: 100px;
    height: 100px;
    background-color: #009e49;
}

.hrt_t1 {
    font-size: 14px;
    text-align: center;
}

.hrt_t2 {
    padding: 4px 0;
    text-align: center;
}

.hrt_t3 {
    text-align: center;
    font-size: 12px;
    line-height: 1.2;
    text-align: left;
    display: inline-block;
    margin: 0 auto;
    width: 210px;
}

.hrt_t4 {
    text-align: center;
    text-indent: -9999px;
    overflow: hidden;
}

.hrt_t4 a {
    display: block;
    width: 100px;
    height: 100px;
    background: url('../images/common/h_contact_off.png') no-repeat 50% 50%;
    background-color: #009e49;
}

.hrt_t4 a:hover {
    background: url('../images/common/h_contact_on.png') no-repeat 50% 50%;
    background-color: #009e49;
}


/*--[ gmenu ]
---------------------------------------------------------------------------------------------------------------------------------------*/

.metaslider {
    top: 100px;
    margin: 0 auto;
}

.gmenu {
    margin-top: 100px;
    margin-bottom: 50px;
    width: 100%;
    height: 67px;
    background: url('../images/common/gmenu_bg.jpg') repeat-x 50% 100%;
    background-color: #ffefb9;
    border-top: 6px solid #f8770f;
}

.menu-navigation {
    display: table;
    margin: 0 auto;
    padding: 0;
    width: 1218px;
}

.menu-navigation li {
    display: table-cell;
    width: auto;
    height: 61px;
    text-align: center;
    vertical-align: middle;
}

.menu-navigation li a {
    display: block;
    width: 100%;
    height: 100%;
    background-color: #FFF;
    text-indent: -9999px;
    overflow: hidden;
}

.menu-navigation li a:hover {
    background-color: #95c4db;
}


/*---------------------gmenu home*/

.menu-navigation li:nth-child(1) a {
    width: 171px;
    background: url('../images/common/gmenu01_off.jpg') no-repeat 50% 50%;
    background-color: #FFF;
}

.menu-navigation li.current-menu-item:nth-child(1) a {
    background: url('../images/common/gmenu01_current.jpg') no-repeat 50% 50%;
    background-color: #FFF;
}

.menu-navigation li:nth-child(1) a:hover {
    background: url('../images/common/gmenu01_on.jpg') no-repeat 50% 50%;
    background-color: #95c4db;
}


/*---------------------gmenu For Beginner*/

.menu-navigation li:nth-child(2) a {
    width: 175px;
    background: url('../images/common/gmenu02_off.jpg') no-repeat 50% 50%;
    background-color: #FFF;
}

.menu-navigation li.current-menu-item:nth-child(2) a {
    background: url('../images/common/gmenu02_current.jpg') no-repeat 50% 50%;
    background-color: #FFF;
}

.menu-navigation li:nth-child(2) a:hover {
    background: url('../images/common/gmenu02_on.jpg') no-repeat 50% 50%;
    background-color: #95c4db;
}


/*---------------------gmenu Salon Infomation*/

.menu-navigation li:nth-child(3) a {
    width: 175px;
    background: url('../images/common/gmenu03_off.jpg') no-repeat 50% 50%;
    background-color: #FFF;
}

.menu-navigation li.current-menu-item:nth-child(3) a {
    background: url('../images/common/gmenu03_current.jpg') no-repeat 50% 50%;
    background-color: #FFF;
}

.menu-navigation li:nth-child(3) a:hover {
    background: url('../images/common/gmenu03_on.jpg') no-repeat 50% 50%;
    background-color: #95c4db;
}


/*---------------------gmenu Menu & Cost*/

.menu-navigation li:nth-child(4) a {
    width: 175px;
    background: url('../images/common/gmenu04_off.jpg') no-repeat 50% 50%;
    background-color: #FFF;
}

.menu-navigation li.current-menu-item:nth-child(4) a {
    background: url('../images/common/gmenu04_current.jpg') no-repeat 50% 50%;
    background-color: #FFF;
}

.menu-navigation li:nth-child(4) a:hover {
    background: url('../images/common/gmenu04_on.jpg') no-repeat 50% 50%;
    background-color: #95c4db;
}


/*---------------------gmenu Access*/

.menu-navigation li:nth-child(5) a {
    width: 175px;
    background: url('../images/common/gmenu05_off.jpg') no-repeat 50% 50%;
    background-color: #FFF;
}

.menu-navigation li.current-menu-item:nth-child(5) a {
    background: url('../images/common/gmenu05_current.jpg') no-repeat 50% 50%;
    background-color: #FFF;
}

.menu-navigation li:nth-child(5) a:hover {
    background: url('../images/common/gmenu05_on.jpg') no-repeat 50% 50%;
    background-color: #95c4db;
}


/*---------------------gmenu Color Member*/

.menu-navigation li:nth-child(6) a {
    width: 175px;
    background: url('../images/common/gmenu06_off.jpg') no-repeat 50% 50%;
    background-color: #FFF;
}

.menu-navigation li.current-menu-item:nth-child(6) a {
    background: url('../images/common/gmenu06_current.jpg') no-repeat 50% 50%;
    background-color: #FFF;
}

.menu-navigation li:nth-child(6) a:hover {
    background: url('../images/common/gmenu06_on.jpg') no-repeat 50% 50%;
    background-color: #95c4db;
}


/*---------------------gmenu Question & Answer*/

.menu-navigation li:nth-child(7) a {
    width: 175px;
    background: url('../images/common/gmenu07_off.jpg') no-repeat 50% 50%;
    background-color: #FFF;
}

.menu-navigation li.current-menu-item:nth-child(7) a {
    background: url('../images/common/gmenu07_current.jpg') no-repeat 50% 50%;
    background-color: #FFF;
}

.menu-navigation li:nth-child(7) a:hover {
    background: url('../images/common/gmenu07_on.jpg') no-repeat 50% 50%;
    background-color: #95c4db;
}


/*--[ main_v ]
---------------------------------------------------------------------------------------------------------------------------------------*/

.main_v {
    text-align: center;
}

.main_v li img {
    width: 100%;
}

.metaslider .flexslider {
    margin: 0 !important;
}

.flex-control-nav {
    bottom: 26px !important;
}


/*--[ size_box ]
---------------------------------------------------------------------------------------------------------------------------------------*/

.size_box, .widget-container {
    margin: 0;
    padding: 0;
    width: 100%;
    border: 1px dotted #878787;
    border-bottom: 0;
}

.size_box_tokuten{
    padding-bottom:25px
}

.size_box_linkbox {
    border:0
}


.side_tokuten {
    padding-top: 35px;
    padding-bottom: 5px;
    text-align: center;
}

.side_tokutenkochira {
    padding-bottom: 20px;
    text-align: center;
}

.side_tokuten a {
    display: block;
    margin: 0 auto;
}

.side_voice {
    margin: 0 auto;
    padding: 38px 26px 24px;
    width: 226px;
    height: 280px;
    background: url('../images/common/side_voice_bg.png') repeat 50% 0;
}

.side_voice_ttl {
    margin-bottom: 10px;
    padding-bottom: 10px;
    text-align: center;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.4;
    background: url('../images/common/side_voice_ttl_under.png') no-repeat 50% 100%;
}

.side_voice_ttl .en {
    display: block;
    font-size: 11px;
}

.side_voice_date {
    text-align: center;
}

.side_voice_text {
    line-height: 1.6;
    margin: 0 auto;
    width: 144px;
}

.side_voice_more {
    text-align: center;
}

.side_voice_more a {
    color: #009e49;
    text-decoration: none;
}

.side_menu li {
    display: table;
    padding: 1px;
    width: 100%;
    height: 60px;
    text-align: center;
    border-bottom: 1px dotted #878787;
}

.side_menu li:last-child{
    border-bottom:0;
}

.side_menu li a {
    display: table-cell;
    padding: 1px;
    width: 100%;
    height: 100%;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
}

.side_ozon_p {
    /* background: url('../images/common/side_ozon_p_bg.png') no-repeat 50% 0; */
    /* background-size: 294px 56px; */
    background-color: #fff474;
}

.side_yoikusa {
    /* background: url('../images/common/side_yoikusa_bg.png') no-repeat 50% 0; */
    /* background-size: 294px 56px; */
    background-color: #ff9e74;
}

.side_ozon_t {
    /* background: url('../images/common/side_ozon_t_bg.png') no-repeat 50% 0; */
    /* background-size: 294px 56px; */
}

.side_ozon_c{
    background-color: #ffc674;
}

.side_info {
    padding: 30px;
    border-bottom: 1px dotted #878787;
}

.side_info_logo {
    margin-bottom: 10px;
}

.side_info_shopname {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: bold;
}

.side_info_textarea {
    font-size: 13px;
    line-height: 1.4;
}

.side_linkbox li {
    padding: 10px 0;
    height: 90px;
    border: 0;
}

.latestposts, .categories {
    padding-bottom: 30px;
}

.latestposts h3, .categories h3 {
    padding: 10px 0;
    color: #FFF;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    background-color: #fa7700;
}

.latestposts ul, .categories ul {
    padding: 4%;
}

.categories ul {
    border-bottom: 1px dotted #878787;
}

.latestposts ul li, .categories ul li {
    border-bottom: 1px dotted #878787;
}

.latestposts ul li a, .categories ul li a {
    display: block;
    padding: 6%;
    font-size: 13px;
    line-height: 1.3;
    word-break: break-all;
}

.side_facebook {
    padding: 24px;
}


/*--[ footer ]
---------------------------------------------------------------------------------------------------------------------------------------*/

.site-footer {
    padding: 30px 0 40px;
    width: 100%;
    /* background: url('../images/common/f_bg.jpg') repeat 50% 0; */
    background-color: #ec6d45;
}

.footer {
    margin: 0 auto 25px;
    padding: 0;
    width: 1218px;
    min-width: 1218px;
}

#footer .container {
    background-color: transparent;
}

.footer_left {
    float: left;
    margin-right: 16px;
    width: 389px;
}

.footer_left_inner {
    padding: 15px 19px 24px;
    width: 389px;
    /* height: 291px; */
    font-size: 12px;
    line-height: 1.3;
    /* background: url('../images/common/f_information_bg.png') no-repeat 0 0; */
    background-color: #fbe2da;
}

.footer_left_inner .f_info_box a {
    text-decoration: none;
}

.footer_left_inner p.f_logo_box {
    margin-bottom: 15px;
}

.footer_left_inner .credit_box {
    margin-top: 0;
}

.footer_left_inner .credit_box li {
    width: 45px;
}

.footer_left_inner .f_left_btnbox {
    margin-top: 10px;
}

.f_left_btnbox {
    display: table;
    width: 100%;
}

.f_left_btnbox li {
    display: table-cell;
    width: 50%;
    text-align: center;
}

.footer_center {
    float: left;
    margin-right: 16px;
    width: 304px;
}

.footer_right {
    float: left;
    width: 491px;
}

.f_menu_box {
    display: inline-block;
    margin: 10px auto 0;
    padding: 10px 0 0;
    width: 100%;
    border-top: 4px double #f6aa4a;
}

.f_menu_box ul {
    display: table;
    width: 100%;
}

.f_menu_box ul li {
    display: table-cell;
    padding: 0;
}

.f_menu_box ul li a {
    display: block;
    padding: 0 5px;
    color: #FFF;
    font-size: 12px;
    text-align: center;
    text-decoration: none;
    border-right: 1px solid #FFF;
    line-height: 1;
}

.f_menu_box ul li:first-child a {
    border-left: 1px solid #FFF;
}

.copyright {
    text-align: center;
}

.copyright p {
    color: #FFF;
}


/*--[ page-top ]
---------------------------------------------------------------------------------------------------------------------------------------*/

.pagetop {
    position: fixed;
    right: 0;
    z-index: 2;
}

.sp_f_btn {
    position: fixed;
    left: 0;
    bottom: 0
}


/*--[ wp-pagenavi ]
---------------------------------------------------------------------------------------------------------------------------------------*/

.wp-pagenavi {
    clear: both;
    text-align: center;
}

.wp-pagenavi a, .wp-pagenavi span {
    text-decoration: none;
    border: 1px solid #BFBFBF;
    padding: 3px 5px;
    margin: 2px;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
    border-color: #000;
}

.wp-pagenavi span.current {
    font-weight: bold;
}

.wp-pagenavi {
    padding: 10px 0 !important;
    display: block !important;
    clear: both !important;
}

.wp-pagenavi a, .wp-pagenavi span.pages {
    display: inline-block;
    margin: 0 3px 0 auto !important;
    padding: 15px 0 0 !important;
    width: 45px;
    height: 45px !important;
    color: #FFF !important;
    font-size: 15px !important;
    text-align: center;
    text-decoration: none !important;
    background: #ffc650 !important;
    border: solid 1px #ffc650 !important;
    border-radius: 50%;
    line-height: 1;
}

.wp-pagenavi span.extend {
    color: #c6dfea;
    border: 0;
}

.wp-pagenavi a:hover {
    color: #FFF !important;
    text-shadow: 0px 1px #636363 !important;
    background: #fa7700 !important;
    border-color: #fa7700 !important;
}

.post-navigation .nav-links a:hover, .post-navigation .nav-links a:focus, .image-navigation .nav-links a:hover, .image-navigation .nav-links a:focus, .comment-navigation .nav-links a:hover, .comment-navigation .nav-links a:focus{
    background-color:transparent !important;
}

.wp-pagenavi span.current {
    display: inline-block;
    margin: 0 3px 0 auto !important;
    padding: 16px 0 0 !important;
    width: 45px;
    height: 45px;
    color: #FFF !important;
    text-align: center;
    vertical-align: top;
    background: #ffdc7e !important;
    border: 1px solid #FFF !important;
    border-radius: 50%;
    line-height: 1;
}

.wp-pagenavi span.pages {
    display: none;
}

.wp-pagenavi a.nextpostslink {
    color: #c6dfea !important;
    width: 20px;
    text-indent: -9999px;
    background: none;
    background: url('../images/common/page_navi_next.png') no-repeat 50% 50% !important;
    border: 0 !important;
    border-radius: 0;
}

.wp-pagenavi a.previouspostslink {
    color: #c6dfea !important;
    width: 30px;
    text-indent: -9999px;
    background: none;
    background: url('../images/common/page_navi_prev.png') no-repeat 50% 50% !important;
    border: 0 !important;
    border-radius: 0;
}

.wp-pagenavi a.last {
    text-indent: -9999px;
    background: none;
    background: url('../images/common/page_navi_last.png') no-repeat 50% 50% !important;
    border: 0 !important;
    border-radius: 0;
}

.wp-pagenavi a.first {
    text-indent: -9999px;
    background: none;
    background: url('../images/common/page_navi_first.png') no-repeat 50% 50% !important;
    border: 0 !important;
    border-radius: 0;
}


/*  FLOAT------------------------------*/

img.alignleft {
    float: left;
    padding: 0 15px 15px 0;
}

img.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

img.alignright {
    float: right;
    padding: 0 0 15px 15px;
}

.entry-content p.marker_yellow {
    display: inline-block;
    font-weight: normal;
    background: #ffff00;
}

.entry-content blockquote {
    position: relative;
    background: none;
    /* margin: 20px; */
    padding: 42px 18px 33px 28px;
    color: #333333;
    border: 0;
    background-color: #f0f0ee;
}

.entry-content blockquote:before {
    content: open-quote;
    position: absolute;
    left: 16px;
    top: 15px;
    width: 16px;
    height: 13px;
    text-indent: -9999px;
    background: url(../images/blockquote.png);
    background-repeat: no-repeat;
    background-position: left top;
}

.entry-content blockquote p {
    margin: 0;
}

.entry-content table {
    clear: both;
    margin: 10px 0;
    width: 100%;
    text-align: left;
    border-collapse: collapse;
    border-spacing: 0;
    border-top: 1px solid #AAAAAA;
}

.entry-content th {
    padding: 10px;
    color: #FFF;
    text-align: center;
    vertical-align: middle;
    background-color: #A42B30;
    border: 1px solid #AAAAAA;
}

.entry-content td {
    padding: 10px;
    text-align: left;
    vertical-align: top;
    border: 1px solid #AAAAAA;
}

.entry-content thead tr th, .entry-content thead tr td {
    color: #000;
    font-weight: bold;
    text-align: center;
    background-color: #EEEEEE;
}

.entry-content tfoot tr th, .entry-content tfoot tr td {
    font-weight: bold;
}

.entry-content table tr td table {
    margin-bottom: 15px;
}

.entry-content table tr td table th, table tr td table td {
    padding: 5px;
    font-size: 90%;
}

.entry-content table tr td table thead th, table tr td table thead td {
    background: #39C;
}

.entry-content .tbl_noborder, .entry-content .tbl_noborder th, .entry-content .tbl_noborder td {
    border: 0;
}

.entry-content table.noborder, .entry-content table.noborder th, .entry-content table.noborder td {
    border: 0;
}


/*--------------------------------------
  font
--------------------------------------*/

.s {
    font-size: 50%;
}

.ss {
    font-size: 70%;
}

.l {
    font-size: 150%;
    line-height: 130%;
}

.ll {
    font-size: 200%;
    line-height: 120%;
}

big {
    font-size: 3.333em;
    line-height: 1.4;
}

small {
    font-size: 0.733em;
}

.highlight {
    background-color: #CFC;
    font-weight: bold;
    color: #C36;
}


/*--------------------------------------
  hr
--------------------------------------*/

hr {
    display: inline-block;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: 2px;
    background: url(../images/common/bg_hr.png) repeat-x 0 0;
    background-size: auto;
    border: 0;
}


/*--------------------------------------
  position
--------------------------------------*/

.aright {
    text-align: right;
}

.acenter {
    text-align: center;
}


/*--------------------------------------
  a
--------------------------------------*/

.entry-content a.btn_orange {
    clear: both;
    display: inline-block;
    margin: 0 auto 10px;
    padding: 1% 5%;
    color: #FFF;
    font-size: 23px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    vertical-align: top;
    background: #ff3304;
    border-radius: 16px;
}

.entry-content a, .entry-content a .archive_blog_ttl, .entry-content a .archive_blog_date, .entry-content a .archive_blog_excerpt {
    -webkit-transition: all .30s;
    -moz-transition: all .30s;
    -o-transition: all .30s;
    transition: all .30s;
}

.entry-content a:hover, .entry-content a:hover .archive_blog_ttl, .entry-content a:hover .archive_blog_date, .entry-content a:hover .archive_blog_excerpt {
    color: orange;
}


/*--------------------------------------
  bx_slider
--------------------------------------*/

.bx-wrapper {
    width: 1100px;
    max-width: 100%;
    height: 380px;
}

.bx-wrapper .bx-viewport {
    box-shadow: none;
    border: 0;
    left: 0;
}

.bx-wrapper .bx-prev {
    background: url('images/prev.png') no-repeat 0 0;
}

.bx-wrapper .bx-next {
    background: url('images/next.png') no-repeat 0 0;
}

.bx-wrapper .bx-next:hover {
    background-position: 0 0;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #734000;
}


/*--------------------------------------
  flexslider
--------------------------------------*/

.metaslider .caption-wrap {
    position: absolute !important;
    background: none !important;
    opacity: 1 !important;
    top: 0 !important;
    display: table !important;
    width: 100% !important;
    font-size: 20px !important;
}

.metaslider .caption {
    display: table-cell !important;
    width: 100% !important;
    height: 100% !important;
    text-align: center !important;
    vertical-align: middle !important;
    font-size: 30px !important;
    font-weight: bold !important;
    line-height: 2 !important;
    color: #FFF !important;
    text-shadow: 0 0 26px #999;
}

.pcfix {
    position: fixed;
    top: 0;
    left: 0;
    background: none;
    background-color: #fff;
    z-index: 100;
    box-shadow: 0 1px 3px #CCC;
}

.pcfix_inner {
    max-width: 1440px;
}

div.tuzuki {
    display: none;
}

/*--------------------------------------
  single-snsgroup
--------------------------------------*/

.btn-group, .btn-group-vertical {
    width: 100%;
}

.share-buttons__item-cell {
    float: left;
    width: 33.333%;
    padding: 1%;
    text-align: center;
}

.share-buttons__item-cell a {
    display: block;
    padding: 4px;
}

.share-buttons__item-cell a img {
    width: auto;
    height: 36px;
}

.share-buttons__facebook {
    background-color: #3b579d;
}

.share-buttons__twitter {
    background-color: #00b0f0;
}

.share-buttons__hatebu {
    background-color: #00c300;
}


/*--------------------------------------
  ERROR404
--------------------------------------*/

.error404 #main {
    float: right;
}
