/* CSS Document */

#h1_area .bg_h1
{
	background-image: url(images/bg_h1.jpg);

}
article section
{
	padding-top: 0px;
}


article table
{
	width: 100%;
}

article table th
{
	font-weight: normal;
	text-align: justify;
	vertical-align: top;
	padding-top: 16px;
	padding-right: 16px;
	padding-bottom: 16px;
	padding-left: 16px;
	color: #33726A;
}

article table td
{
	font-weight: normal;
	text-align: justify;
	vertical-align: top;
	padding: 16px;
}

article  table td a
{
	color: #000;
	font-size: 18px;
	line-height: 120%;
}

article  table td a strong
{
	color: #F00;
	padding-right: 10px;
}


article  table td a:before
{
	display: none;
}

article table tr:nth-child(2n-1) th,
article table tr:nth-child(2n-1) td
{
	background-color: #f8f8f8;
}

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

article section .body
{
	width: 860px;
}


article table th
{
	width: 120px;
}


}

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


}

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

article #h1_area
{
	margin-bottom: 30px;
}

article #h1_area h1
{
	text-align: center;
	padding-right: 0px;
	padding-left: 0px;
}


#head_box
{
	background-image: url(images/bg_head.jpg);
	margin-right: auto;
	margin-left: auto;
}


article .body
{
	padding-top: 0px;
	padding-bottom: 0px;
}


article table th
{
	display: block;
	padding-bottom: 0px;
	border-bottom-style: none;
	font-weight: bold;
}

article table td
{
	display: block;
	padding-top: 0px;
	text-align: justify;
	padding-right: 4px;
	padding-left: 16px;
}



}