@charset "UTF-8";
	
.dl_usual {
	margin: 0;
}

.dl_usual:after,
.dl_usual dd,
.dl_usual dd li:after {
	content: "";
	display: block;
	clear: both;
}

.dl_usual dt {
	color: #b29652;
	font-weight: bold;
}

dl_usual dt.

.dl_usual dd {
	margin-left: 0;
}

@media screen and (min-width: 641px), print { /*pc*/
	.dl_usual {
		margin-bottom: 50px;
		position: relative;
	}
	
	.dl_usual dt {
		width: 260px;
		padding-left: 25px;
		font-size: 18px;
		line-height: 24px;
		position: absolute;
		left: 0;
		box-sizing: border-box;
	}
	
	
	.dl_usual dd {
		padding-bottom: 23px;
		padding-left: 260px;
		margin: 0 0 25px 0;
		font-size: 16px;
		line-height: 1.5;
		background: url(../../cmn/images/pattern/line_dot.png) repeat-x;
		background-position: left bottom;
	}
	
	.dl_usual dd li {
		display: block;
		margin-bottom: 3px;
		position: relative;
	}	
	
	.dl_usual dd .first,
	.dl_usual dd .sec {
		float: left;
	}
	
	.dl_usual dd .first	{
		width: 200px;
	}	
		
} @media screen and (max-width: 640px){
	.dl_usual {
		margin-bottom: 28px;
	}
	
	.dl_usual dt,
	.dl_usual dd {
		padding: 0 11px;
	}

	.dl_usual dt {
		padding-bottom: 5px;
		font-size: 16px;
	}
	
	.dl_usual dd {
		padding-bottom: 7px;
		margin-bottom: 8px;
		margin-left: 0;
		line-height: 1.7;
		border-bottom: 1px solid #dddddd;
	}
	
	.dl_usual dd li {
		margin-bottom: 8px;
	}
	
	.dl_usual dd .first {
		font-size: 16px;
	}
	
}
