@media all and (min-width: 641px) {

body {
	font-size: 87.5%; /* 14pt */
	color: #585054;
	background: #FFFFFF;
	word-wrap:break-word;
	text-align: justify; /* 両端揃え */
	text-justify: inter-ideograph; /* 両端揃えの種類 */
}

a, a:link, a:visited {
	color: #00aecc;
	text-decoration:underline;
	transition-duration:0.3s;
	-webkit-transition-duration:0.3s;
	-moz-transition-duration:0.3s;
	-o-transition-duration:0.3s;
	-ms-transition-duration:0.3s;
}

a:hover {
	color: #00aecc;
	text-decoration:none;
}

.container {
	width: 100%;
}

.container-inner {
	width: 960px;
	margin: 0 auto;
}

.pc-anchor {
	margin-top: -80px!Important;
	padding-top: 80px!Important;
}



/* HEADER */

#header {
	position:absolute;
	top:0;
	background:url(../images/common/h-bg.png) repeat;
	z-index:400;
}

#header .container-inner {
	padding:10px;
}

#header .primary {
	float:left;
	width:330px;
}
#header .primary .logo {
	margin:7px 0 0 20px;
}
#header .primary .logo a:hover{
	filter:alpha(opacity=60); /* IE 6,7*/
	-ms-filter: "alpha(opacity=60)"; /* IE 8,9 */
	-moz-opacity:0.6; /* FF , Netscape */
	-khtml-opacity: 0.6; /* Safari 1.x */
	opacity:0.6;
	zoom:1; /*IE*/
}

#header .secondary {
	float:right;
	width:400px;
}

#header .secondary .subject,
#header .secondary .place {
	display:inline-block;
	vertical-align:bottom;
}

#header .secondary .subject{
	margin-right:5px;
}
#header .secondary .subject .subject-list{
	margin-bottom:6px;
}
#header .secondary .subject .subject-list li{
	display:inline-block;
	width:80px;
	text-align:center;
	vertical-align:middle;
}
#header .secondary .subject .subject-list li.internal{
	margin-right:1px;
}
#header .secondary .subject .subject-list li.pediatrics{
	margin-left:1px;
}
#header .secondary .subject .subject-list li span.wrapper{
	display:block;
	padding:0px;
	color:#FFF;
	font-size:16px;
	font-weight:bold;
	background:#00aecc;
	
	border-radius:2px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	-o-border-radius:2px;
	-ms-border-radius:2px;
}
#header .secondary .place .address{
	margin-bottom:0;
	color:#0068b6;
	letter-spacing:0.4px;
}
#header .secondary .place .tel{
	margin-bottom:0;
}


/* FOOTER */

#footer {
}
#footer a:hover{
	text-decoration:underline;
}

#footer .container-inner {
	padding:20px 0;
	background:url(../images/common/f-bg.png) no-repeat right bottom;
}

#footer #f-map .f-gmap{
	width:100%;
	height:340px;
	border:none;
}

#footer #f-general #f-address{
	width:710px;
}
#footer #f-general #f-address .gmap-link{
	float:right;
	display:inline-block;
	margin-top:5px;
	margin-bottom:5px;
}

#footer #f-general #f-address .address{
	float:left;
	display:inline-block;
	margin-bottom:5px;
}

#footer #f-general #f-address .address .name{
	margin-right:10px;
	color:#00aecc;
	font-size:18px;
	font-weight:bold;
	letter-spacing:0.5px;
}
#footer #f-general #f-address .address .place,
#footer #f-general #f-address .address .tel{
	margin-right:10px;
}

#footer #f-general #f-address .access-list li{
	display:inline-block;
	margin-right:15px;
}





#footer .copyright {
	color:#00aecc;
	font-size: 12px;
	margin: 0;
}

/* NAVIGATION */

#toggle {
	display: none;
}

#nav {
	background:url(../images/common/nav-bg.png) repeat-x bottom center;
}

#nav .container-inner {
}

#nav #pc-nav{
	margin-bottom:0;
}

#nav li {
	float: left;
	width: 216px;
	height: 62px;
}

#nav li.home {
	float: left;
	width: 96px;
	height: 62px;
}

#nav li a,
#nav li a span {
	display: block;
	width: 216px;
	height: 62px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background-position: center center;
	background-repeat: no-repeat;
}

#nav li.home a,
#nav li.home a span {
	width: 96px;
	height: 62px;
}

#nav li.home a {
	background-image:url(../images/common/nav-home.png);
}
#nav li.about a {
	background-image:url(../images/common/nav-about.png);
}
#nav li.treatment a {
	background-image:url(../images/common/nav-treatment.png);
}
#nav li.disease a {
	background-image:url(../images/common/nav-disease.png);
}
#nav li.cooperation a {
	background-image:url(../images/common/nav-cooperation.png);
}

#nav li a:hover span,
#nav li.on a span {
	background:url(../images/common/nav-bg_on.png) repeat-x bottom center;
}

