@charset "utf-8";
/* CSS Document */


#logo {
	border:0px!important;
	clip:rect(1px, 1px, 1px, 1px) !important;
	height:1px!important;
	overflow: hidden!important;
	padding:0px!important;
	position:absolute !important;
	width:1px!important;
}

#headerContact {
	float:right;
}

#headerContact p {
	float:left;
	display: inline-block;
	background-image: url("../images/header_icon.png");
	background-repeat: no-repeat;
	background-size: 35px 35px;
	background-position: left center;
	padding-left: 40px;
	font-size: 2em;
	font-weight:700;
	color: #60616b;
	line-height: 70px;
}

#headerContact a {
	float:left;
	display: inline-block;
	background-color: #1d49d8;
	font-size: 1.5em;
	font-weight: 600;
	height: 70px;
	line-height: 70px;
	color: #fff;
	padding-left: 40px;
	padding-right: 40px;
	text-decoration: none;
	margin-left: 20px;
    -webkit-transition:0.5s;
}

#headerContact a:hover {
   background-color: #000;
}


@media only screen and (min-width: 1px) and (max-width: 1024px) {

#headerContact p {
	display: none;
}

#headerContact a {
	height: 50px;
	line-height: 50px;
	padding-left: 30px;
	padding-right: 30px;
	font-size: 1.1em;
	font-weight: normal;
}

}

/* 1~1024 */
@media only screen and (min-width: 1px) and (max-width: 1024px) {

#header-wrap {
	background-color: #fff;
	float: left;
	width: 100%;
	z-index: 96;
	/*position: fixed;
	top: 0px;*/
	height: 50px;
}

#header {
	float: left;
	width: 100%;
}

#header #logoBox {
	float: left;
	height: 40px;
	min-height: 40px;
	width: 116px;
	min-width: 116px;
	margin-top: 5px;
	margin-left: 20px;
}

}





/* 1025~ */
@media only screen and (min-width: 1025px) {
		
#header-wrap {
	height: 70px;
	width: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #fff;
	float: left;
}

#header {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 70px;
	width: 100%;
}

#header #logoBox {
	float: left;
	height: 60px;
	min-height: 60px;
	width: 174px;
	min-width: 174px;
	margin-top: 5px;
}
	
}




