@charset "UTF-8";

/*==============================================================
 * css file for "ランドリー倶楽部 さんさん 開業までの流れ"
 * file name : schedule.css
============================================================== */

@import "common.css";

/* BOX1 */
#schedule #content #main #box_01 .icon_nav {
	right: 10px;
	top: 6px;
	position: absolute;
	z-index: 10;
}

/* BOX2 */
#schedule #content #main #box_02 .icon_nav {
	right: 10px;
	top: 6px;
	position: absolute;
	z-index: 10;
}
#schedule #content #main #box_02 .layout_box {
	margin: 0 0 40px 0;
}
#schedule #content #main #box_02 .layout_box .txt_area .tit {
	float: left;
	width: 152px;
}
#schedule #content #main #box_02 .layout_box .txt_area .txt {
	float: right;
	margin: 30px 0 0 0;
}

/* CONTACT BOX */
#schedule #content #main #contact_box {
	text-align: center;
}

#schedule #content #main #contact_box p {
	margin: 0 0 30px 0;
	font-size: 108%;
	font-weight: bold;
}
#schedule #content #main #contact_box img.phone {
	margin: 3px 5px 0 0;
}
#schedule #content #main #contact_box img.mail {
	margin: 0 0 0 5px;
}