.fixed {
	position: fixed;
	left: 0;
	right: 0;
	width: 100%;
	top: -40px;
	box-shadow: 0 2px 2px rgba(0,0,0,0.2);
	z-index: 9999;
}



/* TITLE */

#title {
	background:url(../images/common/title-bg.jpg) no-repeat center center / cover;
}

#title .title-wrapper {
	height:190px;
	background:url(../images/common/h-piece.png) no-repeat left center / contain;
}

#title .title-wrapper .title {
	padding:110px 0 0 170px;
}



/* CONTENT */

#content {
	padding-top:30px;
}

#content .container-inner {
	padding: 10px 0 5px 0;
}

#main {
	float: left;
	width: 660px;
}

#side {
	float: right;
	width: 240px;
}

.section {
	margin-bottom: 40px;
}

.section-s {
	margin-bottom: 30px;
}

#side .section {
	margin-bottom: 20px;
}

.pagetop {
	position:fixed;
	right:10px;
	bottom:10px;
	line-height:0;
	text-align: right;
	margin: 0;
	z-index:500;
	
	border-radius:50%;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	-o-border-radius:50%;
	-ms-border-radius:50%;
	
	box-shadow: 0px 10px 10px -6px #666;
	-webkit-box-shadow: 0px 10px 10px -6px #666;
	-moz-box-shadow: 0px 10px 10px -6px #666;
}
.pagetop a {
	text-decoration:none;
}


/* CALENDAR */

#calendar-content .cal-current {
	font-size:12.6px;
}
#calendar-content .cal-current span {
	font-size:18px;
}
#calendar-content .inner .table-area{
	width:100%;
	margin-right:20px;
}
#calendar-content .inner .desc-area{
	float:left;
}
#calendar-content .inner .table-area table{
	width:100%;
}
#calendar-content .inner .table-area table th{
	padding:5px;
	height:20px;
	background-color:#f3f0e9;
	font-size:12px;
	line-height:1.2;
	text-align:center;
	vertical-align:middle;
	border:1px solid #FFF;
}
#calendar-content .inner .table-area table td{
	width:34px;
	padding:5px;
	height:20px;
	font-size:12px;
	line-height:1.2;
	text-align:center;
	vertical-align:top;
	border:1px solid #FFF;
}
#calendar-content .inner .table-area table td.close{
	color:#FFF;
	font-weight:bold;
	background-color:#00aecc;
}
#calendar-content .inner .table-area table td.pm{
	background-color:#fbd68a;
}
#calendar-content .inner .table-area table td span.reserve{
	color:#1c1f87;
}
#calendar-content .inner .desc-area .desc-list{
	margin-bottom:0;
}
#calendar-content .inner .desc-area .desc-list li{
	display:inline-block;
	padding-left:1.3em;
	margin-bottom:10px;
	margin-right:15px;
	line-height:1.14;
}
#calendar-content .inner .desc-area .desc-list li span.mark{
	margin-left:-1.3em;
	margin-right:0.3em;
}
#calendar-content .inner .desc-area .desc-list li.close span.mark{
	color:#00aecc;
}
#calendar-content .inner .desc-area .desc-list li.pm span.mark{
	color:#fbd68a;
}
#calendar-content .inner .desc-area .desc-list li.reserve span.mark{
	color:#1c1f87;
}
#calendar-content .month{
	position:relative;
	text-align:center;
	width:100%;
	margin-bottom:3px;
}
#calendar-content .month #cal-prev{
	position:absolute;
	bottom:0;
	left:0;
	cursor:pointer;
}
#calendar-content .month #cal-next{
	position:absolute;
	bottom:0;
	right:0;
	cursor:pointer;
}
#calendar-content .month #cal-prev:hover,
#calendar-content .month #cal-next:hover{
	filter:alpha(opacity=60); /* IE 6,7*/
	-ms-filter: "alpha(opacity=60)"; /* IE 8,9 */
	-moz-opacity:0.6; /* FF , Netscape */
	-khtml-opacity: 0.6; /* Safari 1.x */
	opacity:0.6;
	zoom:1; /*IE*/
}


/* COMMON */

.title-r > span{
	display:inline-block;
	padding-left:36px;
	background:url(../images/common/title-r.png) no-repeat 0 9px;
	color:#00aecc;
	font-size:22px;
	letter-spacing:2.5px;
}
.title-bl{
	color:#00aecc;
	font-size:20px;
	font-weight:bold;
	font-family: "Ryumin Medium KL", "リュウミン M-KL", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	letter-spacing:2.5px;
	line-height:1.5;
}
.title-dbl{
	color:#0068b6;
	font-size:28px;
	font-weight:bold;
	font-family: "Ryumin Medium KL", "リュウミン M-KL", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	letter-spacing:2.5px;
	line-height:1.57;
}
.title-dbl.type_s{
	font-size:16px;
}
.title-bls{
	margin-bottom:0;
	color:#00aecc;
	font-weight:bold;
}
.title-blsr{
	margin-bottom:0;
	padding-left:14px;
	color:#00aecc;
	font-weight:bold;
	background:url(../images/common/title-blsr.png) no-repeat 0 5px;
}
.title-grad{
	margin-bottom:15px;
	padding-left:10px;
	color:#FFF;
	font-size:20px;
	font-weight:bold;
	font-family: "Ryumin Medium KL", "リュウミン M-KL", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	letter-spacing:2.5px;
	background:url(../images/common/title-grad.jpg) repeat-y center center / contain;
}

