@charset "utf-8";
/*
============================ service CSS ==============================

		1.article

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

/* 1. article
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ▽ */
/* 1-1.table設定
──────────────────── */
#article table.table-comp {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 0.5em;
	background: url(../../img/common/dot01.gif) repeat-x top;
}

#article table.table-comp th {
	padding: 15px 10px 15px 15px;
	font-weight: normal;
	white-space: nowrap;
	text-align: left;
	background: url(../../img/common/dot01.gif) repeat-x bottom;
}
#article table.table-comp th span {
	background: url(../../img/common/icon01.gif) no-repeat 0px center;
	padding-left: 18px;
}
#article table.table-comp td {
	padding: 15px 10px;
	background: url(../../img/common/dot01.gif) repeat-x bottom;
}

#article table.center,
#article table.center th {
	text-align: center;
}

/* ストライプの色 */ 
#article table.table-comp tr.even th,
#article table.table-comp tr.even td {
	background: #F0F8FF url(../../img/common/dot01.gif) repeat-x bottom;
}


#article #googlemap {
	width: 630px;
	height: 350px;
	margin-left: 5px;
}
