#yuzawa-wrapper {}

#arupu-area {
	margin-top: 20px;
}

#arupu-ohana {
	background-color: #b8eeff;
	background-image: url(../../images/plans/yuzawa/arupu-ohana-bg.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-bottom: 40px;
	margin-top: 20px;
}
#arupu-ohana-inner{
	width: 680px;
	margin-right: auto;
	margin-left: auto;
}

#arupu-ohana h3 {}
#arupu-ohana div.ohana-month {
	float: left;
	width: 170px;
}
#arupu-ohana div.ohana-month h4 {
	display: none;
}
#arupu-ohana div.ohana-month ul {
	margin: 0px;
	padding: 0px;
}
#arupu-ohana div.ohana-month li {
	text-align: center;
	list-style-type: none;
	font-size: 82%;
	margin-bottom: 5px;
}


#arupu-ohana #arupu-pht-inner {
	width: 675px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}
#arupu-ohana div.arupu-pht {
	float: left;
	width: 225px;
}
#arupu-ohana div.arupu-pht h4 {
	margin-bottom: 5px;
	margin-left: 10px;
}
#arupu-ohana div.arupu-pht p.txt {
	font-size: 84%;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 5px;
}

#untou-area {}

#futaba-area {
	margin-bottom: 30px;
}

#futaba-28 {
	background-image: url(../../images/plans/yuzawa/futaba-28-bg.jpg);
	background-repeat: repeat-y;
	padding: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
}
#futaba-28 h3 {
	float: left;
	width: 240px;
}
#futaba-28 p {
	font-size: 84%;
	padding-top: 5px;
}

.futaba-yu-ttl {
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-left: 76px;
}
.futaba-yu-ttl p {
	font-size: 92%;
}
.futaba-bg-sora {
	background-image: url(../../images/plans/yuzawa/futaba-sora-bg.gif);
	padding-top: 10px;
}
.futaba-bg-yama {
	background-image: url(../../images/plans/yuzawa/futaba-yama-bg.gif);
}
.futaba-bg-sato {
	background-image: url(../../images/plans/yuzawa/futaba-sato-bg.gif);
}

.futaba-yu {
	background-image: url(../../images/plans/yuzawa/futaba-yu-bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-top: 10px;
	padding-bottom: 20px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #dad3c5;
}
.futaba-yu ul {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.futaba-yu li {
	float: left;
	list-style-type: none;
	margin-right: 10px;
	padding-bottom: 10px;
}

.futaba-yu li img {}


/*共通見出し*/
h2.area-ttl {
	margin-bottom: 23px;
}


p.remove_to_top {
	text-align: right;
	color: #006cd8;
	margin-top: 20px;
	margin-bottom: 30px;
}
p.remove_to_top span.to_top_icon {
	font-size: 11px;
	margin-right: 4px;
}



/* -------------------------------------------------- */
/* block item Width */

.wid2col {
	width: 48% !important;
}

/* -------------------------------------------------- */
/* block item Margin */

/* - Top margin */

.marT0 {margin-top: 0px !important;}
.marT5 {margin-top: 5px !important;}
.marT10 {margin-top: 10px !important;}
.marT15 {margin-top: 15px !important;}
.marT20 {margin-top: 20px !important;}
.marT25 {margin-top: 25px !important;}
.marT30 {margin-top: 30px !important;}
.marT40 {margin-top: 40px !important;}
.marT50 {margin-top: 50px !important;}
.marT60 {margin-top: 60px !important;}

/* - Bottom margin */

.marB0 {margin-bottom: 0px !important;}
.marB5 {margin-bottom: 5px !important;}
.marB10 {margin-bottom: 10px !important;}
.marB15 {margin-bottom: 15px !important;}
.marB20 {margin-bottom: 20px !important;}
.marB25 {margin-bottom: 25px !important;}
.marB30 {margin-bottom: 30px !important;}
.marB40 {margin-bottom: 40px !important;}
.marB50 {margin-bottom: 50px !important;}

/* - Left margin */

.marL0 {margin-left: 0px !important;}
.marL5 {margin-left: 5px !important;}
.marL10 {margin-left: 10px !important;}
.marL15 {margin-left: 15px !important;}
.marL20 {margin-left: 20px !important;}
.marL25 {margin-left: 25px !important;}
.marL30 {margin-left: 30px !important;}
.marL40 {margin-left: 40px !important;}
.marL50 {margin-left: 40px !important;}

/* - Right margin */

.marR0 {margin-right: 0px !important;}
.marR5 {margin-right: 5px !important;}
.marR10 {margin-right: 10px !important;}
.marR15 {margin-right: 15px !important;}
.marR20 {margin-right: 20px !important;}
.marR25 {margin-right: 25px !important;}
.marR30 {margin-right: 30px !important;}
.marR40 {margin-right: 40px !important;}
.marR50 {margin-right: 50px !important;}

/* -------------------------------------------------- */
/* clearfix setting */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

* html>body .clearfix {
	display: inline-block;
	width: 100%;
}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
}

* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

/* コース紹介 */
#courses_box #courses {
  background: #efe;
  border-color: #6c6;
}
#courses .course {
  border-color: #6c6;
}
