@charset "utf-8";
/* CSS Document */
/**----------------------------------------------------------
 *CSS information 
 *
 * file name	: whatis.css
 * author		: kotaro sekiya
 * style info	: このディレクトリ内用ページCSS
 -----------------------------------------------------------*/
/* subpage.css -  2階層目以降ページ用共通CSS
----------------------------------------------------------- */
@import url("../../common/css/subpage.css");

#article h2 {
	margin-bottom: 20px;
}

#article dl {
	margin-top: 75px;
}

#article dt {
	font-weight: bold;
	margin-bottom: 20px;
}

#article dd {
	margin: 0 0 40px 25px;
}


#article  .Establ {
	text-align: right;
}

#article  .Establ .date {
	margin: 70px 0 28px 0;
}
