@charset "utf-8";


@media only screen and (min-width: 768px), print {

*{
letter-spacing:1px;
	line-height: 1.8em;
}

.parts{
	margin-top:40px;
	margin-bottom:20px;
	font-size:18px;
	font-weight:bold;
}

img{
	max-width:100%;
	height:auto;
} 

/*tite*/
	
h1.title01{
	background: url(/common/img/common_h_bg01.jpg) no-repeat;
	background-size: 100% auto;
	margin-left: 200px;
	padding-top: 31%;
	text-align: center;
	position: relative;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 35px;
	color: #d70c19;
}
h1.title01 span{
	background: url(/common/img/common_h_ic06.png) no-repeat center top;
	background-size: 66px auto;
	padding-top: 70px;
	position: absolute;
	width: 1000px;
	margin-left: -500px;
	left: 50%;
	bottom: 40px;
	text-shadow: 0 0 1em rgba(225,225,225,0.9);
}
h1.title01.menu span{
	background: url(/common/img/common_h_ic01.png) no-repeat center top;
	background-size: 80px auto;
	padding-top: 100px;
	}
h1.title01.facility span{
	background: url(/common/img/common_h_ic02.png) no-repeat center top;
	background-size: 80px auto;
	padding-top: 100px;
	}
h1.title01.staff span{
	background: url(/common/img/common_h_ic03.png) no-repeat center top;
	background-size: 70px auto;
	padding-top: 100px;
	}
h1.title01.access span{
	background: url(/common/img/common_h_ic04.png) no-repeat center top;
	background-size: 88px auto;
	padding-top: 50px;
	}
h2.title02{
	background: #f7dfcf;
	padding: 15px;
	border-bottom: #d70c19 solid 1px;
	text-align: center;
	border-radius: 3px 3px 0 0;
	font-size: 25px;
}

h3.title03{
	padding: 10px;
	text-align: center;
	border-bottom: #ddd7cc double;
	font-size: 20px;
}
h2.message,h2.clinicalPractice,h2.guide{
	text-align: center;
	padding-bottom: 10px;
}			

/*section*/
.section02{
	margin-top:64px;
}
.section03{
	margin-top:40px;
}

/*topicNav*/
.topicNav{
	margin-top: 0;
	background: #f9f9f9;
	padding: 0 0 0 230px;
}
.topicNav li{
	float: left;
	background: url(/common/img/common_ic16.png) no-repeat right center;
	background-size: 8px 25px;
	padding:0 20px 0 10px;
}
	.topicNav li:last-child{
	float: left;
	background-image : none;
	}
	
/*icon*/
.ic_blank:after{
	content:"";
	display:inline-block;
	width:12px;
	height:12px;
	background:url(../img/com_ic01.png) no-repeat center 50%;
	background-size:12px 12px;
	margin-left:3px;
	margin-right:3px;
}


/*linkStyle*/
.linkStyle01 a{
	display:inline-block;
	padding-left:20px;
	color:#055fe6;
	position:relative;
}
.linkStyle01 a:before {
	display: block;
	content: "";
	position: absolute;
	top: 0.7em;
	left: 6px;
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-left: 5px solid #055fe6;
}


/*ancLink*/
.ancLink > li{
	float:left;
	margin-right:15px;
}
.ancLink > li > a{
	display:inline-block;
	padding-left:28px;
	color:#055fe6;
	position:relative;
}
.ancLink > li > a:before {
	display: block;
	content: "";
	position: absolute;
	top: 0.9em;
	left: 6px;
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-top: 5px solid #055fe6;
}


/*btnStyle*/
.btnStyle01 a{
	display:inline-block;
	padding:15px 50px 15px 65px;
	background:#c70613;
	color:#FFF;
	position:relative;
	border-radius:10px;
}
.btnStyle01.w100 a{
	width: 100%;
	text-align: center;
}
	.btnStyle02 a{
	display:inline-block;
	padding:18px 45px 18px 40px;
	background:url(/common/img/common_ic17.png) no-repeat right 10px center,#d70c19;
	background-size: 10px 12px;
	color:#FFF;
	border-radius:10px;
}
	.btnStyle03 a{
	display:inline-block;
	padding:18px 40px 18px 45px;
	background:url(/common/img/common_ic18.png) no-repeat left 10px center,#d70c19;
	background-size: 10px 12px;
	color:#FFF;
	border-radius:10px;
}
	.btnList01 li{
		float: left;
		width: 184px;
		margin-right: 20px;
		margin-bottom: 15px;
	}
	.btnList01 li:nth-child(5n){
		margin-right: 0;
	}
	.btnList01 li a{
		border-radius:10px;
		padding:18px 40px;
		text-align: center;
		display: block;
		background: #d70c19;
		color:#FFF;
	}

/*top tableStyle*/
table.tableStyle{
	width:100%;
	margin-bottom:1em;
}
table.tableStyle tr{
	border-top:1px solid #cbcbcb;
	background: #FFF;
}
table.tableStyle th,
table.tableStyle td{
	padding:10px;
	font-weight:normal;
}
table.tableStyle th.lv01,
table.tableStyle td.lv01{
	color:#FFF;
	font-weight: bold;
}
table.tableStyle.type1 th.lv01,
table.tableStyle.type1 td.lv01{
	background:#494949;
}
table.tableStyle.type2 th.lv01,
table.tableStyle.type2 td.lv01{
	background:#c12c05;
}
table.tableStyle .ok{
	background: url(/common/img/common_ic13.png) no-repeat center center;
}
table.tableStyle .ng{
	background: url(/common/img/common_ic14.png) no-repeat center center;
}
table.tableStyle .star{
	background: url(/common/img/common_ic_star.png) no-repeat center center;
}
.medicaltime table.tableStyle tr td{
	padding-left: 50px;
}
.medicaltime table.tableStyle th,
.medicaltime table.tableStyle td{
	padding:5px 10px;
	font-weight:normal;
}
	table.tableStyle.type3{
		border: 1px solid #dfd9cd;
		width: 100%;
		margin-top: 30px;
	}
	table.tableStyle.type3 th,table.tableStyle.type3 td{
		border: 1px solid #dfd9cd;
		padding: 13px;
		text-align: left;
		font-weight: normal;
	}
	table.tableStyle.type3 .lv01{
		color: #333333;
		background: #f6dfcf;
	}

/*listStyle*/
.listStyle01 > li{
	margin-top:0.5em;
	padding-left:20px;
	position:relative;
}
.listStyle01 > li:before{
	position:absolute;
	content:"";
	width:6px;
	height:6px;
	border-radius:3px;
	background:#333;
	left:5px;
	top:0.8em;
}


/*listNumStyle*/
.listNumStyle01 > li > .numWrap{
	margin-top:0.5em;
	display:table;
	width:100%;
}
.listNumStyle01 > li > .numWrap > .num{
	display:table-cell;
	width:2.8em;
	text-align:left;
	vertical-align:top;
}
.listNumStyle01 > li > .numWrap > .numText{
	display:table-cell;
	text-align:left;
	vertical-align:top;
}

/*photoCap*/
.photoCap{
	display:block;
	text-align:center;
	font-size:12px;
	margin-top:4px;
}


/*cap*/
.cap{
	text-indent:-1em;
	padding-left:1em;
}

/*column*/
.columnBox.type1{
	text-align: center;
	margin-top: 30px;
}
.columnBox.type1 img{
	max-width: 100%;
	height: auto;
}
.photoColumn.phR{
	margin-top: 30px;
}
.photoColumn.phR .phCol{
	float: right;
}
.photoColumn.phR .phCol img{
	max-width: 350px;
	height: auto;
	text-align: center;
}
.photoColumn.phR .txCol{
	float: left;
	width: 630px;
}
.photoColumn.phR .txCol p:first-child{
	margin-top: 0;
}

/*pageTop*/
#pageTop 	img{
	margin: 50px 0 30px 0;
}
#pageTop 	img{
	width: 68px;
	height: 68px;
}

/*mapsection*/	
.mapsection{
	margin-top: 40px;
}
	
/*=================================

	clearfix

=================================*/
.topicNav:after,
.colBox:after,
.ancLink:after,
.btnList01:after,
.photoColumn.phR:after{
	content: "";
	display: block;
	clear: both;
}

}


