@charset "utf-8";

/*//////////////////////////////////////////////////////
	アクセス
//////////////////////////////////////////////////////*/

/*===================================
	access
===================================*/
#access {
	width: 100%;
}

#access dl dt {
	color: #218B65;
	font-size: 110%;
	font-weight: bolder;
	margin-bottom: 0.3em;
}

#access .button a {
	color: #FFF;
	font-size: 120%;
	font-weight: bolder;
	background: #218B65;
	text-align: center;
	text-decoration: none;
	display: block;
	padding: 0.7em 1.0em;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	margin: 1.0em 0;
}

#access dl dd ol {
	margin-bottom: 1.0em;
}

#access dl dd ol li {
	list-style-type: decimal;
	margin: 0 0 0.5em 1.2em;
}

#access dl dd p {
	margin-bottom: 0.5em;
}
