@import "common.css";
@import "common_contents.css";

/***********************************************/
/* fruit_tour フルーツツアー＆カイルアビーチ   */
/***********************************************/ 

#tour_img { margin-top: 10px; }
.midashi {
	font-size: 14px;
	font-weight: bold;
	color: #0064A0;
	padding-bottom: 2px;
	margin-bottom: 10px;
	clear: both;
	border-bottom-width: 1px;
	border-left-width: 5px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #CCCCCC;
	border-left-color: #80CFFF;
	margin-top: 10px;
	padding-left: 5px;
}
.txt_box {
	font-family: "ヒラギノ角ゴ Pro W3", "Osaka", "Lucida Grande", "Verdana", "ＭＳ ゴシック";
	margin: 15px;
}
.txt_box .tour_name {
	font-size: 18px;
	font-weight: bold;
	color: #0099FF;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #0099FF;
	margin-bottom: 10px;
	padding-top: 3px;
	line-height: 18px;
}
.ph_left { float: left; margin-right: 5px; margin-bottom: 5px; }
/***********************************************/
/* sche                                        */
/***********************************************/ 
#sche { padding: 15px; }
#sche table {width: 550px; border-collapse: collapse; }
#sche th, #sche td {
	border: 1px solid #CCCCCC;
	padding-top: 3px;
	padding-bottom: 3px;
}
#sche th {
	background-color: #80CFFF;
	font-family: Arial, Helvetica, sans-serif;
	width: 15%;
	text-align: center;
}

#sche td {
	padding-left: 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;
}
