@charset "utf-8";

/* ========================================================
	concierge.css => CONCIERGE用css
======================================================== */

/* page_nav
============================================================================================================ */
.page_nav dt {
	background-color: #2F8E48;
}

/* title
============================================================================================================ */
#container h2,
#container h3 {
	margin: 20px;
	text-align: center;
}


#concept div.nav_l {
	text-align: center;
	padding: 0 auto;
	width: 920px;
	margin: 30px auto;
}


#concept div.nav_l ul li{
	float: left;
}


#concept div.nav_l ul:after {
	content: "."; display: block; height: 0; clear: both; visibility: hidden; line-height: 0;
}
 
 
/* 
-------------------------------------------------------------------------- */
#plan_list {
	margin-top: 20px;
}

#plan {
	padding: 0 0 30px 0;
	margin: 0 ;
	/*border-bottom: 1px solid #0b7044;*/
	border-bottom: 1px solid #ffc89f;
	font-weight: 700;
}

.tab_c li a{
	text-decoration: none;
}


.tab_c li {
	float: left;
	list-style: none;
}

.tab_c {
	margin: 0px 0 25px 0;
	padding: 0;
	z-index: 50;

}

ul.tab_c:after {
	content: "."; display: block; height: 0; clear: both; visibility: hidden; line-height: 0;
} 



#plan .plan_area {
	display: none;
}


#plan .plan_area {
	display: none;
}

div.section_c {
	position: relative;
	width: 920px;
	margin: 0 0 30px 0;
}

div.section_c .text {
	position: absolute;
	top: 5px;
	right: 10px;
	width: 420px;
	padding: 5px ;
	font-weight: normal;
}

div.section_c .text p {
	line-height: 165%;
}
 
div.section_c:after {
	content: "."; display: block; height: 0; clear: both; visibility: hidden; line-height: 0;
} 

.text p {
	line-height: 165%;
}