/* 共通CSS読み込み */
@import url("../../common/css/contents.css");
@import url("../../common/css/base.css");

/* テキスト---------------------------------------------- */
.txt{
	width:860px;
	font-size:16px;
	font-weight:bold;
	color:#e6b422;
	margin:0 0 20px 0;
	padding:0;
}

