/* CSS Document */
#main_area h4
{
	font-size: 40px;
	color: #000;
	line-height: 120%;
}


#main_area .comment_box
{
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	color: #000;
	text-align: center;
	background-image: url(images/under_point.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-bottom: 3em;
	padding-bottom: 5em;
}

#main_area .comment_box p
{
	text-align:center !important;
}

#main_area .last
{
	background-image: none;
}


/* タブレットレイアウト : 768 px 〜 959 px*/
@media screen and (max-width:959px)
{
#main_area h4
{
	width: auto;
}
	
#main_area .comment_box
{
	width: 96%;
}

#main_area .comment_box img
{
	height: auto;
	width: auto;
}




}

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

#main_area h4
{
	font-size: 30px;
}

#main_area .comment_box p
{
	text-align: left;
}





}