@charset "utf-8";

/* other.css　トップページ以外のCSS */
@import "import.css";

/* maincolumn(メインコンテンツ) */
#main{}

.typeA dl {
	margin: 20px 0;
}

.typeA dl dt {
	padding-bottom:5px;
	font-weight:bold;
	font-size:1.2em;
	text-align:left;
}

.other01 .orange {
	color: #EB5800;
	font-weight: bold;
}

.m-top {
	margin-top: 30px;
}
