@charset "UTF-8";

/* ------------------------------
 About
------------------------------ */

/*-----section-----*/
div.fig{
	padding:20px 0;
	text-align:center;
}

caption{
	text-align:center;
	font-weight:bold;
}

div#map1{
	width:600px;
	height:400px;
	text-align:center;
	margin:0 auto;
	border:1px solid #999;
}

div.add{
	width:400px;
	margin:20px auto;
}

div.add h4{
	border-bottom:1px solid #000;
}

/* table.contact
------------------------------------------------------------ */
table.list th{
	padding:5px;
	color:#000;
	background:#e9e9e9;
	border:1px solid #fff;
}

table.list th.col1{
	background:#a8ef70;
}

table.list td.col1{
	background:#d6f7ab;
}

table.list th.col2{
	background:#f8dc41;
}

table.list td.col2{
	background:#feed8d;
}

table.list td{
	padding:5px;
	border:1px solid #fff;
	text-align:right;
	background:#e9e9e9;
}
