@charset "utf-8";
/*
    Common 2.0.1
*/
body {
	line-height: 2;
}

    body.font-medium {
    	line-height: 1.8;
    }
    
    body.font-large {
    	line-height: 1.6;
    }
    
body.for-mobile {
	line-height: 1.4;
}

br {
    line-height: 1;
}

.wp-editor p,
.wp-editor div,
.wp-editor h1,
.wp-editor h2,
.wp-editor h3,
.wp-editor h4,
.wp-editor h5,
.wp-editor h6 {
    position: relative;
    -moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

    .wp-editor p {
        border: 1px dashed #e6db55;
    }
    
    .wp-editor div {
        border: 1px dashed #ddd;
    }
    
.wp-editor p:before,
.wp-editor div:before,
.wp-editor h1:before,
.wp-editor h2:before,
.wp-editor h3:before,
.wp-editor h4:before,
.wp-editor h5:before,
.wp-editor h6:before {
    position: absolute;
    top: -1em;
    left: -1em;
    font-size: 10px;
    z-index: -1;
}

    .wp-editor p:before {
        content: 'p';
        color: #635e24;
        background-color: #ffffe0;
    }
    
    .wp-editor div:before {
        content: 'div';
        color: #666;
        background-color: #eee;
    }

    .wp-editor h1:before {
        content: 'h1';
        color: #9e0b0e;
        background-color: #f9dad1;
    }
    
    .wp-editor h2:before {
        content: 'h2';
        color: #9e0b0e;
        background-color: #f9dad1;
    }
    
    .wp-editor h3:before {
        content: 'h3';
        color: #9e0b0e;
        background-color: #f9dad1;
    }
    
    .wp-editor h4:before {
        content: 'h4';
        color: #9e0b0e;
        background-color: #f9dad1;
    }
    
    .wp-editor h5:before {
        content: 'h5';
        color: #9e0b0e;
        background-color: #f9dad1;
    }
    
    .wp-editor h6:before {
        content: 'h6';
        color: #9e0b0e;
        background-color: #f9dad1;
    }
    
    .wp-editor .ja,
    .wp-editor .en {
        border: 1px dashed #999;
    }
    
.large-size {
    font-size: 118%;
}

.small-size {
    font-size: 91%;
}

    .wp-editor .large-size,
    .wp-editor .small-size {
        border: 1px dashed #999;
    }
    
.hidden {
    display: none !important;
}

.overflow-hidden {
    overflow: hidden !important;
}

.error {
    color: #f00 !important;
}

.required {
    color: #f00 !important;
}

.note {
    color: #999 !important;
}

.marker {
    background-color: #fff799;
}

.marker-gray {
    background-color: #f0f0f0;
}

.marker-red {
    background-color: #F6BFAF;
}

.marker-blue {
    background-color: #d7eef6;
}

.marker-green {
    background-color: #e8f7d2;
}

.border-top,
.wp-editor .border-top {
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.border-bottom,
.wp-editor .border-bottom {
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
}

.border-left,
.wp-editor .border-left {
    border-left: 1px solid #ddd;
    padding-left: 20px;
}

.border-right,
.wp-editor .border-right {
    border-right: 1px solid #ddd;
    padding-right: 20px;
}

.box,
.box-gray,
.box-red,
.box-blue,
.box-green,
.wp-editor .box,
.wp-editor .box-gray,
.wp-editor .box-red,
.wp-editor .box-blue,
.wp-editor .box-green {
    border: 1px solid #ddd;
    padding: 20px;
    margin-bottom: 20px;
}

.box.gray,
.box-gray,
.wp-editor .box.gray,
.wp-editor .box-gray {
    border-color: #ccc;
    color: #222;
    background-color: #f8f8f8;
}

.box.red,
.box-red,
.wp-editor .box.red,
.wp-editor .box-red {
    border-color: #ed1c24;
    color: #9e0b0e;
    background-color: #faf1f1;
}

.box.blue,
.box-blue,
.wp-editor .box.blue,
.wp-editor .box-blue {
    border-color: #00aeef;
    color: #0076a3;
    background-color: #d7eef6;
}

.box.green,
.box-green,
.wp-editor .box.green,
.wp-editor .box-green {
    border-color: #8dc63f;
    color: #598527;
    background-color: #e8f7d2;
}

    .box *:first-child,
    .box-gray *:first-child,
    .box-red *:first-child,
    .box-blue *:first-child,
    .box-green *:first-child {
        margin-top: 0 !important;
    }
    
    .box *:last-child,
    .box-gray *:last-child,
    .box-red *:last-child,
    .box-blue *:last-child,
    .box-green *:last-child {
        margin-bottom: 0 !important;
    }

.button,
.button a {
    color: #222 !important;
    text-decoration: none !important;
}

.dark-style .button,
.dark-style .button a,
.button.gray,
.button.gray a,
.button-gray,
.button-gray a {
    color: #eee !important;
}

.button.red,
.button.red a,
.button.green,
.button.green a,
.button.blue,
.button.blue a,
.button-red,
.button-red a,
.button-green,
.button-green a,
.button-blue,
.button-blue a {
    color: #fff !important;
}


.button,
.button-gray,
.button-red,
.button-blue,
.button-green {
    display: inline-block;
    #display: inline;
    #zoom: 1;
    border: 1px solid #ddd;
    border-bottom-color: #ccc;
    padding: 5px 10px;
    background-color: #eee;
    background: -moz-linear-gradient(top,#fff 0%,#eee);
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));
    filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#ffffff',EndColorStr='#eeeeee');
    text-decoration: none;
    font-weight: bold;
    border-radius: 3px;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.3),inset 0 0 2px rgba(255,255,255,0.3), 0 1px 1px rgba(0,0,0,0.05);
    cursor: pointer;
    vertical-align: middle;
}

    .button:hover {
        border-color: #ccc;
        background: -moz-linear-gradient(top,#fafafa 0%,#e8e8e8);
        background: -webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#e8e8e8));
        filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#fafafa',EndColorStr='#e8e8e8');
    }
    
    .button:active {
        background: #e8e8e8;
        filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#e8e8e8',EndColorStr='#e8e8e8');
        box-shadow: 0px 1px 0px rgba(255,255,255,0.6), inset 0px 1px 6px rgba(0,0,0,0.1);
    }
    
    .button:disabled,
    .button.disabled {
        border-color: #ddd !important;
        background: none !important;
        background-color: #eee !important;
        box-shadow: none !important;
        filter: none !important;
        color: #999 !important;
    }
        
    .dark-style .button,
    .button.gray,
    .button-gray {
        border-color: #222;
        border-bottom-color: #111;
        box-shadow: none;
        background-color: #222;
        background: -moz-linear-gradient(top,#484848 0%,#222);
        background: -webkit-gradient(linear, left top, left bottom, from(#484848), to(#222));
        filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#484848',EndColorStr='#222222');
    }
    
    .dark-style .button:hover,
    .button.gray:hover,
    .button-gray:hover {
        border-color: #080808;
        background: -moz-linear-gradient(top,#383838 0%,#111);
        background: -webkit-gradient(linear, left top, left bottom, from(#383838), to(#111));
        filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#383838',EndColorStr='#111111');
    }
    
    .dark-style .button:active,
    .button.gray:active,
    .button-gray:active {
        background: #111;
        filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#111111',EndColorStr='#111111');
        box-shadow: 0px 1px 0px rgba(255,255,255,0.6), inset 0px 1px 6px rgba(0,0,0,0.1);
    }

    .button.wide {
        display: block;
        text-align: center;
    }
    
    .button.red,
    .button-red {
        background-color: #ee5f5b;
        border-color: #bd362f;
        border-bottom-color: #ae2c26;
        background: -moz-linear-gradient(top,#ee5f5b,#c24741);
        background: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#c24741));
        filter: progid:DXImageTransform.Microsoft.gradient(StartColorStr='#ee5f5b', EndColorStr='#c24741');
    }

    .button.red:hover,
    .button-red:hover {
        border-color: #ac3f39;
        background: -moz-linear-gradient(top,#e75d59,#b5433d);
        background: -webkit-gradient(linear, left top, left bottom, from(#e75d59), to(#b5433d));
        filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#e75d59',EndColorStr='#b5433d');
    }
    
    .button.red:active,
    .button-red:active {
        background: #b5433d;
        filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#b5433d',EndColorStr='#b5433d');
        box-shadow: 0px 1px 0px rgba(255,255,255,0.6), inset 0px 1px 6px rgba(0,0,0,0.1);
    }
    
    .button.green,
    .button-green {
        background-color: #62c462;
        border-color: #5bb75b;
        border-bottom-color: #4b974b;
        background: -moz-linear-gradient(top,#62c462,#51a351);
        background: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
        filter: progid:DXImageTransform.Microsoft.gradient(StartColorStr='#62c462', EndColorStr='#51a351');
      }

    .button.green:hover,
    .button-green:hover {
        border-color: #468c46;
        background: -moz-linear-gradient(top,#5ebc5e,#499349);
        background: -webkit-gradient(linear, left top, left bottom, from(#5ebc5e), to(#499349));
        filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#5ebc5e',EndColorStr='#499349');
    }
    
    .button.green:active,
    .button-green:active {
        background: #499349;
        filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#499349',EndColorStr='#499349');
        box-shadow: 0px 1px 0px rgba(255,255,255,0.6), inset 0px 1px 6px rgba(0,0,0,0.1);
    }
    
    .button.blue,
    .button-blue {
        background-color: #2288bb;
        border-color: #4081af;
        border-bottom-color: #20559a;
        background: -moz-linear-gradient(top,#4badde,#2288bb);
        background: -webkit-gradient(linear, 0 0, 0 100%, from(#4badde), to(#2288bb));
        filter: progid:DXImageTransform.Microsoft.gradient(StartColorStr='#4badde', EndColorStr='#2288bb');
      }

    .button.blue:hover,
    .button-blue:hover {
        border-color: #1e4f8f;
        background: -moz-linear-gradient(top,#49a7d6,#207aa8);
        background: -webkit-gradient(linear, left top, left bottom, from(#49a7d6), to(#207aa8));
        filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#49a7d6',EndColorStr='#207aa8');
    }
    
    .button.blue:active,
    .button-blue:active {
        background: #207aa8;
        filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#207aa8',EndColorStr='#207aa8');
        box-shadow: 0px 1px 0px rgba(255,255,255,0.6), inset 0px 1px 6px rgba(0,0,0,0.1);
    }
    
.align-center {
    text-align: center;
}

.align-left {
    text-align: left;
}

.align-right {
    text-align: right;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.img-left {
    float: left;
    margin: 0 20px 0 0;
}

.img-right {
    float: right;
    margin: 0 0 0 20px;
}

    .for-mobile .img-right,
    .for-mobile .img-left {
        float: none;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    
.img-center {
    text-align: center;
}

.webfont-icon {
    display: inline-block;
    width: 8px;
    min-width: 15px;
    visibility: hidden;
    margin-right: 5px;
    line-height: 1 !important;
}

    .active-webfont-icon .webfont-icon {
        display: inline;
        width: auto;
        visibility: visible;
        padding-left: 0;
        #margin-right: 0;
    }

.hatebu,
.twitter,
.google,
.facebook {
    display: inline-block;
    height: 20px;
    overflow: hidden;
}

.hatebu {
    width: 65px;
}

.twitter {
    width: 104px;
}

.facebook {
}

.google {
    display: inline-block;
    width: 78px;
}

.follow-us iframe {
    height: 20px !important;
}

.space {
    font-size: 1px;
}

table {
    width: 100%;
}

.wp-editor th {
    font-size: 13px;
}

th,
td {
    padding: 10px 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.for-mobile tr,
.for-mobile th,
.for-mobile td {
    display: block;
}

.for-mobile tr {
    margin-top: -1px;
    padding: 10px 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.for-mobile th,
.for-mobile td {
    border-style: none;
    padding: 0;
}

.wp-editor th,
.wp-editor td {
    padding: 1em;
}

.wp-editor td {
    font-size: 12px;
}
    .dark-style tr,
    .dark-style th,
    .dark-style td {
        border-color: #555;
    }

table.layout {
    margin-bottom: 0 !important;
}

table.layout th,
table.layout td {
    border-style: none !important;
    background-color: transparent !important;
    padding: 0 0 10px 0 !important;
}

.slideshow {
    text-align: center;
    margin-bottom: 20px;
}

    .key-visual .slideshow {
        margin-bottom: 0;
    }
    
    .dark-style .slideshow {
    }
    
    
.gallery {
}

    #content .gallery img {
        margin-bottom: 20px;
    }

.breadcrumbs {
    font-size: 11px;
    font-size: 1.1rem;
}

    .nav-font-medium .breadcrumbs {
        font-size: 12px;
        font-size: 1.2rem;
    }
    
    .nav-font-large .breadcrumbs {
        font-size: 13px;
        font-size: 1.3rem;
    }
    
    .enable-border .breadcrumbs {
        padding-top: 20px;
        padding-bottom: 20px;
        border-bottom: 1px solid #ddd;
    }

    .for-tablet.enable-border .breadcrumbs {
        padding: 10px;
    }
    
.breadcrumbs-inner {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

    .breadcrumbs-inner:hover {
        white-space: normal;
    }

.breadcrumbs-separator {
    margin: 0 8px;
}

input[type=text],
input[type=password],
select,
textarea {
    border: 1px solid #ddd;
    padding: 5px;
    box-shadow: 0 2px 2px rgba(0,0,0,0.03) inset;
    border-radius: 3px;
    font-size: 13px;
    font-size: 1.3rem;
    background-color: #fff;
    -moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

    input[type=text],
    input[type=password],
    textarea {
        max-width: 100%;
        _width: 96%;
    }

    .for-mobile input[type=text],
    .for-mobile input[type=password],
    .for-mobile textarea {
        max-width: none;
        width: 100% !important;
        _width: 96% !important;
    }

    .dark-style input[type=text],
    .dark-style input[type=password],
    .dark-style select,
    .dark-style textarea {
        border-color: #555;
        background-color: #484848;
        color: #eee;
        box-shadow: 0 2px 2px rgba(0,0,0,0.1) inset;
    }

input[type=text]:hover,
input[type=password]:hover,
select:hover,
textarea:hover {
    border-color: #999;
}

input[type=text]:focus,
input[type=password]:focus,
textarea:focus {
    border-color: #333;
}

input[type=submit] {
    min-width: 120px;
    padding: 5px;
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: bold;
    letter-spacing: 1px;
    color: #000;
}

#opening-loader {
    display: none;
    position: fixed;
    _position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -12px;
    margin-left: -12px;
    width: 24px;
    height: 24px;
    background-image: url(util/ajax/loader-small_white.gif);
    background-repeat: no-repeat;
    z-index: 9999;
}

#title {
    font-weight: bold;
}

    #title img {
        max-width: 100%;
        height: auto;
        max-width : none\9;
    }

    #title a {
        text-decoration: none;
    }
    
#header-area {
    margin-left: 75%;
}

    #header-area.col-num-1 {
        margin-left: 75%;
    }
    
    #header-area.col-num-2 {
        margin-left: 50%;
    }
    
    #header-area.col-num-3 {
        margin-left: 25%;
    }
    
    #footer #header-area {
        margin: 0;
        padding: 10px;
    }
    
    .enable-border #footer #header-area {
        border-bottom: 1px solid #ddd;
    }
    
    .for-mobile #header-area .header-section {
        width: 100% !important;
    }
    
#global-nav {
}

    .enable-border #global-nav {
        border-bottom: 1px solid #ddd;
    }
    
    .for-tablet #global-nav {
        text-align: left;
    }
        
    .for-tablet.enable-border #global-nav {
        border-top: 1px solid #ddd;
    }
    
    #global-nav-inner li a,
    #global-nav-inner li .no-anchor {
        font-weight: normal;
        text-decoration: none;
        font-size: 11px;
        font-size: 1.1rem;
    }

        .nav-font-medium #global-nav-inner li a,
        .nav-font-medium #global-nav-inner li .no-anchor {
            font-size: 12px;
            font-size: 1.2rem;
        }
        
        .nav-font-large #global-nav-inner li a,
        .nav-font-large #global-nav-inner li .no-anchor {
            font-size: 13px;
            font-size: 1.3rem;
        }
        
    #global-nav li ul {
        display: none;
    }

#footer {
}

    .enable-border #footer {
        border-top: 1px solid #ddd;
    }
    
    .dark-style #footer {
        border-color:#555;
    }

#footer-inner {
    padding: 20px 0;
}

    .for-tablet #footer-inner {
        padding: 10px;
    }
    
#footer-area {
}

    .for-tablet #footer-area {
        padding: 10px;
    }
    
    .enable-border #footer-area {
        border-bottom: 1px solid #ddd;
    }
    
