@charset "utf-8";
/* CSS Document */
/**----------------------------------------------------------
 *CSS information 
 *
 * file name	: this_dirctory_css.css
 * author		: takaaki koyama
 * style info	: このディレクトリ内用ページCSS
 -----------------------------------------------------------*/
/* subpage.css -  2階層目以降ページ用共通CSS
----------------------------------------------------------- */
@import url("../../common/css_new/subpage.css");

.txt {
	font-size: 130%;
}

#contentsInner {
	padding: 70px 42px 0 31px;
}

.main-title {
	margin: 0 20px;
	padding: 20px 0 5px 0;
	border-bottom: 1px solid #000066;
}

h1 {
	font-size: 16px;
}

.txt {
	margin: 0 20px 60px 20px;
	line-height: 160%;
}

h2 {
	font-size: 12px;
	padding: 20px 0 0 0;
}