@import "common.css";
@import "common_contents.css";

/***********************************************/
/* お客様の声　Customers voice                 */
/***********************************************/ 

#voice_left { float: left; width: 200px; }
#voice_right {
	float: right;
	width: 370px;
	text-align:left;
	padding-top: 5px;
	line-height: 20px;
}
#voice_wide_box {
	clear: both;
	width: 560px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}

#schedule table {
	width: 370px; border-collapse:collapse;
}
#schedule caption {
	background-color: #330000;
}
#schedule caption, #schedule .time {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: center;
}
#schedule td {
	border-bottom: 1px solid #CC9966;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}

#schedule .time {
	width: 110px;
	background-color: #FF9900;
}
#schedule .note {
	padding-top: 5px;
	padding-left: 5px;
}

.midashi_voice {
	font-family: "ヒラギノ角ゴ Pro W3", Osaka, "Lucida Grande", Verdana, "ＭＳ ゴシック";
	font-size: 14px;
	background-image: url(../images/bar_info.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 2px;
	border-left-style: solid;
	border-left-width: 5px;
	border-left-color: #46B5BD;
	padding-top: 0px;
	padding-left: 5px;
	font-weight: bold;
	margin-bottom: 10px;
}

/***********************************************/
/* voice_wrap                                  */
/***********************************************/ 
.voice_wrap {
	width: 560px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	background-image: url(../images/kakomi_voice_bg.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 15px;
}
.voice_wrap img { margin: 0; }
.voice_wrap .note {
	margin: 0;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 5px;
}
