@charset "utf-8";


/* --------------------------------------------------------------------------------
   index.html
-------------------------------------------------------------------------------- */


/* Contents
-------------------------------------------------------------------------------- */

.h3_wrap span.link-list_navy {
	position: absolute;
	right: 15px;
	top: 1em;
}

/* -- .list-wrapper -- */
.list-wrapper { margin-top: 15px;}
.list-wrapper ul.link-list_navy {
	float: left;
	width: 265px;
	margin-top: -10px;
	padding-right: 15px !important;
}
.list-wrapper ul.navy_t1 {
	width: 530px;
}
.list-wrapper ul.link-list_navy li { margin-top: 10px;}
.list-wrapper img.icn {
	position: relative;
	float: right;
}
.lvl02 .section .list-wrapper img.icn { margin: 0 -15px;}

/* -- #box_faq -- */
#box_faq { margin-top: 60px;}




/* Clear
-------------------------------------------------------------------------------- */

.section:after,
.list-wrapper:after {
	content        : ".";
	height         : 0px;
	clear          : both;
	visibility     : hidden;
	display        : block;
}
.section,
.list-wrapper { zoom:100%;}



