/*----------------------------------------------------------------------------
******************************************************************************
Layout
******************************************************************************
----------------------------------------------------------------------------*/
/* ==== Base === */
body {
	background: url(../images/body_bg.jpg);

	min-height: 100vh;
	display: flex;
	flex-direction: column;
}

.layout {
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
}

/* ==== Backgraund === */
#wrap {
	background: url(../images/wrap_bg.jpg) repeat-x;
}
/* ==== Header === */
#hd {
	height: 80px;
	position: relative;
	background: url(../images/hd_bg.jpg) no-repeat;
}
/* ==== Navigation === */
#nav {
	height: 50px;
	background: url(../images/nav_bg.jpg) no-repeat;
}

#nav ul {}
#nav li {
	float: left;
}
#nav a img.current {
	opacity: 0;
	filter: alpha(Opacity=0);
}

/* ==== Content === */
#con {}
#sidenav {
	width: 220px;
	float: left;
	margin-top:20px;
	background:#FFFFFF;
}
#sidenav ul {
	padding: 0px;
}
#sidenav li {
	background: url(../images/sidenav_icon.png) no-repeat 6px 16px;
}
#sidenav li a {
	width:220px;
	box-sizing:border-box;
	height: auto;
	padding: 12px 5px 5px 23px;
	display: block;
	text-decoration: none;
	font-size: 12px;
	color: #333333;
	border-bottom:dotted 1px #CCC;
}

#main {
	width: 720px;
	margin-top:20px;
	float:right;
}
#i_main {
	width: 960px;
	margin-top:20px;
}
/* ol,ul */
#main ol, #main ul {
	padding: 5px 0px 5px 25px;
}
#main ul {
	list-style-type: disc;
}
#main ol li, #main ul li {
	padding: 5px 0px;
}
#main .sentence ol, #main .sentence ul {
	padding-left: 3.5em;
}
.sentence ol {
	clear:both;
}

/* table */
#main table {
	margin: 10px 0px;
}
#main table th, #main table td {
	padding: 5px;
}
/* img */
#main a img{
	display: inline-block;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
#i_main a img{
	display: inline-block;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
#main a img:hover, .shrink:focus, .shrink:active {
	-webkit-transform: scale(0.9);
	transform: scale(0.9);
}
#i_main a img:hover, .shrink:focus, .shrink:active {
	-webkit-transform: scale(0.9);
	transform: scale(0.9);
}
#left_box {
	width:400px;
	float:left;
	overflow:hidden;
	}
#right_box {
	width:540px;
	float:right;
	}

/* ==== Footer === */
#ft {
	margin-top:auto;
	padding-top:20px;
	padding-bottom:35px;
	text-align: center;
	background: url(../images/ft_bg.jpg) repeat-x;
	color:#25336A;
}
/*----------------------------------------------------------------------------
******************************************************************************
Head
******************************************************************************
----------------------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
}
h1 {
	position: absolute;
	top: 0px;
	left: 0px;
}
h2 {
	font-size: 2.5em;
	font-weight:normal;
	padding: 0.3em 0 0.5em 1.0em;
	margin: 0 0 0.4em 0;
	background: url(../images/h2_bg.jpg) left center no-repeat;
	color: #0C2749;
}
.education_h2{
	font-size: 1.5em;
	font-weight:normal;
	margin: 0 0 0.4em 0;
	padding: 0.2em 0 0.6em 1.6em;
	color: #0C2749;
	line-height:1.2em;
	}
h3 {
	font-size: 1.4em;
	font-weight:normal;
	padding: 0.5em 0 0.5em 2.4em;
	margin: 0.8em 0 0.8em 0;
	background: url(../images/h3_bg.jpg) left center no-repeat;
	color:#FFFFFF;
}
#left_box h3 {
	font-size: 1.4em;
	font-weight:normal;
	padding: 0.5em 0 0.5em 2.0em;
	background: url(../images/i_gaiyou_bg.jpg) left center no-repeat;
	color:#FFFFFF;
}
h4 {
	font-size: 1.3em;
	padding: 0 0 0 0.3em;
	margin: 0.8em 0 1.0em 0;
	color:#06C;
	border-left:#06C 6px solid;
}
h5 {
	font-size: 1.0em;
	padding: 0 0 0 0.3em;
	margin: 1.0em 0 0.3em 0;
	color:#25346A;
	border-left:#25346A 6px solid;
	border-bottom:#25346A 1px solid;
}
.sentence h4, .sentence h5 {
	color: #000;
	border-left: 0;
	border-bottom: 0;
	font-weight:normal;
}
.sentence h5 {
	font-size: 1.2em;
}
.sentence h6 {
	padding-left: 1em;
	font-size: 1.1em;
	font-weight:normal;
}

h1.img, h2.img, h3.img, h4.img, h5.img, h6.img { margin: 0;padding: 0;background: none;border: none; }

/*----------------------------------------------------------------------------
******************************************************************************
Original
******************************************************************************
----------------------------------------------------------------------------*/
/* ==== Index === */
#i_img {
	margin-top:20px;
}
#i_news {
}
#i_news table {
}
#i_news table td {
	vertical-align: top;
	font-size: 0.8em;
	padding: 10px;
	border-bottom: 1px dotted #CCC;
}
#i_news table td.date {
	width: 120px;
	background: url(../images/common/news_icon.gif) 0 10px no-repeat;
	padding-left: 15px;
}
#i_bnr{
	margin-top:20px;
	width:399px;
	float:left;
}
.patients {
	text-align: center;
}
.patients a{
	text-decoration: none;
	background: #41c1f2;
	display: block;
	color: #fff;
	padding: 10px;
	font-size: 1.3em;
	margin: 10px 0;
	border-radius: 15px;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
}
.patients a:hover {
	background: #d5f2fd;
	color: #41c1f2;
}
/*----pagetop----*/
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
}
#page-top a {
    background: #666;
    text-decoration: none;
    color: #fff;
    width: 100px;
    padding: 30px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
}
#page-top a:hover {
    text-decoration: none;
}
#greeting_ph {
	width: 222px;
	float: left;
	box-sizing:border-box;
	padding: 10px;
	border: 1px solid #CCC;
}
#greeting_txt {
	width: 450px;
	float: right;
}
#greeting_txt p {
	font-size: 1.5em;
}
.sentence p {
	padding-left: 1em;
	text-indent: 1em;
}