.c-bl{
	color:#00aecc;
}
.c-dbl{
	color:#0068b6;
}

.anchor-sv a{
	display:inline-block;
	padding-left:10px;
	background:url(../images/common/anchor-sv.png) no-repeat 0 6px;
	font-weight:bold;
	text-decoration:none;
}
.anchor-sv a:hover{
	text-decoration:underline;
}

.listmark-temp li{
	padding-left:1em;
}
.listmark-temp li span.mark{
	margin-left:-1em;
}
.listmark-bl li{
	padding-left:16px;
	background:url(../images/common/listmark-bl.png) no-repeat 0 4px;
}
.listmark-bls li{
	padding-left:5px;
	background:url(../images/common/listmark-bls.png) no-repeat 0 10px;
}
.listmark-sq li{
	padding-left:12px;
	background:url(../images/common/listmark-sq.png) no-repeat 0 6px;
}

dl.listmark-bls dt{
	color:#00aecc;
	font-weight:bold;
}
dl.listmark-bls dd{
	padding-left:5px;
	background:url(../images/common/listmark-bls.png) no-repeat 0 8px;
}


.oc-area{
	padding:20px 20px 10px 20px;
	background:#fef8eb;
}
.ocb-area{
	padding:20px 20px 10px 20px;
	border:1px solid #f8bb3c;
}
.bl-area{
	padding:10px 15px 8px 15px;
	background:#d8f2f7;
}


table.t100p{
	width:100%;
}

table.type01{
}
table.type01 th{
	padding:5px 10px;
	text-align:center;
	vertical-align:middle;
	border-bottom:1px solid #e1d6d4;
}
table.type01 td{
	padding:5px 20px;
	text-align:center;
	vertical-align:middle;
	border-bottom:1px solid #e1d6d4;
}
table.type01 .first-row th,
table.type01 .first-row td{
	background:#f3f0e9;
	border-bottom:none;
}
table.type01 th .lead{
	float:left;
}
table.type01 th .term{
	float:right;
}
table.type01 .open{
	color:#00aecc;
}

.quad-box .box01,
.quad-box .box02{
	float:left;
	width:228px;
	margin-right:16px;
}
.quad-box .box03{
	float:left;
	width:228px;
}
.quad-box .box04{
	float:right;
	width:228px;
}

.half-box .boxl{
	float:left;
	width:460px;
}
.half-box .boxr{
	float:right;
	width:460px;
}


.fl-cont .image{
	float:right;
	clear:both;
	padding-left:15px;
}
	
.fl-cont .bar{
	float:right;
	width:1px;
	height:175px;
}
	
	.cols-box .boxl{
		float: left;
	}
	.cols-box .boxr{
		float: right;
	}
	.cols-box.type_half .boxl,
	.cols-box.type_half .boxr{
		width: 472px;
	}
	.cols-box .image-box.col02{
		letter-spacing: -.4em;
	}
	.cols-box .image-box.col02 .image{
		display: inline-block;
		vertical-align: top;
		width: 228px;
		margin-right: 15px;
		letter-spacing: normal;
	}
	.cols-box .image-box.col02 .image:last-child{
		margin-right: 0;
	}
	
	.bln_set{
		position: relative;
	}
	.bln_set .bln{
		position: absolute;
	}
	.cols-box .image-box .image .bln{
		top: -20px;
		left: -20px;
	}
	.labels{
		display: inline-block;
		padding: 10px 15px;
		color: #ffffff;
		font-weight: bold;
		background-color: #0068b6;
		border-radius: 50%;
	}
	.w-box{
		padding: 10px 15px;
		background-color: #ffffff;
	}

#content a[href*=".pdf"]:after{
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 15px;
	height: 20px;
	margin-left: 10px;
	background-image: url("../images/common/anchor-pdf.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 15px auto;
}

	.btn-type01 a{
		display: inline-block;
		padding: 8px 15px;
		font-size: 112.5%;
		font-family: "Ryumin Medium KL", "リュウミン M-KL", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "MS PMincho", serif;
		font-weight: bold;
		letter-spacing: 0.5pt;
		text-decoration: none !important;
		background-color: #eef9ff;
	}
	.btn-type01 a:hover{
		filter:alpha(opacity=60); /* IE 6,7*/
		-ms-filter: "alpha(opacity=60)"; /* IE 8,9 */
		-moz-opacity:0.6; /* FF , Netscape */
		-khtml-opacity: 0.6; /* Safari 1.x */
		opacity:0.6;
		zoom:1; /*IE*/
	}
	.btn-type01.type_l a{
		font-size: 125%;
	}
	.btn-type01.type_block a{
		display: block;
	}

}
