@charset "utf-8";

/* other.css　トップページ以外のCSS */
@import "import.css";

	/* トップ以降は、ロゴはh2→pへ　*/
/* maincolumn(メインコンテンツ) */
	/* トップ以外の共通css */

#content {font-size: 12px;}

#content .boxx {
	margin-bottom: 30px;
}

#content .boxx p {
	margin-bottom: 1em;
}

#content .boxx p.last {
	margin-bottom: 0;
}

#content .boxx p span {
	font-weight: bold;
}

#content .boxx ul,
#content .boxx ol {
	margin-bottom: 30px;
	margin-left: 1em;
}

#content .boxx ul li {
	font-weight: bold;
	list-style-type: disc;
	line-height: 2.0;
}

#content .boxx ol li {
	list-style-type: decimal;
	margin-bottom: 1em;
}

#content .boxx ol li span {font-weight: bold;}