#footer-nav {
    text-align: center;
}

    #footer-nav li {
        display: inline-block;
        #display: inline;
        #zoom: 1;
    }

    #footer-nav li a,
    #footer-nav li .no-anchor {
        font-weight: normal;
        text-decoration: none;
        font-size: 11px;
        font-size: 1.1rem;
        padding: 0 15px;
    }

        .for-mobile #footer-nav li a,
        .for-mobile #footer-nav li .no-anchor {
            padding: 0 5px;
        }
    
    #footer-nav li ul {
        display: none;
    }
    
#copyright {
    text-align: center;
    font-size: 11px;
    font-size: 1.1rem;
    margin-top: 5px;
}

.page-nav {
    font-size: 11px;
    font-size: 1.1rem;
    padding: 30px 0;
    text-align: center;
}

    .for-tablet .page-nav {
        padding: 20px 0;
    }
    
    .font-medium .page-nav {
        font-size: 12px;
        font-size: 1.2rem;
    }

    .font-large .page-nav {
        font-size: 13px;
        font-size: 1.3rem;
    }
    
    .enable-border .page-nav {
        border-top: 1px solid #ddd;
        margin-top: -1px;
    }
    
    .grid .page-nav,
    .grid-inline .page-nav {
        border-style: none !important;
    }

    .page-nav a,
    .page-nav span {
        display: inline-block;
        padding: 5px;
    }
    
