@charset "utf-8";
/*
==================================================
information.css
==================================================*/

/*
--------------------------------------------------
[Information]
==================================================*/

#information .contents {
	margin-top: 70px;
	}

#information .entry-header {
	padding: 60px 0;
	background: url("../images/top/bg_information.jpg") no-repeat 50% 50%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	}
	#information .entry-header .entry-hl {
		margin-bottom: inherit;
		}

#information .post {
	margin-top: 60px;
	padding-right: 15px;
	padding-left: 15px;
	}
	#information .post li:before,
	#information .post li:after {
		display: table;
		content: " ";
		}
	#information .post li:after {
		clear: both;
		}
	#information .post li {
		padding-bottom: 1.8em;
		*zoom: 1;
		}
		#information .post .date {
			display: block;
			margin-bottom: 0.5em;
			vertical-align: top;
			}


/*
--------------------------------------------------
[Single Page]
==================================================*/

.single .contents {
	margin-top: 70px;
	}

.single .entry-header {
	position: relative;
	padding: 30px 0;
	border-bottom: #e6e6e6 1px solid;
	background-color: #f3f3f3;
	}
	.single .entry-header .entry-hl {
		margin: 0 auto;
		padding-right: 15px;
		padding-left: 15px;
		/* width: 50%; */
		font-size: 1.5em;
		}
	.single .entry-header .entry-date {
		margin: auto;
		padding-top: 20px;
		padding-right: 15px;
		padding-left: 15px;
		/* width: 50%; */
		color: #aaa;
		font-weight: bold;
		text-align: center;
		}
		.single .entry-header .day {
			position: absolute;
			top: 0;
			left: 0;
			height: 3em;
			font-size: 3em;
			}
		.single .entry-header .month {
			position: absolute;
			margin: 2em 0 0;
			}


/*
--------------------------------------------------
[Single Page]
==================================================*/

.article-nav {
	margin-top: 60px;
	font-size: 90%;
	}
	.article-nav .prev {
		float: left;
		width: 35%;
		}
		.article-nav .prev a {
			padding-left: 1em;
			background: url("../images/ic_arrow_left.svg") no-repeat 0 0.3em;
			}
		.no-svg .article-nav .prev a {
			background-image: url("../images/ic_arrow_left.png");
			}
	.article-nav .next {
		float: right;
		width: 35%;
		text-align: right;
		}
		.article-nav .next a {
			padding-right: 1em;
			background: url("../images/ic_arrow_right.svg") no-repeat 100% 0.3em;
			}
		.no-svg .article-nav .next a {
			background-image: url("../images/ic_arrow_right.png");
			}

