/*
Theme Name: Twenty Twelve
Theme URI: http://wordpress.org/themes/twentytwelve
Author: the WordPress team
Author URI: http://wordpress.org/
Description: The 2012 theme for WordPress is a fully responsive theme that looks great on any device. Features include a front page template with its own widgets, an optional display font, styling for post formats on both index and single views, and an optional no-sidebar page template. Make it yours with a custom menu, header image, and background.
Version: 1.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, gray, white, one-column, two-columns, right-sidebar, flexible-width, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
Text Domain: twentytwelve

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* =Notes
--------------------------------------------------------------
This stylesheet uses rem values with a pixel fallback. The rem
values (and line heights) are calculated using two variables:

$rembase:     14;
$line-height: 24;

---------- Examples

* Use a pixel value with a rem fallback for font-size, padding, margins, etc.
	padding: 5px 0;
	padding: 0.357142857rem 0; (5 / $rembase)

* Set a font-size and then set a line-height based on the font-size
	font-size: 16px
	font-size: 1.142857143rem; (16 / $rembase)
	line-height: 1.5; ($line-height / 16)

---------- Vertical spacing

Vertical spacing between most elements should use 24px or 48px
to maintain vertical rhythm:

.my-new-div {
	margin: 24px 0;
	margin: 1.714285714rem 0; ( 24 / $rembase )
}

---------- Further reading

http://snook.ca/archives/html_and_css/font-size-with-rem
http://blog.typekit.com/2011/11/09/type-study-sizing-the-legible-letter/


/* =Reset
-------------------------------------------------------------- */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}

body {}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption,
th,
td {
    font-weight: normal;
    text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
}

html {
    overflow-y: scroll;
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

a:focus {
    outline: thin dotted;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block;
}

audio,
canvas,
video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
}

del {
    color: #333;
}

ins {
    background: #fff9c0;
    text-decoration: none;
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin: 24px;
    margin-bottom: 1.714285714rem;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

small {
    font-size: smaller;
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic;
}

/******** 本番用 **************/
.widget-area #text-7 {
    overflow: hidden;
    height: 262px;
}

.site-header h1 {
    top: 20px !important;
    left: 205px !important;
    width: 285px !important;
}

.site-header .logo {
    width: 175px;
    top: 30px !important;
}

.site-header .logo img,
p.new_icon img {
    width: 100%;
    height: auto;
}

div.article_box01 {
    position: relative;
}

p.new_icon {
    color: #fff;
    font-weight: bold;
    display: block;
    padding: 1px 10px 0;
    position: absolute;
    top: 5px;
    right: 0;
    z-index: 1;
}

a.main_contactbnr,
#text-11 {
    display: none;
}

body.home a.main_contactbnr,
body.home #text-11 {
    display: block;
    margin-bottom: 10px;
}

.widget-area .widget_search {
    padding-bottom: 10px;
}

.textwidget .side_contact_box {
    margin-bottom: 10px;
}

.widget_search label {
    height: -webkit-fill-available;
    height: fill-available;
}

#tertiary .widget p {
    margin: 0;
}

:placeholder-shown {
    color: #999;
}

/* Google Chrome, Safari, Opera 15+, Android, iOS */
::-webkit-input-placeholder {
    color: #999;
}

/* Firefox 18- */
:-moz-placeholder {
    color: #999;
    opacity: 1;
}

/* Firefox 19+ */
::-moz-placeholder {
    color: #999;
    opacity: 1;
}

/* IE 10+ */
:-ms-input-placeholder {
    color: #999;
}

::-webkit-input-placeholder {
    font-size: 13px;
}

.widget-area form #s {
    padding: 0 0 0 5px;
    font-size: 13px;
}

body .cleared {
    position: fixed !important;
    bottom: 0 !important;
    right: 3vw !important;
}

#sub_pagetop a {
    text-decoration: none;
    text-align: center;
    display: block;
}

#sub_pagetop a:hover {
    text-decoration: none;
}

#sub_footer_wrapper .footer_logo {
    width: 115px;
    bottom: 7px;
}

#sub_footer_wrapper .footer_logo img {
    width: 100%;
    height: auto;
}

#sub_footer_wrapper .footer_tel {
    left: 135px;
}

#sub_footer_wrapper .footer_slowgan {
    left: 285px;
}

#sub_pagetop {
    z-index: 9;
    right: 3vw !important;
}

@media screen and (max-width: 640px) {
    .site-header .logo {
        top: 0px !important;
    }

    hgroup {
        width: 100%;
    }

    aside#search-3 {
        display: block;
        width: auto;
        margin-top: 2vh;
        margin-bottom: 1vh;
        overflow: hidden;
        padding-bottom: 0;
        height: 35px;
    }

    .widget-area input#s {
        width: calc(90% - 20px);
        height: 24px;
        background-size: cover;
        border-radius: 4px;
        padding: 5px 10px;
    }

    #search-3 input#searchsubmit {
        top: 0.8vh !important;
    }

    .article_box01 table tr td.name {
        padding-right: 36px;
    }

    p.new_icon {
        z-index: 0;
    }

    textarea.wpcf7-form-control {
        width: 270px;
    }
}

/* END */
/* Clearing floats */
.clear:after,
.wrapper:after,
.format-status .entry-header:after {
    clear: both;
}

.clear:before,
.clear:after,
.wrapper:before,
.wrapper:after,
.format-status .entry-header:before,
.format-status .entry-header:after {
    display: table;
    content: "";
}

#sp_bg,
#sp_bg2 {
    width: 100%;
    height: 100%;
    background: url(/wp-content/img/common/top_body_bg.jpg) no-repeat center top #2e170b;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -100;
    display: none;
}

#sp_bg2 {
    background-image: url(/wp-content/img/common/sub_body_bg.jpg);
}


/* =Repeatable patterns
-------------------------------------------------------------- */

/* Small headers */
.archive-title,
.page-title,
.widget-title,
.entry-content th,
.comment-content th {}

.entry-content table {}

.entry-content table.pricedown {
    margin: 0 0 15px;
}

.entry-content tr {
    margin: 0;
    padding: 0;
}

.entry-content th {
    width: 210px;
    vertical-align: middle;
}

.entry-content p {
    font-size: 12px;
}

span.date {
    margin: 0 0 0 30px;
}

/* Shared Post Format styling */
article.format-quote footer.entry-meta,
article.format-link footer.entry-meta,
article.format-status footer.entry-meta {
    font-size: 11px;
    font-size: 0.785714286rem;
    line-height: 2.181818182;
}

/* Form fields, general styles first */
button,
input,
textarea {
    border: 1px solid #ccc;
    font-family: inherit;
    padding: 6px;
}

button,
input {
    line-height: normal;
}

textarea {
    font-size: 100%;
    overflow: auto;
    vertical-align: top;
}

/* Reset non-text input types */
input[type="checkbox"],
input[type="radio"],
input[type="file"],
input[type="hidden"],
input[type="image"],
input[type="color"] {
    border: 0;
    border-radius: 0;
    padding: 0;
}