.post-section {
    padding-bottom: 80px;
}

    .enable-border .post-section {
        border-top: 1px solid #ddd;
        margin-top: -1px;
    }
    
    .for-tablet .post-section {
        padding-bottom: 20px;
    }
    
    .content-eye-catch .post-section {
        padding-bottom: 30px;
    }
    
    .enable-border .content-eye-catch .post-section {
        padding-top: 30px;
    }
    
        .for-tablet .content-eye-catch .post-section,
        .for-tablet.enable-border .content-eye-catch .post-section {
            padding: 20px 10px;
        }
        
    .single .post-section,
    .content-gallery .post-section {
        border-style: none !important;
    }
    
    .single .post-section {
        padding-top: 0;
    }
    
    .content-gallery .post-section {
        padding-top: 0;
        padding-bottom: 0;
    }
    
    .post-search .post-section {
        padding-bottom: 20px;
    }
    
    .top-content .post-section,
    .header-section .post-section,
    .footer-section .post-section,
    .sidebar-section .post-section,
    .grid-widget-section .post-section {
        border-style: none !important;
    }

        .top-content .post-section,
        .sidebar-section .post-section,
        .grid-widget-section .post-section {
            padding-top: 0;
            padding-bottom: 10px;
        }
        
        .header-section .post-section,
        .footer-section .post-section {
            padding-top: 0;
            padding-bottom: 0;
        }
    
        .top-content .post-section:last-child,
        .header-section .post-section:last-child,
        .footer-section .post-section:last-child,
        .sidebar-section .post-section:last-child,
        .grid-widget-section .post-section:last-child {
            padding-bottom: 0;
        }

        .for-tablet .header-section .post-section,
        .for-tablet .footer-section .post-section,
        .for-tablet .sidebar-section .post-section {
            margin: 0 -10px;
        }

.post-date {
    font-size: 11px;
    font-size: 1.1rem;
    font-weight: normal !important;
}

    .font-medium .post-date {
        font-size: 11px;
        font-size: 1.1rem;
    }
    
    .font-large .post-date {
        font-size: 12px;
        font-size: 1.2rem;
    }
    
    .post-title .post-date {
        display: block;
    }
    
    .top-content .post-date {
        float: left;
        width: 100px;
    }
    
        .font-medium .top-content .post-date {
            font-size: 12px;
            font-size: 1.2rem;
        }
        
        .font-large .top-content .post-date {
            font-size: 13px;
            font-size: 1.3rem;
        }
        
    .for-mobile .top-content .post-date {
        float: none;
        width: auto;
    }
    
    .content-eye-catch .post-date,
    .content-gallery .post-date {
        float: none;
        width: auto;
    }
    
    .content-gallery .post-date {
        display: block;
    }
    
    .header-section .post-date,
    .footer-section .post-date,
    .sidebar-section .post-date {
        font-size: 10px;
        font-size: 1rem;
    }

.post-title {
}

    .post-title a {
        display: inline-block;
    }
    
    .top-content h3.post-title {
    }
        
        .for-mobile .top-content h3.post-title {
            margin-left: 0;
        }
        
    .top-content .content-gallery h3.post-title {
        margin-left: 0;
    }
    
    .post-title {
        font-size: 13px;
        font-size: 1.3rem;
    }
    
        .font-medium .post-title {
            font-size: 14px;
            font-size: 1.4rem;
        }
        
        .font-large .post-title {
            font-size: 16px;
            font-size: 1.6rem;
        }
    
    .top-content h3.post-title {
        font-size: 11px;
        font-size: 1.1rem;
    }
    
        .font-medium .top-content h3.post-title {
            font-size: 12px;
            font-size: 1.2rem;
        }
        
        .font-large .top-content h3.post-title {
            font-size: 13px;
            font-size: 1.3rem;
        }
    
    .content-single .post-title a,
    .content-eye-catch .post-title a,
    .content-gallery h3.post-title a {
        text-decoration: none;
    }

    .content-gallery h3.post-title,
    .top-content .content-gallery h3.post-title {
        text-align: center;
        font-size: 11px;
        font-size: 1.1rem;
        font-weight: normal;
    }
    
        .nav-font-medium .content-gallery h3.post-title,
        .nav-font-medium .top-content .content-gallery h3.post-title {
            font-size: 12px;
            font-size: 1.2rem;
        }
        
        .nav-font-large .content-gallery h3.post-title,
        .nav-font-large .top-content .content-gallery h3.post-title {
            font-size: 13px;
            font-size: 1.3rem;
        }
        
        .content-gallery h3.post-title a {
            display: block;
        }
    
    .content-eye-catch h3.post-title,
    .post-search h2.post-title {
        font-size: 13px;
        font-size: 1.3rem;
    }
    
        .font-medium .content-eye-catch h3.post-title,
        .font-medium .post-search h2.post-title {
            font-size: 14px;
            font-size: 1.4rem;
        }
    
        .font-large .content-eye-catch h3.post-title,
        .font-large .post-search h2.post-title {
            font-size: 15px;
            font-size: 1.5rem;
        }
    
    .post-title img {
        display: block;
        margin: 0 auto;
    }
    
    h2.post-title {
        padding: 30px 0 20px 0;
    }
    
        .for-tablet h2.post-title {
            padding: 20px 10px 10px 10px;
        }
        
    .top-content .post-title,
    .header-section .post-title,
    .footer-section .post-title,
    .sidebar-section .post-title,
    .grid-widget-section .post-title {
        font-weight: normal;
        font-size: 100%;
    }
    
.post-content,
.page-content {
    font-size: 11px;
    font-size: 1.1rem;
}

    .font-medium .post-content,
    .font-medium .page-content {
        font-size: 13px;
        font-size: 1.3rem;
    }
    
    .font-large .post-content,
    .font-large .page-content {
        font-size: 15px;
        font-size: 1.5rem;
    }
    
    .for-tablet .post-content,
    .for-tablet .page-content {
        padding-left: 10px;
        padding-right: 10px;
    }
    
    .post-content img:not(.fix-img),
    .post-content .gallery img,
    .page-content img:not(.fix-img),
    .page-content .gallery img {
        max-width: 100%;
        height: auto;
    }
    
    .post-content .wp-caption,
    .page-content .wp-caption {
        width: auto !important;
    }
    
    .header-section .post-content,
    .header-section .page-content,
    .footer-section .post-content,
    .footer-section .page-content {
        font-size: 100%;
    }
    
    .for-tablet .header-section .post-content,
    .for-tablet .header-section .page-content,
    .for-tablet .footer-section .post-content,
    .for-tablet .footer-section .page-content,
    .for-tablet .sidebar-section .post-content,
    .for-tablet .sidebar-section .page-content {
        padding-left: 0;
        padding-right: 0;
    }
    
.post-term {
    margin-top: 15px;
    font-size: 11px;
    font-size: 1.1rem;
}

    .for-tablet .post-term {
        padding-left: 10px;
        padding-right: 10px;
    }

    .nav-font-medium .post-term {
        font-size: 12px;
        font-size: 1.2rem;
    }
    
    .nav-font-large .post-term {
        font-size: 13px;
        font-size: 1.3rem;
    }
    
.post-eye-catch,
.page-eye-catch {
    float: left;
    margin-right: 20px;
}

    .for-mobile .post-eye-catch,
    .for-mobile .page-eye-catch {
        margin-right: 10px;
        width: 48px;
        height: 48px;
        overflow: hidden;
    }
    
        .for-mobile .post-eye-catch img,
        .for-mobile .page-eye-catch img {
            max-width: 100%;
            height: auto;
        }
        
    .post-eye-catch .eye-catch-dummy,
    .page-eye-catch .eye-catch-dummy {
        display: block;
        width: 120px;
        height: 120px;
    }

.post-excerpt,
.page-excerpt {
    font-size: 11px;
    font-size: 1.1rem;
}

    .post-excerpt p,
    .page-excerpt p {
        margin: 0;
    }

    .font-medium .post-excerpt,
    .font-medium .page-excerpt {
        font-size: 12px;
        font-size: 1.2rem;
    }
    
    .font-large .post-excerpt,
    .font-large .page-excerpt {
        font-size: 13px;
        font-size: 1.3rem;
    }
    
    .for-tablet .post-search .post-excerpt {
        padding-left: 10px;
        padding-right: 10px;
    }
    
.post-share {
    margin-top: 15px;
    white-space: nowrap;
    overflow: hidden;
}

    .for-tablet .post-share {
        padding-left: 10px;
        padding-right: 10px;
    }
    
.post-meta {
    margin-top: 15px;
    font-size: 11px;
    font-size: 1.1rem;
}

    .nav-font-medium .post-meta {
        font-size: 12px;
        font-size: 1.2rem;
    }
    
    .nav-font-large .post-meta {
        font-size: 13px;
        font-size: 1.3rem;
    }
    
    .top-content .post-meta {
        display: none;
    }

    .content-page-eye-catch .post-meta {
        margin-top: 10px;
    }
    
    .for-tablet .post-meta {
        padding-left: 10px;
        padding-right: 10px;
    }
    
        .for-tablet .content-page-eye-catch .post-meta,
        .for-tablet .content-eye-catch .post-meta {
            margin-top: 10px;
            padding-left: 0;
        }
    
