@charset "utf-8";
/*===========================
add
===========================*/

/* 基本カラー  */

.fcBasic {
	color:#da6104;
}

.dl_detail{
	width: 100%;
	margin-bottom: 20px;
}
.dl_detail dt{
	width: 5.5em;
	vertical-align: top;
	display: inline-block;
	font-size: 15px;
}
.dl_detail dd:before{
	position: absolute;
	content: "：";
	left: -0.25em;
	top: 0;
}
.dl_detail dd{
	position: relative;
	display: inline-block;
	width: calc(100% - 7em);
	vertical-align: top;
	padding-left: 1em;
	font-size: 15px;
}