/* Buttons */
.menu-toggle,
input[type="submit"],
input[type="button"],
input[type="reset"],
article.post-password-required input[type=submit],
.bypostauthor cite span {
    padding: 6px 10px;
    padding: 0.428571429rem 0.714285714rem;
    font-size: 11px;
    font-size: 0.785714286rem;
    line-height: 1.428571429;
    font-weight: normal;
    color: #7c7c7c;
    background-color: #e6e6e6;
    background-repeat: repeat-x;
    background-image: -moz-linear-gradient(top, #f4f4f4, #e6e6e6);
    background-image: -ms-linear-gradient(top, #f4f4f4, #e6e6e6);
    background-image: -webkit-linear-gradient(top, #f4f4f4, #e6e6e6);
    background-image: -o-linear-gradient(top, #f4f4f4, #e6e6e6);
    background-image: linear-gradient(top, #f4f4f4, #e6e6e6);
    border: 1px solid #d2d2d2;
    border-radius: 3px;
    box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);
}

#form_required_text {
    margin: 20px 0 20px 0;
    color: #CC0000;
}

textarea.wpcf7-form-control {
    margin: 5px 0;
    width: 310px;
}

input.wpcf7-form-control {
    width: 310px !important;
    margin: 5px 0;
}

input[name="date-1"],
input[name="date-2"],
input[name="date-3"] {
    width: 150px;
    margin: 5px;
}

input.wpcf7-form-control.wpcf7-date {
    width: 150px;
}

input[name="age"],
input[name="people"],
input[name="zipcode"] {
    width: 100px;
    margin: 5px 0;
}

input[type="submit"] {
    margin: 7px auto;
    padding: 7px;
    display: block;
    width: 20%;
}

.menu-toggle,
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
    cursor: pointer;
}

button[disabled],
input[disabled] {
    cursor: default;
}

.menu-toggle:hover,
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
article.post-password-required input[type=submit]:hover {
    color: #5e5e5e;
    background-color: #ebebeb;
    background-repeat: repeat-x;
    background-image: -moz-linear-gradient(top, #f9f9f9, #ebebeb);
    background-image: -ms-linear-gradient(top, #f9f9f9, #ebebeb);
    background-image: -webkit-linear-gradient(top, #f9f9f9, #ebebeb);
    background-image: -o-linear-gradient(top, #f9f9f9, #ebebeb);
    background-image: linear-gradient(top, #f9f9f9, #ebebeb);
}

.menu-toggle:active,
.menu-toggle.toggled-on,
button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
    color: #757575;
    background-color: #e1e1e1;
    background-repeat: repeat-x;
    background-image: -moz-linear-gradient(top, #ebebeb, #e1e1e1);
    background-image: -ms-linear-gradient(top, #ebebeb, #e1e1e1);
    background-image: -webkit-linear-gradient(top, #ebebeb, #e1e1e1);
    background-image: -o-linear-gradient(top, #ebebeb, #e1e1e1);
    background-image: linear-gradient(top, #ebebeb, #e1e1e1);
    box-shadow: inset 0 0 8px 2px #c6c6c6, 0 1px 0 0 #f4f4f4;
    border-color: transparent;
}

.bypostauthor cite span {
    color: #fff;
    background-color: #21759b;
    background-image: none;
    border: 1px solid #1f6f93;
    border-radius: 2px;
    box-shadow: none;
    padding: 0;
}

/* Responsive images */
.entry-content img,
.comment-content img,
.widget img {
    max-width: 100%;
    /* Fluid images for posts, comments, and widgets */
}

img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
    height: auto;
    /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

img.size-full,
img.header-image,
img.wp-post-image {
    margin: 0 auto;
    display: block;
    width: auto;
    height: auto;
    /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

.article_box01 img {
    width: 180px;
    height: 120px;
}

.article_box01 td {
    vertical-align: middle;
}

/* Make sure videos and embeds fit their containers */
embed,
iframe,
object,
video {
    max-width: 100%;
}

.entry-content .twitter-tweet-rendered {
    max-width: 100% !important;
    /* Override the Twitter embed fixed width */
}

/* Images */
.alignleft {
    float: left;
}

.alignright {
    float: right;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.entry-content img,
.comment-content img,
.widget img,
img.header-image,
.author-avatar img,
img.wp-post-image {
    vertical-align: bottom;
    /* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
}

.wp-caption {
    max-width: 100%;
    /* Keep wide captions from overflowing their container. */
    padding: 4px;
}

.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
    font-style: italic;
    font-size: 12px;
    font-size: 0.857142857rem;
    line-height: 2;
    color: #757575;
}

img.wp-smiley,
.rsswidget img {
    border: 0;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

.entry-content dl.gallery-item {
    margin: 0;
}

.gallery-item a,
.gallery-caption {
    width: 90%;
}

.gallery-item a {
    display: block;
}

.gallery-caption a {
    display: inline;
}

.gallery-columns-1 .gallery-item a {
    max-width: 100%;
    width: auto;
}

.gallery .gallery-icon img {
    height: auto;
    max-width: 90%;
    padding: 5%;
}

.gallery-columns-1 .gallery-icon img {
    padding: 3%;
}

/* Navigation */
.site-content nav {
    background: url(/wp-content/img/common/bg_contents.png);
    clear: both;
    line-height: 2;
    overflow: hidden;
    width: 472px;
    padding: 0 10px 15px;
}

.site-content.attachment nav {
    background: none;
    line-height: 1.0;
    width: 30%;
    margin: 5px auto 0;
    text-align: center;
}

#nav-above {
    padding: 24px 0;
    padding: 1.714285714rem 0;
}

#nav-above {
    display: none;
}

.paged #nav-above {
    display: block;
}

.nav-previous,
.previous-image {
    float: left;
    width: 50%;
}

.nav-next,
.next-image {
    float: right;
    text-align: right;
    width: 50%;
}

.nav-single+.comments-area,
#comment-nav-above {
    margin: 0;
}

/* Author profiles */
.author .archive-header {
    margin-bottom: 24px;
    margin-bottom: 1.714285714rem;
}

.author-info {
    border-top: 1px solid #ededed;
    margin: 24px 0;
    margin: 1.714285714rem 0;
    padding-top: 24px;
    padding-top: 1.714285714rem;
    overflow: hidden;
}

#page .entry-content p {
    min-height: 20px;
}

.author-description p {
    color: #757575;
    font-size: 13px;
    font-size: 0.928571429rem;
    line-height: 1.846153846;
}

.author.archive .author-info {
    border-top: 0;
    margin: 0 0 48px;
    margin: 0 0 3.428571429rem;
}

.author.archive .author-avatar {
    margin-top: 0;
}


/* =Basic structure
-------------------------------------------------------------- */

/* Body, links, basics */
html {
    font-size: 100%;
    height: 100%;
    /* footerÃ£ÂÂ®Ã£â€šÂºÃ£Æ’Â¬Ã¤Â¿Â®Ã¦Â­Â£Ã§â€Â¨ */
}

body {
    text-rendering: optimizeLegibility;
}

body.custom-font-enabled {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

a {
    outline: none;
    color: #21759b;
}

a:hover {
    color: #0f3647;
}

/* Assistive text */
.assistive-text,
.site .screen-reader-text {
    position: absolute !important;
    clip: rect(1px, 1px, 1px, 1px);
}

.main-navigation .assistive-text:focus {
    background: #fff;
    border: 2px solid #333;
    border-radius: 3px;
    clip: auto !important;
    color: #000;
    display: block;
    font-size: 12px;
    padding: 12px;
    position: absolute;
    top: 5px;
    left: 5px;
    z-index: 100000;
    /* Above WP toolbar */
}

/* Page structure */
body.home .sub {
    display: none;
}

.site {
    padding: 0 24px;
    padding: 0 1.714285714rem;
}

.site-content {}

.widget-area {}

/* Header */
.site-header {
    width: 980px;
    height: 75px;
    margin: 0 auto;
    position: relative;
}

.logo img {
    width: auto;
    height: 60px;
}

.site-header .logo {
    position: absolute;
    top: 9px;
    left: 0;
}

.site-header h1 {
    font-size: 11px;
    line-height: 15px;
    position: absolute;
    top: 9px;
    left: 102px;
    width: 460px;
    /*white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;*/
}

.site-header .logo a,
.site-header h1 a {
    color: #515151;
    display: inline-block;
    text-decoration: none;
}

.site-header .logo a:hover,
.site-header h1 a:hover {
    color: #21759b;
}

.header-image {
    margin-top: 24px;
    margin-top: 1.714285714rem;
}

/* Navigation Menu */
#breadcrumbs {
    width: 980px;
    margin: 7px 0px;
    font-size: 11px;
    line-height: 12px;
    text-align: right;
    color: #FFF;
}

#breadcrumbs a {
    color: #fff;
}

.main-navigation {
    position: absolute;
    top: 3px;
    right: 0px;
    width: 340px;
    height: 20px;
}

.main-navigation li {
    float: left;
    font-size: 11px;
    padding-left: 20px;
}

.main-navigation a {
    color: #5e5e5e;
}

.main-navigation a:hover {
    color: #21759b;
}

.main-navigation ul.nav-menu,
.main-navigation div.nav-menu>ul {
    display: none;
}

.main-navigation ul.nav-menu.toggled-on,
.menu-toggle {
    display: inline-block;
}

.header_time {
    background: url(/wp-content/img/common/head_time.png) no-repeat 0 0;
    position: absolute;
    top: 34px;
    right: 0;
    padding-left: 124px;
    line-height: 16px;
    font-size: 12px;
    font-weight: bold;
}

.header_holiday {
    background: url(/wp-content/img/common/head_holiday.png) no-repeat 0 0;
    position: absolute;
    top: 52px;
    right: 0px;
    padding-left: 124px;
    line-height: 16px;
    font-size: 12px;
    font-weight: bold;
}

.header_tel {
    position: absolute;
    top: 42px;
    right: 218px;
    font-size: 29px;
    font-weight: bold;
    line-height: 32px;
    padding-left: 32px;
}


/* Banner */
section[role="banner"] {
    margin-bottom: 48px;
    margin-bottom: 3.428571429rem;
}

/* Sidebar */
.widget-area .widget {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
    word-wrap: break-word;
}

.widget-area .widget h3 {
    margin-bottom: 24px;
    margin-bottom: 1.714285714rem;
}

.widget-area .widget p,
.widget-area .widget li,
.widget-area .widget .textwidget {}

.widget-area .widget p {
    margin: 3px 0 0;
    font-size: 80%;
    line-height: 1.2;
    color: #000024;
}

.widget-area .textwidget ul.banner_list02.m10 {
    list-style: none;
    margin: 0 0 10px;
}

.widget-area .textwidget li {
    list-style: none;
}

.widget-area .textwidget .search_left_in li {
    float: left;
    margin: 0;
    width: 100%;
}

.widget-area .widget a {}

.widget-area .widget a:hover {
    color: #666;
}

.widget-area .widget a:visited {
    color: #666666;
    text-decoration: none;
}

.widget-area #s {
    /* define a width to avoid dropping a wider submit button */
}

.widget ul.banner_list02 p {
    margin: 0;
}

.search_left_in {
    background: url(/wp-content/img/common/search_left_nav_in.png) repeat-y;
    padding: 10px;
    border-bottom: 1px solid #D2D2D2;
}

#searchArea,
.widget_search {
    position: relative;
    width: 224px;
    height: 22px;
    margin-bottom: 15px;
}

#keywords1,
.widget-area #s {
    position: absolute;
    top: 0;
    left: 0;
    background: url(/wp-content/img/common/bg_search.png) no-repeat 0px 0px #E5E5E5;

    width: 220px;
    height: 22px;
    border: none;
    padding: 0;
    z-index: 10;
}

#searchArea input.search_subit,
#search-3 input#searchsubmit {
    width: 28px;
    height: 22px;
    background: url(/wp-content/img/common/btn_search.png) no-repeat;
    display: block;
    border: 0;
    cursor: pointer;
    margin: 0 auto;
    text-indent: -9999px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 100;
}

article.no-results p,
article.no-results form,
article.not-found p,
article.not-found form,
article.error404 p,
article.error404 form {
    margin: 0 0 0 0;
}

article.no-results #searchsubmit,
article.not-found #searchsubmit,
article.error404 #searchsubmit {
    float: left;
    width: 20%;
}

article.no-results #s,
article.not-found #s,
article.error404 #s {
    float: left;
    margin: 13px 10px 0 0;
}

.area_btn {
    margin: 0 auto 40px auto;
    width: 646px;
}

.right_basic_box {
    padding: 2px 12px;
    height: 116px;
    overflow-y: auto;
    font-weight: bold;
    border-bottom: 1px solid #D2D2D2;
}

.basic_txt {
    background: url(/wp-content/img/banner_basic_icon.png) no-repeat left 50%;
    padding-left: 25px;
    line-height: 38px;
}

.side_contact_box {
    margin-bottom: 16px;
    background: #FFF;
}

.side_contact_box h3 {
    text-align: center;
    margin-bottom: 5px;
}

.side_contact_btn01 {
    top: 50px;
}

.side_contact_btn02 {
    bottom: 10px;
}

/* Footer */
footer[role="contentinfo"] {
    border-top: 1px solid #ededed;
    clear: both;
    font-size: 12px;
    font-size: 0.857142857rem;
    line-height: 2;
    max-width: 960px;
    max-width: 68.571428571rem;
    margin-top: 24px;
    margin-top: 1.714285714rem;
    margin-left: auto;
    margin-right: auto;
    padding: 24px 0;
    padding: 1.714285714rem 0;
}

footer[role="contentinfo"] a {
    color: #686868;
}

footer[role="contentinfo"] a:hover {
    color: #21759b;
}

#footer_wrapper {
    width: 100%;
    height: 99px;
    background: url(/wp-content/img/common/bg_footer_wrapper.png) repeat-x;
    text-align: left;
}

#sub_footer_wrapper {
    background: url(/wp-content/img/common/bg_sub_footer_wrapper.png) repeat-x;
    clear: both;
    height: 224px;
    text-align: left;
    width: 100%;
    margin-top: 10px;
    position: absolute;
    /* footerÃ£ÂÂ®Ã£â€šÂºÃ£Æ’Â¬Ã¤Â¿Â®Ã¦Â­Â£Ã§â€Â¨ */
    bottom: 0;
    /* footerÃ£ÂÂ®Ã£â€šÂºÃ£Æ’Â¬Ã¤Â¿Â®Ã¦Â­Â£Ã§â€Â¨ */
    left: 0;
    /* footerÃ£ÂÂ®Ã£â€šÂºÃ£Æ’Â¬Ã¤Â¿Â®Ã¦Â­Â£Ã§â€Â¨ */
}