.category-title,
.page-title {
}

    .category-title,
    .page-title,
    .widget-title {
        font-weight: normal;
    }
    
    h1.category-title,
    h1.page-title {
        padding: 40px 0;
    }
    
        .for-tablet h1.category-title,
        .for-tablet h1.page-title {
            padding: 20px 10px;
            text-align: center;
        }
        
        .for-tablet h1.category-title .en,
        .for-tablet h1.category-title .ja,
        .for-tablet h1.page-title .en,
        .for-tablet h1.page-title .ja {
            display: block;
        }
        
    .search h1.page-title {
        margin-bottom: 0;
    }
    
    .enable-border h1.category-title,
    .enable-border h1.page-title {
        border-bottom: 1px solid #ddd;
    }
    
    .ja-style h1.category-title .ja,
    .ja-style h1.page-title .ja {
        font-size: 15px;
        font-size: 1.5rem;
        font-weight: bold;
    }
    
    .ja-style.font-medium h1.category-title .ja,
    .ja-style.font-medium h1.page-title .ja {
        font-size: 16px;
        font-size: 1.6rem;
    }
    
    .ja-style.font-large h1.category-title .ja,
    .ja-style.font-large h1.page-title .ja {
        font-size: 17px;
        font-size: 1.7rem;
    }
    
    .en-style h1.category-title .en,
    .en-style h1.page-title .en {
        font-size: 19px;
        font-size: 1.9rem;
    }
    
    .en-style.font-medium h1.category-title .en,
    .en-style.font-medium h1.page-title .en {
        font-size: 20px;
        font-size: 2.0rem;
    }
    
    .en-style.font-large h1.category-title .en,
    .en-style.font-large h1.page-title .en {
        font-size: 21px;
        font-size: 2.1rem;
    }
    
    .ja-style .top-content .category-title .ja,
    .ja-style .top-content .page-title .ja,
    .ja-style .top-content .widget-title .ja {
        font-size: 13px;
        font-size: 1.3rem;
        font-weight: bold;
    }
    
    .ja-style.font-medium .top-content .category-title .ja,
    .ja-style.font-medium .top-content .page-title .ja,
    .ja-style.font-medium .top-content .widget-title .ja {
        font-size: 14px;
        font-size: 1.4rem;
    }
    
    .ja-style.font-large .top-content .category-title .ja,
    .ja-style.font-large .top-content .page-title .ja,
    .ja-style.font-large .widget-content .page-title .ja {
        font-size: 15px;
        font-size: 1.5rem;
    }
    
    .en-style .top-content .category-title .en,
    .en-style .top-content .page-title .en,
    .en-style .top-content .widget-title .en {
        font-size: 15px;
        font-size: 1.5rem;
    }
    
    .en-style.font-medium .top-content .category-title .en,
    .en-style.font-medium .top-content .page-title .en,
    .en-style.font-medium .top-content .widget-title .en {
        font-size: 16px;
        font-size: 1.6rem;
    }
    
    .en-style.font-large .top-content .category-title .en,
    .en-style.font-large .top-content .page-title .en,
    .en-style.font-large .widget-content .page-title .en {
        font-size: 17px;
        font-size: 1.7rem;
    }
    
    .ja-style .category-title .en,
    .ja-style .page-title .en {
        font-size: 11px;
        font-size: 1.1rem;
        #margin-left: 10px;
    }
    
    .ja-style .category-title .en:before,
    .ja-style .page-title .en:before {
        content: '/';
        margin: 0 10px;
    }

        .for-tablet.ja-style h1.category-title .en:before,
        .for-tablet.ja-style h1.page-title .en:before {
            display: none;
        }
        
    .en-style .category-title .ja,
    .en-style .page-title .ja {
        font-size: 11px;
        font-size: 1.1rem;
        #margin-left: 10px;
    }
    
    .en-style .category-title .ja:before,
    .en-style .page-title .ja:before {
        content: '/';
        margin: 0 10px;
    }
    
        .for-tablet.en-style h1.category-title .ja:before,
        .for-tablet.en-style h1.page-title .ja:before {
            display: none;
        }
        
    .top-content .category-title,
    .top-content .page-title,
    .top-content .widget-title {
        margin-bottom: 10px;
    }
    
        .for-tablet .top-content .category-title,
        .for-tablet .top-content .page-title,
        .for-tablet .top-content .widget-title {
            padding-left: 10px;
            padding-right: 10px;
        }
        
    .content-gallery h1.category-title {
        margin-bottom: 0;
    }
    
    .page-title a,
    .category-title a {
        text-decoration: none;
    }
    
    h1.page-title a {
        text-decoration: none;
    }
    
    .content-page-eye-catch h3.page-title {
        font-size: 13px;
        font-size: 1.3rem;
        font-weight: bold;
    }
    
        .font-medium .content-page-eye-catch h3.page-title {
            font-size: 14px;
            font-size: 1.4rem;
        }
        
        .font-large .content-page-eye-catch h3.page-title {
            font-size: 15px;
            font-size: 1.5rem;
        }
    
.category-content {
}

    .for-tablet .category-content {
        padding-left: 10px;
        padding-right: 10px;
    }
    
.category-description,
.page-description {
    display: block;
    font-size: 11px;
    font-size: 1.1rem;
}

    .font-medium .category-description,
    .font-medium .page-description {
        font-size: 12px;
        font-size: 1.2rem;
    }
    
    .font-large .category-description,
    .font-large .page-description {
        font-size: 13px;
        font-size: 1.3rem;
    }

    .top-content .category-description {
        font-size: 11px;
        font-size: 1.1rem;
        margin-bottom: 10px;
    }
    
    .for-tablet .category-description,
    .for-tablet .page-description {
        margin-top: 10px;
        text-align: left;
    }
    
.category-more {
    font-size: 11px;
    font-size: 1.1rem;
}

    .font-medium .category-more {
        font-size: 12px;
        font-size: 1.2rem;
    }
    
    .font-large .category-more {
        font-size: 13px;
        font-size: 1.3rem;
    }
    
    .grid-gallery .category-more {
        text-align: center;
    }
    
