/*リフォームトップ*/
.subtitle1 {
	margin-bottom: 10px;
}
.reformBox {
	width: 500px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding: 10px;
	background-color: #E3ECF4;
}
.reformBox .title {
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
}
.reformBox .txt1 {
	margin-bottom: 5px;
}
.reformBox .txt2 {
	color: #3366CC;
}

/*リフォーム中ページ*/
.subtitle2 {
	margin-bottom: 10px;
}
.reformBox2 {
	width: 528px;
	border: 1px solid #336666;
	padding-top: 15px;
	padding-bottom: 15px;
}
.reformBox2 .combox {
	width: 500px;
	margin-right: auto;
	margin-left: auto;
}
.reformBox2 .combox ul {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 1.5em;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.reformBox2 .combox li {
	margin: 0px;
	list-style-position: outside;
	list-style-type: disc;
	padding: 0px;
	color: #0066CC;
}
