@charset "UTF-8";
/* CSS Document */
.content dl {
	margin:0;
	padding-bottom:3px;
	background-position:bottom;
	background-repeat:no-repeat;
}
	
.content dl dt {
	width:130px;
	margin:0;
	padding:20px 15px 0px 15px;
	float:left;
	font-size: 80%;
		line-height: 1.5em;

}

.content dl dd {
	margin-left:155px;
	padding:13px 0px 15px 0px;
	text-align:left;
		line-height: 2em;
}


	
.contentt dl dd p {
	font-size:85%;
	}

.font80 {
	font-size: 80%;
	line-height: 1.2em !important;
}

.font120 {
	font-size: 120%;
}

.menu-ttl {
	padding-bottom: 10px;
	border-bottom: 1px solid #98bcff;
	margin-bottom: 20px;
}

@media screen and (max-width: 736px) {
	.content dl dt {
	float:none;
padding:20px 0px 0px 0px;

}
	.content dl dd {
	margin-left:0px;
}

}