.page-section {
    padding-top: 30px;
    padding-bottom: 80px;
}

    .for-tablet .page-section {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    
    .page-section .gallery img {
        max-width: 100%;
        height: auto;
    }
    
    .header-section .page-section,
    .footer-section .page-section,
    .sidebar-section .page-section,
    .grid-widget-section .page-section {
        padding-top: 0;
        padding-bottom: 0;
    }

    .with-page-eye-catch .page-section,
    .content-page-eye-catch .page-section {
        padding-bottom: 30px;
    }
    
    .enable-border .content-page-eye-catch .page-section {
        padding-top: 30px;
        border-top: 1px solid #ddd;
        margin-top: -1px;
    }
    
        .for-tablet .with-page-eye-catch .page-section {
            padding: 20px 0;
        }
        
        .for-tablet .content-page-eye-catch .page-section {
            padding: 20px 10px;
        }
        
.page-more {
    font-size: 11px;
    font-size: 1.1rem;
}

    .font-medium .page-more {
        font-size: 12px;
        font-size: 1.2rem;
    }
    
    .font-large .page-more {
        font-size: 13px;
        font-size: 1.3rem;
    }
    
.top-content {
    margin-top: 30px;
    margin-bottom: 30px;
}

    .top-content.widget_pg_grid_widget {
        margin-bottom: 0 !important;
    }
    
    .for-tablet .top-content {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    
    .enable-border .top-content {
        padding-bottom: 30px;
        border-bottom: 1px solid #ddd;
    }
    
        .for-tablet.enable-border .top-content {
            padding-bottom: 20px;
        }
        
    .enable-border .top-content:last-child {
        border-bottom-style: none;
        margin-bottom: 0;
    }
    
    .top-content.key-visual,
    .top-content .category-section,
    .top-content .page-section {
        margin: 0 !important;
        padding: 0 !important;
        border-style: none;
    }

.header-section img,
.footer-section img,
.sidebar-section img,
.grid-widget-section img {
    max-width: 100%;
    height: auto;
}

.header-section,
.footer-section {
}

    .footer-section {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    
    .for-mobile .enable-border .footer-section {
        border-bottom: 1px solid #ddd;
    }
    
        .for-mobile.enable-border #footer-area .footer-section:last-child {
            border-bottom-style: none;
        }
    
    .for-mobile .header-section,
    .for-mobile .footer-section {
        padding: 10px 0;
    }
    
    .nav-font-medium .header-section .header-title,
    .nav-font-medium .header-section .category-title,
    .nav-font-medium .header-section .page-title,
    .nav-font-medium .footer-section .header-title,
    .nav-font-medium .footer-section .category-title,
    .nav-font-medium .footer-section .page-title {
        font-size: 12px;
        font-size: 1.2rem;
    }

    .nav-font-large .header-section .header-title,
    .nav-font-large .header-section .category-title,
    .nav-font-large .header-section .page-title,
    .nav-font-large .footer-section .header-title,
    .nav-font-large .footer-section .category-title,
    .nav-font-large .footer-section .page-title {
        font-size: 13px;
        font-size: 1.3rem;
    }

    .header-section .header-title,
    .header-section .category-title,
    .header-section .page-title,
    .footer-section .header-title,
    .footer-section .category-title,
    .footer-section .page-title {
        margin-bottom: 0;
    }

    .ja-style .header-section .header-title .ja,
    .ja-style .header-section .category-title .ja,
    .ja-style .header-section .page-title .ja,
    .ja-style .footer-section .header-title .ja,
    .ja-style .footer-section .category-title .ja,
    .ja-style .footer-section .page-title .ja {
        font-weight: bold;
    }

.header-section-inner,
.footer-section-inner {
    font-size: 11px;
    font-size: 1.1rem;
}


.sidebar-section {
    padding-top: 30px;
    padding-bottom: 30px;
}

    .enable-border .sidebar-section {
        border-bottom: 1px solid #ddd;
    }
    
        .enable-border #sidebar .sidebar-section:last-child {
            border-bottom-style: none;
        }
    
    .sidebar-section:first-child {
    }
    
    .for-tablet .sidebar-section {
        display: block;
        width: auto;
        padding: 20px 10px;
    }
    
    .sidebar-section .sidebar-title,
    .sidebar-section .category-title,
    .sidebar-section .page-title {
        font-weight: normal;
        padding-bottom: 10px;
    }

        .ja-style .sidebar-section .sidebar-title,
        .ja-style .sidebar-section .category-title,
        .ja-style .sidebar-section .page-title {
            font-weight: bold;
        }
        
    .font-medium .sidebar-section .sidebar-title,
    .font-medium .sidebar-section .category-title,
    .font-medium .sidebar-section .page-title {
        font-size: 12px;
        font-size: 1.2rem;
    }

    .font-large .sidebar-section .sidebar-title,
    .font-large .sidebar-section .category-title,
    .font-large .sidebar-section .page-title {
        font-size: 13px;
        font-size: 1.3rem;
    }

    .sidebar-section ul ul {
        margin-left: 10px;
        margin-right: 10px;
        padding-bottom: 10px;
    }
    
    .sidebar-section ul li:last-child ul {
        padding-bottom: 0;
    }
    
    .category-type-gallery .sidebar-section {
        display: inline-block;
        #display: inline;
        #zoom: 1;
        vertical-align: top;
        margin: 0;
        padding: 0;
        width: auto !important;
        border-style: none !important;
    }

        .for-tablet.category-type-gallery .sidebar-section {
            padding: 0 10px;
        }
        
    .category-type-gallery #child-nav .sidebar-title,
    .category-type-gallery #child-nav ul,
    .category-type-gallery #child-nav li,
    .category-type-gallery #archive-nav .sidebar-title,
    .category-type-gallery #archive-nav ul,
    .category-type-gallery #archive-nav li {
        display: inline-block;
        #display: inline;
        #zoom: 1;
        margin: 0;
        padding: 0;
    }
    
    .for-mobile.category-type-gallery #child-nav,
    .for-mobile.category-type-gallery #archive-nav {
        display: block;
    }
    
    .category-type-gallery #child-nav .sidebar-title:after,
    .category-type-gallery #archive-nav .sidebar-title:after {
        content: " :";
        margin-right: 10px;
        font-weight: normal;
    }
    
        .for-tablet.category-type-gallery #child-nav .sidebar-title:after,
        .for-tablet.category-type-gallery #archive-nav .sidebar-title:after {
            display: none;
        }
        
    .category-type-gallery #child-nav li,
    .category-type-gallery #archive-nav li {
        margin-right: 10px;
    }
    
    .category-type-gallery #child-nav li:last-child,
    .category-type-gallery #archive-nav li:last-child {
        margin-right: 40px;
    }
    
    .for-mobile.category-type-gallery #child-nav li:last-child,
    .for-mobile.category-type-gallery #archive-nav li:last-child {
        margin-right: 0;
    }
    
.sidebar-section-inner,
.sidebar-section-inner .page-content,
.sidebar-section-inner .page-excerpt {
    font-size: 11px;
    font-size: 1.1rem;
}

    .font-medium .sidebar-section-inner,
    .font-medium .sidebar-section-inner .page-content,
    .font-medium .sidebar-section-inner .page-excerpt {
        font-size: 12px;
        font-size: 1.2rem;
    }
    
    .font-large .sidebar-section-inner,
    .font-large .sidebar-section-inner .page-content,
    .font-large .sidebar-section-inner .page-excerpt {
        font-size: 13px;
        font-size: 1.3rem;
    }
    
.grid-widget-section {
}

    .for-mobile .grid-widget-section {
        padding-bottom: 20px;
    }
    
        .for-mobile.enable-border .grid-widget-section {
            border-top: 1px solid #ddd;
            padding-top: 20px;
        }
        
        .for-mobile .grid-widget-section.first-grid-col {
            padding-top: 0;
            border-top-style: none;
        }
        
        .for-mobile .grid-widget-section.last-grid-col {
            padding-bottom: 0;
        }
        
    .grid-widget-section .grid-widget-title,
    .grid-widget-section .category-title,
    .grid-widget-section .page-title {
        font-size: 15px;
        font-size: 1.5rem;
    }

    .font-medium .grid-widget-section .grid-widget-title,
    .font-medium .grid-widget-section .category-title,
    .font-medium .grid-widget-section .page-title {
        font-size: 16px;
        font-size: 1.6rem;
    }
    
    .font-large .grid-widget-section .grid-widget-title,
    .font-large .grid-widget-section .category-title,
    .font-large .grid-widget-section .page-title {
        font-size: 17px;
        font-size: 1.7rem;
    }

    .grid-widget-section .col-auto {
        display: none !important;
    }
    
.grid-widget-section-inner,
.grid-widget-section-inner .page-content,
.grid-widget-section-inner .page-excerpt {
    font-size: 11px;
    font-size: 1.1rem;
}
    
    .font-medium .grid-widget-section-inner,
    .font-medium .grid-widget-section-inner .page-content,
    .font-medium .grid-widget-section-inner .page-excerpt {
        font-size: 12px;
        font-size: 1.2rem;
    }
        
    .font-large .grid-widget-section-inner,
    .font-large .grid-widget-section-inner .page-content,
    .font-large .grid-widget-section-inner .page-excerpt {
        font-size: 13px;
        font-size: 1.3rem;
    }
        
.post-eye-catch .eye-catch-dummy,
.page-eye-catch .eye-catch-dummy {
    background-color: #f8f8f8;
}

    .dark-style .post-eye-catch .eye-catch-dummy,
    .dark-style .page-eye-catch .eye-catch-dummy {
        background-color: #282828;
    }

.ja-style #header-area .en,
.ja-style #footer-area .en,
.ja-style #global-nav .en,
.ja-style #child-nav .en,
.ja-style #archive-nav .en,
.ja-style #footer-nav .en,
.ja-style .sidebar-section .category-title .en,
.ja-style .sidebar-section .page-title .en,
.ja-style .sidebar-section .sidebar-title .en {
    display: none;
}

.en-style #header-area .ja,
.en-style #footer-area .ja,
.en-style #global-nav .ja,
.en-style #child-nav .ja,
.en-style #archive-nav .ja,
.en-style #footer-nav .ja,
.en-style .sidebar-section .category-title .ja,
.en-style .sidebar-section .page-title .ja,
.en-style .sidebar-section .sidebar-title .ja {
    display: none;
}

.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6,
.page-content h1,
.page-content h2,
.page-content h3,
.page-content h4,
.page-content h5,
.page-content h6,
.category-description h1,
.category-description h2,
.category-description h3,
.category-description h4,
.category-description h5,
.category-description h6 {
    margin: 60px 0 20px 0;
}

    .for-tablet .post-content h1,
    .for-tablet .post-content h2,
    .for-tablet .post-content h3,
    .for-tablet .post-content h4,
    .for-tablet .post-content h5,
    .for-tablet .post-content h6,
    .for-tablet .page-content h1,
    .for-tablet .page-content h2,
    .for-tablet .page-content h3,
    .for-tablet .page-content h4,
    .for-tablet .page-content h5,
    .for-tablet .page-content h6,
    .for-tablet .category-description h1,
    .for-tablet .category-description h2,
    .for-tablet .category-description h3,
    .for-tablet .category-description h4,
    .for-tablet .category-description h5,
    .for-tablet .category-description h6 {
        margin-top: 20px;
    }
    
.enable-border .post-content h1,
.enable-border .post-content h2,
.enable-border .post-content h3,
.enable-border .post-content h4,
.enable-border .post-content h5,
.enable-border .post-content h6,
.enable-border .page-content h1,
.enable-border .page-content h2,
.enable-border .page-content h3,
.enable-border .page-content h4,
.enable-border .page-content h5,
.enable-border .page-content h6,
.enable-border .category-description h1,
.enable-border .category-description h2,
.enable-border .category-description h3,
.enable-border .category-description h4,
.enable-border .category-description h5,
.enable-border .category-description h6 {
    padding-bottom: 10px;
    border-bottom: 1px dotted #ddd;
}

.wp-editor h1,
.wp-editor h2,
.wp-editor h3,
.wp-editor h4,
.wp-editor h5,
.wp-editor h6 {
    clear: both;
    margin: 1.5em 0;
    padding-bottom: 0.5em;
    border-bottom: 1px dotted #ddd;
}

.post-content h1,
.page-content h1,
.category-description h1,
.wp-editor h1 {
    font-size: 124%;
}

.post-content h2,
.page-content h2,
.category-description h2,
.wp-editor h2 {
    font-size: 116%;
}

