﻿@charset "utf-8";
@import "/css/common.css";
/*==================================================================*/

/* institation css */

/*==================================================================*/

#institation{margin:0 auto;}


/* トップコンテンツ */
/* ---------------------------------------------------------------- */
#institation #top-contents{margin:0 auto 2em;}
	
/* キャッチ */
#top-contents #catch *{margin:0;padding:0;}
#top-contents #catch{float:left;width:379px;}

#top-contents #catch p{margin:1em 1.5em;text-align:left;font-size:1.15em;}


/* イラスト */
#top-contents #illust-area *{margin:0;padding:0;}
#top-contents #illust-area{
	float:right;
	width:245px;
}


/* clear hack */
#institation #top-contents{zoom:1;}
#institation #top-contents:after{content:".";clear:both;height:0;display:block;visibility:hidden;}



/* block */
#institation .block{margin:0 auto 2em;width:660px;}
#institation .block p{margin:0 1.5em 1.5em;text-align:left;font-size:1.15em;}

#institation .block img.charity-photo{float:right;padding:0 0 0.3em 0.3em;}

#institation .block h2{
	padding-left:0.8em;
	background:url('../image/t_sub_back.jpg') no-repeat 0 0;
	font-size:1.4em;
	color:#fff;	
}

/* おもな施設 */
/* ---------------------------------------------------------------- */

#institation .block ul.shisetsu{
	padding:1em 2em;
	background:#fdfcf4;
	border:1px solid #efe8ac;
	margin-left:1em;
	font-size:1.4em;
	font-weight:bold;	
}

/* map-area */
/* ---------------------------------------------------------------- */

#institation .block #map-area *{margin:0;padding:0;}

#institation .block #map-area{margin:0 auto 2em;width:660px;}


/* １階図面 */
#institation .block #map-area .fig-1f{
	float:left;
	width:356px;
	text-align:center;
}
/* 2階図面 */
#institation .block #map-area .fig-2f{
	float:right;
	width:294px;
	text-align:center;
}

/* clear hack */
#institation .block #map-area{zoom:1;}
#institation .block #map-area:after{content:".";clear:both;height:0;display:block;visibility:hidden;}



/* 写真エリア */
/* ---------------------------------------------------------------- */

#institation .block #photo-area *{margin:0;padding:0;}

#institation .block #photo-area{
	margin:0 auto 2em;
	width:634px;
}
#institation .block #photo-area dl{
	float:left;
	margin:0 0 1.5em;
	text-align:center;
	width:210px;
}

#institation .block #photo-area dt{}
#institation .block #photo-area dd{}

/* clear hack */
#institation .block #photo-area{zoom:1;}
#institation .block #photo-area:after{content:".";clear:both;height:0;display:block;visibility:hidden;}


/* 共通table */
/* ---------------------------------------------------------------- */

#institation .block table{
	margin:0 auto 1.5em;
	width:600px;
}

#institation .block tr{
	background:url('../image/dotline.jpg') repeat-x 0 bottom;
}
#institation .block th{
	margin:3px;
	padding:0.3em 0;
	width:120px;
	border-left:5px solid #fe7800;
	background:#efefef;
}
#institation .block td{
	margin:2px;
	padding:0.3em 1em;
	background:url('../image/tateline.jpg') repeat-y 0 50%;
	font-size:1.2em;
}


/* 価格表table */
#institation .block #price *{margin:0;padding:0;}

#institation .block #price{margin:0 auto;width:600px;}
#institation .block #price h3{
	margin-bottom:0.3em;
	padding:0 0 0 0.5em;
	border-bottom:3px double #ccc;
}
#institation .block #price table{
	margin:0 auto;
	width:600px;
	border:1px solid #ccc;
	border-collapse:collapse;
}
#institation .block #price table tr{background:none;}

#institation .block #price table tr.odd td{background:#fff7ef;}


#institation .block #price table th{
	border:none;
	border:1px solid #ccc;
	border-collapse:collapse;
	line-height:1.4;
}

#institation .block #price table th.kakaku{background:#fffad1;}


#institation .block #price table td{
	background:none;
	padding:0.1em 0.5em;
	text-align:right;
	border:1px solid #ccc;
	border-collapse:collapse;
	}
