@charset "UTF-8";

h1 {
	font-size: 1.3rem;
	margin: 0 auto 20px;
}

article {
	text-align: left;
	background: #FFF;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin: 0 20px 20px;
	padding: 15px;
}
article .image {
	text-align: center;
}

h2 {
	text-align: center;
}
h2 a {
	color: #000;
	text-decoration: none;
	background: url(../../common/images/s_extw.png) no-repeat right center;
	background-size: 11px auto;
	padding-right: 18px;
}

article p {
	font-size: 90%;
}

article ul li:first-child {
	border-top: dotted 2px #000;
	margin: 10px 0 0 0;
}
article ul li {
	font-size: 1rem;
	border-bottom: dotted 2px #000;
}
article ul li a {
	text-decoration: none;
	padding: 10px 5px;
	display: block;
}

