@charset "utf-8";

/* トップページ */
#keyvisual p {
	/* max-width: 100%; */
	padding-top: 40%;
	background-image: url("../images/share/top_img1000.jpg");
	background-size: contain;
	background-repeat: no-repeat;
}
main > section {
	padding: 0 10px;
	box-sizing: border-box;
}
main > section h2 {
	float: left;
	width: 50%;
}
main > section h2 img {
	width: 100%;
}
main > div {
	width: 98%;
	margin: 20px auto 10px auto;
}
main div section {
	font-size: 1.6rem;
	line-height: 1.6;
}
main div section h2 {
	font-size: 2rem;
	font-weight: normal;
	text-align: center;
}
main div section#recommend {
	float: left;
	width: 65%;
}
main div section#recommend h2 {
	background-color: #4a5a95;
	color: #fff;
}
main div section#recommend dl {
	padding-bottom: 10px;
	margin: 10px;
	border-bottom: 1px solid #ccc;
}
main div section#recommend dl dt {
	float: left;
	width: 25%;
}
main div section#recommend dl dt img {
	width: 100%;
}
main div section#recommend dl dd {
	float: right;
	width: 75%;
	padding-left: 20px;
	box-sizing: border-box;

}
main div section#information {
	float:right;
	width: 32%;
}
main div section#information h2 {
	background-color: #e7e3e5;
	color: #4a5a95;
}
main div section#information ul {
	list-style: none;
	padding: 5px 10px;
}
main div section#information ul li {

}
main div section#information ul li time {
	display: block;
	font-weight: bold;
}
