@charset "Shift_JIS";
/* ===================================================================
CSS information

 file name  :import.css
 author     :株式会社エージス東京
 style info :各CSSファイル読み込み用
=================================================================== */

/* リセット及びbodyデフォルトの基本設定
----------------------------------------------------------- */
@import url("default.css");

/* レイアウトの基本設定
----------------------------------------------------------- */
@import url("layout.css");

/* 共通のスタイル指定
----------------------------------------------------------- */
@import url("module.css");

/* コンテツ内のスタイル指定
----------------------------------------------------------- */
@import url("contents.css");

/* ナビゲーションスタイル
----------------------------------------------------------- */
@import url("navi.css");

/* ヘッダースタイル
----------------------------------------------------------- */
@import url("header.css");

/* フッタースタイル
----------------------------------------------------------- */
@import url("footer.css");

/* 印刷用スタイル指定
----------------------------------------------------------- 
@import url("print.css");*/

/* 料金案内案内要素
---------------------------------------- */
.priceBody #contents .main table.web	{
	width: 560px;
	margin: 0 10px 30px;
	border-top: 1px dotted #212121;
}
.priceBody #contents .main table td:hover	{
	background: #F4F4F4;
}
.priceBody #contents .main table.web th	{
	width: 150px;
	padding: 15px 0 15px 30px;
	background: #F4F4F4;
	border-right: 1px solid #212121;
	border-bottom: 1px solid #BBB;
	border-left: 3px solid #212121;
	vertical-align: top;
	background: #EEE;
}
.priceBody #contents .main table.web td	{
	padding: 15px;
	border-bottom: 1px dotted #212121
}
.priceBody #contents .main table.seo	{
	border-top: 1px dotted #212121;
	margin-top: 0;
	margin-bottom: 30px;
	width: 100%;
}
.priceBody #contents .main table.seo th	{
	background: #F4F4F4;
	border-right: 1px solid #212121;
	border-bottom: 1px solid #BBB;
	border-left: 3px solid #212121;
	vertical-align: top;
	background: #EEE;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.priceBody #contents .main table.seo td	{
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: dotted;
	border-left-style: solid;
	border-bottom-color: #212121;
	border-left-color: #212121;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
}
.priceBody #contents .main table.option {
	width:100%;
	margin-bottom: 10px;
}

.priceBody #contents .main table.option th {
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: dashed;
	border-left-style: solid;
	border-bottom-color: #212121;
	border-left-color: #212121;
	background-color: #EEEEEE;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #212121;
	padding: 5px;
}

.priceBody #contents .main table.option td {
	text-align:left;
	font-size: 12px;
	padding: 5px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: dotted;
	border-left-style: solid;
	border-bottom-color: #212121;
	border-left-color: #212121;
}
.option th#price {
	width: 110px;
}
.priceBody #contents .main .column	{
	width: 550px;
	border: 1px dotted #BBB;
	padding: 20px 15px 10px;
	margin-bottom: 30px;
}

.priceBody #contents .main h4	{
	background: #EEE;
	border-left: 3px solid #212121;
	padding: 5px 10px;
	margin-bottom: 10px;
	font-size: 116.6%;
}
.priceBody #contents .main h5	{
	padding: 5px 10px;
	margin-bottom: 10px;
	border: 3px solid #167AAE;
	font-size: 12px;
}
.priceBody #contents .main .column .imgArea	{
	margin: 0 -10px;
}

