@charset "utf-8";

/*==========================================
File name: header-smp.css
========================================== */

#header{
	padding-top: 52px;
	height: auto;
}


#header_inner_smp {
	margin: 0 auto;
	padding: 10px 0;
	text-align: center;
}

.menu-text{
	position: absolute;
	top: 15px;
	right: 50px;
	color: #FFF;
}

.sub_title{
	position: absolute;
	top: 15px;
	left: 15px;
	color: #FFF;
}


.smp_logo{
	width:90%;
	margin:0 auto;}


.smp_logo img{
	width:100%;
	height: auto;

}

.smp_h_tel a{
text-decoration: none;
font-weight: bold;
color: #d76aa6!important;
}



#header_inner_pc{
	display:none!important;
}	
	
	
	