@charset "utf-8";
/* ========================================

Copyright (C) 株式会社アクセスネット情報技研. All Right Reserved.
最終更新日: 2014年05月13日　XHTML 1.0 Transitional

０１：共通レイアウト
０２：商品
０３：選ばれる理由
０４：その他の固定ページ
０５：施工実績
０６：その他のアーカイブ
０７：動く建具FAQ
０８：bxslider
０９：Base Superbox Styles

======================================== */



/* ========================================
　　■０１：共通レイアウト
======================================== */

/*大きい見出し*/
.archive-header {
    padding-bottom: 30px;
    background: url(../com_images/bg_title.jpg) no-repeat bottom center;
}

.archive-header-inner {
    width: 1000px;
    margin: 0 auto;
    padding: 46px;
}

.archive-header h1 {
    font-size: 250%;
    font-weight: normal;
    font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
    float: left;
    margin-right: 30px;
}

.archive-header .description {
    line-height: 40px;
    font-size: 88%;
    /* フォントサイズ14px */
    color: #666;
}

/*小さい見出し*/
.archive-body .title,
.entry-header,
.page-content .title {
    background: url(../com_images/bg_title_h2.gif) repeat-x top center #f3f3f3;
    border: 1px solid #f3f3f3;
    padding: 12px 15px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 2px 2px -1px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 2px 2px -1px;
    -moz-box-shadow: rgba(0, 0, 0, 0.3) 0px 2px 2px -1px;
}

.page-content .title {
    margin-bottom: 30px;
}

.entry-header .entry-title,
.archive-body .title h2,
.page-content .title h2 {
    line-height: 1.57;
    font-size: 88%;
    /* フォントサイズ14px */
    background: url(../images/icon_green-gray.gif) no-repeat left center;
    padding: 0 0 0 16px;
    font-weight: bold;
}

.entry-header {
    margin: 24px 0 30px;
}

.entry-content .post-thumbnail {
    margin-bottom: 35px;
}

.entry-content {
    word-break: break-all;
}

.entry-content p {
    font-size: 88%;
    /* フォントサイズ14px */
    line-height: 1.57;
    margin-bottom: 10px;
    padding: 0 15px;
    word-break: break-all;
}

.entry-content h3,
.page-content .section h3 {
    color: #03a731;
    padding: 12px 15px;
    font-size: 88%;
    /* フォントサイズ14px */
    line-height: 1.57;
    clear: both;
    margin-bottom: 29px;
    border-bottom: 1px dotted #000;
}

.page-content .section h3 {
    margin-bottom: 20px;
    padding-top: 0;
    margin-top: 50px;
}

.page-content .section .title>p {
    margin-bottom: 0;
    padding: 0;
}

.entry-content h4,
.entry-content h5,
.entry-content h6 {
    padding: 12px 15px;
    font-size: 88%;
    /* フォントサイズ14px */
    line-height: 1.57;
    color: #03a731;
    clear: both;
}

.entry-content a {
    color: #2a4dfe;
}

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

.page-content img,
.entry-content img {
    vertical-align: middle;
    max-width: 100%;
    height: auto !important;
}


.txtCenter {
    text-align: center;
}

.page-content {}

.page-content .flex {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}

.page-content p:empty,
.entry-content p:empty {
    display: none;
}


.page-content .scrollArea,
.entry-content .scrollArea {
    width: 100%;
    overflow-x: auto;
}


.page-content .scrollArea .scrollAreaIn,
.entry-content .scrollArea .scrollAreaIn {
    width: 730px;
}


@media only screen and (max-width:767px) {
    /* .page-content .flex {
        flex-direction: column;
        row-gap: 12px;
    } */
}

@media print,
screen and (min-width:768px) {
    .page-content .flex-pc {
        flex-direction: column;
        row-gap: 12px;
    }
}

/* ========================================
　　■０４：アーカイブ
======================================== */

/*ブログ*/
.date .archive-body,
.category .archive-body {
    margin-top: 24px;
}


/*症状お悩み*/
.article {
    padding: 44px 12px;
    border-bottom: 1px dotted #000;
}

.article h3 {
    margin-bottom: 24px;
    font-size: 88%;
    /* フォントサイズ14px */
}

#cMainArea .article h3 a {
    color: #03a731;
}

.article p {
    margin: 0;
    font-size: 88%;
    /* フォントサイズ14px */
    line-height: 1.57;
}

.article-date {
    line-height: 1.57;
    font-size: 88%;
    /* フォントサイズ14px */
    margin-bottom: 15px;
}

.article .thum {
    width: 230px;
    float: left;
    margin-right: 20px;
}

.article .thum img {
    width: 100%;
    height: auto;
}

.article .txt {
    width: 450px;
    float: left;
}


/*漢方でキレイ*/
/*女性トップ*/
#ladyMainVisual {
    width: 1100px;
    margin: 0 auto 56px;
    padding-top: 20px;
}

#image-navigation .navi-image {
    position: relative;
    width: 1100px;
    height: 430px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 5px 1px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 5px 1px;
    -moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 5px 1px;
}

#image-navigation .navi-image a {
    display: block;
}

#image-navigation .navi-image a {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8;
}

#image-navigation .navi-image a.active {
    z-index: 10;
}

#image-navigation .navi-image a.last-active {
    z-index: 9;
}

.navi {
    padding-top: 40px;
    text-align: center;
    font-size: 0px;
}

.navi li {
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 320px;
    height: 120px;
    margin: 0 10px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 5px 1px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 5px 1px;
    -moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 5px 1px;
}

.navi li a {
    display: block;
    width: 320px;
    height: 120px;
}

/*女性共通*/
.archive-header_lady {
    width: 1000px;
    margin: 6px auto 35px;
}

