@charset "UTF-8";
/*--------------------------------------------------------------
01.   共通の設定
--------------------------------------------------------------*/
body {
    color: #666;
}

body #page {
    width: 100%;
    overflow: hidden;
}
/*********************************
 * page
 *********************************/
.page-title {
    margin: 0;
    margin-bottom: 30px;
    font-size: 120%;
    background: #34b6e5;
    color: #fff;
    text-align: center;
    line-height: 2;
}
.entry-title {
    font-size: 120%;
    border-left: 5px solid #ccc;
    padding-left: 10px;
    border-bottom: 1px solid #ccc;
}
.post {
    border: 1px solid #f4f4f4;
    padding: 20px;
    box-shadow: 2px 2px 2px rgba(0,0,0,0.1);
}
/*********************************
 * header
 *********************************/
.site-header {
  height: 350px;
}
.home .site-header {
 height: 500px;
}
#masthead {
    width: 100%;
    height: 127px;
    background: rgba(255,255,255,0.7);
}
.site-title {
    margin: 0;
}
#header-block li:last-child {
    text-align: right;
}
#header-block li ul {
    margin-top: -20px;
    margin-bottom: 10px;
}
#header-block li ul li {
    width: 100%;
}
#slideshow li {
    position: absolute;
    top: 0;
    width: 100% !important;
    height:500px;
    margin:0;
    padding:0;
    background-position:center top;
    background-repeat:no-repeat;
}
#slideshow li img {
    width: 100%;
    height: auto;
}
#subvisu {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left:-1250px;
    z-index: -1;
}

#subvisu img {
}

.mainvisu {
  position: relative;
  z-index: 0;
}

#ubie-dedicated-inquiry-banner {
  display: block !important;
  width: 720px;
  margin: 0 auto 30px;
}



/*********************************
 * nav
 *********************************/
#site-navigation {
    margin-top: 20px;
    margin-bottom: 30px;
}
.home #site-navigation {
    margin-top: 20px;
    margin-bottom: 30px;
}
/*********************************
 * content
 *********************************/
.home content {
margin-top: 20px;
}
/*front*/
div.banner-box {
    margin-bottom: 30px;
}
div.banner-box ul {
    margin: 0;
    padding: 0
}
div.banner-box ul li {
    margin: 0;
    padding: 0;
    list-style: none;
}
div.banner-box ul li img {
	height: auto;
	max-width: 100%;
}
div.content-wrapbox {
    float: left;
    width: 30%;
    margin-right: 5%;
    border: 1px solid #f4f4f4;
    border-top: 5px solid #34b6e5;
    box-shadow: 2px 2px 3px rgba(0,0,0,0.1);
    padding: 15px 15px 5px;
    box-sizing: border-box;
    margin-bottom: 30px;
}
div.content-wrapbox:nth-of-type(3n) {
    margin-right: 0;
}

