@charset "utf-8";

.width {
	width: 950px;
	margin: 0 auto;
}
.width:after {
	clear: both;
	content: "";
	display: block;
	height: 0;
	visibility: hidden;
}
header,
#header {
	border-top: 5px solid #195abb;
	background: url(../image/bg_header.jpg) left bottom repeat-x #6198d8;
	height: 80px;
}
#headerArea {
	clear: both;
	zoom: 100%;
	background: url(../image/img_header.jpg) right bottom no-repeat;
	position: relative;
}
#headerArea:after {
	clear: both;
	content: "";
	display: block;
	height: 0;
	visibility: hidden;
}
#headerArea .logo {
	float: left;
	padding:11px 0;
	width: 465px;
}
#headerArea .companyLogo {
	position: absolute;
	right: 0px;
	top: 0px;
}
#headerArea .search_form form{
	position: absolute;
	right: 98px;
	top: 0px;
	padding-top:5px;
}
#headerArea .search_form form input{
	vertical-align: middle;
}
#headerArea .search_form form input[type="submit"] {
	background-color:#f0f0f0;
	border:#999 1px solid;
	width:38px;
	height:26px;
}
#headerArea .search_form form .searchBox,
#headerArea .search_form form .iSearchAssist {
	width:200px;
	height:24px;
}
#headerArea .headerNavi {
	position: absolute;
	right: 0px;
	top: 40px;
	list-style: none;
}
#headerArea .headerNavi li {
	float: left;
	padding-left: 5px;
}
#headerArea .headerNavi li a {
	text-align: left;
	overflow: hidden;
	text-indent: -9999px;
	display: block;
	height: 26px;
}
#headerArea .headerNavi .menu {
	width: 95px;
}
#headerArea .headerNavi .desk {
	width: 125px;
}
#headerArea .headerNavi .print {
	width: 95px;
}
#headerArea .headerNavi .menu a {
	background: url(../image/bt_menu_off.png) center top no-repeat;
}
#headerArea .headerNavi .desk a {
	background: url(../image/bt_desk_off.png) center top no-repeat;
}
#headerArea .headerNavi .print a {
	background: url(../image/bt_print_off.png) center top no-repeat;
}
#headerArea .headerNavi .menu a:hover {
	background: url(../image/bt_menu_on.png) center top no-repeat;
}
#headerArea .headerNavi .desk a:hover {
	background: url(../image/bt_desk_on.png) center top no-repeat;
}
#headerArea .headerNavi .print a:hover {
	background: url(../image/bt_print_on.png) center top no-repeat;
}
@media screen and (max-width: 970px) {
	
body {
  -webkit-text-size-adjust: 100%;
}
.width {
	width: auto;
	padding-left:10px;
	padding-right:10px;
}
#header{
	height:auto;
	padding-bottom:7px;
}
#headerArea {
    text-align: right;
	padding-bottom:10px;
}
#headerArea .logo {
    text-align: left;
	float:none;
	width: auto;
	margin-right:100px;
}
#headerArea .logo img{
	width:100%;
	max-width:465px;
	height:auto;
}
#headerArea .companyLogo {
	top: 17px;
	padding-right:10px;
}
#headerArea .search_form{
	display:inline-block;
}
#headerArea .search_form form{
	position:static;
	vertical-align:top;
	padding-top:0px;
    text-align: left;
}
#headerArea .search_form form .searchBox,
#headerArea .search_form form .iSearchAssist {
	width:150px;
	font-size:100%;
}
#headerArea .headerNavi {
	position:static;
	display:inline-block;
	vertical-align:top;
}
#headerArea .headerNavi li:first-child{
	padding-left:2px;
}

}
@media screen and (max-width: 568px) {
#headerArea .logo {
	padding:0px 10px 0 0;
	margin-right:0px;
	margin-top:55px;
	position:absolute;
}
#headerArea .logo img{
	margin-top:-5%;
}
#headerArea .companyLogo {
	top:-5px;
	z-index:100;
}
#headerArea .search_form{
	display:block;
	position:relative;
	margin-top:15px;
	margin-right: 95px;
	margin-bottom: 55px;
	padding-right:58px;
}
#headerArea .search_form form{
	display:block;
}
#headerArea .search_form form .searchBox ,
#headerArea .search_form form .iSearchAssist {
	width:98%;
	padding-left:1%;
	padding-right:1%;
}
#headerArea .search_form form input[type="submit"] {
	position:absolute;
	right:0px;
	top:0px;
	width:50px;
}
#headerArea .headerNavi {
	display:block;
	clear:both;
	float:right;
}
#headerArea .headerNavi li{
	padding-top:10px;
	padding-left:0px;
	padding-right:5px;
}
#headerArea .headerNavi li:first-child{
	padding-left:0px;
}
#headerArea .headerNavi li:last-child{
	padding-right:0px;
}
#headerArea .headerNavi li a{
	border-radius: 5px;		
	-webkit-border-radius: 5px;	
	-moz-border-radius: 5px;	
}
#headerArea .headerNavi .menu,#headerArea .headerNavi .print{
    width: 82px;
}
}