@charset "utf-8";

/* ==============================================================
/*     HEADER

/* ============================================================== */
header{
	padding: 20px;
	overflow: hidden;
}
header .logo {
	float: left;
}
header .cnotactBox {
	float: right;
}

header .cnotactBox li {
	float: left;
	margin-left: 10px;
}
header .cnotactBox li img {
	width: 100px;
	height: auto;
}
header .cnotactBox li:first-child {
	margin-left: 0;
}
@media (max-width:800px) {
	header{
		padding: 15px 15px 10px 15px;
	}
	header .logo {
		width: 100%;
		text-align: center;
		margin-bottom: 15px;
	}
	header .cnotactBox {
		width: 100%;
		text-align: center;
	}
	header .cnotactBox ul {
		display: inline-block;
	}
}
@media (max-width:360px) {
	header .cnotactBox ul li img {
		width: 89px;
		height: auto;
	}
}

.breadcrumb {
	margin: 20px;
}
.breadcrumb li {
	display: inline;
}
@media (max-width:800px) {
	.breadcrumb {
		margin: 5px 15px;
	}
}


.freeDial {
	text-align: center;
}
.freeDial ul li{
	margin-bottom: 5px;
}


.possible {
	margin-bottom: 15px;
	overflow: hidden;
}
.possible p {
	float: left;
	width: 65%;
}
.possible img {
	float: right;
	width: 35%;
	height: auto;
}



/* ==============================================================
/*     Contents
/* ============================================================== */
#contents{
	padding-top:5px;
	margin-bottom: 20px;
}
#contents h2{
	margin-bottom: 10px;
    color: #004097;
}
#contents h3{
	margin-bottom: 5px;
	color: #004097
}
#contents h4{
	margin: 6% 0 4%;
}
.box{ margin: 0 3%}

/* ==============================================================
/*     FOOTER
/* ============================================================== */
.btn{
	margin: 5% 0;
    text-align: center
}
#mNav{ margin-bottom: 20px}
#mNav li{
    background-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0, rgb(4,68,131)),
        color-stop(0.45, rgb(7,69,136)),
        color-stop(0.55, rgb(27,93,169)),
        color-stop(0.85, rgb(34,98,172)),
        color-stop(1, rgb(67,122,185))
    );
    font-size: 18px;
    font-weight: bold;
    line-height: 1
}
#mNav li a{
	display: block;
    padding: 17px 0 17px 10px;
	background: url(../img/bg_mnav.png) no-repeat 98% 50%;
    color: #fff;
}
#tel li{
    margin-bottom: 2px;
    text-align: center
}

.fNav{
	clear: both;
    margin: 2px 5px;
    text-align: center
}
.fNav li{
	display: inline;
    padding-right: 5px;
    font-size: 10px;
    line-height: 1.2;
    border-right: 1px solid #888
}
.fNav li:last-child{ border-right: none}
h3.cnt{
    margin: 25px 0 20px;
}
#copy{
	margin-top: 10px;
	padding: 5px 0;
	color: #fff;
	background: #044383;
    font-size: 10px;
	text-align: center
}

/* ==============================================================
/*     BASE
/* ============================================================== */

body{
	background: #fff;
	color: #5A4E49;
    font-family: "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック",sans-serif;
    -webkit-text-size-adjust: none

}
h1{ font-size: 18px}
h2{ font-size: 24px}
h3{ font-size: 14px}
h4{ font-size: 12px}
h1,h2,h3,h4,h5,h6,strong{ font-weight:bold}

em{
	font-weight: bold;
    font-style: normal;
}
ol li{
	list-style: decimal outside;
}
ul li{
	list-style: none;
}
th,td{
	border:1px solid #231815;
	padding:.5em .3em;
    text-align: center;
    vertical-align: middle
}
p, li, th, td, dt, dd, address{
	font-size: 12px;
    line-height: 1.8;
}
th, td, dt, dd{
    line-height: 1.6;
}

/* link
---------------------------------*/
img{
    max-width: 100%;
    height:auto;
	vertical-align: bottom;
}

a{
	color: #595757;
    text-decoration: none
}

/* clearfix
---------------------------------*/
.bloc:after, #qa dt:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.bloc, #qa dt{
	display: inline-table;
	min-height: 1%;
}


/* 20140526追加
---------------------------------*/
.clinicName {
	margin-bottom:20px;
}

.b_text {
	color:#F00;
	font-weight:bold;
	margin-bottom:10px;
}

p.explain {
	margin-bottom:1em;
}

caption {
	color:#F00;
	font-weight:bold;
	text-align:left;
}

/* 20170211追加
---------------------------------*/
p.att {
	text-align: left !important;
  text-indent: -1em;
  padding-left: 1em;
	margin-bottom: 0 !important;
	font-size: 10px;
}


p.subText {
	text-align: center;
	padding: 0 5%;
	margin-top: -4%;
	margin-bottom: 20px;
}

/* 20180522追加
---------------------------------*/
.postscript {
	display: table;
	margin: 0px auto 30px;
	font-weight: bold;
	font-size: 16px;
	color: #e41b1b;
	line-height: 1.4;
}
.postscript .title {
	text-align: center;
}
.btnLast {
	margin-bottom: 20px;
}

@media (max-width:800px) {
	.postscript {
		padding: 0 5%;
		font-size: 12px;
	}
}
