@charset "utf-8";

/*==================================================

	2ndページ　コンテンツエリアのスタイル

==================================================*/


/*---------- 大見出し ----------*/

div#contentArea h2 {
	margin: 0 0 20px 0;
	padding: 0;
}

/*---------- 中見出し ----------*/

div#contentArea h3 {
	margin: 30px 0 20px 0;
	padding: 0;
}

/*---------- 小見出し ----------*/

div#contentArea h4 {
	font-weight: bold;
	color: #093F7F;
	font-size: 1.2em;
	margin: 30px 0 15px 0;
}

/*---------- 文章の段落 ----------*/

div#contentArea p {
	font-size: 1.1em;
	line-height: 1.5;
	margin: 0 0 1em 0;
}

/*---------- レイアウト用テーブルの基本スタイル ----------*/


/*全てのテーブル下に余白を15px取る*/
div#contentArea table {
	margin: 0 0 15px 0;
}


/*全てのテーブルセル下に余白を15px取る*/
div#contentArea table td {
	vertical-align: top;
	font-size: 1.1em;
	line-height: 1.5;
	padding-bottom: 15px;
}

/*テーブルセル内のイメージ下に余白を15px取る*/
/*テーブルセル内のイメージ下に余白を5px取る*/
div#contentArea table td img {
	margin: 0 0 5px 0;
	border:0px 0px 0px 0px;
}



/*---------- レイアウト用テーブル（施設・設備の詳細） ----------*/

div#contentArea table.detail {
	border-collapse: collapse;
	width: 100%;
}

div#contentArea table.detail th {
	border: 1px solid #CCCCCC;
	background-color: #E6E6E6;
	font-size: 1.1em;
	line-height: 1.5;
	text-align: left;
	vertical-align: top;
	padding: 6px 3px 6px 6px;
}

div#contentArea table.detail td {
	border: 1px solid #CCCCCC;
	font-size: 1.1em;
	line-height: 1.5;
	vertical-align: top;
	padding: 6px 3px 6px 6px;
}


/* 幅調整 */

/*
設備詳細の表の幅を調節
クラス名.titleを付けたthセルの幅を余白含めて250pxに設定
*/

th.title {
	width: 241px;
}

/*
設備詳細の表の幅を調節
クラス名.titleを付けたtdセルの幅を余白含めて413pxに設定
*/

td.title {
	width: 404px;
}

/*テーブルセルの右方向に余白を15px付ける*/

td.pad-right15 {
	padding-right: 15px;
}

/*テーブルセルの右方向に余白を30px付ける*/

td.pad-right30 {
	padding-right: 30px;
}

/*テーブルセルの左方向に余白を15px付ける*/

td.pad-left15 {
	padding-right: 15px;
}

/*テーブルセルの左方向に余白を30px付ける*/

td.pad-left30 {
	padding-right: 30px;
}

table, td {
	padding-left:0px;
	border:0px;
	border-collapse:collapse;
}

/*---------- レイアウト用テーブル（インデントしたブロック） ----------*/

div#contentArea table.sub {
	margin: 0 0 30px 30px;
}

/*---------- 番号なしリストのスタイル ----------*/

div#contentArea ul {
	margin: 0 0 1em 1.5em;
	padding: 0;
	list-style-position: outside;
}

div#contentArea ul li {
	font-size: 1.1em;
	line-height: 1.5;
}

/*---------- 番号つきリストのスタイル ----------*/

div#contentArea ol {
	margin: 0 0 1em 2em;
	padding: 0;
	list-style-position: outside;/*リスト先頭のスタイル*/
}

div#contentArea ol li {
	font-size: 1.1em;
	line-height: 1.5;
}


/*---------- 定義リストのスタイル ----------*/

div#contentArea dl {
	margin: 0 0 30px 0;
}

div#contentArea dl dt {
	font-size: 1.1em;
	line-height: 1.5;
}

div#contentArea dl dt {
	font-size: 1.1em;
	line-height: 1.5;
}


/*---------- リンクを設定した画像のボーダーを非表示に ----------*/

div#contentArea a img {
	border: none;
}



/*==================================================

	汎用スタイル

==================================================*/


/*----------右に寄せる ----------*/

.right {
	text-align: right;
}

/*---------- 中央に寄せる ----------*/

.center {
	text-align: center;
}



/*文字サイズ調整*/

div#contentArea table td li,
div#contentArea table td p {
	font-size: 1em;!important
}