#common #sub_footer_wrapper,
#common02 #sub_footer_wrapper {
    margin-top: 30px;
}

#footer {
    width: 980px;
    height: 99px;
    margin: 0 auto;
    position: relative;
}

#sub_footer {
    width: 980px;
    height: 224px;
    margin: 0 auto;
    position: relative;
}

#footnav {
    font-size: 11px;
    line-height: 12px;
    position: absolute;
    bottom: 64px;
    left: 0;
}

#sub_footnav {
    font-size: 11px;
    line-height: 12px;
    position: absolute;
    bottom: 80px;
    left: 0;
}

#footnav li {
    float: left;
    padding-right: 10px;
    margin-right: 10px;
    white-space: nowrap;
}

#footnav li span {
    padding-left: 15px;
}

#sub_footnav li {
    float: left;
    padding-right: 10px;
    margin-right: 10px;
}

#sub_footnav li span {
    padding-left: 15px;
}

.footer_logo {
    position: absolute;
    bottom: 14px;
    left: 0;
}

.footer_tel {
    position: absolute;
    bottom: 15px;
    left: 50px;
}

.footer_slowgan {
    position: absolute;
    bottom: 15px;
    left: 200px;
    z-index: 99;
}

.sub_footer_tel {
    position: absolute;
    bottom: 22px;
    left: 0;
    background: url(/wp-content/img/common/f_tel.gif) no-repeat 0 0;
    font-size: 25px;
    font-weight: 400;
    color: #FFF;
    line-height: 31px;
    padding-left: 22px;
}

.sub_footer_time {
    position: absolute;
    bottom: 19px;
    left: 210px;
    color: #FFF;
}

.sub_footer_holiday {
    position: absolute;
    bottom: 35px;
    left: 210px;
    color: #FFF;
}

.site_title {
    position: absolute;
    top: 10px;
    left: 348px;
}

#copyright {
    font-size: 12px;
    line-height: 13px;
    color: #FFF;
    position: absolute;
    bottom: 15px;
    right: 0;
}

#sub_copyright {
    font-size: 12px;
    line-height: 13px;
    color: #FFF;
    position: absolute;
    bottom: 15px;
    right: 0;
}

#pagetop {
    text-align: right;
    position: absolute;
    right: 0px;
    bottom: 99px;
}

#sub_pagetop {
    clear: both;
    text-align: right;
    position: absolute;
    right: 0px;
    bottom: 84px;
}

#locator {
    width: 980px;
    margin: 7px 0px;
    font-size: 11px;
    line-height: 12px;
    text-align: right;
    color: #FFF;
}

#locator a {
    color: #FFF;
}


/* =Main content and comment content
-------------------------------------------------------------- */

#contents_center {
    width: 490px;
    border-left: 1px solid #D2D2D2;
    border-right: 1px solid #D2D2D2;
    border-bottom: 1px solid #D2D2D2;
    background: url(/wp-content/img/common/bg_contents.png);
    float: left;
}

.article_box02 {
    border-bottom: 1px solid #D2D2D2;
    padding: 10px;
    margin-left: -10px;
    width: 472px;
}

.article_box01 {
    border-bottom: 1px solid #D2D2D2;
    padding: 10px;
}

.txt_c a {
    font-weight: bold;
    background: rgb(255, 255, 255);
    color: rgb(120, 120, 120);
    display: block;
    border: 1px dotted;
    width: 200px;
    margin: 0 auto;
    padding: 4px 0;
}

.txt_c a:hover {
    opacity: 0.7;
    text-decoration: none;
}

#search_contact_center {
    margin: 0;
}

.article_box01 table td,
.article_box02 table td {
    font-size: 11px;
    line-height: 15px;
}

.article_box01 .name,
.article_box02 .name {
    font-size: 13px;
    line-height: 16px;
    font-weight: bold;
    padding-bottom: 2px;
}

.article_box01 .access,
.article_box02 .access {
    font-size: 13px;
    line-height: 16px;
    font-weight: bold;
    color: #666;
    padding-bottom: 5px;
}

.article_box01 .catch,
.article_box02 .catch {
    font-weight: bold;
    color: #DB0000;
    padding-bottom: 2px;
}

.article_box01 .keywords,
.article_box02 .keywords {
    font-weight: bold;
    padding-bottom: 5px;
}

.article_box01 sup {
    line-height: 8px;
}

.red {
    color: #DB0000;
}

.pink {
    color: #FF97CA;
}

.light_blue {
    color: #6CCFF4;
}

.light_green {
    color: #81CD6D;
}

.center_area_search {
    margin: 0 9px;
}

.center_area_search_list li {
    float: left;
    padding-left: 6px;
}

.entry-meta {
    clear: both;
}

div#primary.site-content article .entry-header {
    margin: 0 0 20px;
}

div#primary.site-content.attachment article .entry-header {
    margin: 0;
}

.entry-header img.wp-post-image {
    margin-bottom: 24px;
    margin-bottom: 1.714285714rem;
}

#primary2.sydney .entry-header .entry-title {
    background: url(/wp-content/img/common/subtitle02_sydney.png) no-repeat;
}

#primary2 .entry-header .entry-title {
    width: 726px;
    height: 120px;
    background: url(/wp-content/img/common/subtitle02_london.png) no-repeat;
    line-height: 110px;
    text-indent: 30px;
    font-size: 200%;
    font-weight: bold;
    margin-left: -10px;
    margin-bottom: 20px;
    overflow: hidden;
}

#post-8688 .entry-header .entry-title {
    padding: 0;
}

#post-8688 .entry-content {
    margin: 0 0 0 30px
}

.entry-header .entry-title,
.archive-header .archive-title,
.page-header .page-title {
    width: 432px;
    height: 60px;
    background: url(/wp-content/img/common/subtitle02_3.png) no-repeat;
    font-size: 200%;
    font-weight: bold;
    margin: 0 0 20px -10px;
    padding: 30px 30px 0 30px;
    /* overflow:hidden; */
}

.attachment .entry-header .entry-title {
    background: none;
    line-height: 1.0;
    height: auto;
    padding: 20px 0;
}

body.single-post .entry-header .entry-title,
body.category .archive-header .archive-title,
body.page-template-page-templates3column-page-php .entry-header .entry-title,
body.page-template-default .entry-header .entry-title {
    background: url(/wp-content/img/common/subtitle02_rome.png) no-repeat;
}

body.parent-pageid-24 .entry-header .entry-title,
article#post-24 .entry-header .entry-title {
    background: url(/wp-content/img/common/subtitle02_dubai.png) no-repeat;
}

article#post-79 .entry-header .entry-title,
article#post-132 .entry-header .entry-title {
    background: url(/wp-content/img/common/subtitle02_sydney.png) no-repeat;
}

article#post-151 .entry-header .entry-title {
    background: url(/wp-content/img/common/subtitle02_2.png) no-repeat;
}

article#post-51 .entry-header .entry-title,
article#post-83 .entry-header .entry-title,
article#post-166 .entry-header .entry-title {
    background: url(/wp-content/img/common/subtitle02_rome.png) no-repeat;
}

article.faq h2.entry-title {
    width: 492px;
    height: 80px;
    background: url(/wp-content/img/common/subtitle02_3.png) no-repeat;
    line-height: 80px;
    text-indent: 30px;
    font-size: 150%;
    font-weight: bold;
    margin-left: -10px;
    margin-bottom: 30px;
    overflow: hidden;
}

h1.entry-title span {
    color: #666;
    font-size: 12px;
    font-weight: bold;
    padding-left: 15px;
}

.post-24 span.subtitle,
.post-28 span.subtitle,
.post-48 span.subtitle,
.post-112 span.subtitle {
    top: -77px;
    left: 131px;
}

.post-38 span.subtitle {
    top: -57px;
    left: 299px;
}

.post-41 span.subtitle {
    top: -55px
}

.post-61 span.subtitle {
    top: -72px;
    left: 419px;
}

.post-63 span.subtitle {
    top: -72px;
    left: 230px;
}

.post-59 span.subtitle,
.post-65 span.subtitle {
    top: -72px;
    left: 250px;
}

article#post-38 .entry-content,
article#post-41 .entry-content,
article#post-54 .entry-content,
article#post-57 .entry-content,
article#post-59 .entry-content,
article#post-61 .entry-content,
article#post-63 .entry-content,
article#post-65 .entry-content,
article#post-67 .entry-content,
article#post-69 .entry-content,
article#post-71 .entry-content,
article#post-73 .entry-content,
article#post-75 .entry-content {
    margin: -20px 0 0;
}

.post-73 span.subtitle {
    top: -75px;
    left: 370px
}

.post-75 span.subtitle {
    top: -75px;
    left: 400px
}

.post-79 span.subtitle {
    top: -75px;
    left: 240px;
}

.post-83 span.subtitle {
    left: 210px;
}

.post-109368 span.subtitle,
.post-57 span.subtitle,
.post-71 span.subtitle,
.post-132 span.subtitle {
    top: -75px;
    left: 300px;
}

.post-54 span.subtitle,
.post-67 span.subtitle,
.post-69 span.subtitle,
.post-166 span.subtitle {
    top: -75px;
}

