@charset "utf-8";

/*==========================================
File name: header-pc.css
Editors: IT-Probe
Last Editor: IT-Probe
Date: 2015.10.24
========================================== */

#header{
	height: 130px;
		position: fixed;
	top:0;
	z-index: 1000;
	background: #000;
}

#header_inner {
	width: 1080px;
	margin:0 auto;
}

.h_box{
clear: both;
}
.h_box_l{
float: left;
width: 220px;
margin-top: 20px;
}
.h_box_c{
float: left;
width: 600px;
margin-left: 15px;
margin-top: 30px;
}
.h_box_r{
float: right;
width: 240px;
margin-top: 35px;
}

.h_box_r p{
font-size: 85%;
text-align: right;
margin-top: 7px;
}

.h_logo img{
width: 100%;
height: auto;
}


.h_tel img{
width: 100%;
height: auto;
}




#header_inner_smp,
.menu-text,
.sub_title{
	display:none!important;
}