.post-content h3,
.page-content h3,
.category-description h3,
.wp-editor h3 {
    font-size: 108%;
    margin-top: 20px !important;
}

.post-content h4,
.page-content h4,
.category-description h4,
.wp-editor h4 {
    font-size: 100%;
    margin-top: 20px !important;
}

.post-content h5,
.page-content h5,
.category-description h5,
.wp-editor h5 {
    font-size: 100%;
    margin-top: 20px !important;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
    border-style: none !important;
}

.post-content h6,
.page-content h6,
.category-description h6,
.wp-editor h6 {
    font-size: 100%;
    font-weight: normal;
    margin-top: 20px !important;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
    border-style: none !important;
}

.post-content h1:first-child,
.post-content h2:first-child,
.post-content h3:first-child,
.post-content h4:first-child,
.post-content h5:first-child,
.post-content h6:first-child,
.page-content h1:first-child,
.page-content h2:first-child,
.page-content h3:first-child,
.page-content h4:first-child,
.page-content h5:first-child,
.page-content h6:first-child,
.category-description h1:first-child,
.category-description h2:first-child,
.category-description h3:first-child,
.category-description h4:first-child,
.category-description h5:first-child,
.category-description h6:first-child,
.wp-editor h1:first-child,
.wp-editor h2:first-child,
.wp-editor h3:first-child,
.wp-editor h4:first-child,
.wp-editor h5:first-child,
.wp-editor h6:first-child {
    margin-top: 0;
}

.header-section .post-content h1,
.header-section .post-content h2,
.header-section .post-content h3,
.header-section .post-content h4,
.header-section .post-content h5,
.header-section .post-content h6,
.header-section .page-content h1,
.header-section .page-content h2,
.header-section .page-content h3,
.header-section .page-content h4,
.header-section .page-content h5,
.header-section .page-content h6,
.header-section .category-description h1,
.header-section .category-description h2,
.header-section .category-description h3,
.header-section .category-description h4,
.header-section .category-description h5,
.header-section .category-description h6,
.footer-section .post-content h1,
.footer-section .post-content h2,
.footer-section .post-content h3,
.footer-section .post-content h4,
.footer-section .post-content h5,
.footer-section .post-content h6,
.footer-section .page-content h1,
.footer-section .page-content h2,
.footer-section .page-content h3,
.footer-section .page-content h4,
.footer-section .page-content h5,
.footer-section .page-content h6,
.footer-section .category-description h1,
.footer-section .category-description h2,
.footer-section .category-description h3,
.footer-section .category-description h4,
.footer-section .category-description h5,
.footer-section .category-description h6,
.sidebar-section .post-content h1,
.sidebar-section .post-content h2,
.sidebar-section .post-content h3,
.sidebar-section .post-content h4,
.sidebar-section .post-content h5,
.sidebar-section .post-content h6,
.sidebar-section .page-content h1,
.sidebar-section .page-content h2,
.sidebar-section .page-content h3,
.sidebar-section .page-content h4,
.sidebar-section .page-content h5,
.sidebar-section .page-content h6,
.sidebar-section .category-description h1,
.sidebar-section .category-description h2,
.sidebar-section .category-description h3,
.sidebar-section .category-description h4,
.sidebar-section .category-description h5,
.sidebar-section .category-description h6,
.grid-widget-section .post-content h1,
.grid-widget-section .post-content h2,
.grid-widget-section .post-content h3,
.grid-widget-section .post-content h4,
.grid-widget-section .post-content h5,
.grid-widget-section .post-content h6,
.grid-widget-section .page-content h1,
.grid-widget-section .page-content h2,
.grid-widget-section .page-content h3,
.grid-widget-section .page-content h4,
.grid-widget-section .page-content h5,
.grid-widget-section .page-content h6,
.grid-widget-section .category-description h1,
.grid-widget-section .category-description h2,
.grid-widget-section .category-description h3,
.grid-widget-section .category-description h4,
.grid-widget-section .category-description h5,
.grid-widget-section .category-description h6 {
    margin: 0;
    padding: 0;
    border-style: none;
    font-size: 100%;
}

.post-content p,
.post-content blockquote,
.post-content dl,
.post-content figure,
.post-content ul,
.post-content ol,
.post-content table,
.page-content p,
.page-content blockquote,
.page-content dl,
.page-content figure,
.page-content ul,
.page-content ol,
.page-content table,
.category-description p,
.category-description blockquote,
.category-description dl,
.category-description figure,
.category-description ul,
.category-description ol,
.category-description table {
    margin-bottom: 15px;
}

.wp-editor p,
.wp-editor blockquote,
.wp-editor dl,
.wp-editor figure,
.wp-editor ul,
.wp-editor ol,
.wp-editor table {
    margin-bottom: 1em;
}

.post-content p:last-child,
.post-content blockquote:last-child,
.post-content dl:last-child,
.post-content figure:last-child,
.post-content ul:last-child,
.post-content ol:last-child,
.post-content table:last-child,
.page-content p:last-child,
.page-content blockquote:last-child,
.page-content dl:last-child,
.page-content figure:last-child,
.page-content ul:last-child,
.page-content ol:last-child,
.page-content table:last-child,
.category-description p:last-child,
.category-description blockquote:last-child,
.category-description dl:last-child,
.category-description figure:last-child,
.category-description ul:last-child,
.category-description ol:last-child,
.category-description table:last-child,
.wp-editor p:last-child,
.wp-editor blockquote:last-child,
.wp-editor dl:last-child,
.wp-editor figure:last-child,
.wp-editor ul:last-child,
.wp-editor ol:last-child,
.wp-editor table:last-child {
    margin-bottom: 0;
}

.header-section .post-content p,
.header-section .post-content blockquote,
.header-section .post-content dl,
.header-section .post-content figure,
.header-section .post-content ul,
.header-section .post-content ol,
.header-section .post-content table,
.header-section .page-content p,
.header-section .page-content blockquote,
.header-section .page-content dl,
.header-section .page-content figure,
.header-section .page-content ul,
.header-section .page-content ol,
.header-section .page-content table,
.header-section .category-description p,
.header-section .category-description blockquote,
.header-section .category-description dl,
.header-section .category-description figure,
.header-section .category-description ul,
.header-section .category-description ol,
.header-section .category-description table,
.footer-section .post-content p,
.footer-section .post-content blockquote,
.footer-section .post-content dl,
.footer-section .post-content figure,
.footer-section .post-content ul,
.footer-section .post-content ol,
.footer-section .post-content table,
.footer-section .page-content p,
.footer-section .page-content blockquote,
.footer-section .page-content dl,
.footer-section .page-content figure,
.footer-section .page-content ul,
.footer-section .page-content ol,
.footer-section .page-content table,
.footer-section .category-description p,
.footer-section .category-description blockquote,
.footer-section .category-description dl,
.footer-section .category-description figure,
.footer-section .category-description ul,
.footer-section .category-description ol,
.footer-section .category-description table,
.sidebar-section .post-content p,
.sidebar-section .post-content blockquote,
.sidebar-section .post-content dl,
.sidebar-section .post-content figure,
.sidebar-section .post-content ul,
.sidebar-section .post-content ol,
.sidebar-section .post-content table,
.sidebar-section .page-content p,
.sidebar-section .page-content blockquote,
.sidebar-section .page-content dl,
.sidebar-section .page-content figure,
.sidebar-section .page-content ul,
.sidebar-section .page-content ol,
.sidebar-section .page-content table,
.sidebar-section .category-description p,
.sidebar-section .category-description blockquote,
.sidebar-section .category-description dl,
.sidebar-section .category-description figure,
.sidebar-section .category-description ul,
.sidebar-section .category-description ol,
.sidebar-section .category-description table,
.grid-widget-section .post-content p,
.grid-widget-section .post-content blockquote,
.grid-widget-section .post-content dl,
.grid-widget-section .post-content figure,
.grid-widget-section .post-content ul,
.grid-widget-section .post-content ol,
.grid-widget-section .post-content table,
.grid-widget-section .page-content p,
.grid-widget-section .page-content blockquote,
.grid-widget-section .page-content dl,
.grid-widget-section .page-content figure,
.grid-widget-section .page-content ul,
.grid-widget-section .page-content ol,
.grid-widget-section .page-content table,
.grid-widget-section .category-description p,
.grid-widget-section .category-description blockquote,
.grid-widget-section .category-description dl,
.grid-widget-section .category-description figure,
.grid-widget-section .category-description ul,
.grid-widget-section .category-description ol,
.grid-widget-section .category-description table {
    margin-bottom: 10px;
}

.post-content ul ul,
.post-content ul ol,
.post-content ol ol,
.post-content ol ul,
.page-content ul ul,
.page-content ul ol,
.page-content ol ol,
.page-content ol ul,
.category-description ul ul,
.category-description ul ol,
.category-description ol ol,
.category-description ol ul,
.wp-editor ul ul,
.wp-editor ul ol,
.wp-editor ol ol,
.wp-editor ol ul {
    margin: 0;
}

.post-content li,
.page-content li,
.category-description li {
    margin: 0 10px 0 40px;
}

.wp-editor li {
    margin: 0 1em;
}

.post-content ul li,
.page-content ul li,
.category-description ul li,
.wp-editor ul li {
    list-style-type: disc;
}

