/* CSS Document */


article h3
{
	text-align: center;
	margin-bottom: 30px;
}

article p
{
	margin-bottom: 60px;
}

article .comment_box 
{
	margin-bottom: 40px;
}


article .comment_box h4
{
	font-size: 22px;
	line-height: 100%;
	color: #212121;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #6DB943;
	margin-bottom: 20px;
	padding-top: 4px;
	padding-bottom: 10px;
	padding-left: 20px;
}

article .comment_box p
{
	margin-bottom: 0px;
}

article .comment_box ul
{
	padding-left: 60px;
}



/* PCのみ設定  768 以上*/
@media screen and (min-width:768px)
{
section .body
{
	width: 1000px;
}




}

/* タブレットレイアウト : 768 px 〜 959 px*/
@media screen and (max-width:959px)
{


}

/* スマホ設定  768 以下*/
@media screen and (max-width:767px)
{



}