#menu-item-109372,
#menu-item-109369 {
    display: none;
}

span.subtitle {
    color: #666;
    font-size: 12px;
    font-weight: bold;
    position: relative;
    top: -90px;
    left: 180px;
}

.entry-header .entry-title a {
    text-decoration: none;
}

.entry-header .entry-format {
    margin-top: 24px;
    margin-top: 1.714285714rem;
    font-weight: normal;
}

.entry-header .comments-link {
    margin-top: 24px;
    margin-top: 1.714285714rem;
    font-size: 13px;
    font-size: 0.928571429rem;
    line-height: 1.846153846;
    color: #757575;
}

.comments-link a,
.entry-meta a {
    color: #757575;
}

.comments-link a:hover,
.entry-meta a:hover {
    color: #21759b;
}

article.sticky .featured-post {
    border-top: 4px double #ededed;
    border-bottom: 4px double #ededed;
    color: #757575;
    font-size: 13px;
    font-size: 0.928571429rem;
    line-height: 3.692307692;
    margin-bottom: 24px;
    margin-bottom: 1.714285714rem;
    text-align: center;
}

.entry-content h1,
.comment-content h1 {
    font-size: 21px;
    font-size: 1.5rem;
    line-height: 1.5;
}

.entry-content h2,
.comment-content h2,
.mu_register h2 {
    font-size: 18px;
    font-size: 1.285714286rem;
    line-height: 1.6;
}

.entry-header h3,
.entry-content h3,
.comment-content h3 {
    background: url(/wp-content/img/common/subtitle03_2.png) no-repeat;
    padding: 12px 0 0 54px;
    font-size: 15px;
    line-height: 20px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 15px;
    background-position: -12px 0;
    padding-left: 35px;
}

.entry-header h3 {
    margin-top: 15px;
}

.entry-header h4 {
    margin: 10px 0 0 0;
    font-weight: bold;
}

.entry-content h5,
.comment-content h5 {
    font-size: 13px;
    font-size: 0.928571429rem;
    line-height: 1.846153846;
}

.entry-content h6,
.comment-content h6 {
    font-size: 12px;
    font-size: 0.857142857rem;
    line-height: 1.846153846;
}

.entry-content a:visited,
.comment-content a:visited {
    color: #666666;
}

.entry-content a.txtLink {
    color: #36c;
    text-decoration: underline;
}

.entry-content a.txtLink:hover {
    text-decoration: none;
}

.entry-content ol,
.comment-content ol,
.entry-content ul,
.comment-content ul,
.mu_register ul {
    margin: 0 0 24px;
    line-height: 1.7;
}

.entry-content ul ul,
.comment-content ul ul,
.entry-content ol ol,
.comment-content ol ol,
.entry-content ul ol,
.comment-content ul ol,
.entry-content ol ul,
.comment-content ol ul {
    margin-bottom: 0;
}

.entry-content ul,
.comment-content ul,
.mu_register ul {
    list-style: disc outside;
}

.entry-content ol,
.comment-content ol {
    list-style: decimal outside;
}

.entry-content li,
.comment-content li,
.mu_register li {}

.entry-content blockquote,
.comment-content blockquote {
    margin-bottom: 24px;
    margin-bottom: 1.714285714rem;
    padding: 24px;
    padding: 1.714285714rem;
    font-style: italic;
}

.entry-content blockquote p:last-child,
.comment-content blockquote p:last-child {
    margin-bottom: 0;
}

.entry-content code,
.comment-content code {
    font-family: Consolas, Monaco, Lucida Console, monospace;
    font-size: 12px;
    font-size: 0.857142857rem;
    line-height: 2;
}

.entry-content pre,
.comment-content pre {
    border: 1px solid #ededed;
    color: #666;
    font-family: Consolas, Monaco, Lucida Console, monospace;
    font-size: 12px;
    font-size: 0.857142857rem;
    line-height: 1.714285714;
    margin: 24px 0;
    margin: 1.714285714rem 0;
    overflow: auto;
    padding: 24px;
    padding: 1.714285714rem;
}

.entry-content pre code,
.comment-content pre code {
    display: block;
}

.entry-content abbr,
.comment-content abbr,
.entry-content dfn,
.comment-content dfn,
.entry-content acronym,
.comment-content acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

.entry-content address,
.comment-content address {
    display: block;
    line-height: 1.714285714;
    margin: 0 0 24px;
    margin: 0 0 1.714285714rem;
}

img.alignleft,
.wp-caption.alignleft {
    margin: 12px 24px 12px 0;
    margin: 0.857142857rem 1.714285714rem 0.857142857rem 0;
}

img.alignright,
.wp-caption.alignright {
    margin: 12px 0 12px 24px;
    margin: 0.857142857rem 0 0.857142857rem 1.714285714rem;
}

img.aligncenter,
.wp-caption.aligncenter {
    clear: both;
    margin-top: 12px;
    margin-top: 0.857142857rem;
    margin-bottom: 12px;
    margin-bottom: 0.857142857rem;
}

.entry-content embed,
.entry-content iframe,
.entry-content object,
.entry-content video {
    margin-bottom: 24px;
    margin-bottom: 1.714285714rem;
}

.entry-content dl,
.comment-content dl {
    margin: 0 24px;
    margin: 0 1.714285714rem;
}

.entry-content dt,
.comment-content dt {
    font-weight: bold;
    line-height: 1.714285714;
}

.entry-content dd,
.comment-content dd {
    line-height: 1.714285714;
    margin-bottom: 24px;
    margin-bottom: 1.714285714rem;
}

.entry-content table,
.comment-content table {}

.entry-content table caption,
.comment-content table caption {
    font-size: 16px;
    margin: 24px 0;
}

.entry-content table.guide td {
    width: 230px;
}

#primary2 table.tblfirst td.tblfirst1,
#primary2 table.tblfirst td.tblfirst4 {
    background: #666;
}

#primary2 tr:nth-child(even) td,
body.parent-pageid-24 tr:nth-child(even) td,
article#post-24 tr:nth-child(even) td,
article#post-79 tr:nth-child(even) td,
article#post-112 tr:nth-child(even) td,
article#post-132 tr:nth-child(even) td,
article.faq tr:nth-child(even) td {
    background: none;
}

.entry-header tr:nth-child(even) th,
.entry-content tr:nth-child(even) th {
    background-color: #EFEFEF;
}

.entry-header tr:nth-child(even) td,
.entry-content tr:nth-child(even) td {
    background-color: #EFEFEF;
}

.entry-content td.none_boder {
    border: none;
}

.entry-content td.arr {
    width: 138px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}

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

form.wpcf7-form td.request {
    border: none;
    border-right: 1px solid #ccc;
}

form.wpcf7-form td.request.first {
    border-top: 1px solid #ccc
}

form.wpcf7-form td.request.end {
    border-bottom: 1px solid #ccc
}

form.wpcf7-form td.target {
    border: 1px dotted #ccc;
    border-right: 1px solid #ccc;
}

form.wpcf7-form td.btn {
    border: none;
}

table.tab02 {
    margin: 0 auto;
    border-collapse: collapse;
    border: 1px solid #EFEFEF;
    width: 100%;
}

#post-112 table.tab02 {
    border: none;
}

table.tab02 td {
    padding: 1px 10px;
}

table.tab02 td.arr {
    padding: 1px 0 1px 5px;
}

#primary2 article {
    background: none;
    padding: 0;
    width: auto;
    min-height: auto;
    margin-bottom: 0;
    word-wrap: none;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}

.site-content article {
    background: url(/wp-content/img/common/bg_contents.png);
    padding: 0 10px 40px;
    width: 472px;
    min-height: 1255px;
    margin-bottom: 10px;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}

.site-content article.type-post {
    padding: 0 10px 20px;
}

.site-content.attachment article {
    width: 650px;
    min-height: 0;
    margin: 0 auto;
    padding: 0 0 40px;
}

.site-content article.post-24,
.site-content article.post-28,
.site-content article.post-38,
.site-content article.post-48 {
    padding: 0 10px 10px;
}

.page-links {
    clear: both;
    line-height: 1.714285714;
}

footer.entry-meta {
    font-size: 120%;
    font-weight: bold;
    color: #757575;
    text-align: center;
}

footer.entry-meta {
    padding: 10px 0 0;
}

.single-author .entry-meta .by-author {
    display: none;
}

.mu_register h2 {
    color: #757575;
    font-weight: normal;
}

#wrapper #page #main #content {
    width: 492px;
    float: right;
}

#wrapper #page #main .attachment #content {
    width: 100%;
}

#wrapper #page #main #primary2 #content {
    min-height: 1225px;
    background: url(/wp-content/img/common/sub_contents_bg.png);
}

#wrapper #page #main #primary2 #content {
    width: 706px;
    padding: 0 10px 30px 10px;
    margin-bottom: 10px;
    float: none;
}

#contents_left_bottom {
    width: 706px;
    padding: 10px;
    background: url(/wp-content/img/common/sub_contents_bg.png) repeat-y 0 0;
}

/*sub common*/
/*------------------------------------------------------------------------------*/

.box2 {
    width: 666px;
    margin: 0 auto;
    clear: both;
    overflow: hidden;
    padding-bottom: 40px;
}

.box2:before,
.box2:after {
    content: "";
    display: block;
}

.box2:after {
    clear: both;
}

.box2_left {
    width: 300px;
    float: left;
}

.box2_right {
    width: 300px;
    float: right;
}

.box3 {
    width: 100%;
    clear: both;
    overflow: hidden;
}

.box3:before,
.box3:after {
    content: "";
    display: block;
}

.box3:after {
    clear: both;
}

.box3_left {
    width: 220px;
    float: left;
    margin-right: 23px;
}

.box3_center {
    width: 220px;
    float: left;
}

.box3_right {
    width: 220px;
    float: right;
}

.box4 {
    width: 100%;
    clear: both;
    overflow: hidden;
}

.box4:before,
.box4:after {
    content: "";
    display: block;
}

.box4:after {
    clear: both;
}

.box4_left {
    width: 196px;
    float: left;
    margin-right: 28px;
    margin-top: 25px;
}

.box4_right {
    width: 196px;
    float: right;
    margin-top: 25px;
}


.contact_box {
    width: 730px;
    height: 120px;
    position: relative;
    margin-top: 50px;
}

