@charset "utf-8";
/*

------------------*/


/*Common
------------------*/
table,img{
	border:none;
}
article,nav,section,header,footer,aside{
	display:block;
}
p{
	margin:0 0 1em 0;
	padding:0;
}
h1,h2,h3{
	float:none;
	clear:both;
}
h1{
	margin:10px auto;
	font-size:2em;
	padding:20px 0;
	color:#476db4;
	width:960px;
	text-align:center;
	font-weight:normal;
	letter-spacing:2px;
}

#maincol h2{
	font-size:1.3em;
	padding:8px 10px 8px 45px;
	margin:0 0 1em 0;
	border-top:solid 5px #DDD;
	border-bottom:dotted 1px #CCC;
	background:#F9F9F9 url(../img/common/h2.png) no-repeat 0.5em 0.3em;
}
#maincol h3{
	margin:0 0 1em 0;
	padding:8px 10px;
	background:url(../img/common/h3.png) no-repeat left bottom;
}
#maincol h4{
}
blockquote{
	margin:0 0 1em 2em;
	padding:0;
}

.center{
	text-align:center !important;
}
.small{
	font-size:smaller;
}
.large{
	font-size:120%;
}
.txtright{
	text-align:right !important;
}
.txtleft{
	text-align:left !important;
}

.left{
	float:left;
	padding-right:10px;
}
.right{
	float:right;
	padding-left:10px;
}

.box{
	width:48%;
}
.clear{
	clear:both;
	float:none;
}
strong{
	font-weight:bold;
	font-size:1.1em;
}
em{
	font-style:normal;
	color: #981349;
}
.pdf_ico{
	/*font-weight:900;
	color:#a40000;
	background:url(../img/common/pdf.png) no-repeat right bottom;
	padding-right:26px;*/
}
.pdf_ico:after{
	/*content: url(../img/common/pdf.png);
	display:inline-block;
	vertical-align:middle;*/
}

a{
	color: #ff579c;
	text-decoration: none;
}
a:hover{
	color: #476db4;
}
a img{
	filter: Alpha(opacity=100); 
    -moz-opacity:1.0;
    opacity:1.0; 
	transition-duration: 0.2s;
}
a:hover img{
	filter: Alpha(opacity=85); 
    -moz-opacity:0.85;
    opacity:0.85; 
	transition-duration: 0.2s;
}

.link a{
	background:url(../img/common/link.png) no-repeat 0 0.3em;
	padding:0 0 0 18px;
}
.caution{
	border: 1px solid #EE86AD;
	background-color: #F9F9F9;
	padding: 10px 15px;
	margin: 10px 0;
}


/*table*/
table caption{
	text-align:left;
}
table.default{
	border-collapse:collapse;
	border-bottom:1px solid #a7dae3;
	border-right:1px solid #a7dae3;
	background-color:#FFF;
	margin:0 0 20px 0;
}
table.default th,
table.default td{
    padding:10px 20px;
}
table.default thead th{
	background-color: #CEEAEF;
	color: #4B6D0A;
	color:#476db4;
}
table.default thead td{
	background-color: #DDF0F4;
	color:#476db4;
}

table.default th{
	font-weight: bold;
	background-color: #ECF5F2;
	border-top: 1px solid #a7dae3;
	border-left: 1px solid #a7dae3;
}
table.default td{
	border-top:1px solid #a7dae3;
	border-left:1px solid #a7dae3;
	vertical-align:middle;
}
table.default thead th,table.default thead td{
	text-align:center;
}
table.hyo{
	border-collapse:collapse;
	border-bottom:1px solid #DDD;
	border-right:1px solid #DDD;
	background-color:#FFF;
	margin:0 0 20px 0;
}
table.hyo th,
table.hyo td{
    padding:5px 10px;
	text-align:center;
}
table.hyo thead th{
	background-color: #476db4;
	color:#FFF;
}
table.hyo thead td{
	background-color: #F9F9F9;
	color:#476db4;
}

