@charset "utf-8";
/* CSS Document */

/*----------------------------------------------------
	function
----------------------------------------------------*/

#main h2 span{
	margin:0;
	padding-left:1em;
	font-size:13px;
	font-weight:normal;
}

/* .fList */
#main .fList{
	margin-bottom:5px;
	overflow:hidden;
}

.fList li{
	margin:0 10px 10px 0;
	width:200px;
	height:60px;
	float:left;
}

/* .listDl */
#main .listDl{
	margin:0 0 20px;
	width:625px;
	overflow:hidden;
	text-align:center;
}

 .listDl p{
	margin:0 10px 0 10px !important;
	padding-right:10px;
	width:440px;
	float:left;
	background:url(../../img/front/arrow.gif) right center no-repeat;
}

.listDl a{
	margin-right:10px;
	padding-left:10px;
	display:block;
	float:left;
	width:130px;
	background:url(../../img/front/icon_pdf.gif) left center no-repeat;
	text-decoration:underline;
}

/* dl */

#main dl{
	width:620px;
}

#main dt,
#main dd{
	padding-left:15px;
	border-right:1px solid #9ED646;
	border-left:1px solid #9ED646;
}

#main dt{
	padding:5px 25px 5px;
	border-top:1px solid #9ED646;
	font-weight:bold;
	border-radius:5px 5px 0 0;
	background:url(../../img/front/dt_01.png) #EAF7D7 5px center no-repeat;
}

#main dt span{
	color:#FF402C;
	font-weight:normal;
}

#main dd{
	margin-bottom:20px;
	padding:10px 20px 0 25px;
	border-top:1px dotted #CCC;
	border-bottom:1px solid #9ED646;
}

#main dd p,
#main dd ul{
	margin:0 0 10px;
}

#main dd p strong{
	color:#FF402C;
	font-weight:normal;
}


#main .relationBox{
	margin-bottom:40px;
}

