@charset "utf-8";

#mainContents .contArea {
	margin-bottom:15px;
}

#mainContents .contArea .lastChild{
	margin-bottom: 0;
}

#mainContents .contArea .important{
	color: #3664D5;
	font-weight: bold;
}

.detail{
	clear: both;
}

.detail dt,
h5{
	border-bottom: 1px dotted #3664D5;
	color: #3664D5;
	margin-bottom: 5px;
	padding: 10px 3px 3px;
	font-weight: bold;
}

h5{
	margin-bottom: 15px;
}

.detail dd{
	padding-left: 3px;
}

#mainContents .contArea .listmark{
	background: #C2DBEF;
	padding: 10px 20px;
	margin: 0px 10px 15px;
	border: 1px dotted #3664D5;
}