@charset "utf-8";


/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::

	file name : naruhodo.css

 : :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */


/* ********************************************************************************
 * CLEARFIX
 * ******************************************************************************** */

div#group dl:after {
	content:".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
div#group dl ul {
	display: inline-block;
}
* html div#group dl ul{
	height: 1%;
}
div#group dl ul {
	display: block;
}


/* ********************************************************************************
 * ■なるほど建設業
 * file path : /mission/naruhodo/index.html
 * ******************************************************************************** */

html {
	background: none;
}
body {
	min-width: 610px;
}
/* div#naruhodoContent
 * ******************************************************************************** */
div#naruhodoContent {
	position: relative;
	top: 22px;
	width: 610px;
	margin: 0 auto;
	padding-bottom: 12px;
	background: url(images/content_foot.gif) 0 100% no-repeat;
	text-align: left;
	font-size:12px;
	font-family: "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3";
}
/* h1 */
div#naruhodoContent h1 {
	font-size: 0;
	line-height: 0;
}

/* div#main
 * ================================================================================ */
div#main {
	width: 610px;
	padding: 21px 0 30px;
	background: url(images/content_bg.gif) 0 0 repeat-y;
}

/* div#links
 * -------------------------------------------------------------------------------- */
div#links {
	width: 500px;
	margin: 0 auto 25px;
}
/* h2 */
div#links h2 {
	margin-bottom: 5px;
}
/* ul li */
div#links ul li {
	clear: both;
	padding: 7px 0 8px;
	background: url(../../assets/images/dotline_1.gif) 0 100% repeat-x;
	line-height: 1.2;
}
/* a */
div#links ul li a {
	padding-left: 11px;
	background: url(../../assets/images/icon_arrow_3.gif) 3px 0.2em no-repeat;
}

/* p.btnClose */
p.btnClose {
	padding: 30px 0 10px;
	text-align: center;
}

