/* information
======================================== */
body{
	background: #e3d7b6;
}
/*content*/
#contents{
	padding: 60px 0 120px;
}

/*main*/
#main h2{
	width: 100%;
	text-align: center;
	font-family: 'Cormorant Garamond', serif;
	font-weight: 500;
	font-size: 40px;
	line-height: 1.1;
}
#contents .section{
	max-width: 800px;
	margin: 40px auto 0 auto;
}

/*information*/
#information .tit-set{
	overflow: hidden;
	padding: 0 20px;
}
#information table{
	border-top: solid 1px #e5e5e5;
	border-collapse: collapse;
	width: 100%;
	margin-top: 20px;
}
#information th,
#information td{
	border-bottom: solid 1px #e5e5e5;
	padding: 15px 0;
}
#information th{
	width: 20%;
	padding-left: 20px;
	padding-right: 20px;
}
#information td{
	width: 80%;
}
#information a{
	color: #41342f;
	transition-duration: .2s;
}
#information a:hover{
	opacity: .6;
}
/* pagination */
.pagination div{
	margin-top: 40px;
	font-family: 'Lato', sans-serif;
	font-weight:400;
	font-size:18px;
	overflow:hidden;
	position:relative;
}
.pagination ul{
	position:relative;
	left:50%;
	float:left;
	line-height:1;
}
.pagination li{
	position:relative;
	left:-50%;
	float:left;
	border-left: solid 1px #e5e5e5;
	text-align: center;
}
.pagination li:last-child{
	border-right: solid 1px #e5e5e5;
}
.pagination li a,
.pagination li .current{
	padding: 4px 12px;
	display:block;
	color:#41342f;
	transition-duration: .2s;
	text-align: center;
}
.pagination li a:hover{
	opacity: .7;
}
.pagination li .current{
	opacity: .5;
}

/*detail*/
#contents .post{
	background: #fff;
	padding: 40px;
}
#contents a{
	color: #41342f;
}
#contents .title-set{
	padding-left: 10px;
}
#contents .title-set h3{
	font-size: 18px;
	line-height: 1.1;
}
#contents .title-set p{
	font-family: 'Cardo', serif;
	font-weight: 400;
	font-size: 15px;
	letter-spacing: 0.1em;
	margin-top: 10px;
}
#contents .entry{
	margin-top: 20px;
	padding: 20px 10px 0 10px;
	border-top: solid 1px #e5e5e5;
	line-height: 1.8;
}
#contents .entry p + p{
	margin-top:1em;
}
#contents .page-navi{
	font-size: 0;
	margin-top: 30px;
}
#contents .page-navi li{
	display: inline-block;
	width: 33.3333%;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	font-size: 14px;
}
#contents .page-navi li a{
	transition-duration: .2s;
	color: #41342f;
}
#contents .page-navi li a:hover{
	opacity: .7;
}
#contents .page-navi li.prev{
	padding-left: 20px;
}
#contents .page-navi li.top{
	text-align: center;
}
#contents .page-navi li.next{
	text-align: right;
	padding-right: 20px;
}

/*-------------------------------------------

Responsive Style

-------------------------------------------*/
@media only screen and (max-width: 1080px) {
	/*content*/
	#contents{
		padding: 40px 0 80px;
	}
	#contents .section{
		max-width: 90%;
	}
	/*detail*/
	#contents .post{
		padding: 40px 20px;
	}
}
@media only screen and (max-width: 768px) {
	
}
@media only screen and (max-width: 480px) {
	/*main*/
	#main h2{
		font-size: 35px;
	}
	/*information*/
	#information th{
		padding-left: 10px;
	}
}