/* CSS Document */
article #h1_area .body
{
	background-image: url(images/certification/h1_bg.jpg);
}


#main ul
{
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 50px;
	margin-left: 0px;
}

#main ul li
{
	margin: 0px;
	list-style-type: none;
	padding-top: 1em;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #339933;
}

#main ul li h4,#main ul li h5
{
	background-image: url(images/point_01.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 14px;
	line-height: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1em;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 1.2em;
}

#main ul li h5
{
	background-image: url(images/point_02.gif);
}

#main ul li p
{
	padding-left: 1.2em;

}

#main .left_box
{
	float: left;
	width: 360px;
}


#main .right_box
{
	float: right;
	width: 360px;
}


#main .comment_box table
{
	width: 100%;
	margin-bottom: 50px;
}
#main .comment_box th
{
	font-weight: normal;
	padding-top: 12px;
	padding-bottom: 12px;
	text-align: left;
	vertical-align: middle;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #339933;
	background-image: url(images/point_01.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 14px;
}
#main .comment_box td
{
	text-align: right;
	padding-right: 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #339933;
	padding-top: 12px;
	padding-bottom: 12px;
}


/* PCのみ設定  768 以上*/
@media screen and (min-width:768px)
{


}

@media (max-width: 1000px) 
{
#main .left_box,
#main .right_box
{
	float: none;
	width: auto;
	clear: both;
	margin: 0px;
}


#main .left_box table
{
	margin-bottom: 0px;
}



}

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



}

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



}

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