@charset "UTF-8";

body {
	font-family: "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
}
#main {
	background-color: #fff;
}
#contentsmain h1 {
	margin-right: auto !important;
}
#kaiinkiyaku-page {
	width: auto;
	max-width: 1000px;
	background-color: #fff;
	padding: 20px;
	margin: 0 auto;
}
#kaiinkiyaku-page h1 {
	height: auto;
	font-weight: bold;
	font-size: 24px;
	color: #333;
	text-align: left;
	margin-bottom: 20px;
	border-bottom: 2px solid #999;
	background-color: inherit;
}
#kaiinkiyaku-page h2 {
	display: block;
	font-size: 1.5em;
	font-weight: bold;
	color: #333;
	padding: 10px 15px;
	background-color: #eee;
}
#kaiinkiyaku-page h1, #kaiinkiyaku-page h2 {
	width: auto !important;
}
.detailText {
	text-align: left;
	font-size: 14px;
	color: #333;
	line-height: 1.5;
	padding-bottom: 80px;
}
.detailText * {
	font-size: 14px;
}
.chapterBox01 {
	/* margin-bottom: 30px; */
}
.chapterTitle {
	margin: 40px 0 20px 0;
}
.endText {
	text-align: right;
	padding-right: 10px;
}

/* !Clearfix
---------------------------------------------------------- */
.clearfix:before, .clearfix:after {
	content: ".";
	display: block;
	height: 0;
	overflow: hidden;
}
.clearfix:after {
	clear: both;
}
.clearfix {
	zoom: 1;
} /* IE < 8 */

