.wrap {
	margin-left:auto;
	margin-right:auto;
	width:1040px;
}
#hd #logoarea {
	background:#455B86;
}
#hd #logoarea .wrap {
	overflow:hidden;
}
#hd #logoarea h1 {
	float:left;
	margin:0;
}
#hd #logoarea #hd_tel {
	width:540px;
	height:90px;
	background:url(../img/hd_tel_bg.png);
	float:right;
	position:relative;
}
#hd #logoarea #hd_tel .tel {
	position:absolute;
	bottom:10px;
	right:0;
}

#hd #logoarea .wrap #hd_tel #hd_lang a{
	display:block;
	background:url(../img/hd_lang.png) 0 0 no-repeat;
	width:130px;
	height:24px;
	overflow:hidden;
	text-indent:-9999px;
}
#hd #logoarea .wrap #hd_tel #hd_lang a:hover{
	background-position:0 bottom;
}
#hd_tel ul{
	margin:12px 0 0 33px;
	display: flex;	
}
#hd_tel ul li{
	margin-right:10px;
	line-height:24px;
	font-size:11px;
}
#hd_tel ul li#hd_lang{
	padding:0;
	margin-right:20px;
}
#hd_tel ul li a{
	color:#FFFFFF;
}
#hd_tel ul li a:hover{
	color:#EC1C24;
}
#hd .btn_area {
	background:#282828;
}
#hd .btn_area .wrap {
  align-items: center;
	overflow:hidden;
  display: flex;
}
#hd .btn_area h2 {
	font-size:12px;
	line-height:60px;
	font-weight:normal;
	color:#ffffff;
	background:none;
	margin:0;
	padding:0;
	width:auto;
}
#hd .btn_area #hd_mail {
  margin-left: 20px;
	margin-right:4px;
}
#hd .btn_area #hd_mail a {
	display:block;
	background:url(../img/hd_mail.png) 0 0 no-repeat;
	width:260px;
	height:60px;
	overflow:hidden;
	text-indent:-9999px;
}
#hd .btn_area #hd_mail a:hover {
	background-position:0 bottom;
}

#hd .btn_area .wrap .search {
  width: 240px;
  border-radius: 4px;
  overflow: hidden;
  margin-left: auto;
}
#hd .btn_area .wrap .search form {
  display: flex;
}
#hd .btn_area .wrap .search .input {
  border: none;
  box-sizing: border-box;
  outline: none;
  width: 206px;
  font-size: 16px;
  padding: 6px;
}
#hd .btn_area .wrap .search .submit {
  background: url("../../parts_res/img/new_header/search_btn.png") center center no-repeat #455b84;
  background-size: 16px;
  border: none;
  box-sizing: border-box;
  width: 34px;
  font-size: 0;
}

#ft {
	background:#282828;
}
#ft table {
	width:100%;
	table-layout:fixed;
	border:none;
	margin:0;
}
#ft .logoarea {
	padding:40px 0;
	border-bottom:1px solid #4d4d4d;
}
#ft .logoarea table td {
	text-align:center;
	vertical-align:middle;
	border:none;
}
#ft .infobox {
	color:#fff;
	font-size:15px;
}
#ft .infobox .tl {
	font-weight:bold;
	font-size:20px;
	margin-bottom:10px;
}
#ft .infobox a {
	color:#fff;
	text-decoration:underline;
}
#ft .infobox a:hover {
	text-decoration:none;
}
#ft .info_2 {
	border-bottom:1px solid #4d4d4d;
}
#ft .info_2 table td {
	border:none;
	padding:20px 25px 25px;
	vertical-align:top;
}
#ft .info_2 table td:first-child {
	border-right:1px solid #4d4d4d;
}
#ft .map {
	margin-top:5px;
}
#ft .map a {
	display:inline-block;
	background:url(../img/map_icon.png) 0 0 no-repeat;
	padding-left:26px;
	line-height:22px;
}
#ft .info_3 {
	border-bottom:1px solid #4d4d4d;
}
#ft .info_3 table td {
	padding:20px 25px 25px;
	vertical-align:top;
	border:none;
	border-left:1px solid #4d4d4d;
}
#ft .info_3 table td:first-child {
	border-left:none;
}

#license {
	text-align:center;
	background:#455B86;
	font-size:18px;
	padding:20px 0;
	color:#fff;
}