.contact_box_btn {
    position: absolute;
    bottom: 15px;
    right: 55px;
}

/*side*/
/*------------------------------------------------------------------------------*/

.right_basic_bg_out {
    width: 224px;
    height: 120px;
    overflow: hidden;
}

.right_basic_bg {
    background: url(/wp-content/img/banner_basic_bg.png) no-repeat 0 0;
    width: 244px;
    height: 140px;
    overflow: auto;
}

.right_basic_box {
    padding: 2px 12px;
    height: 116px;
    overflow-y: auto;
    font-weight: bold;
    border-bottom: 1px solid #D2D2D2;
}

.basic_txt {
    background: url(/wp-content/img/banner_basic_icon.png) no-repeat left 50%;
    padding-left: 25px;
    line-height: 38px;
}

.side_contact_box {
    margin-bottom: 16px;
    background: #FFF;
}

.side_contact_box h3 {
    text-align: center;
    margin-bottom: 5px;
}

.side_contact_btn01 {
    top: 50px;
}

.side_contact_btn02 {
    bottom: 10px;
}

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

.banner_list01 li,
.banner_list02 li {
    margin-top: 7px;
}

.banner_list01 li:first-child,
.banner_list02 li:first-child {
    margin-top: 0;
}

.banner_list01 {
    float: right;
}

/*pickup*/
/*------------------------------------------------------------------------------*/

.btn_list:before,
.btn_list:after {
    content: "";
    display: block;
    overflow: hidden;
}

.btn_list:after {
    clear: both;
}

.btn_list {
    zoom: 1;
}

.btn_list02:before,
.btn_list02:after {
    content: "";
    display: block;
    overflow: hidden;
}

.btn_list02:after {
    clear: both;
}

.btn_list02 {
    zoom: 1;
}

.btn_list {
    width: 666px;
    margin: 0 auto;
}

.btn_list ul {
    width: 676px;
    margin: 0 -10px 0 0;
}

.btn_list02 {
    width: 646px;
    margin: 0 auto;
}

.btn_list02 ul {
    width: 656px;
    margin: 0 -10px 0 0;
}

.btn_list li,
.btn_list02 li {
    width: 213px;
    height: 35px;
    line-height: 30px;
    border: dotted 1px #000;
    margin: 0 10px 10px 0;
    font-size: 12px;
    font-weight: bold;
    float: left;
}

.btn_list02 li {
    width: 206px;
    margin: 5px 10px 5px 0;
}

.btn_list li a,
.btn_list02 li a {
    background: url(/wp-content/img/common/arr.gif) no-repeat 8px 14px;
    padding: 3px 0 0 17px;
    color: #333;
    display: block;
}

.btn_nextprev:before,
.btn_nextprev:after {
    content: "";
    display: block;
    overflow: hidden;
}

.btn_nextprev:after {
    clear: both;
}

.btn_nextprev {
    zoom: 1;
}

.btn_nextprev {
    width: 666px;
    margin: 60px auto 30px auto;
}

.btn_nextprev li {
    width: 326px;
    height: 35px;
    line-height: 30px;
    border: dotted 1px #000;
    margin: 0 auto 0 auto;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
}

.btn_nextprev li a {
    padding: 3px 0 0 10px;
    color: #333;
    display: block;
}

.btn_prev {
    float: left;
    background: url(/wp-content/img/common/arr_prev.gif) no-repeat left 12px;
}

.btn_next {
    float: right;
    background: url(/wp-content/img/common/arr_next.gif) no-repeat right 12px;
}

.btn_first_area {
    width: 666px;
    margin: 0 auto;
}

.btn_first_area .subtitle_campaign {
    margin-bottom: 7px;
}

.btn_first_area li {
    background: #FFF;
}

/*simtemap*/
/*------------------------------------------------------------------------------*/

ul.sitemap {
    margin-left: 20px;
    padding-top: 10px;
}

.sitemap li {
    list-style: none;
    background: url(/wp-content/img/common/arr.gif) no-repeat 0 5px;
    padding: 0 0 0 12px;
    margin: 10px 0px;
}

.sitemap ul {
    padding: 0 0 5px 30px;
}

.sitemap ul li {
    background: none;
    list-style: square;
    padding: 0 0 0 0;
    margin: 5px 0px;
}

.sitemap ul ul {
    padding: 0 0 5px 30px;
}

.sitemap ul ul li {
    background: none;
    list-style: none;
}

/*company*/
/*------------------------------------------------------------------------------*/

.company_box01:before,
.company_box01:after {
    content: "";
    display: block;
    overflow: hidden;
}

.company_box01:after {
    clear: both;
}

.company_box01 {
    zoom: 1;
}

.company_box01_left {
    width: 230px;
    float: left;
}

.company_box01_right {
    width: 230px;
    float: right;
}


.company_btn_list:before,
.company_btn_list:after {
    content: "";
    display: block;
    overflow: hidden;
}

.company_btn_list:after {
    clear: both;
}

.company_btn_list {
    zoom: 1;
    width: 472px;
    margin: 40px 0 0 0;
}

.company_btn_list ul {
    width: 492px;
    margin: 0 -20px 0 0;
}

.company_btn_list li {
    width: 212px;
    height: 35px;
    line-height: 30px;
    background: url(/wp-content/img/common/arr.gif) no-repeat 8px 14px;
    padding: 3px 0 0 17px;
    border: dotted 1px #000;
    margin: 0 10px 10px 0;
    color: #333;
    font-size: 12px;
    font-weight: bold;
    float: left;
}

.company_btn_list li a {
    color: #999;
    display: block;
}

.company_btn_list li a:hover {
    color: #333;
}

.company td .en {
    font-size: 10px;
    line-height: 14px;
    color: #999;
}

.outline_gallery img {
    display: none;
}

.outline_gallery_btn {
    display: block;
    height: 35px;
    line-height: 35px;
    border: dotted 1px #000;
    background: url(/wp-content/img/common/arr.gif) no-repeat 8px 14px;
    padding: 0 0 0 17px;
    font-size: 12px;
    font-weight: bold;
}

a .outline_gallery_btn {
    color: #333;
}

.subtitle02_2 {
    width: 726px;
    height: 120px;
    background: url(/wp-content/img/common/subtitle02_2.png) no-repeat;
    line-height: 110px;
    text-indent: 30px;
    font-size: 200%;
    font-weight: bold;
    margin-left: -10px;
    margin-bottom: 20px;
    overflow: hidden;
}

.subtitle02_2 span {
    color: #666;
    font-size: 12px;
    font-weight: bold;
    padding-left: 15px;
}

.subtitle02_3 {
    width: 492px;
    height: 90px;
    background: url(/wp-content/img/common/subtitle02_3.png) no-repeat;
    line-height: 80px;
    text-indent: 30px;
    font-size: 200%;
    font-weight: bold;
    margin-left: -10px;
    margin-bottom: 20px;
    overflow: hidden;
}

.subtitle02_faq {
    width: 492px;
    height: 80px;
    background: url(/wp-content/img/common/subtitle02_3.png) no-repeat;
    line-height: 80px;
    text-indent: 30px;
    font-size: 150%;
    font-weight: bold;
    margin-left: -10px;
    margin-bottom: 30px;
    overflow: hidden;
}

.subtitle02_3 span {
    color: #666;
    font-size: 12px;
    font-weight: bold;
    padding-left: 15px;
}

h3.subtitle03_2,
.subtitle03_2 {
    background: url(/wp-content/img/common/subtitle03_2.png) no-repeat;
    padding: 12px 0 0 54px;
    font-size: 15px;
    line-height: 20px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 15px;
}

#primary div.entry-content .subtitle03_2 {
    background-position: -12px 0;
    padding-left: 35px;
}

