@charset "utf-8";

/*######################
 ヘッダー用CSS
=================*/
@media screen and (min-width: 769px){
.underframe #header{
	background: url(../img/base/underframe_header_back.jpg) no-repeat center -5px;
	background-size: cover;
	border-top: 4px solid #ddd0b8;
	padding-bottom: 15px;
}}
@media screen and (max-width: 78px){
.underframe #header{
	background: url(../img/base/underframe_header_backsp.jpg) no-repeat center -5px;
	background-size: cover;
	border-top: 4px solid #ddd0b8;
	padding-bottom: 15px;
}}
.underframe #header_in{
	width: 1000px;
	margin: auto;
	height: 150px;
	position: relative;
}
.underframe #header_in #header_cv{
	background-color: #f0e8d9;
	border-width: 1px;
	border-color: #ddd0b8;
	border-style: solid;
	display: inline-block;
	position: absolute;
	right: 0;
	top: -4px;
}
.underframe #header_in #header_cv ul li{
	padding: 4px;
	display: inline-block;
}

.underframe #header_in #header_logo{
	position: absolute;
	top: 30px;
	left: 0;
}
.underframe #header_in #header_badge{
	position: absolute;
	right: 0;
	bottom: 37px;
}
.underframe #global_nav ul li.home p{
	width: 71px;
}
.underframe #global_nav ul li.list01 p{
	width: 139px;
}
.underframe #global_nav ul li.list02 p{
	width: 166px;
}
.underframe #global_nav ul li.list03 p{
	width: 153px;
}
.underframe #global_nav ul li.list04 p{
	width: 100px;
}
.underframe #global_nav ul li.list05 p{
	width: 116px;
}
.underframe #global_nav ul li.list06 p{
	width: 80px;
}
.underframe #global_nav ul li.list07 p{
	width: 175px;
}
.underframe #header_sitemap{
	position: absolute;
	top: 5px;
	right: 359px;
}