table.hyo th{
	font-weight: bold;
	background-color: #ECF5F2;
	border-top: 1px solid #DDD;
	border-left: 1px solid #DDD;
}
table.hyo td{
	border-top:1px solid #DDD;
	border-left:1px solid #DDD;
	vertical-align:middle;
}

table.hyo tr{
	background-color: #FFF;
}
table.hyo tr:nth-of-type(2n+1){
	background-color: #F0F4F8;
}

 .nowrap{
	 white-space:nowrap;
}
table.widthmax{
	width:100%;
}

/*dl*/
dl.dl_default{
	margin-left:1em;
}
dl.dl_default dt{
	font-weight: bold;
	font-size: 110%;
	margin: 0;
	color:#476db4;
}
dl.dl_default dd{
	margin:0.5em 0 1em 1em;
}

/*ul*/
ul.arr{
	margin:0 0 1em 0;
	padding:0;
	list-style:none;
}
ul.arr li{
	background:url(../img/common/arr.png) no-repeat 0 0.25em;
	padding:0 0 0 20px;
	margin:0px 0 5px 0;
}

ul.photo{
	list-style:none;
	margin:0;
	padding:0;
	overflow:hidden;
}
ul.photo li{
	float:left;
	width:330px;
	text-align:center;
	margin:10px 20px;
}
ul.photo li img{
	width:300px;
	display:block;
}

.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}


/*form*/
form input.text,
form textarea{
	width:90%;
}
form input.hiragana{
	ime-mode:auto;
}
form input.numeric{
	ime-mode:inactive;
}
form textarea{
	height:5em;
}


/*診察時間*/
table.timetable{
	width:100%;
	margin:10px 0 20px 0;
	border-collapse:separate;
	border-spacing:5px 5px;
}
table.timetable thead th{
	background-color: #6EB27F;
	color: #FFF;
	border-top: 1px solid #C0DDC7;
	border-left: solid 1px #C0DDC7;
	border-right: 1px solid #4C9B60;
	border-bottom: 1px solid #3B6F48;
	-ms-box-shadow:0 2px 3px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:0 2px 3px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow:0 2px 3px rgba(0, 0, 0, 0.2);
	box-shadow:0 2px 3px rgba(0, 0, 0, 0.2);
}
table.timetable tbody td,
table.timetable tbody th{
	border-top:solid 1px #EFEFEF;
	border-left:solid 1px #EFEFEF;
	border-right:solid 1px #CCC;
	border-bottom:solid 1px #AAA;
	-ms-box-shadow:0 2px 3px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:0 2px 3px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow:0 2px 3px rgba(0, 0, 0, 0.2);
	box-shadow:0 2px 3px rgba(0, 0, 0, 0.2);
}
table.timetable tbody th{
	vertical-align:middle;
}
table.timetable tbody td{
	vertical-align:top;
}
table.timetable th,
table.timetable td{
	padding:10px 0;
	text-align:center;
}

/*診療案内*/
.price{
	font-size:120%;
	text-align:center;
	color:#FFF;
	background-color:#2F5CA0;
	padding:10px 20px;
	border-radius:20px;
}

/*デイケア*/
dl.flow{
	text-align:center;
	width:90%;
	margin:auto;
}
dl.flow dt{
	background-color:#EEE;
	padding:20px;
	margin:10px 0;
	font-size:110%;
}
dl.flow dd{
	margin:0 0 0px 0;
}
dl.flow dt.last{
	background-color: #FFE9F1;
}

/*youtube*/
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/*よくある質問*/
.qa-8 dt {
    margin-bottom: 1em;
    color: #333333;
    font-weight: 600;
}

.qa-8 dt::before,
.qa-8 dd::before {
    margin-right: .4em;
}

.qa-8 dt::before {
    content: "Q.";
}

.qa-8 dd {
    margin: 0 0 2.5em;
    padding: 1em 1.5em;
    background-color: #f2f2f2;
    color: #333333;
}

.qa-8 dd::before {
    content: "A.";
}




.pc{
}
.sp{
	display:none;
}
