@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;
}

/* Featurered and Event news Front List */
.fmartbox, .fmCont {
  border-top: 1px solid #ccc;
  margin: 0;
  width: 100%;
  height: auto;
  min-height:115px;
  clear: left;
}
.fmartbox img, .fmCont img {
  float: left;
  width: auto;
  max-width: 200px;
  max-height: 107px;
  overflow:hidden;
  margin: 10px 10px 10px 0px;
  padding-bottom: 6px;
}
.fmartbox h2, .fmCont h2 {
  font: bold 20px 'Arial',sans-serif;
  padding: 20px 0 0 5px;
  margin: 0;
}
.fmartbox h5, .fmCont h5 {
  font: bold 14px 'Arial',sans-serif;
  padding-top: 8px;
  margin: 0;
  color:#bb012c;
}
.fmartbox p, .fmCont p {
  padding: 0 0 0 5px;
  margin:3px 0 5px 0;
  line-height: 1.2em;
}

/* 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;
}
.info-sub, .sidebox1, .sidebox2 {
  float: left;
  margin: 10px 0 18px 0;
  width: 28%;
}
.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;
}


