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;
}



#h2_area
{
	background-color: #eaf2f4;
	background-image: url(../profile/images/bg_h2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 150px;
	margin-bottom: 80px;
}


#h2_area h2
{
	color: #FFF;
	font-size: 40px;
	font-weight: normal;
	line-height: 120%;
	padding-left: 40px;
	display: inline-block;
	margin-top: 30px;
	background-image: url(../profile/images/icon_h2.png);
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 70px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#h2_area h2 span
{
	font-size: 18px;
	line-height: 120%;
	display: block;
}


article h3
{
	font-size: 25px;
	color: #339FD1;
	line-height: 140%;
	background-image: url(../images/bg_h3.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-top: 10px;
	padding-bottom: 10px;
	letter-spacing: 2px;
	margin-bottom: 1em;
}

article h4
{
	font-size: 20px;
	line-height: 140%;
	padding-left: 10px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #339FD1;
	margin-bottom: 1em;

}

article h5
{
	color: #43B8D0;
	font-size: 18px;
	line-height: 140%;
	margin-bottom: 10px;
}


section
{
	_zoom:1;
	overflow:hidden;
	margin-bottom: 3em;
}

section p
{
	margin-bottom: 1em;
	text-align: justify;
}

section .text
{
	_zoom:1;
	overflow:hidden;
}




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


}



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



}

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

#h2_area
{
}

#h2_area h2
{
	padding-left: 0px;
}

#h2_area .body
{
	text-align: center;
}



section
{
	width: auto;
	padding-right: 0%;
	padding-left: 0%;
	margin-bottom: 2em;
}


section:last-child
{
	margin-bottom: 0em;
}




}