.post-content ol li,
.page-content ol li,
.category-description ol li,
.wp-editor ol li {
    list-style-type: decimal;
}

.post-content blockquote,
.page-content blockquote,
.category-description blockquote {
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 20px;
    border-left: 3px solid #ddd;
    color: #666;
}

.wp-editor blockquote {
    margin-left: 1em;
    margin-right: 1em;
    padding-left: 1em;
}

    .post-content blockquote *:last-child,
    .page-content blockquote *:last-child,
    .category-description blockquote *:last-child,
    .wp-editor blockquote *:last-child {
        margin-bottom: 0;
    }

    .dark-style .post-content blockquote,
    .dark-style .page-content blockquote,
    .dark-style .category-description blockquote {
        border-color: #555;
        color: #eee;
    }
    
.post-content cite,
.page-content cite,
.category-description cite {
    display: block;
    margin-left: 20px;
    margin-right: 20px;
    text-align: right;
}

.wp-editor cite {
    margin-left: 1em;
    margin-right: 1em;
}

.post-content dt,
.page-content dt,
.category-description dt,
.wp-editor dt {
    font-weight: bold;
}

.post-content dd,
.page-content dd,
.category-description dd {
    margin-left: 20px;
}

.wp-editor dd {
    margin-left: 1em;
}

.post-content td li,
.page-content td li,
.category-description td li,
.wp-editor td li {
    margin: 0 20px;
}

.wp-editor td li {
    margin: 0 1em;
}

.post-content td *:last-child,
.page-content td *:last-child,
.category-description td *:last-child,
.wp-editor td *:last-child {
    margin-bottom: 0;
}

.thumbnail-imgs {
    margin-left: -20px;
    margin-bottom: 20px;
}

.thumbnail-imgs-item {
    display: inline-block;
    #display: inline;
    #zoom: 1;
    margin-left: 20px;
    margin-bottom: 20px;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

.clearfix { 
    display: inline-block; 
}

/* exlude MacIE5 \*/
* html .clearfix { 
    height: 1%; 
}

.clearfix { 
    display:block; 
}
/* end MacIE5 */

/*
    WordPress
*/
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
   margin: 0 20px 0 0;
}

.alignright {
   float: right;
   margin: 0 0 0 20px;
}

    .for-mobile .alignleft,
    .for-mobile .alignright {
        float: none;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    
.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f8f8f8;
   padding: 5px;
   border-radius: 3px;
   margin-bottom: 1em;
   color: #444;
}

    .dark-style .wp-caption {
        border-color: #555;
        background-color: #484848;
        color: #eee;
    }

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   font-size: 1.1rem;
   line-height: 17px;
   padding: 5px 5px 0 5px;
   margin: 0;
}

#comments {
}
    
    .for-tablet #comments {
        padding-left: 10px;
        padding-right: 10px;
    }
    
#comments-title,
#reply-title,
.comment-title,
.comment-list {
    margin: 0 0 20px 0;
}

#respond {
}

    .for-tablet #respond {
        padding-left: 10px;
        padding-right: 10px;
    }
    
        .for-tablet #comments #respond {
            padding-left: 0;
            padding-right: 0;
        }
        
    #respond p {
        font-size: 11px;
        font-size: 1.1rem;
        margin-bottom: 10px;
    }

.comment-body {
    font-size: 11px;
    font-size: 1.1rem;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px dotted #ddd;
}

    .font-medium .comment-body {
        font-size: 12px;
        font-size: 1.2rem;
    }
    
    .font-large .comment-body {
        font-size: 13px;
        font-size: 1.3rem;
    }
    
    .dark-style .comment-body {
        border-color: #555;
    }
    
    .comment-list li li .comment-body {
        padding-left: 20px;
    }
    
    .comment-list li li li .comment-body {
        padding-left: 40px;
    }

    .comment-list li li li li .comment-body {
        padding-left: 60px;
    }

    .comment-list li li li li li .comment-body {
        padding-left: 80px;
    }

    .comment-list li li li li li li .comment-body {
        padding-left: 100px;
    }

    .comment-list li li li li li li li .comment-body {
        padding-left: 120px;
    }

.comment-author,
.comment-author cite,
.comment-awaiting-moderation,
.comment-meta {
    font-size: 11px;
    font-size: 1.1rem;
    display: inline;
}

.comment-list p {
    clear: both;
    margin: 10px 0;
}

.comment-list li {
}

.comment-author img {
}

.reply {
    font-size: 11px;
    font-size: 1.1rem;
}

.comment-nav {
    text-align: center;
}

#commentform {
    padding-bottom: 80px;
}

    .for-tablet #commentform {
        padding-bottom: 20px;
    }

#commentform input,
#commentform textarea {
    display: block;
}

#commentform .form-submit {
    margin-top: 20px;
}

#commentform .form-allowed-tags {
    display: none;
}

#searchform {
    border: 1px solid #ddd;
    padding: 5px;
    border-radius: 3px;
    line-height: 1;
    background-color: #fff;
}
    
    .dark-style #searchform {
        border-color: #555;
        background-color: #484848;
        color: #eee;
    }
    
    #searchform:hover {
        border-color: #999;
    }
    
    #searchform label {
        display: none;
    }
    
    #searchform input#searchsubmit {
        display: none;
    }

    #searchform input#s {
        outline: none;
        padding: 0;
        width: 96%;
        border-style: none;
        color: #999;
        box-shadow: none;
        font-size: 11px;
        font-size: 1.1rem;
    }
    
    #searchform.focused {
        border-color: #333;
    }

    #searchform.focused input#s {
        color: inherit;
    }

table#wp-calendar {
    width: 100%;
}

    table#wp-calendar th,
    table#wp-calendar td,
    table#wp-calendar caption {
        text-align: center;
    }
    
    table#wp-calendar th,
    table#wp-calendar td {
        width: 14%;
    }

.gallery.gallery-size-thumbnail,
.gallery.gallery-size-medium,
.gallery.gallery-size-large {
    margin: 0 -7px !important;
}

.gallery-item {
    float: none !important;
    display: inline-block;
    #display: inline;
    #zoom: 1;
    vertical-align: top;
}

    .gallery-item,
    .gallery-item * {
        margin: 0 !important;
        padding: 0 !important;
        line-height: 0 !important;
    }
    
    .gallery br {
        display: none;
    }
    
    .gallery-item .gallery-icon {
        margin: 0 7px 14px 7px !important;
    }
    
    .gallery-item img {
        border-style: none !important;
    }
    
/*
    Contact Form
*/
.wpcf7-form input[type=text] {
    width: 50%;
}

.wpcf7-form textarea {
    height: 10em;
}

div.wpcf7-response-output,
div.wpcf7-mail-sent-ok,
div.wpcf7-mail-sent-ng,
div.wpcf7-validation-errors,
div.wpcf7-spam-blocked {
    background-color: transparent !important;
    text-align: center;
    margin: 20px 0!important;
    padding: 10px !important;
}

span.wpcf7-not-valid-tip {
    position: static !important;
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 11px !important;
    font-weight: bold;
    text-shadow: none;
    width: auto !important;
    opacity: 1 !important;
}

div.wpcf7-mail-sent-ok {
    background-color: #d7eef6 !important;
    border-color: #00aeef !important;
    color: #000 !important;
}

div.wpcf7-mail-sent-ng,
div.wpcf7-validation-errors,
div.wpcf7-spam-blocked {
    background-color: #faf1f1 !important;
    border-color: #f00 !important;
    color: #000 !important;
}

span.wpcf7-not-valid-tip {
    color: #f00 !important;
    border-style: none !important;
    border-color: #f00 !important;
}

