@charset "utf-8";

/* CSS Document */

@media screen and (min-width: 640px) {
	h1 {
		margin-bottom:50px;
	}
}
@media screen and (max-width: 639px) {
	h1 {
		margin-bottom:20px;
	}
}
a {
	color: #fff;
}

.listBlock {
	border-top: solid 1px #fff;
	padding-top: 20px;
	width: auto;
}
.listBlock h2 {
	font-size: 90%;
	margin-bottom:23px;
}
.listBlock ul {
	list-style: none;
	margin-bottom:35px;
}
.listBlock ul li {
	background: url(../images/li_ic.png) no-repeat left 0.5em;
	list-style: none;
	padding-bottom: 5px;
	padding-left: 30px;
}
@media screen and (min-width: 640px) {
	.listBlock ul li {
		font-size: 120%;
	}
}
.listBlock ul li a {
	color: #fff;
}
.detailBlock {
	border-top: solid 1px #fff;
	padding-top: 20px;
	width: auto;
}
.detailBlock h2 {
	font-size: 120%;
	margin-bottom: 23px;
}
.detailBlock h3 {
	font-size: 110%;
	margin-bottom: 23px;
}
.detailBlock h4 {
	font-size: 95%;
	margin-bottom: 10px;
}
.detailBlock .pl {
	padding-left: 20px;
}
.phRight {
	float: right;
	padding-left: 25px;
	padding-bottom: 20px;
}
.link {
	text-decoration: underline;
}