h3.subtitle03_3,
.subtitle03_3 {
    width: 100%;
    height: 46px;
    background: url(/wp-content/img/common/subtitle03_2.png) no-repeat;
    line-height: 46px;
    text-indent: 54px;
    font-size: 15px;
    font-weight: bold;
    color: #333333;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

h3.subtitle04_2,
.subtitle04_2 {
    background: url(/wp-content/img/common/subtitle04_2.gif) repeat-y 0 0;
    font-size: 14px;
    font-weight: bold;
    padding: 3px 0 3px 15px;
    margin-bottom: 15px;
}

h3.subtitle04_2 span,
.subtitle04_2 span {
    display: block;
    font-size: 10px;
    line-height: 13px;
    font-weight: normal;
    color: #999;
}

.subtitle05 {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
}

.subtitle_campaign {
    margin-bottom: 15px;
    padding-left: 40px;
    height: 34px;
    line-height: 34px;
    background: url(/wp-content/img/common/campaign_subtitle.png) left center no-repeat;
    font-size: 110%;
    font-weight: bold;
}

table.company {
    border-collapse: collapse;
    border: 1px dotted #AAAAAA;
    line-height: 1.2;
}

table.company td.company1 {
    width: 110px;
    border: 1px dotted #CCCCCC;
    color: #333;
    font-weight: normal;
    padding: 7px 5px;
    vertical-align: middle;
    text-align: center;
}

table.company td.company2 {
    width: 342px;
    border: 1px dotted #CCCCCC;
    padding: 5px 5px 5px 5px;
    vertical-align: middle;
}

table.tblTax {
    border-collapse: collapse;
    border: 1px solid #FFFFFF;
}

table.tblTax td.tblTax1 {
    background-color: #666;
    border: 1px solid #FFFFFF;
    font-weight: normal;
    color: #fff;
    padding: 5px 5px 5px 5px;
    vertical-align: middle;
    text-align: center;
}

table.tblTax td.tblTax2 {
    border: 1px solid #FFFFFF;
    padding: 5px 5px 5px 5px;
    vertical-align: middle;
    text-align: center;
}

table.tblTax td.tblTax3 {
    border: 1px solid #FFFFFF;
    padding: 5px 5px 5px 5px;
    vertical-align: middle;
}

table.tblfirst {
    border-collapse: collapse;
    border: 1px dotted #AAAAAA;
}

table.tblfirst td.tblfirst1 {
    background-color: #666;
    border: 1px dotted #AAAAAA;
    color: #fff;
    font-weight: normal;
    padding: 5px 5px 5px 5px;
    vertical-align: middle;
    text-align: center;
}

table.tblfirst td.tblfirst2 {
    border: 1px dotted #AAAAAA;
    padding: 5px 5px 5px 5px;
    vertical-align: middle;
    text-align: center;
}

table.tblfirst td.tblfirst3 {
    border: 1px dotted #AAAAAA;
    padding: 5px 5px 5px 5px;
    vertical-align: middle;
}

table.tblfirst td.tblfirst4 {
    background-color: #666;
    border: 1px dotted #AAAAAA;
    font-weight: normal;
    color: #fff;
    padding: 5px 15px 5px 5px;
    vertical-align: middle;
    text-align: right;
}

a.txtLink {
    color: #36c;
    text-decoration: underline;
}

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

.bgGreet {
    background-color: #FAF5F2;
    padding: 10px;
    line-height: 30px;
    font-size: 200%;
    text-align: center;
}

.bgCampaign {
    background: url(/wp-content/img/common/bg_stripe.gif);
    padding: 10px;
}

.bgFlow {
    background: url(/wp-content/img/common/bg_stripe.gif);
    padding: 0 30px 15px 30px;
}

.bgFirst {
    background-color: #FAF5F2;
    padding: 10px;
}

.bgPoint {
    background-color: #333333;
    color: #FFFFFF;
    font-size: 120%;
    font-weight: bold;
    padding: 10px;
}

.bgStep {
    background-color: #333333;
    color: #FFFFFF;
    font-size: 145%;
    font-weight: bold;
    padding: 5px 10px 5px 10px;
}

hr.grayLine {
    border-width: 1px 0px 0px 0px;
    height: 1px;
    border-style: dotted;
    color: #555;
}

.faq_box {
    margin: 15px auto 0 auto;
    padding-bottom: 15px;
    width: 472px;
    border-bottom: dotted #CCC 1px;
}

.faq_q {
    background: url(/wp-content/img/common/q_icon.png) no-repeat 0 0;
    padding-left: 30px;
    padding-bottom: 10px;
    font-size: 120%;
}

.faq_a {
    background: url(/wp-content/img/common/a_icon.png) no-repeat 0 0;
    color: #666;
    padding-left: 30px;
}

.contact_box3 {
    padding: 15px;
    border: dashed 1px #ccc;
    background: #FFF;
    font-size: 80%;
}

.contact_bg_stripe {
    background: url(/wp-content/img/common/bg_stripe.gif);
}

.recruit_tel {
    position: relative;
    margin: 0 auto 40px auto;
    width: 472px;
    height: 120px;
}

.recruit_tel p {
    position: absolute;
    left: 250px;
    top: 48px;
    width: 230px;
    font-size: 10px;
}

#flow_step {
    margin: 0 auto 40px auto;
    width: 676px;
    height: 88px;
    background: url(/wp-content/img/common/flow_bg.jpg) no-repeat;
}

#flow_step li {
    float: left;
    width: 88px;
    height: 88px;
    margin-left: 10px;
}

#flow_step li:first-child {
    margin-left: 0;
}

#flow_step li a {
    display: block;
    width: 88px;
    height: 50px;
    padding-top: 38px;
    text-align: center;
    font-size: 120%;
    font-weight: bold;
}

#point_btn {
    margin: 0 auto 40px auto;
    width: 676px;
    height: 134px;
    background: url(/wp-content/img/common/point_bg.gif) no-repeat;
}

#point_btn li {
    float: left;
    width: 154px;
    height: 134px;
    margin-left: 20px;
}

#point_btn li:first-child {
    margin-left: 0;
}

#point_btn li a {
    display: block;
    width: 154px;
    height: 74px;
    padding-top: 60px;
    text-align: center;
    font-size: 120%;
    font-weight: bold;
}

.bbline {
    border-bottom: 1px solid #333;
}

#a_block {
    width: 735px;
    float: left;
}

#search_contact_left {
    width: 224px;
    float: left;
}

#search_contact_center_wrapper {
    width: 492px;
    float: right;
}

#search_contact_center {
    background: url(/wp-content/img/common/bg_contents.png);
    padding: 0 10px 10px;
    width: 472px;
    min-height: 1255px;
    margin-bottom: 10px;
}

#search_contact_center_bottom {
    background: url(/wp-content/img/common/bg_contents.png);
    padding: 10px;
}

.category_box {
    padding-bottom: 15px;
    border-bottom: 1px solid #FFF;
}

.search_left_area {
    /*	background:url(/wp-content/img/common/search_left_nav_bg.png) no-repeat left bottom;*/
    width: 224px;
    /*	padding-bottom:2px;*/
    border-bottom: 1px solid #D2D2D2;
}

.search_left_in {
    background: url(/wp-content/img/common/search_left_nav_in.png) repeat-y;
    padding: 10px;
    border-bottom: 1px solid #D2D2D2;
}

.area_btn {
    margin: 0 auto 40px auto;
    width: 646px;
}

.post-categories {
    width: 472px;
    margin-bottom: 20px;
    display: block;
}

.post-categories li {
    float: left;
    margin-right: 18px;
    text-align: center;
    font-size: 11px;
    line-height: 1.5;
}

.post-categories li.first {
    margin-right: 0;
}

.type-post .footer {
    margin: 20px 0 0;
    padding: 15px 10px;
    background: #fff;
    border: 1px dashed #ccc;
}

.footer ul.post-categories {
    margin: 10px 0 0 0;
}

.footer .post-categories li {
    background: url(/wp-content/img/common/arr.gif) no-repeat left;
    padding: 0 0 0 10px;
}

.area_box01 {
    width: 470px;
    margin: 0 auto 30px auto;
}

.area_box01 td {
    padding-bottom: 10px;
}


/* =Archives
-------------------------------------------------------------- */

.archive-header,
.page-header {}

.archive-meta {
    color: #757575;
    font-size: 12px;
    font-size: 0.857142857rem;
    line-height: 2;
    margin-top: 22px;
    margin-top: 1.571428571rem;
}


/* =Single image attachment view
-------------------------------------------------------------- */

.article.attachment {
    overflow: hidden;
}

.image-attachment div.attachment {
    text-align: center;
    padding: 0 10px;
}

.image-attachment div.attachment p {
    text-align: center;
}

.image-attachment div.attachment img {
    display: block;
    height: auto;
    margin: 0 auto;
    max-width: 100%;
}

.image-attachment .entry-caption {
    margin-top: 8px;
    margin-top: 0.571428571rem;
}


/* =Aside post format
-------------------------------------------------------------- */

article.format-aside h1 {
    margin-bottom: 24px;
    margin-bottom: 1.714285714rem;
}

article.format-aside h1 a {
    text-decoration: none;
    color: #4d525a;
}

article.format-aside h1 a:hover {
    color: #2e3542;
}

article.format-aside .aside {
    padding: 24px 24px 0;
    padding: 1.714285714rem;
    background: #d2e0f9;
    border-left: 22px solid #a8bfe8;
}

article.format-aside p {
    line-height: 1.7;
    color: #4a5466;
}

article.format-aside blockquote:last-child,
article.format-aside p:last-child {
    margin-bottom: 0;
}


/* =Post formats
-------------------------------------------------------------- */

/* Image posts */
article.format-image footer h1 {
    font-size: 13px;
    font-size: 0.928571429rem;
    line-height: 1.846153846;
    font-weight: normal;
}

article.format-image footer h2 {
    font-size: 11px;
    font-size: 0.785714286rem;
    line-height: 2.181818182;
}

article.format-image footer a h2 {
    font-weight: normal;
}

/* Link posts */
article.format-link header {
    padding: 0 10px;
    padding: 0 0.714285714rem;
    float: right;
    font-size: 11px;
    font-size: 0.785714286rem;
    line-height: 2.181818182;
    font-weight: bold;
    font-style: italic;
    text-transform: uppercase;
    color: #848484;
    background-color: #ebebeb;
    border-radius: 3px;
}

article.format-link .entry-content {
    max-width: 80%;
    float: left;
}

article.format-link .entry-content a {
    font-size: 22px;
    font-size: 1.571428571rem;
    line-height: 1.090909091;
    text-decoration: none;
}

/* Quote posts */
article.format-quote .entry-content p {
    margin: 0;
    padding-bottom: 24px;
    padding-bottom: 1.714285714rem;
}

article.format-quote .entry-content blockquote {
    display: block;
    padding: 24px 24px 0;
    padding: 1.714285714rem 1.714285714rem 0;
    font-size: 15px;
    font-size: 1.071428571rem;
    line-height: 1.6;
    font-style: normal;
    color: #6a6a6a;
    background: #efefef;
}

/* Status posts */
.format-status .entry-header {
    margin-bottom: 24px;
    margin-bottom: 1.714285714rem;
}

.format-status .entry-header header {
    display: inline-block;
}

.format-status .entry-header h1 {
    font-size: 15px;
    font-size: 1.071428571rem;
    font-weight: normal;
    line-height: 1.6;
    margin: 0;
}

.format-status .entry-header h2 {
    font-size: 12px;
    font-size: 0.857142857rem;
    font-weight: normal;
    line-height: 2;
    margin: 0;
}

.format-status .entry-header header a {
    color: #757575;
}

.format-status .entry-header header a:hover {
    color: #21759b;
}

.format-status .entry-header img {
    float: left;
    margin-right: 21px;
    margin-right: 1.5rem;
}


/* =Comments
-------------------------------------------------------------- */

.comments-title {
    margin-bottom: 48px;
    margin-bottom: 3.428571429rem;
    font-size: 16px;
    font-size: 1.142857143rem;
    line-height: 1.5;
    font-weight: normal;
}

.comments-area article {
    margin: 24px 0;
    margin: 1.714285714rem 0;
}

.comments-area article header {
    margin: 0 0 48px;
    margin: 0 0 3.428571429rem;
    overflow: hidden;
    position: relative;
}

.comments-area article header img {
    float: left;
    padding: 0;
    line-height: 0;
}

.comments-area article header cite,
.comments-area article header time {
    display: block;
    margin-left: 85px;
    margin-left: 6.071428571rem;
}

.comments-area article header cite {
    font-style: normal;
    font-size: 15px;
    font-size: 1.071428571rem;
    line-height: 1.42857143;
}

.comments-area cite b {
    font-weight: normal;
}

