@charset "utf-8";

/* メインスタイル
----------------------------------------------------------- */

div#association01,
div#association02,
div#association03,
div#association04,
div#association05 {
	margin: 0 0 50px 0;
}

div div.inner {
	padding: 0 15px;
	overflow: hidden;
}

/* div#association01 */
div#association01 table {
	width: 100%;
}

div#association01 table tr th {
	width: 25%;
  background: #53B9C5;
  color: white;
  padding: 10px 15px;
}

div#association01 table tr td {
	padding: 10px 15px 10px 35px;
	background:url(../../images/association/bg_td_arrow01.png) left center no-repeat;
}

div#association01 table tr td p {
	margin: 0;
}

div#association01 table tr td span {
	margin: 0 0 0 15px;
}

div#association01 table tr td span a {
	color: #fff;
	text-decoration: none;
	padding: 5px;
	background: #036;
}

div#association01 table tr td span a:hover {
	background:#039;
}


/* div#association02 */
div#association02 div.img_box {
	float: right;
	width: 230px;
	margin: 0 0 0 28px;
}

div#association02 div.img_box p {
	text-align: center;
}


/* div#association03 */
div#association03 ol li {
	text-indent: -2.5em;
	margin-left: 2.5em;
}


/* div#association05 */
div#association05 div.map {
	text-align: center;
	border: 2px solid #dfdfdf;
}