.archive-header_lady h1 img {
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 5px 1px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 5px 1px;
    -moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 5px 1px;
}

.parent-pageid-31 .page-content .title,
.post-type-archive-lady_mental .archive-body .title,
.single-lady_mental .entry-header {
    background: none;
    border: none;
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    padding: 12px 0px;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}

.single-lady_mental .entry-header {
    margin: 0 0 30px;
}

.parent-pageid-31 .page-content .title h2,
.post-type-archive-lady_mental .archive-body .title h2,
.single-lady_mental .entry-header .entry-title {
    line-height: 1.57;
    font-size: 88%;
    /* フォントサイズ14px */
    background: url(../com_images/bg_icon_lady_title.gif) no-repeat left center;
    padding: 0 0 0 39px;
}


.post-type-archive-lady_mental #cMainArea .archive-body .article h3 a {
    color: #ff718d;
}

.single-lady_mental .entry-content h3 {
    color: #ff718d;
    padding: 20px 15px;
    margin: 30px 0 0;
    border-bottom: none;
}

.single-lady_mental .entry-content h4,
.single-lady_mental .entry-content h5,
.single-lady_mental .entry-content h6 {
    color: #ff718d;
}

.single-lady_mental .post-thumbnail img {
    width: 710px;
    height: auto;
}

.parent-pageid-31 .page-content {
    margin-top: 0px;
    padding-top: 0px;
}




/*お客様の声*/
.post-type-archive-voice .archive-body .title,
.tax-voice_cat .archive-body .title {
    margin-top: 24px;
}



/*よくあるご質問*/
.post-type-archive-faq .archive-body .title,
.tax-faq_cat .archive-body .title {
    margin-top: 24px;
}

.article-list li {
    padding: 35px 0 35px 70px;
    background: url(../com_images/icon_q.gif) no-repeat 15px 30px;
    line-height: 1.57;
    font-size: 88%;
    /* フォントサイズ14px */
    border-bottom: 1px dotted #000;
}

#cMainArea .article-list li a {
    color: #000;
}

/*サイトマップ*/

/*layout.cssに*/


/*404ページ*/


/* ========================================
　　■０５：固定ページ
======================================== */
.page-content {
    /* margin-top: 10px;
    padding-top: 24px; */
}

.page-main-image {
    margin: 37px 0 50px;
}

.page-content p {
    line-height: 1.57;
    font-size: 88%;
    /* フォントサイズ14px */
}

.page-content .section {
    padding-bottom: 30px;
}

.page-content .section p {
    margin-bottom: 22px;
    padding: 0 15px;
}

.page-content .section p.no-padding {
    padding: 0;
}

.page-content .section p img.no-padding {
    margin-left: -15px;
}

.page-content .section .image {
    margin-bottom: 30px;
}

.page-content .section .image2 {
    margin-bottom: 10px;
    margin-left: -7px;
}

.sec-half {
    width: 350px;
    padding-bottom: 30px;
}

/*薬師堂の漢方*/
#post-19 .infoTable td.txt28px {
    font-size: 175%;
    /* フォントサイズ28px */
}

#post-19 .infoTable td.red,
#post-19 .infoTable td.blue {
    font-size: 82%;
    /* フォントサイズ13px */
    line-height: 1.75;
    vertical-align: top;
}

#post-19 .infoTable td.colored.red,
#post-19 .infoTable td.colored.blue {
    font-size: 88%;
    vertical-align: middle;
}

#post-19 .page-content .infoTable td ul {
    margin: 0;
    padding: 0;
}

#post-19 .page-content .infoTable td ul li {
    padding: 0 0 0 1em;
    font-size: 100%;
    background: url(../com_images/marker.gif) 5px 10px no-repeat;
}


.bg-yellow {
    border: 1px solid #fbf8dd;
    background-color: #fffde9;
    padding: 27px 7px;
    margin-bottom: 26px;
}

.page-content .section .bg-yellow h3 {
    color: #000;
    padding: 0px 15px;
    font-size: 94%;
    /* フォントサイズ15px */
    line-height: 1.4;
    clear: both;
    margin: 0 0 25px;
    border-bottom: 0px none;
}

.page-content .section .bg-yellow p {
    margin-bottom: 0px;
}

/*薬師堂の煎じ代行*/
.column2 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: bottom;
    width: 160px;
}

.page-content .section .column2 p {
    padding: 0;
    margin-bottom: 0;
    line-height: 1.5;
}

/*会社案内*/
.staff-sec {
    background-color: #fbfbfb;
    border: 1px solid #CCC;
    padding: 19px;
    margin-bottom: 30px;
    clear: both;
}

.staff-sec .thum {
    width: 220px;
    float: left;
}

.staff-sec .infoTable2 {
    width: min(100%, 442px);
    float: right;
}

.post-25 .section .staff-sec .infoTable2 th,
.post-25 .section .staff-sec .infoTable2 td {
    padding: 10px;
}

.post-25 .section .staff-sec .infoTable2 th {
    width: 100px;
}

.post-25 .section .infoTable1 th {
    width: 160px;
}

.post-25 .section .infoTable1.th-width-auto th {
    width: auto;
}

.post-25 .section iframe {
    margin-bottom: 25px;
}

.page-content ul,
.entry-content ul {
    padding-left: 30px;
    margin: 0 15px 30px;
}

.page-content ul li,
.entry-content ul li {
    padding: 3px 0;
    font-size: 88%;
}

.page-content ol,
.entry-content ol {
    margin: 0 15px 30px;
    list-style: decimal;
    padding-left: 50px;
}

.page-content ol li,
.entry-content ol li {
    margin-bottom: 6px;
    font-size: 88%;
    line-height: 1.6;
}