@charset "UTF-8";

@import url("../common/common.css");


/* -------------- day -----------*/

.dayBox {
	background: url(../../images/day/bg_day.jpg) no-repeat left top;
}

.featureHead {
	margin: 0 0 11px;
}
.featureCopy {
	margin: 0 0 15px;
}
.featurePhoto {
}

/* -------------- day_nihonbashi -----------*/
.nihonbashiBox {
	background: url(../../images/day/bg_nihonbashi.jpg) no-repeat left top;
}


.areaBox-nihonbashi {
	width: 500px;
	height: 264px;
	background: url(../../images/day/bg_area_nihonbashi.gif) no-repeat right top;
}
.staffBox-nihonbashi {
	width: 500px;
	height: 160px;
	background: url(../../images/day/bg_staff_nihonbashi.jpg) no-repeat right top;
}


/* -------------- day_nakatsu -----------*/
.nakatsuBox {
	background: url(../../images/day/bg_nakatsu.jpg) no-repeat left top;
}


.areaBox-nakatsu {
	width: 500px;
	height: 264px;
	background: url(../../images/day/bg_area_nakatsu.gif) no-repeat right top;
}
.staffBox-nakatsu {
	width: 500px;
	height: 160px;
	background: url(../../images/day/bg_staff_nakatsu.jpg) no-repeat right top;
}


/* -------------- day_sakuranomiya -----------*/
.sakuranomiyaBox {
	background: url(../../images/day/bg_sakuranomiya.jpg) no-repeat left top;
}


.areaBox-sakuranomiya {
	width: 500px;
	height: 264px;
	background: url(../../images/day/bg_area_sakuranomiya.gif) no-repeat right top;
}
.staffBox-sakuranomiya {
	width: 500px;
	height: 160px;
	background: url(../../images/day/bg_staff_sakuranomiya.jpg) no-repeat right top;
}


/* -------------- day_kamishinjo -----------*/
.kamishinjoBox {
	background: url(../../images/day/bg_kamishinjo.jpg) no-repeat left top;
}


.areaBox-kamishinjo {
	width: 500px;
	height: 264px;
	background: url(../../images/day/bg_area_kamishinjo.gif) no-repeat right top;
}
.staffBox-kamishinjo {
	width: 500px;
	height: 160px;
	background: url(../../images/day/bg_staff_kamishinjo.jpg) no-repeat right top;
}


/* -------------- day_kashima -----------*/
.kashimaBox {
	background: url(../../images/day/bg_kashima.jpg) no-repeat left top;
}


.areaBox-kashima {
	width: 500px;
	height: 264px;
	background: url(../../images/day/bg_area_kashima.gif) no-repeat right top;
}
.staffBox-kashima {
	width: 500px;
	height: 160px;
	background: url(../../images/day/bg_staff_kashima.jpg) no-repeat right top;
}


/* -------------- day_takatsuki -----------*/
.takatsukiBox {
	background: url(../../images/day/bg_takatsuki.jpg) no-repeat left top;
}


.areaBox-takatsuki {
	width: 500px;
	height: 264px;
	background: url(../../images/day/bg_area_takatsuki.gif) no-repeat right top;
}
.staffBox-takatsuki {
	width: 500px;
	height: 160px;
	background: url(../../images/day/bg_staff_takatsuki.jpg) no-repeat right top;
}


/* -------------- day_shiso -----------*/
.shisoBox {
	background: url(../../images/day/bg_shiso.jpg) no-repeat left top;
}


.areaBox-shiso {
	width: 500px;
	height: 264px;
	background: url(../../images/day/bg_area_shiso.gif) no-repeat right top;
}
.staffBox-shiso {
	width: 500px;
	height: 160px;
	background: url(../../images/day/bg_staff_shiso.jpg) no-repeat right top;
}


/* -------------- day_beppu -----------*/
.beppuBox {
	background: url(../../images/day/bg_beppu.jpg) no-repeat left top;
}


.areaBox-beppu {
	width: 500px;
	height: 264px;
	background: url(../../images/day/bg_area_beppu.gif) no-repeat right top;
}
.staffBox-beppu {
	width: 500px;
	height: 160px;
	background: url(../../images/day/bg_staff_beppu.jpg) no-repeat right top;
}


/* -------------- day_tarumi -----------*/
.tarumiBox {
	background: url(../../images/day/bg_tarumi.jpg) no-repeat left top;
}


.areaBox-tarumi {
	width: 500px;
	height: 264px;
	background: url(../../images/day/bg_area_tarumi.gif) no-repeat right top;
}
.staffBox-tarumi {
	width: 500px;
	height: 160px;
	background-image: url(../../images/day/bg_staff_tarumi.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}


/* -------------- day_toyohashi -----------*/
.toyohashiBox {
	background: url(../../images/day/bg_toyohashi.jpg) no-repeat left top;
}


.areaBox-toyohashi {
	width: 500px;
	height: 264px;
	background: url(../../images/day/bg_area_toyohashi.gif) no-repeat right top;
}
.staffBox-toyohashi {
	width: 500px;
	height: 160px;
	background-image: url(../../images/day/bg_staff_toyohashi.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}


/* -------------- day_program -----------*/
.programBox {
	background: url(../../images/day/bg_program.jpg) no-repeat left top;
}

.programCont {
	width: 670px;
	margin: 0 0 0 5px;
}
.programCont .textBox {
	width: 331px;
	height: 210px;
	float: left;
	position: relative;
}
	.programCont .textBox .icn {
		position: absolute;
		bottom: 0;
	}
.programCont .photoBox {
	width: 330px;
	height: 210px;
	float: right;
}