div.content-wrapbox h2,
article.content-box div.grad-box h2 {
    background: url(../images/common/h-line.gif) no-repeat left bottom;
    padding-bottom: 5px;
    margin-bottom: 20px;
    font-size: 110%;
}
div.content-wrapbox h3,
article.content-box div.grad-box h3 {
    color: #34b6e5;
    font-size: 105%;
    font-weight: bold;
    margin-bottom: 10px;
}
div.content-wrapbox table {
    width: 80%;
    margin: 0 auto 10px;
}
div.content-wrapbox table.medical-time {
    width: 100%;
}
table tr td {
    text-align: right;
}
table.medical-time th,
table.medical-time td {
    text-align: center;
    vertical-align: middle;
    border: 1px solid #eaeaea;
}
table.medical-time th {
    background: #eef7fd;
}
table.medical-time td {
    color: #34b6e5;
    background: #fff;
    font-size: 130%;
}
div.content-wrapbox table.newsbox {
    width: 100%;
}
div.content-wrapbox table.newsbox tr th span {
    display: block;
    white-space: nowrap;
    background: #ff97a9;
    border-radius: 5px;
    line-height: 1.5;
}
div.content-wrapbox table.newsbox tr th span.rest {
    background: #34b6e5;
}
div.content-wrapbox table.newsbox tr th span.topics {
    background: #ff9270;
}
div.content-wrapbox table.newsbox tr th a {
    color: #fff;
}
div.content-wrapbox table.newsbox tr th,
div.content-wrapbox table.newsbox tr td {
    padding: 5px;
    line-height: 2;
    border-bottom: 1px dashed #ccc;
}
div.content-wrapbox table.newsbox tr th {
    text-align: center;
}
div.content-wrapbox table.newsbox tr td {
    text-align: left;
    padding-right: 0;
}
.scrollhidden {
    /* overflow-y: scroll; */
}
.content-box {
    line-height: 2;
    background:url(../images/common/content-bg.jpg) no-repeat bottom center;
    margin-bottom: 30px;
}
.content-box div.grad-box {
    border-top: 5px solid #34b6e5;
    padding: 30px 20px 10px;
    background: linear-gradient(to top, rgba(255,255,255,0), rgba(255,255,255,1));
}
.opdiv {
    background: rgba(255,255,255,0.5);
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 30px;
}
.content-box ul, opdiv ul li {
    margin: 0;
    padding: 0;
    overflow: hidden;
}
ul.info-half li {
    width: 48%;
    float: left;
}
#post-info-2 ul.info-half li:last-child {
    margin-left: 4%;
    text-align: center;
}
ul.info-half table.info-address th {
    vertical-align: middle;
    background: #eef7fd;
    border: 1px solid #f4f4f4;
    text-align: center;
}
ul.info-half table.info-address td {
    color: #666;
    background: #fff;
    font-size: 90%;
    padding: 20px 10px;
    text-align: left;
    vertical-align: middle;
    border: 1px solid #f4f4f4;
}
ul.info-half span {
    display: block;
}
ul.info-half table.medical-time tr th,
ul.info-half table.medical-time tr td {
    padding: 5px 0;
}
ul.info-half table.medical-time tr:not(:first-child) th {
    width: 18%;
}
ul.info-half table.medical-time tr td {
    width: 8%;
}
ul.info-half table.medical-time tr td.info-time {
    color: #666;
    font-size: 100%;
    width: 30%;
}
.info-dl li {
    width: 25%;
    float: left;
}
.info-dl li:last-child {
    width: 50%;
}
.info-p-button {
    background: #34b6e5;
    border-radius: 15px;
    text-align: center;
    color: #fff;
}
article#post-clinic-2 ul.info-half li {
    padding: 20px;
    text-align: right;
}
article#post-clinic-2 ul.info-half li h3 {
    text-align: left;
}
.clinic-doctor li:first-child {
    width: 300px;
    float: left;
}
.clinic-doctor li:last-child {
    width: 650px;
    float: right;
}
article#post-clinic-1 ul.clinic-doctor table {
    font-size: 90%;
}
article#post-clinic-1 ul.clinic-doctor table td {
    font-size: 100%;
    text-align: left;
    color: #666;
    padding: 5px;
    line-height: 2.5;
}
article#post-life-1 h3 {
    text-align: center;
    margin-bottom: 20px;
}
article#post-life-1 ul li:first-child {
    width: 650px;
    float: left;
    margin: 0;
    line-height: 2.2;
}
article#post-life-1 ul li:last-child {
    width: 300px;
    float: right;
    text-align: right;
    margin: 0;
}
/*治療方針*/
.life-partition li:first-child {
    float: left;
    width: 540px;
    line-height: 2;
}
.life-partition li:last-child {
    float: right;
    width: 400px;
}
.life-partition li img {
	height: auto;
	max-width: 100%;
}
/*高血圧*/
article#post-life-5 ul.info-half li:first-child,
article#post-life-6 ul.info-half li:first-child,
article#post-life-7 ul.info-half li:first-child {
    margin-right: 4%;
}

