@charset "utf-8";
/*******************************************************

　共通コンテンツ

*******************************************************/

/*-----------------------------------------
　固定ページ
-----------------------------------------*/
section.postContent {
  max-width: 960px;
  padding-bottom: 60px;
  margin:0px auto;
}


/*-------------------------------------
　　パスワード保護
-------------------------------------*/
.postHeader {
	position: relative;
}
.postHeader .button {
	position: absolute;
	top: 20px;
	right: 0;
}
.postHeader .button button {
	border-radius: 20px;
	border: 1px solid #AAA;
	padding: 5px 15px;
	cursor: pointer;
}