.comments-area article header time {
    line-height: 1.714285714;
    text-decoration: none;
    font-size: 12px;
    font-size: 0.857142857rem;
    color: #5e5e5e;
}

.comments-area article header a {
    text-decoration: none;
    color: #5e5e5e;
}

.comments-area article header a:hover {
    color: #21759b;
}

.comments-area article header cite a {
    color: #444;
}

.comments-area article header cite a:hover {
    text-decoration: underline;
}

.comments-area article header h4 {
    position: absolute;
    top: 0;
    right: 0;
    padding: 6px 12px;
    padding: 0.428571429rem 0.857142857rem;
    font-size: 12px;
    font-size: 0.857142857rem;
    font-weight: normal;
    color: #fff;
    background-color: #0088d0;
    background-repeat: repeat-x;
    background-image: -moz-linear-gradient(top, #009cee, #0088d0);
    background-image: -ms-linear-gradient(top, #009cee, #0088d0);
    background-image: -webkit-linear-gradient(top, #009cee, #0088d0);
    background-image: -o-linear-gradient(top, #009cee, #0088d0);
    background-image: linear-gradient(top, #009cee, #0088d0);
    border-radius: 3px;
    border: 1px solid #007cbd;
}

.comments-area .bypostauthor cite span {
    position: absolute;
    margin-left: 5px;
    margin-left: 0.357142857rem;
    padding: 2px 5px;
    padding: 0.142857143rem 0.357142857rem;
    font-size: 10px;
    font-size: 0.714285714rem;
}

.comments-area .bypostauthor cite b {
    font-weight: bold;
}

a.comment-reply-link,
a.comment-edit-link {
    color: #686868;
    font-size: 13px;
    font-size: 0.928571429rem;
    line-height: 1.846153846;
}

a.comment-reply-link:hover,
a.comment-edit-link:hover {
    color: #21759b;
}

.commentlist .pingback {
    line-height: 1.714285714;
    margin-bottom: 24px;
    margin-bottom: 1.714285714rem;
}

/* Comment form */
#respond {
    margin-top: 48px;
    margin-top: 3.428571429rem;
}

#respond h3#reply-title {
    font-size: 16px;
    font-size: 1.142857143rem;
    line-height: 1.5;
}

#respond h3#reply-title #cancel-comment-reply-link {
    margin-left: 10px;
    margin-left: 0.714285714rem;
    font-weight: normal;
    font-size: 12px;
    font-size: 0.857142857rem;
}

#respond form {
    margin: 24px 0;
    margin: 1.714285714rem 0;
}

#respond form p {
    margin: 11px 0;
    margin: 0.785714286rem 0;
}

#respond form p.logged-in-as {
    margin-bottom: 24px;
    margin-bottom: 1.714285714rem;
}

#respond form label {
    display: block;
    line-height: 1.714285714;
}

#respond form input[type="text"],
#respond form textarea {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 12px;
    font-size: 0.857142857rem;
    line-height: 1.714285714;
    padding: 10px;
    padding: 0.714285714rem;
    width: 100%;
}

#respond form p.form-allowed-tags {
    margin: 0;
    font-size: 12px;
    font-size: 0.857142857rem;
    line-height: 2;
    color: #5e5e5e;
}

.required {
    color: red;
}


/* =Front page template
-------------------------------------------------------------- */

.entry-page-image {
    margin-bottom: 14px;
    margin-bottom: 1rem;
}

.template-front-page .site-content article {
    border: 0;
    margin-bottom: 0;
}

.template-front-page .widget-area {
    clear: both;
    float: none;
    width: auto;
    padding-top: 24px;
    padding-top: 1.714285714rem;
    border-top: 1px solid #ededed;
}

.template-front-page .widget-area .widget li {
    margin: 8px 0 0;
    margin: 0.571428571rem 0 0;
    font-size: 13px;
    font-size: 0.928571429rem;
    line-height: 1.714285714;
    list-style-type: square;
    list-style-position: inside;
}

.template-front-page .widget-area .widget li a {
    color: #757575;
}

.template-front-page .widget-area .widget li a:hover {
    color: #21759b;
}

.template-front-page .widget-area .widget_text img {
    float: left;
    margin: 8px 24px 8px 0;
    margin: 0.571428571rem 1.714285714rem 0.571428571rem 0;
}


/* =Widgets
-------------------------------------------------------------- */

.widget-area .widget ul ul {}

.widget_rss li {
    margin: 12px 0;
    margin: 0.857142857rem 0;
}

.widget_recent_entries .post-date,
.widget_rss .rss-date {
    color: #aaa;
    font-size: 11px;
    font-size: 0.785714286rem;
    margin-left: 12px;
    margin-left: 0.857142857rem;
}

#wp-calendar {
    margin: 0;
    width: 100%;
    font-size: 13px;
    font-size: 0.928571429rem;
    line-height: 1.846153846;
    color: #686868;
}

#wp-calendar th,
#wp-calendar td,
#wp-calendar caption {
    text-align: left;
}

#wp-calendar #next {
    padding-right: 24px;
    padding-right: 1.714285714rem;
    text-align: right;
}

.widget_search label {
    display: block;
    font-size: 13px;
    font-size: 0.928571429rem;
    line-height: 1.846153846;
}

.widget_twitter li {
    list-style-type: none;
}

.widget_twitter .timesince {
    display: block;
    text-align: right;
}


/* =Plugins
----------------------------------------------- */

img#wpstats {
    display: block;
    margin: 0 auto 24px;
    margin: 0 auto 1.714285714rem;
}


.author-avatar {
    float: left;
    margin-top: 8px;
    margin-top: 0.571428571rem;
}

.author-description {
    float: right;
    width: 80%;
}

.site {
    margin: 0 auto;
    overflow: hidden;
    padding-bottom: 234px !important;
    /* footerÃ£ÂÂ®heightÃ£ÂÂ¨Ã¤Â½â„¢Ã§â„¢Â½Ã£â€šâ€™Ã¨Â¶Â³Ã£Ââ€”Ã£ÂÅ¸px */
    /* footerÃ£ÂÂ®Ã£â€šÂºÃ£Æ’Â¬Ã¤Â¿Â®Ã¦Â­Â£Ã§â€Â¨ */
}

.two-columns-tp .site-content {
    float: right;
    width: 65.104166667%;
}

.two-columns-ps .site-content {
    float: left;
    width: 65.104166667%;
}

body.home.three-columns .site-content {
    float: left;
    width: 736px;
}

.three-columns .site-content {
    float: left;
    width: 735px;
}

.three-columns #primary2.site-content {
    float: left;
    width: 736px;
}

.site-content {
    float: left;
    width: %;
}

body.template-front-page .site-content,
body.single-attachment .site-content,
body.full-width .site-content {
    width: 100%;
}

.two-columns-tp .widget-area {
    float: left;
    width: 26.041666667%;
}

.two-columns-ps .widget-area {
    float: right;
    width: 26.041666667%;
}

body.home.three-columns .widget-area {
    margin: 0 20px 0 0;
}

.three-columns .widget-area {
    float: left;
    width: 224px;
}

.three-columns #secondary.widget-area {
    float: right;
    width: 224px;
    margin: 0;
}

.widget-area {
    float: right;
    width: 26.041666667%;
}

li#menu-item-16 a {
    background: url(/wp-content/img/common/gnav01.gif) no-repeat;
    width: 40px;
}

li#menu-item-113 a {
    background: url(/wp-content/img/common/gnav02.gif) no-repeat;
    width: 44px;
}

li#menu-item-25 a {
    background: url(/wp-content/img/common/gnav03.gif) no-repeat;
    width: 54px;
}

li#menu-item-55 a {
    background: url(/wp-content/img/common/gnav04.gif) no-repeat;
    width: 44px;
}

li#menu-item-171 a {
    background: url(/wp-content/img/common/gnav05.gif) no-repeat;
    width: 48px;
}

.main-navigation ul.nav-menu,
.main-navigation div.nav-menu>ul {
    display: inline-block !important;
    text-align: left;
    width: 330px;

    float: right;
    margin: 0 10px 0;
}

.main-navigation ul {
    margin: 0;
    text-indent: 0;
}

.main-navigation li a,
.main-navigation li {
    display: inline-block;
    text-decoration: none;
}

.main-navigation li a {
    border-bottom: 0;
    color: transparent;
    white-space: nowrap;
}

.main-navigation li a:hover {
    color: transparent;
}

.main-navigation li {
    margin: 0;
    background: url(/wp-content/img/li_sep.png) no-repeat;
    font-weight: bold;
}

.main-navigation li.menu-item-16 {
    background: none;
}

.main-navigation li ul {
    display: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 100%;
    z-index: 1;
}

.main-navigation li ul ul {
    top: 0;
    left: 100%;
}

.main-navigation ul li:hover>ul {
    border-left: 0;
    display: block;
}

.main-navigation li ul li a {
    background: #efefef;
    border-bottom: 1px solid #ededed;
    display: block;
    font-size: 11px;
    font-size: 0.785714286rem;
    line-height: 2.181818182;
    padding: 8px 10px;
    padding: 0.571428571rem 0.714285714rem;
    width: 180px;
    width: 12.85714286rem;
    white-space: normal;
}

.main-navigation li ul li a:hover {
    background: #e3e3e3;
    color: #444;
}

.main-navigation .current-menu-item>a,
.main-navigation .current-menu-ancestor>a,
.main-navigation .current_page_item>a,
.main-navigation .current_page_ancestor>a {
    color: #636363;
    font-weight: bold;
}

.menu-toggle {
    display: none;
}

.area_box01 {
    width: 470px;
    margin: 0 auto 30px auto;
}

.area_box01 td {
    padding-bottom: 10px;
}

#respond form input[type="text"] {
    width: 46.333333333%;
}

#respond form textarea.blog-textarea {
    width: 79.666666667%;
}

.template-front-page .site-content,
.template-front-page article {
    overflow: hidden;
}

.template-front-page.has-post-thumbnail article {
    float: left;
    width: 47.916666667%;
}

.entry-page-image {
    float: right;
    margin-bottom: 0;
    width: 47.916666667%;
}

#main #top {
    width: 980px;
    height: 348px;
    margin: 26px 0 0 0;
}

#top div {
    float: left;
}

#top #mainimage {
    width: 475px;
    height: 330px;
    float: left;
    margin-right: 20px;
    position: relative;
}