/*
    Slide
*/
.slide-loader {
    position: absolute;
    background-color: #222;
    width: 42px;
    height: 42px;
    border-radius: 5px;
    -ms-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background-image: url(util/ajax/loader-small.gif);
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.slide {
    overflow: hidden;
    margin: 0 auto;
}

.slide img {
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}

.slide-inner {
}

.slide-item {
}

.slide-prev,
.slide-next {
    width: 100px;
    background-repeat: no-repeat;
    cursor: pointer;
    text-indent: -9999px;
    visibility: visible !important;
}

.slide-prev {
    background-position: 0 50%;
    background-image: url(util/slide/prev.png);
    _background-image: url(util/slide/prev.gif);
}

.slide-next {
    background-position: 100% 50%;
    background-image: url(util/slide/next.png);
    _background-image: url(util/slide/next.gif);
}

.slide-page-nav {
    height: 38px;
    text-align: center;
    overflow: hidden;
}

.slide-page-no {
    display: inline-block;
    width: 18px;
    height: 18px;
    cursor: pointer;
    background-image: url(util/slide/page-nav_white.png);
    _background-image: url(util/slide/page-nav_white.gif);
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.slide-page-no span {
    display: inline-block;
    text-align: center;
    text-indent: -9999px;
}

.slide-thumbnail {
    margin-left: -15px;
    text-align: left;
}

.slide-thumbnail-item {
    display: inline-block;
    margin: 15px 0 0 15px;
    cursor: pointer;
}
    
.slide-thumbnail-item-focused {
}

    .slide-thumbnail-item-focused img {
        opacity: 0.7 !important;
        filter: alpha(opacity=70) !important;
    }

.slide-video {
    position: relative;
}

.slide-video-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(util/slide/video.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

    .slide-thumbnail-item .slide-video-icon {
        background-image: url(util/slide/video_small.png);
    }

/*
    Responsive Inline Grid
*/
.grid-20-col,
.grid-25-col,
.grid-33-3-col,
.grid-40-col,
.grid-50-col,
.grid-60-col,
.grid-66-6-col,
.grid-75-col,
.grid-80-col,
.grid-100-col {
    display: inline-block;
    #display: inline;
    #zoom: 1;
    vertical-align: top;
    margin-right: 3%;
}

    .post-content .grid-20-col,
    .post-content .grid-25-col,
    .post-content .grid-33-3-col,
    .post-content .grid-40-col,
    .post-content .grid-50-col,
    .post-content .grid-60-col,
    .post-content .grid-66-6-col,
    .post-content .grid-75-col,
    .post-content .grid-80-col,
    .post-content .grid-100-col,
    .page-content .grid-20-col,
    .page-content .grid-25-col,
    .page-content .grid-33-3-col,
    .page-content .grid-40-col,
    .page-content .grid-50-col,
    .page-content .grid-60-col,
    .page-content .grid-66-6-col,
    .page-content .grid-75-col,
    .page-content .grid-80-col,
    .page-content .grid-100-col {
        margin-bottom: 20px;
    }
    
    .grid-20-col {
        width: 17.6%;
        #width: 17.5%;
    }
    
    .grid-25-col {
        width: 22.75%;
        #width: 22.6%;
    }
    .grid-33-3-col {
        width: 31.33%;
        #width: 31.2%;
    }
    
    .grid-40-col {
        width: 38.2%;
    }
    .grid-50-col {
        width: 48.5%;
    }
    .grid-60-col {
        width: 58.8%;
    }
    .grid-66-6-col {
        width: 65.67%;
    }
    .grid-75-col {
        width: 74.2%;
    }
    .grid-80-col {
        width: 79.4%;
    }
    .grid-100-col {
        width: 100%;
    }
    
    .grid-20-col.last-grid-col,
    .grid-25-col.last-grid-col,
    .grid-33-3-col.last-grid-col,
    .grid-40-col.last-grid-col,
    .grid-50-col.last-grid-col,
    .grid-60-col.last-grid-col,
    .grid-66-6-col.last-grid-col,
    .grid-75-col.last-grid-col,
    .grid-80-col.last-grid-col,
    .grid-100-col.last-grid-col {
        margin-right: 0;
    }
    
    .grid-20-col img:not(.fix-img),
    .grid-25-col img:not(.fix-img),
    .grid-33-3-col img:not(.fix-img),
    .grid-40-col img:not(.fix-img),
    .grid-50-col img:not(.fix-img),
    .grid-60-col img:not(.fix-img),
    .grid-66-6-col img:not(.fix-img),
    .grid-75-col img:not(.fix-img),
    .grid-80-col img:not(.fix-img),
    .grid-100-col img:not(.fix-img) {
        max-width: 100%;
        height: auto;
    }
    
    .post-content img:not(.fix-img),
    .post-content .gallery img,
    .page-content img:not(.fix-img) {
        max-width: 100%;
        height: auto;
    }
        
    .for-mobile .grid-20-col,
    .for-mobile .grid-25-col,
    .for-mobile .grid-33-3-col,
    .for-mobile .grid-40-col,
    .for-mobile .grid-50-col,
    .for-mobile .grid-60-col,
    .for-mobile .grid-66-6-col,
    .for-mobile .grid-75-col,
    .for-mobile .grid-80-col,
    .for-mobile .grid-100-col {
        width: 100%;
        margin-right: 0;
    }

    .wp-editor .grid-20-col,
    .wp-editor .grid-25-col,
    .wp-editor .grid-33-3-col,
    .wp-editor .grid-40-col,
    .wp-editor .grid-50-col,
    .wp-editor .grid-60-col,
    .wp-editor .grid-66-6-col,
    .wp-editor .grid-75-col,
    .wp-editor .grid-80-col,
    .wp-editor .grid-100-col {
        border: 1px dashed #999;
        padding: 1px;
        margin: 0 0 1em 0 !important;
    }
    
/*
    Grid
*/
.grid,
.grid-inline {
    position: relative;
}

.grid:after,
.grid-inline:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

.grid,
.grid-inline { 
    display: inline-block;
}

/* exlude MacIE5 \*/
* html .grid,
* html .grid-inline { 
    height: 1%; 
}

.grid,
.grid-inline { 
    display:block; 
}

.grid .grid-item {
    float: left;
}

.grid-inline .grid-item {
    display: inline-block;
    #display: inline;
    #zoom: 1;
    vertical-align: top;
}

    .grid-inline .grid-item.col-auto {
        display: block;
    }
    
.grid-content {
}

.col-1 {
    width: 160px;
}

.col-2 {
    width: 320px;
}

.col-3 {
    width: 480px;
}

.col-4 {
    width: 640px;
}

.col-5 {
    width: 800px;
}

.col-6 {
    width: 960px;
}

.col-7 {
    width: 1120px;
}

/*
    Scroll
*/
.scroll-root {
    position: relative;
    background-image: url(util/scroll/clear.gif);
}

.scroll-wrapper {
    #position: relative;
    height: 200px;
    padding-right: 10px;
    overflow: scroll;
}

.scroll {
}

.scrollbar {
    position: absolute;
    top: 0;
    right: 0;
    _right: 13px;
	width: 3px;
    z-index: 1;
    background-color: #ddd;
}

.scroll-knob {
    background-color: #000;
    cursor: pointer;
}

.scroll-knob.down {
}

/*
    FLVPlayer
*/
.flvplayer-overlay {
    position: absolute;
    cursor: pointer;
    background-image: url(util/flvplayer/clear.gif);
}

.flvplayer {
    background-color: #000;
}

.flvplayer object {
    margin: 0;
    padding: 0;
}

.flvplayer-play {
    display: none !important;
}

.flvplayer-pause {
    display: none !important;
}

.flvplayer-stop {
    display: none !important;
}

.flvtimeline {
    position: relative;
    background-color: #ccc;
    height: 10px;
    cursor: pointer;
}

.flvtimeslider {
    position: absolute;
    background-color: #000;
    overflow: hidden;
    cursor: pointer;
}

/*
    Modal Window
*/
#modal-overlay {
    top: 0;
    background-color: #000;
    z-index: 9999;
}

#modal-loader {
    position: fixed !important;
    _position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    margin-top: -24px !important;
    margin-left: -24px !important;
    background-color: #222;
    width: 42px;
    height: 42px;
    border-radius: 5px;
    -ms-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    z-index: 9999;
    background-image: url(util/ajax/loader-small.gif);
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

#modal-box {
    margin: 20px 0;
    padding: 20px;
    width: 705px;
    background-color: #fff;
    box-shadow: 2px 2px 30px rgba(0,0,0,0.5);
    z-index: 9999;
}

#modal-box-inner {
}

#modal-close {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 11px;
    font-size: 1.1rem;
    cursor: pointer;
}

/*
    Popup Image
*/
#popup-img-loader {
    position: fixed !important;
    _position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    margin-top: -24px !important;
    margin-left: -24px !important;
    background-color: #222;
    width: 42px;
    height: 42px;
    border-radius: 5px;
    -ms-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    z-index: 9999;
    background-image: url(util/ajax/loader-small.gif);
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

#popup-img-overlay {
    top: 0;
    background-color: #000;
    z-index: 9999;
}

#popup-img-wrapper {
    z-index: 9999;
}

#popup-img-wrapper img {
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
    border-radius: 5px;
    box-shadow: 1px 1px 30px rgba(0,0,0,0.5);
    border: 8px solid #fff;
}

#popup-img-wrapper.popup-animating img {
    -ms-interpolation-mode: nearest-neighbor;
    image-rendering: -moz-crisp-edges;
}

#popup-img-toggle {
    top: 10px;
    right: 10px;
    width: 44px;
    height: 44px;
    background-image: url(util/popup/close_white.gif);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    cursor: pointer;
    z-index: 9999;
}

#popup-img-prev,
#popup-img-next {
    top: 0;
    width: 100px;
    cursor: pointer;
    background-repeat: no-repeat;
    z-index: 9999;
}

#popup-img-prev {
    background-image: url(util/popup/prev_white.gif);
    background-position: 0 50%;
}

#popup-img-next {
    right: 0;
    background-image: url(util/popup/next_white.gif);
    background-position: 100% 50%;
}

#popup-description {
    display: none;
    padding-top: 10px;
    font-size: 11px;
    font-size: 1.1rem;
    text-align: center;
}

/*
    Background
*/
#background-loader {
    position: absolute;
    background-color: #222;
    width: 42px;
    height: 42px;
    border-radius: 5px;
    -ms-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background-image: url(util/ajax/loader-small.gif);
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.background-show-all {
    cursor: url(util/background/openhand.cur), default;
}

.background-drag {
    cursor: url(util/background/closedhand.cur), move;
}

img.background-image.background-animating {
    -ms-interpolation-mode: nearest-neighbor;
    image-rendering: -moz-crisp-edges;
}

