@charset "utf-8";

/*===============================
暫定リフォームページ用
================================*/
.interviewoutline {
	margin-bottom: 20px;
}
a#ReformMainMenu1 {
	background-image: url(images/reform_img/ref_1_btn_concept.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 75px;
	width: 270px;
	overflow: hidden;
}
a#ReformMainMenu2 {
	background-image: url(images/reform_img/ref_1_btn_menu.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 75px;
	width: 270px;
	overflow: hidden;
}
a#ReformMainMenu3 {
	background-image: url(images/reform_img/ref_1_btn_case.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 75px;
	width: 270px;
	overflow: hidden;
}
a#ReformMainMenu4 {
	background-image: url(images/reform_img/ref_1_btn_event.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 75px;
	width: 270px;
	overflow: hidden;
}
a#ReformMainMenu1:hover, 
a#ReformMainMenu2:hover, 
a#ReformMainMenu3:hover, 
a#ReformMainMenu4:hover {
	background-position: 0px -75px;
}
#VoiceBox {
	padding-top: 30px;
}
#VoiceBox .mainVoices {
	height: 132px;
	width: 560px;
	margin-bottom: 15px;
	overflow: hidden;
}
a#OtherVoices {
	background-image: url(images/reform_img/ref_1_voice_other.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	float: right;
	height: 31px;
	width: 214px;
	overflow: hidden;
}
a#OtherVoices:hover {
	background-position: 0px -31px;
}


/* テーブル　無垢リフォーム安心システム */
table.tableSystem {
	margin-right: 5px;
	margin-left: 5px;
}
table.tableSystem td {
	vertical-align: top;
	font-size: 12px;
	line-height: 140%;
	color: #333333;
	padding: 5px;
}
table.tableSystem td strong {
	font-size: 16px;
	font-weight: bold;
	color: #666666;
}

