@charset "utf-8";


/* structure
--------------------------------------------------*/

div.section-lv1{
	margin:0 0 2em;
	padding:0;
}

div.section-lv2{
	margin:0 0 1em;
	padding:0;
}

div.section-lv3{
	margin:0 0 1em;
}

div.section-lv1,
div.section-lv2,
div.section-lv3{
	zoom:1;
}
div.section-lv1:after,
div.section-lv2:after,
div.section-lv3:after{
	clear:both;
	content:".";
	display:block;
	height:0;
	visibility:hidden;
}

div.separator {
margin:1em 0;
height:1px;
overflow:hidden;
clear:both;
background:url(../images/elm_line01.gif);
}

div.separator hr{
display:none;
}


/* clear-fix */

.clearfix{
overflow:hidden;
zoom:1;
}

.clearfix:after{
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}


.printBtn{
text-align:right;
}

.b{
font-weight:bold;
}

.mT40{
margin-top:40px;
}