@charset "utf-8";
/* ---------------------------------------------
 独立したページ用
--------------------------------------------- */
#page h1  {
	margin: 0 0 5px;
	padding: 8px 0 7px 25px;
	background: url(../img/h2_bg.gif) no-repeat;
	color: #333333;
	font-size: 115%;
}

#page h2  {
	clear: both;
	margin: 30px 5px 0 0;
	padding: 4px 10px 4px 18px;
	background: #f5f5f5 url(../img/info/h2_bg.gif) no-repeat 8px 4px;
	color: #333333;
	border: 1px solid #eeeeee;
	font-size: 115%;
}

#page ol,#page ul,#page dl  {
	margin: 5px 20px 10px 42px;
}

#page ol li  {
	margin-bottom: 7px;
	list-style-type: decimal;
}

#page ul li  {
	margin-bottom: 7px;
	list-style-type: square;
}

#page dl dd  {
	margin-bottom: 30px;
}

#page #tel2  {
	margin: 40px 0 15px;
}

/* -- TABLE -- */
#page table {
	width: 95%;
	margin: 15px;
	background: #DDE6D1;
	
}
#page table th {
	background: #A7CC78;
	color: #ffffff;
	padding: 10px;
	white-space: nowrap;
}
#page table td {
	background: #F8FAF6;
	padding: 8px;
}

/* -- TABLEコンシェルとは -- */
#page table#concierToha {
	width: auto;
	margin: 30px 0 20px;
	
}
#page table#concierToha th {
	background: #ffffff;
	padding: 0;
}
#page table#concierToha td {
	background: #F5F2EC;
	padding: 15px 0 8px;
	border: 1px solid #E9E4DB;
	text-align: center;
	line-height: 2em;
}

/* -- TABLEコンシェル一覧 -- */
#page table.con_list {
	width:80%;
	background:#f9f9f9;
	border:1px solid #cccccc;
	margin:20px 0 20px;
}
#page table.con_list th,#page table.con_list td {
	text-align:left;
	padding:0;
	border: 0;
	background:#f9f9f9;
}
#page table.con_list th {
	width:65px;
}

#page table.con_list td.td_con1 {
	border-top:5px solid #9DC22E;
	padding-left:3px;
	font-size:14px;
	font-weight:bold;
	line-height:1.6em;
}
#page table.con_list td.td_con1 strong {
	font-size:16px;
	color:#8CB218;
}
#page table.con_list td.td_con1 span.kana {
	font-size:11px;
	font-weight:normal;
}
#page table.con_list td.td_con2 {
	background:#ECF5D8;
	font-size:12px;
	padding-left:15px;
	line-height:2.5em;
}
#page table.con_list td.td_con2 span {
	background:#99BB32;
	color:#ffffff;
	padding:3px 5px 2px;
	margin-right:7px;
	font-weight:bold;
}

/* -- TABLEコンシェル自己紹介 -- */
#page table.con_intro {
	width:95%;
	background:#f9f9f9;
	border:1px solid #cccccc;
	margin:20px 0 60px;
}
#page table.con_intro th {
	width:150px;
	background: #e9e9e9;
	vertical-align: top;
}
.thWaku {
	background: #9f9f9f;
	color: #ffffff;
	padding: 5px;
	margin-top: 5px;
	font-weight: normal;
	line-height: 1.6em;
}

#page table.con_intro td {
	border-top:5px solid #9DC22E;
	border-bottom: none;
	vertical-align: top;
}

/* -- サイトマップ用 -- */

#page .Sitemap  {
	margin: 10px 0 30px 5px;
}
#page .Sitemap ul  {
	margin: 0;
	overflow: auto;
	width: 710px;
}

#page .Sitemap ul li  {
	padding: 0 5px 0 10px;
	margin-bottom: 5px;
	width: 220px;
	display: block;
	float: left;
	background: url(../img/service_li_bg.gif) no-repeat 0 3px;
	line-height: 1.2em;
}

/* -- 掲載希望社向け利用規約 -- */
#kiyaku  {
	height: 100px;
	overflow: auto;
	border: 1px solid #cccccc;
	margin: 10px 20px;
}
#kiyaku h3 {
	font-size: 12px;
	font-weight: bold;
	color: #7788aa;
	margin: 10px 20px 0;
}