#top #slider {
    position: relative;
    width: 475px;
    height: 330px;
    background-position: initial initial;
    background-repeat: no-repeat no-repeat;
}

#top #top_rss_box {
    float: left;
    border: 1px solid #eee;
    width: 240px;
    height: 328px;
    background: url(/wp-content/img/common/bg_contents.png);
}

#top .banner {
    width: 224px;

    float: right;
}

#top .banner img {
    margin: 7px 0 0;
}

#top .banner img.top,
#top .banner img.txt {
    margin: 0;
}

#main.wrapper {
    width: 980px;
}

.template-front-page .widget-area .widget,
.template-front-page.two-sidebars .widget-area .front-widgets {
    float: left;
    width: 51.875%;
    margin-bottom: 24px;
    margin-bottom: 1.714285714rem;
}

.template-front-page .widget-area .widget:nth-child(odd) {
    clear: right;
}

.template-front-page .widget-area .widget:nth-child(even),
.template-front-page.two-sidebars .widget-area .front-widgets+.front-widgets {
    float: right;
    width: 39.0625%;
    margin: 0 0 24px;
    margin: 0 0 1.714285714rem;
}

.template-front-page.two-sidebars .widget,
.template-front-page.two-sidebars .widget:nth-child(even) {
    float: none;
    width: auto;
}

.commentlist .children {
    margin-left: 48px;
    margin-left: 3.428571429rem;
}

.top_title_news {
    height: 35px;
    position: relative;
    margin-top: 10px;
    margin-left: 5px;
    margin-bottom: 5px;
}

.top_title_news li.title_btn {
    position: absolute;
    top: 9px;
    right: 10px;
}

#top_rss_box .ItemDate {
    color: #000;
    width: 100px;
    padding-left: 4px;
    margin: 0;
    font-weight: bold;
}

#top_rss_box .ItemTitle {
    width: 226px;
    padding: 0 0 3px 4px;
    font-size: 11px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}

#top_rss_box .ItemContent {
    display: none;
}

.rss_style {
    margin: 0 5px;
    height: 285px;
    width: 260px;
    overflow: auto;
}

.rss_style .midashi {
    font-weight: 700;
}

#rss_box_out {
    height: 265px;
    width: 240px;
    overflow: hidden;
}

body.attachment {
    height: 100%;
    /* footerÃ£ÂÂ®Ã£â€šÂºÃ£Æ’Â¬Ã¤Â¿Â®Ã¦Â­Â£Ã§â€Â¨ */
}

body .site {
    margin: 0 auto;
    text-align: left;
    width: 980px;
    padding: 0px 0 10px 0px;
}

body.custom-background-empty {
    background-color: #fff;
}

body.custom-background-empty .site,
body.custom-background-white .site {
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
    box-shadow: none;
}

#wrapper {
    width: 100%;
    min-width: 1020px;
    margin: 0;
    padding: 0;
    background: url(/wp-content/img/common/bg_wrapper_top.png) repeat-x;
    text-align: center;
    height: auto !important;
    /* footerÃ£ÂÂ®Ã£â€šÂºÃ£Æ’Â¬Ã¤Â¿Â®Ã¦Â­Â£Ã§â€Â¨ */
    /* ie6Ã§â€Â¨ */
    height: 100%;
    /* footerÃ£ÂÂ®Ã£â€šÂºÃ£Æ’Â¬Ã¤Â¿Â®Ã¦Â­Â£Ã§â€Â¨ */
    /* ie6Ã§â€Â¨ */
    min-height: 100%;
    /* footerÃ£ÂÂ®Ã£â€šÂºÃ£Æ’Â¬Ã¤Â¿Â®Ã¦Â­Â£Ã§â€Â¨ */
    position: relative;
    /* footerÃ£ÂÂ®Ã£â€šÂºÃ£Æ’Â¬Ã¤Â¿Â®Ã¦Â­Â£Ã§â€Â¨ */
    overflow: hidden !important;
    /* footerÃ£ÂÂ®Ã£â€šÂºÃ£Æ’Â¬Ã¤Â¿Â®Ã¦Â­Â£Ã§â€Â¨ ie9, ie10Ã§â€Â¨ Ã©ÂÅ¾Ã¥Â¸Â¸Ã£ÂÂ«Ã©â€¡ÂÃ¨Â¦Â */
}

#sitemap_list {
    margin: 0 0 0 25px !important;
}

article#post-132 h4 {
    margin: 0 0 10px;
}

article#post-132 div {
    margin: 0 0 15px;
}


/* =Print
----------------------------------------------- */

@media print {
    body {
        background: none !important;
        color: #000;
        font-size: 10pt;
    }

    footer a[rel=bookmark]:link:after,
    footer a[rel=bookmark]:visited:after {
        content: " [" attr(href) "] ";
        /* Show URLs */
    }

    a {
        text-decoration: none;
    }

    .entry-content img,
    .comment-content img,
    .author-avatar img,
    img.wp-post-image {
        border-radius: 0;
        box-shadow: none;
    }

    .site {
        clear: both !important;
        display: block !important;
        float: none !important;
        max-width: 100%;
        position: relative !important;
    }

    .site-header {
        margin-bottom: 72px;
        margin-bottom: 5.142857143rem;
        text-align: left;
    }

    .site-header h1 {
        font-size: 21pt;
        line-height: 1;
        text-align: left;
    }

    .site-header h2 {
        color: #000;
        font-size: 10pt;
        text-align: left;
    }

    .site-header h1 a,
    .site-header h2 a {
        color: #000;
    }

    .author-avatar,
    #colophon,
    #respond,
    .commentlist .comment-edit-link,
    .commentlist .reply,
    .entry-header .comments-link,
    .entry-meta .edit-link a,
    .page-link,
    .site-content nav,
    .widget-area,
    img.header-image,
    .main-navigation {
        display: none;
    }

    .wrapper {
        border-top: none;
        box-shadow: none;
    }

    .site-content {
        margin: 0;
        width: auto;
    }

    .singular .entry-header .entry-meta {
        position: static;
    }

    .singular .site-content,
    .singular .entry-header,
    .singular .entry-content,
    .singular footer.entry-meta,
    .singular .comments-title {
        margin: 0;
        width: 100%;
    }

    .entry-header .entry-title,
    .entry-title,
    .singular .entry-title {
        font-size: 21pt;
    }

    footer.entry-meta,
    footer.entry-meta a {
        color: #444;
        font-size: 10pt;
    }

    .author-description {
        float: none;
        width: auto;
    }

    /* Comments */
    .commentlist>li.comment {
        background: none;
        position: relative;
        width: auto;
    }

    .commentlist .avatar {
        height: 39px;
        left: 2.2em;
        top: 2.2em;
        width: 39px;
    }

    .comments-area article header cite,
    .comments-area article header time {
        margin-left: 50px;
        margin-left: 3.57142857rem;
    }
}


/* =2015/01Ã¨Â¿Â½Ã¥Å Â  Ã£Æ’â€¢Ã£â€šÂ©Ã£Æ’Â¼Ã£Æ’Â Ã¤Â¿Â®Ã¦Â­Â£
----------------------------------------------- */

.page-id-151 #wrapper #page #main #primary2 #content {
    background: #FFF;
    background-image: none;
}

.page-id-151 #primary2 .entry-header .entry-title {
    margin-bottom: 0;
}

.page-id-151 #page .entry-content p {
    font-size: 110%;
}

.page-id-151 .entry-content table {
    width: 98%;
    margin: 0 auto;
}

#form_intro_before {
    margin-bottom: 20px;
}

form.wpcf7-form td.request {
    border: 1px solid #ccc;
}

.page-id-151 input.wpcf7-form-control {
    margin: 0;
}

.page-id-151 .date-1 input.wpcf7-form-control,
.page-id-151 .text-bukken2 input.wpcf7-form-control {
    margin: 5px 0;
}

.page-id-151 textarea {
    width: 420px;
    height: 180px;
    margin: 0;
}

.page-id-151 input,
.page-id-151 select,
.page-id-151 textarea {
    background: none repeat scroll 0 0 #f9f9f9;
    border: 1px solid #ccc;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1) inset;
    padding: 2px;
}

.page-id-151 .wpcf7-list-item label {
    font-weight: bold;
    font-size: 14px;
}

form.wpcf7-form th,
form.wpcf7-form td,
form.wpcf7-form td.request {
    border: 1px solid #d7d7d7;
    font-size: 110%;
    padding: 8px 12px;
}

.page-id-151 .wpcf7-form th {
    background: #ececec;
    font-weight: bold;
    border-left: none;
    border-right: 1px dashed #cecece;
    text-align: right;
}

.page-id-151 form.wpcf7-form td {
    border-left: none;
    border-right: none;
    font-size: 110%;
}

.page-id-151 form.wpcf7-form td.target {
    padding-top: 0;
    border: none;
}

.page-id-151 form.wpcf7-form td.btn input.wpcf7-form-control {
    margin: 10px auto;
}

.page-id-151 input[type="checkbox"] {
    margin-top: 10px;
}


/* =2015/01Ã¨Â¿Â½Ã¥Å Â  Ã£â€šÂµÃ£â€šÂ¤Ã£Æ’â€°Ã£Æ’ÂÃ£Æ’Â¼Ã¤Â¿Â®Ã¦Â­Â£
----------------------------------------------- */

#searchArea,
.widget_search {
    margin-bottom: 0;
    padding-bottom: 20px;
}

#text-7 {
    height: 328px;
}

.side_newsearch {
    margin-top: 10px;
}

ul.m9 {
    margin-bottom: 0;
    padding-bottom: 9px;
}

#adbox01 {
    padding-top: 10px;
}

#adbox01 .banner_list {
    padding-top: 8px;
    color: #FFF;
}

#adbox01 .side_contact_box {
    margin-bottom: 8px;
}

.widget-area #adbox01 .banner_list p {
    color: #000024;
}

body.home #adbox01 {
    display: none;
}

.hazard-select {
    border: 1px solid #009cee;
    border-radius: 5px;
    width: 335px;
    height: 45px;
}

/*中身を非表示にしておく*/
.hidden_box .hidden_show {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}

/*クリックで中身表示*/
.hidden_box input:checked~.hidden_show {
    padding: 10px 0;
    height: auto;
    opacity: 1;
}