@charset "utf-8";
/* CSS Document */

/*-----------------------------------------
		       お知らせ(新着)
-----------------------------------------*/
#information{
	width:610px;
	overflow:auto;
	height:190px;
	margin:0 auto 25px;
	text-align:left;
	line-height:110%;
}

#information dt{
	color:#6e8b29;
	font-weight:bold;
	font-size:120%;
	line-height:120%;
	background-image:url(../img/icon-infotitle.png);
	background-repeat:no-repeat;
	margin:0 0 7px;
	padding:0 0 0 23px;
}

#information dd{
	border-bottom:1px solid #b9e258;
	padding:0 0 15px;
	margin:0 0 15px 0;
}

#information .box{
	margin:0 0 0 25px;
}

#information .date{
	font-size:80%;
	padding:0 15px 0 0;
	font-weight:normal;
}



/*-----------------------------------------
		       	医院概要
-----------------------------------------*/
.Chour_table table{
   margin:0 0 5px;
}
.Chour_table td{
	text-align:center;
	letter-spacing:0.1em;
	padding: 5px;
}
.Chour_table th{
	background-color:#b8ca9d;
	font-weight:bold;
	color:#6c7d45;
	padding: 5px;
	text-align: center;
}
.Chour_table .Chour_time{
	background-color:#eeffc6;
	color:#4f6619;
	text-align: center;
	font-size:100%;
}

/*-----------------------------------------
		       	acupuncture
-----------------------------------------*/
.index-shinkyu-bg{
	background:url(../img/shinkyu-bg.png) no-repeat center top;
	width:610px;
	height: 500px;
	padding:20px 0 50px;
	box-sizing: border-box;
	position: relative;
}

.index-shinkyu-bg .box{
	width:550px;
	margin: 0 auto !important;
	padding:15px;
	/* [disabled]background-color:rgba(255,255,255,0.7); */
	/* [disabled]box-shadow: 2px 2px 5px #666; */
}

.acu_table th{ text-align:left;}