article#post-life-5 ul.info-half li div.opdiv ol li,
article#post-life-6 div.opdiv ol li,
article#post-life-7 div.opdiv ol li {
    width: 100%;
    float: none;
    list-style: decimal;
}
article#post-life-5 ul.info-half li:last-child div.opdiv,
article#post-life-6 div.opdiv,
article#post-life-7 div.opdiv {
    line-height: 1.8;
}
article#post-life-5 ul.info-half li div.opdiv {
    min-height: 420px;
}
article#post-life-6 ul.info-half li div.opdiv,
article#post-life-7 ul.info-half li div.opdiv {
    min-height: 360px;
}
/*高血圧表*/
.life-table {
    background: #fff;
    width: 800px;
    margin: 0 auto 30px;
}
.life-table th,
.life-table td {
    padding: 5px;
    line-height: 2;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #ccc;
}
.life-table tr th {
    background: #eef7fd;
}
.life-table tr:first-child th {
    background: #d6eefe;
}
.life-table tr:first-child th:not(:last-child),
.life-table tr td:not(:last-child) {
    border-right: 0;
}
.life-table tr:first-child th:nth-child(3),
.life-table tr:first-child th:nth-child(4),
.life-table tr td {
    border-left: 0;
}
/*肝臓*/
#post-kanzo-3 p,
#post-kanzo-5 p,
#post-echo-2 p {
   margin: 0 0 50px;
}
#post-kanzo-3 p:last-child,
#post-kanzo-5 p:last-child,
#post-echo-2 p:last-child {
    margin: 0;
}
.kanzo-partition li:first-child {
    width: 680px;
    float: left;
}
.kanzo-partition li:first-child div.opdiv {
    min-height: 330px;
}
.kanzo-partition li:last-child {
    width: 250px;
    float: right;
    text-align: right;
}
/*エコー検査*/
.echo-partition li:first-child {
    width: 650px;
    float: left;
}
.echo-partition li:last-child {
    width: 300px;
    float: right;
    text-align: right;
}
/*********************************
 * visu
 *********************************/

/*********************************
 * secondary
 *********************************/

/*********************************
 * primary
 *********************************/
/*front*/
.banner-box ul li:not(:last-child) {
    width: 310px;
    height: 100px;
    float: left;
    margin-right: 35px;
}

/*********************************
 * footer
 *********************************/
#footer {
    font-size: 90%;
    width: 100%;
}
.site-info {
    background: #eaf8fc;
    width: 100%;
    padding: 20px 0;
}
#footer-menu {
    width: 100%;
    margin: 0;
    padding: 0;
    letter-spacing: -.40em;/*inline-block対処法*/
}
#footer-menu li {
    width: 16.66666%;
    letter-spacing: normal;
    display: inline-block;
}
/*********************************
 * primary
 *********************************/
.content-wrapbox {
    height: 320px;
}
.content-wrapbox p {
	margin-bottom: 10px;
}
/*********************************
 * footer
 *********************************/
.footer-ul {
    width: 1000px;
    margin: 0 auto;
}
.footer-ul li.footer-li:first-child {
    margin: 0;
    padding: 0;
    list-style: none;
    margin: 0 auto;
    width: 70%;
    height: 150px;
    float: left;
}
.footer-ul li.footer-li:first-child #footer-menu {
    margin-bottom: 50px;
}
.footer-ul li.footer-li:first-child p {
    text-align: center;
}
.footer-ul li.footer-li:last-child {
    width: 30%;
    float: left;
}
#copyright {
    text-align: center;
}
#footer-menu {
    width: 90%;
    margin: 0 auto;
}
#footer-menu li {
    border-left: 1px solid #ccc;
    text-align: center;
}
#footer-menu li:last-child {
    border-right: 1px solid #ccc;
}
/*newscontents*/
    .archive #primary,
    .category #primary,
    .single #primary,
    .error404 #primary,
    .search #primary {
        width: 650px;
        float: right;
    }
    .archive #secondary,
    .category #secondary,
    .single #secondary,
    .error404 #secondary,
    .search #secondary {
        width: 310px;
        float: left;
    }
    .archive div.content-wrapbox,
    .category div.content-wrapbox,
    .single div.content-wrapbox,
    .error404 div.content-wrapbox,
    .search div.content-wrapbox {
        width: 100%;
}
/*404*/
.error-404 .widget,
.not-found .widget {
    margin: 0;
    margin: 20px;
}
.search .widget ul li,
.error-404 .widget ul li,
.not-found .widget ul li {
    list-style: square inside;
}
