@charset "utf-8";
/* ===================================================================
CSS information

 author     :Access-solutions
 style info :コンテンツエリア関係 他
=================================================================== */

/*----------------------------------------------------
	メイン
----------------------------------------------------*/

/*---------- コンテンツ ----------*/
.mapMain {
	text-align: center;
}

/*---------- テーブル ----------*/
table.table01 {
	width: 100%;
}
.table01 th {
	padding: 5px 10px;
	border: 1px #ccc solid;
	width: 30%;
	text-align: center;
	background: #f6f6f6;
}
.table01 td {
	padding: 5px 10px;
	border: 1px #ccc solid;
}