@charset "utf-8";

/* ==================================================
 - index
================================================== */

/* ----------------------------------------
 - #Contents .wrapper
---------------------------------------- */
#Contents .wrapper {
	margin: 0 auto;
	width: 720px;
}
@media screen and (max-width: 768px) {
#Contents .wrapper {
	width: 92%;
}
}

/* ----------------------------------------
 - leadBox
---------------------------------------- */
#Contents .leadBox{
	margin: 53px 0 0;
	padding: 50px 0;
}
@media screen and (max-width: 768px) {
#Contents .leadBox{
	margin: 2em 0 0;
	padding: 1em 0;
}
}

/* ----------------------------------------
 - section
---------------------------------------- */
#Contents section {
	margin-bottom: 70px;
	position: relative;
}
#Contents section:last-child {
	margin-bottom: 0;
}
#Contents section p {
	margin-bottom: 30px;
}
#Contents section p img {
	border-radius: 3px;
}
#Contents section dl dt {
	font-size: 32px;
	margin-bottom: 15px;
}
#Contents section dl dd {
	color: #adadad;
	font-size: 12px;
}

@media screen and (max-width: 768px) {
#Contents section {
	margin-bottom: 2em;
}
#Contents section p {
	margin-bottom: 1em;
}
#Contents section dl dt {
	font-size: 20px;
	margin-bottom: 15px;
}
#Contents section dl dd {
	color: #adadad;
	font-size: 12px;
}
}


/* ----------------------------------------
 - .pager
---------------------------------------- */
.pager ul li:first-child {
	background-image: none;
	padding-right: 0;
}
.pager ul li:first-child a {
	background: url(/common/images/pager_arw_l.png) center center no-repeat;
	display: block;
	padding-right: 38px;
}
.pager ul li:first-child a:hover {
	opacity: 0.7;
	text-decoration: none;
}
.pager ul li:last-child {
	background-image: none;
	padding-left: 0;
}
.pager ul li:last-child a {
	background: url(/common/images/pager_arw_r.png) center center no-repeat;
	display: block;
	padding-right: 38px;
}
.pager ul li:last-child a:hover {
	opacity: 0.7;
	text-decoration: none;
}





