@charset "UTF-8";

/* Header Layout */
header:after {
  content: "";
  display: block;
  clear: both;
}
.header-site {
  float: left;
  margin: 0 auto;
}
.header-nav {
  position: relative;
  float: right;
  margin-top: 3px;
  clear: right;
}

/* Sub Menu */
.submenu{
  margin: -30px 0 20px 0;
  padding: 0 0 20px 0;
}
.submenu ul li{ 
  display: inline-block;
  float: left;
  font-size: 17px;
  margin: 0 15px 0 25px;
  padding: 0px 5px;
}

/* Content Layout Horizontal */
.info:after {
  content: "";
  display: block;
  clear: both;
}
.content:after {
  content: "";
  display: block;
  clear: both;
}
.info-main {
  float: left;
  width: 68%;
  padding-right: 35px;
  box-sizing: border-box;
}
article {
  float: left;
  width: 68%;
  margin: 0 15px;
  box-sizing: border-box;
}
.lead img {
  float:left;
  width:auto;
  max-width: 300px;
  height: auto;
  padding: 0 10px 10px 0;
}

.conbox1, .conbox2{
  float: left;
  width: 49%;
  padding-right: 5px;
  margin-bottom: 12px;
}

.info-sub, .sidebox1, .sidebox2 {
  float: left;
  width: 28%;
  margin: 10px 0 18px 0;
}
.sidebox1 img, .sidebox2 img {
  max-width:300px;
  height:auto;
}


/* Featured Box Layout Horizontal */
.ftrd:after {
  content: "";
  display: block;
  clear: both;
}
.ftrd-1, .ftrd-2, .ftrd-3 {
  float: left;
  width: 32%;
}
 
.ftrd-1, .ftrd-2 {
  margin-right: 1%;
}

.infobox2{ 
  border-left: dotted 2px #777;
  height:auto;
}


/* FONT
=============== */
.btn_hamburger {
  display: none;
}
.section_dmenu {
  /*
  * dmenu 1, dmenu2
  * 幅が900pxを超えるとき、横並びにする
  */
}
.section_dmenu1 {
  display: block !important;
}
.section_dmenu1 .section_dmenu_list {
  *zoom: 1;
}
.section_dmenu1 .section_dmenu_list:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
.section_dmenu1 .section_dmenu_list > li {
  position: relative;
  float: left;
  width:auto;
  max-width:260px;
  box-sizing: border-box;
  border-right: 1px #f5f5f5 solid;
  border-bottom: 0;
}
.section_dmenu1 .section_dmenu_list > li:last-of-type {
  border-right: 0;
}
.section_dmenu1 .section_dmenu_list > li h3 a {
  padding-right: 34px;
}
.section_dmenu1 .target {
  left: 0;
  width: auto;
  min-width: 175px;
  font-size: 15px;
}
.section_dmenu1 .target .trigger a {
  padding-right: 2em;
}
.section_dmenu > ul > li:last-of-type {
  border-bottom:0;
}
.section_dmenu .target {
  position:absolute;
  z-index: 1000;
  display: none;
  margin: 0 auto;
  padding: 0;
  width:100%;
  color: #fcfbfa;
}


