@charset "UTF-8";
/* CSS Document */


/******************************************************

PC設定 1200px以上の場合に適用 

*******************************************************/

/* header */
.header {
	position: fixed;
	top: 0;
	left: 0;
}



/* container_post */
.container_post {
	font-size: 1.5rem;
  padding-bottom: 120px;
	}

.container_post h2 {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 15px;
	}

.postinfo {
	color: #777;
	font-size: 1.4rem;
	margin-bottom: 50px!important;
	}

.postinfo a {
	color: #777;
	font-size: 1.4rem;
	}

.container_post p {
	margin-bottom: 30px;
	font-size: 16px;
	}

.container_post img {
	display: block;
	width: 100%;
	height: auto;
	}

.pagelink {
	margin-top: 70px;
	overflow: hidden;
	}

.oldpage {
	float: left;
	}

.newpage {
	float: right;
	}


/******************************************************

PC小 の設定 960px〜1199pxの場合に適用 

*******************************************************/

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

/* container_post */
.container_post {
	max-width: 800px;
	}

.postinfo, .postinfo a {
	margin-bottom: 25px;
	}


.pagelink {
	margin-top: 50px;
	overflow: hidden;
	}
	

}

/******************************************************

タブレットの設定 768px〜959pxの場合に適用 

*******************************************************/

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

}


/******************************************************

SPの設定 767px以下の場合に適用 

*******************************************************/

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

/* container_post */
.container_post {
  padding-bottom: 30px;
  padding-top: 30px;
	}

.container_post h2 {
	font-size: 2rem;
	}

.postinfo {
	margin-bottom: 30px!important;
	}


}