@charset "utf-8";

/* ------------------------------------------
	- COMMON SETTING
	- MAIN
		-- SLIDER
		-- EVENT
		-- DESCRIPTION
		-- LATEST WORKS
		-- NEWS
------------------------------------------ */

/* ==============================================================
	COMMON SETTING
============================================================== */
.contentsArea{
	width:1050px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.mainArea{
	width:650px;
}
@media screen and (max-width:750px){
	.contentsArea{
		width:90%;
		flex-flow: column-reverse;
	}
	.mainArea{
		width:100%;
	}
}


/*	SIDE AREA
------------------------------------------------ */
.sideArea{
	width:275px;
	text-align: left;
}
@media screen and (max-width:750px){
	.sideArea{
		width:90%;
		margin: 30px auto 0;
		text-align: left;
	}
}
.sideArea h2{
	font-size: 18px;
	letter-spacing: 0.4em;
	line-height: 2.1;
	margin-bottom: 30px;
	padding-left: 20px;
	font-weight: 600;
}
@media screen and (max-width:750px){
	.sideArea h2{
		text-align: center;
		padding-left: 0;
	}
}

/* LATEST POST */
.latestPost ul{
	margin-bottom: 90px;
}
.latestPost li{
	font-weight: 300;
	margin-bottom: 25px;
	font-size: 14px;
	line-height: 1.7;
}
.latestPost li span{
	color: #009e96;
	font-size: 12px;
	line-height: 2;
}
.latestPost li a{
	text-decoration: underline;
}


@media screen and (max-width:750px){

}

/* ARCHIVES */
.archives .yearBlock{
	margin-bottom: 25px;
}
.archives .yearBlock p{
	font-size: 12px;
	line-height: 2;
}
.archives .yearBlock a{
	text-decoration: underline;
}
.archives .yearBlock li{
	font-size: 14px;
	color: #009e96;
	display: inline-block;
	padding: 0 3px 0 5px;
	border-right: 1px solid #009e96;
	margin-bottom: 5px;
}
.archives .yearBlock li:nth-child(3n){
	border-right: none;
}


@media screen and (max-width:750px){

}

/* PAGER */
.pager{
	margin: 50px auto 0;
}
@media screen and (max-width:750px){
	.pager{
		margin: 50px auto;
	}
}

/*	CONTENTS
------------------------------------------------ */
.contents{
	text-align: left;
	margin-bottom: 30px;
}
.contents p.date{
	display: flex;
	align-items: center;
	color: #009e96;
	font-size: 14px;
	line-height: 2;
}
.contents p.date img{
	margin-right: 10px;
}
.contents h2{
	font-size: 30px;
	line-height: 1.3;
	margin: 35px auto;
}

@media screen and (max-width:750px){
	.contents h2{
		font-size: 20px;
		margin: 20px auto;
	}
}


/* BREAK LINE */
img.break_line{
	margin: 50px auto;
}
@media screen and (max-width:750px){

}

/* ==============================================================
	INDEX
============================================================== */


/*	CONTENTS
------------------------------------------------ */
.contents p.more_btn{
	color: #009e96;
	text-align: right;
	text-decoration: underline;
}

@media screen and (max-width:750px){

}


/* ==============================================================
	DETAIL
============================================================== */
.detail .contents p:not(.date),
.detail .contents img{
	margin-bottom: 30px;
}
.detail .contents p.date img{
	margin-bottom: 0;
}

@media screen and (max-width:750px){

}






@media screen and (max-width:750px){

}






@media screen and (max-width:750px){

}
