@charset "utf-8";

a{
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #333;
	text-decoration: none;
}


/*---------------------------------------------------------------------------*/


#header {
	height: 55px;
	position: relative;
	width: 100%;
}
#header h1 {
	position: absolute;
	left: 4px;
	top: 8px;
}
#header .tel_btn {
	position: absolute;
	top: 20px;
	right: 44px;
}
#header .fbook_btn {
	position: absolute;
	top: 20px;
	right: 80px;
}

/*---------------------------------------------------------------------------*/
#sp_nav {
	width:100%;
	position: absolute;
	z-index:50000;
	top:0;
	right:0;
	display:block;
	font-weight:bold;
}

#sp_nav li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	background-image: url(../images/menu_icon01.png);
	background-repeat: no-repeat;
	background-position: 98% 50%;
	-moz-background-size:7px 11px;
	background-size:7px 11px;
}
#sp_nav li.plan {
	background-image: url(../images/menu_icon02.png);
	-moz-background-size:11px 7px;
	background-size:11px 7px;
}
#sp_nav li.plan_de {
	padding-left: 15px;
	background-color: #ece5d7;
}

#sp_nav #sp_text {
	width: 100%;
	position: absolute;
	top: 55px;
	background-color: #fff;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
}

#sp_nav #sp_text a {
	display: block;
	padding-top: 15px;
	padding-bottom: 15px;
	color: #333;
	text-decoration: none;
	padding-left: 10px;
}

#sp_nav .acordion_tree{
	display:none;
}
#sp_nav .trigger span.open-close {
	width: 21px;
	height: 16px;
	background-image: url(../images/head_menu02.png);
	background-repeat: no-repeat;
	position: absolute;
	display: block;
	top: 22px;
	right: 7px;
	-moz-background-size: 21px 16px;
	background-size: 21px 16px;
 }
 
#sp_nav .active span.open-close {
	width: 21px;
	height: 16px;
	background-image: url(../images/head_menu02_on.png);
	background-repeat: no-repeat;
	position: absolute;
	display: block;
	top: 22px;
	right: 7px;
	-moz-background-size:21px 16px;
	background-size:21px 16px;
 } 

#sp_nav ul li a .menuicon {
	border-left: 2px solid #ad8d45;
	padding-left: 10px;
}
/*---------------------------------------------------------------------------*/
.co_inner {
	margin-right: 10px;
	margin-left: 10px;
	
	padding-bottom: 10px;
}
#header .letsgo {
	position: absolute;
	left: 154px;
	top: 7px;
	width: 49px;
}
