@charset "utf-8";

/* -----------------------------------------------------------
CSS Information

 File name:      contents.css
 Author:         masaki kiuchi
 Style Info:     各コンテンツページ用スタイル
----------------------------------------------------------- */


/*----------------------------------------------------
	#contents
----------------------------------------------------*/

body {
	background: url(../img/share/background.gif) repeat-x left top;
}

div.box h3.flow {
	padding: 10px;
	margin: 0;
	border: #FC0 solid 1px;
	font-size: 1.4em;
	color: #505050;
	line-height: 1.8;
	text-align: center;
	background-color: #FFFCF5;
}

table.flow {
	margin: 20px 40px;
	width: 600px;
	line-height: 1.8;
	font-size: 1.2em;
}

table.flow th {
	padding: 10px;
}

table.flow td {
	padding: 10px;
	border-top: #D0D0D0 dashed 1px;
	border-bottom: #D0D0D0 dashed 1px;
}

table.facilities {
	width: 700px;
	margin: 25px 20px;
	border: 1px solid #CCCCCC;
	font-size: 1.2em;
	color: #666666;
	border-collapse: separate;
	border-spacing: 1px;
}

table.facilities th {
	padding: 15px 5px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	background-color: #BCCCBC;
}

table.facilities td {
	padding: 15px 5px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	background-color: #FFF;
	text-align: center;
	white-space: nowrap;
}

table.facilities td.gray {
	background-color: #999;
	color: #FFF;
	font-weight: bold;
}

table.facilities td.gray2 {
	background-color: #F6F6F6;
}

table.sitemap {
	width: 700px;
	margin: 50px 20px 50px;
	font-size: 1.2em;
	color: #666666;
}

table.sitemap th {
	padding: 5px 10px;
	background-color: #F1F1F1;
	text-align: left;
	border-bottom: #FFF solid 3px;
}

table.sitemap th a {
	padding-left: 2em;
	background: url(../img/sitemap/arrow.gif) no-repeat left center;
	font-weight: bold;
}

table.sitemap th.white {
	padding: 5px;
	background-color: #FFF;
}

table.sitemap td {
	padding: 5px;
	background-color: #FFF;
	text-align: center;
}

table.sitemap td.t1 {
	background: url(../img/sitemap/bar_T1.gif) no-repeat center center;
}

table.sitemap td.i {
	background: url(../img/sitemap/bar_I.gif) repeat-y center center;
}

table.sitemap td.t {
	background: url(../img/sitemap/bar_T.gif) no-repeat center center;
}

table.sitemap td.l {
	background: url(../img/sitemap/bar_L.gif) no-repeat center center;
}

div.box h4.book {
	margin-top: 0;
	font-size: 1.8em;
	background-color: #FFF;
	color: #000;
	border-left: #719185 5px solid;
}

div.box ol,div.box ul {
	margin-top: 1em;
	margin-left: 4em;
	font-size: 1.2em;
}

div.box ol li,div.box ul li {
	margin-bottom: 1em;
}

.graytxt {
	color: #333333;
}

div.box p.lasik {
	font-size: 1.4em;
	line-height: 2;
	padding: 10px;
}

div.box p.newsdate {
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 0;
}

div.box p.newscontents {
	font-size: 1.2em;
	border-bottom: #CCC dashed 1px;
	padding-bottom: 1em;
}

div.floor3 {
	width: 700px;
	height: 430px;
	margin-left: 20px;
}

div.floor3 p.photo01 a {
	position: absolute;
	left: 425px;
	top: 19px;
	width: 180px;
	display: block;
	text-align: center;
	font-size: 14px;
}

div.floor3 p.photo02 a {
	position: absolute;
	left: 270px;
	top: 150px;
	width: 80px;
	display: block;
	text-align: center;
	font-size: 14px;
}

div.floor3 p.photo03 a {
	position: absolute;
	left: 513px;
	top: 140px;
	width: 80px;
	display: block;
	text-align: center;
	font-size: 14px;
	line-height: 1.3;
}

div.floor4 {
	background: url(../img/facilities/4floor.gif) no-repeat left top;
	width: 621px;
	height: 430px;
	margin-left: 67px;
	position: relative;
}

div.floor4 p.photo04 a {
	position: absolute;
	left: 365px;
	top: 225px;
	width: 100px;
	display: block;
	text-align: center;
	font-size: 14px;
}


/*----------------------------------------------------
	#sub
----------------------------------------------------*/

div#sub ul {
	margin: 0;
	font-size: 1.1em;
}

div#sub ul li {
	list-style: none;
	display: inline;
}

div#sub ul li a {
	margin: 0 1px 1px 1px;
	padding: 5px 0 5px 10px;
	display: block;
	background-color: #6AB18F;
	color: #FFF;
	border-left: #4b675a solid 5px;
	font-weight: normal;
}

div#sub ul li a:hover {
	color: #FFF;
	text-decoration: none;
	background-color: #408161;
	border-left: #FC0 solid 5px;
}

div#sub ul li a.current {
	margin: 0 1px 1px 1px;
	padding: 5px 0 5px 10px;
	display: block;
	background-color: #408161;
	color: #FFF;
	border-left: #FC0 solid 5px;
	font-weight: normal;
}