#copy {
	text-align:right;
	color:#fff;
	font-size:12px;
	padding:30px 0;
	overflow:hidden;
}
#copy ul {
	float:left;
}
#copy ul li {
	display:inline-block;
	margin-right:10px;
}
#copy ul li a {
	display:block;
	color:#fff;
	text-decoration:underline;
}
#copy ul li a:hover {
	text-decoration:none;
}
#copy ul li a:before {
	content:"> ";
}

#pagetop {
	position:fixed;
	right:30px;
	bottom:30px;
	display:none;
}
#pagetop ul li {
	margin-top:10px;
}
#pagetop ul li:first-child {
	margin-top:0;
}
#pagetop ul li a {
	display:block;
	width:120px;
	height:80px;
	overflow:hidden;
	text-indent:-9999px;
	background-position:0 0;
	background-repeat:no-repeat;
}
#pagetop ul li a:hover {
	background-position:right 0;
}
#pagetop ul li a.link1 {background-image:url(../img/float_menu1.png);}
#pagetop ul li a.link2 {background-image:url(../img/float_menu2.png);}

#hpb-container {
	overflow:hidden;
}

header ul, header ul li,
footer ul, footer ul li {
	list-style:none;
	margin:0;
	padding:0;
}

/*フッターナビ*/
.ft_nav{
	width:100%;
	margin:0px;
	background:#cae4f9;
	min-width:1040px;
}
.ft_nav .wrap ul,
.ft_nav .wrap ul li {
	list-style:none;
	margin:0;
}
.ft_nav .wrap ul{
	padding:0;
	font-size:14px;
	display:flex;
	justify-content:space-between;
}
.ft_nav > .wrap > ul {
	text-align:center;
	margin:0;
}
.ft_nav > .wrap > ul > li {
	font-size:14px;
	display:inline-block;
	position:relative;
}
.ft_nav > .wrap > ul > li > a,
.ft_nav > .wrap > ul > li > .a {
	display:block;
	color:#000;
	padding-right:15px;
	background:url(../img/top/nav_arw.png) right 10px center no-repeat;
	text-decoration:none;
	padding:18px 25px;
}
.ft_nav > .wrap > ul > li > a:hover {
	color:#0953a4;
}
.ft_nav ul.c {
	padding:0;
	position:absolute;
	top:52px;
	left:0;
	width:100%;
	box-shadow:1px 1px 1px rgba(0,0,0,0.5);
	display:none;
	z-index:100;
}
.ft_nav > .wrap > ul > li:hover ul.c {
	display:block;
}
.ft_nav ul.c li {
	list-style:none;
	background:#cae4f9;
	font-size:12px;
}
.ft_nav ul.c li a {
	display:block;
	color:#333;
	padding:8px;
	text-decoration:none;
	border-bottom:1px solid #fff;
}
.ft_nav ul.c li a:hover {
	color:#0953a4;
}
#hdnavi.fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	box-shadow: 0 2px 3px rgba(0,0,0,0.3);
	z-index: 1000;
}

.hpb-layoutset-02 #hpb-inner {
	padding:40px 0;
}
#hpb-container {
	background:none;
}
#hpb-nav,#hpb-aside {
	display:none;
}
.hpb-layoutset-02 #hpb-wrapper {
	float:none;
	margin:0 auto;
}
#hpb-main {
	float:none;
	width:980px;
	margin:0 auto;
}
.hpb-layoutset-02 #hpb-wrapper {
	width:980px;
}
.hpb-layoutset-02 h2 {
	background:url(../img/list/h3_bg.png) 0 0 no-repeat;
	padding-left:100px;
	width:auto;
}
#hpb-inner {
	width:auto;
}

#concept .arr_main {
	width:790px;
}
#concept .arr_main li:nth-child(3n) {
	margin-right:25px;
}
#concept .arr_main li:nth-child(4n) {
	margin-right:0;
}

#ftlink {
	background:#fff;
	margin-top:40px;
	padding:10px 0;
}
#ftlink .wrap {
	overflow:hidden;
}
#ftlink .wrap p {
	float:left;
	line-height:50px;
	font-size:18px;
	margin:0;
}
#ftlink .wrap ul {
	float:right;
}
#ftlink .wrap ul li {
	display:inline-block;
	vertical-align:bottom;
}