@charset "UTF-8";

#mainColumn article.single .post-header {
	margin: 0 0 15px;
	padding: 0;
}
#mainColumn article.single .date {
	font-size: 20px;
}
#mainColumn article.single h1.post-title {
	font-size: 32px;
	font-weight: bold;
	line-height: 1.4;
}
#mainColumn article.single .post-contents {
	padding: 0;
}

#mainColumn article.single .eye {
	max-width: 100%;
	text-align: center;
	margin: 0 auto 30px;
}
#mainColumn article.single .post-contents p {
	margin: 1em 0 0;
}


/* FOR smartphone landscape
***************************************************************************/
@media screen and (max-width:700px) {

	#mainColumn article.single .date {
		font-size: 14px;
	}
	#mainColumn article.single h1.post-title {
		font-size: 18px;
		font-weight: bold;
		line-height: 1.4;
	}

}

