@charset "utf-8";
/* CSS Document */


.box{
	margin-left:17px;
	margin-right:17px;
}
.box .f-left{
	width:325px;
	margin-right:5px;
}
.box .f-right{
	width:325px;
	margin-left:5px;
}

.box .title-02{
	margin-left:0 !important;
	margin-bottom:10px !important;
}

.box h4{
	margin-bottom:20px;
}

.box h5{
	color:#c87786;
	background:url(../img/marker.gif) no-repeat left center;
	padding-left:17px;
	font-size:1.2em;
	margin-bottom:5px;
}

.box a{
	color:#393838;
	text-decoration:underline !important;
}

.box dl{
	margin-bottom:20px;
}

.box dt{
	font-size:1.2em;
	font-weight:bold;
	color:#FFF;
	background:#343434;
	padding:3px 10px;
	margin-bottom:10px;
}

.box dt a{
	background:url(../../../cmn/img/contents/arrow_02.gif) no-repeat left center;
	padding-left:12px;
	color:#FFF;
	text-decoration:none !important;
}

.box dt a:hover,
.box dd a:hover{
	color:#c2c2c2;
}

.box dd{
	line-height:1.8;
}

.box dd a{
	color:#393838;
	background:url(../../../cmn/img/contents/arrow_01.gif) no-repeat left center;
	padding-left:12px;

}

.box dd.l-20{
	margin-left:20px;
}
.box dd.l-40{
	margin-left:40px;
}