@charset "utf-8";
/*============================================================================
画面の横幅が1280pxから（タブレット）
============================================================================*/
@media screen and (min-width: 768px) and (max-width: 959px){

.contents_area{
	width:768px;
	margin:0px auto;
	padding: 0px 10px;
}
/*=====================================================================
index page_home
======================================================================*/

/*============================================================================
個別投稿ページ.page_post
============================================================================*/
.page_post .page-title{
	font-size:36px;
	font-weight:bold;
	margin-bottom: 1em;
}

/*last*/
}
