@charset "UTF-8";

/***************************************************************************
*FD_basic_layout   outline_v2.css (pc) 2017.10
******************************************************************<')>>><**/




/* ▼ヘッダ **********************/
#header {
  display:block;
  position: relative;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  border-bottom: 1px solid #dddddd;
  background: #ffffff;
}

#header::after {
  content:"";
  clear: both;
  display: block;
}
#header .logo {
  float: left;
  margin: 5px 20px;
}
#header .logo img {
  display: block;
}


#header .nav {

  float: right;
  margin: 11px 20px;
}
#header .nav::after {
  content:"";
  clear: both;
  display: block;
}
#header .hd_link,
#header .orderNav {
  display: table;
  margin: 0;
  padding: 0;
  list-style-type: none;
  float: left;
}
#header .hd_link li,
#header .orderNav li {
  list-style-image: none;
  list-style-type: none;
  margin-left: 0;
}
#header .hd_link li,
#header .orderNav li {
  display: table-cell;
}
#header .hd_link li,
#header .orderNav .orderNav_link a {
  height: 30px;
  line-height: 30px;
}
#header .hd_link a {
  padding: 0 1.1em;
  line-height: 1.2em;
  border-left: 1px solid #666666;
  color: #5c5c5c;
}
#header .hd_link a b,
#header .orderNav .orderNav_item a b,
#header .orderNav .orderNav_link a b{
	font-weight: normal;
}

#header .orderNav .orderNav_link {
  padding-right: 12px;
}
#header .orderNav .orderNav_link a {
  display: block;
  padding: 0 10px 0 20px;
  background: #c91616 url(/comimg/ico_delta_left_white.png) 11px center/ 4px auto no-repeat;
  color: #ffffff;
  text-decoration: none;
}
#header .orderNav .orderNav_item {
  padding-left: 10px;
}
#header .orderNav .orderNav_item a {
  padding-left: 8px;
  background: url(/comimg/ico_delta_left_black.png) left center / 4px auto no-repeat;
  color: #5c5c5c;
}


/* ▼フッタ **********************/

#footer {
  padding: 50px 0 20px;
  text-align: center;
}

#footer .inner {
  margin-right: auto;
  margin-left: auto;
  width: 1100px;
}
#footer .pagetop {
  margin: 0 auto 15px;
}

#footer .pagetop img {
  display: block;
  margin: 0 auto;
  vertical-align: top;
  cursor: pointer;
}

/*#footer #foot_info*/
#footer #foot_info {
  margin-bottom: 20px;
  padding: 30px 0 20px;
  background: #262626;
  color: #ffffff;
}
#footer #foot_info .lead {
  margin-bottom: 17px;
  font-size: 20px;
  line-height: 1.2em;
  font-weight: normal;
}
#footer #foot_info .info_tel {
  position: relative;
  margin: 0 auto 30px;
  border-bottom: 1px solid #ffffff;
  width: 60%;
  min-width: 610px;
}
#footer #foot_info .info_tel .area_img {
  display: block;
  position: absolute;
  bottom: 0;
  left: -10px;
}
#footer #foot_info .info_tel .area_img img {
  vertical-align: bottom;
}
#footer #foot_info .info_tel .area_txt {
  padding: 30px 0 20px;
  min-height: 90px;
}
#footer #foot_info .info_tel .area_txt .number {
  margin-bottom: 1.2em;
  line-height: 1.1em;
  font-size: 25px;
  font-weight: bold;
}
#footer #foot_info .info_tel .area_txt .number::before{
	content: " TEL/ ";
}

#footer #foot_info .info_tel .area_txt .time {
  font-size: 15px;
}
#footer #foot_info .company .logo {
  display: block;
  margin: 5px auto;
}

/*#footer .copy*/
#footer .copy .copy_nav {
  margin-bottom: 22px;
}
#footer .copy .copy_nav ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  letter-spacing: -0.4em;
}
#footer .copy .copy_nav li {
  margin-left: 0;
  display: inline-block;
  vertical-align: middle;
  letter-spacing: normal;
  padding: 0 19px;
  border-right: 1px solid #343434;
  font-size: 100%;
  line-height: 1.1em;
}
  /*※first-child代用*/
#footer .copy_nav li.blankcell{
  padding: 0;
  font-size: 13px;
  color: rgba(255,255,255,0);
}
#footer .copy .copy_nav a {
  text-decoration: none;
  color: #5c5c5c;
}
#footer .copy address {
  font-size: 11px;
  font-style: normal;
}
#gnav{
	display: none;
}

/* ▼#contents **********************/

/*全体背景*/
#contents{
	background: #ffffff;
	padding-bottom: 20px;
}


/* outline_v2.css */