/* CSS Document */

#main_area h4
{
	font-size: 16px;
	color: #000;
	background-color: #eaeaea;
	text-align: center;
	width:100%;
	max-width:1000px;
	margin-right: auto;
	margin-bottom: 2em;
	margin-left: auto;
	margin-top: 0px;
	padding: 0.6em;
}



#main_area .comment_box
{
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	color: #000;
}

#main_area .comment_box ul.indent1
{
	list-style:none;
	text-indent: -2.7em;
  padding-left: 2.5em;
}

#main_area .comment_box ul.indent2
{
	margin-bottom:2em;
	list-style:none;
	text-indent: -1em;
  padding-left: 3.5em;
}

#main_area .comment_box li
{
	margin-bottom: 1em;
	line-height: 140%;
}

#main_area .comment_box table
{
	width:100%;
	margin-bottom:0.5em;
	border-top:solid 1px #CCCCCC;
	border-right:solid 1px #CCCCCC;
}

#main_area .comment_box table th
{
	width:20%;
	padding:1em;
	border-bottom:solid 1px #CCCCCC;
	border-left:solid 1px #CCCCCC;
}

#main_area .comment_box table td
{
	width:80%;
	padding:1em;
	border-bottom:solid 1px #CCCCCC;
	border-left:solid 1px #CCCCCC;
}


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


#main_area .comment_box
{
	width: 96%;
}




}

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



}