
article h1,
article h2,
article h3,
article h4,
article h5,
article h6
{
	margin: 0px;
	padding: 0px;
	line-height: normal;
	text-align: left;
	_zoom:1;
	overflow:hidden;
}

article h2
{
	font-size: 20px;
	font-weight: normal;
	line-height: 140%;
	text-align: center;
	padding: 0px;
	margin-bottom: 1em;
}

article h2 strong
{
	font-size: 50px;
	line-height: 140%;
	font-weight: bold;
	padding-right: 20px;
}



article .red_h2
{
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #0EAC66;
	margin-bottom: 3em;
}

article .red_h2 h2
{
	font-size: 20px;
	font-weight: normal;
	line-height: 140%;
	text-align: left;
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/bg_h2.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 110px;
	color: #0EAC66;
}


article .red_h2 h2 strong
{
	font-size: 50px;
	line-height: 140%;
	font-weight: bold;
	padding-right: 20px;
}


article h3
{
	font-size: 24px;
	line-height: 140%;
	margin-bottom: 1em;
	letter-spacing: 0.1em;

}




section
{
	_zoom: 1;
	overflow: hidden;
	margin-bottom: 0em;
	padding-top: 4em;
	padding-bottom: 4em;
}


section p
{
	text-align: justify;
}


.bg_white
{
	background-color: #FFF;
}

.bg_tail
{
	background-image: url(../images/bg_tail.gif);
}

.pad_box
{
	padding-right: 200px;
	padding-left: 200px;
}

.label_01,
.label_02
{
	font-size: 13px;
	line-height: 100%;
	color: #FFF;
	background-color: #555;
	border: 1px solid #aaa;
	display: block;
	width: 100px;
	text-align: center;
	padding-top: 6px;
	padding-bottom: 6px;
}

.label_02
{
	color: #555;
	background-color: #FFF;
}


article section .pdf
{
	background-image: url(../images/icon_pdf.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 30px;
}

article section .word
{
	background-image: url(../images/icon_word.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 30px;
}

article section .excel
{
	background-image: url(../images/icon_excel.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 30px;
}

.photo_l
{
	float: left;
}

.photo_r
{
	float: right;
}

.txt_l
{
	float: left;
}

.txt_r
{
	float: right;
}


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


.photo_l
{
	clear:both;
}

.photo_r
{
	clear:both;
}

.txt_l
{
	clear:both;
}

.txt_r
{
	clear:both;
}


}

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


article h2 strong
{
	font-size: 40px;
	line-height: 140%;
	font-weight: bold;
	padding-right: 20px;
}




article .red_h2 h2 strong
{
	display:block;
	font-size: 40px;
	line-height: 110%;
	font-weight: bold;
	padding-right: 20px;
}



article h3
{
	font-size: 18px;
	line-height: 140%;
	margin-bottom: 1em;
	letter-spacing: 0em;

}

section
{
	margin-bottom: 0em;
	padding-top: 2em;
	padding-bottom: 2em;
}

.pad_box
{
	padding-right: 0px;
	padding-left: 0px;
}

.photo_l
{
	clear:both;
}

.photo_r
{
	clear:both;
}

.txt_l
{
	clear:both;
}

.txt_r
{
	clear:both;
}



}