/* line 21, ../sass/_mixin.scss */
.clearfix, #newsHead, .newsArea dl, nav#indexBnr ul {
  display: inline-block;
}
/* line 23, ../sass/_mixin.scss */
.clearfix, #newsHead, .newsArea dl, nav#indexBnr ul {
  display: block;
}
/* line 26, ../sass/_mixin.scss */
.clearfix:after, #newsHead:after, .newsArea dl:after, nav#indexBnr ul:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}

/* line 34, ../sass/_mixin.scss */
.textOver {
  display: block;
  text-indent: 120%;
  white-space: nowrap;
  overflow: hidden;
}

/* line 6, ../sass/index.scss */
#mainImg {
  width: 100%;
  margin-bottom: 40px;
  background: none;
}
/* line 10, ../sass/index.scss */
#mainImg .inner {
  width: 1000px;
  margin: 0 auto;
  position: relative;
  background: none;
  height: 437px;
}
/* line 16, ../sass/index.scss */
#mainImg .inner #slide {
  width: 794px;
  height: 437px;
  position: relative;
}
/* line 20, ../sass/index.scss */
#mainImg .inner #slide img {
  position: absolute;
  left: 0;
  top: 0;
}
/* line 26, ../sass/index.scss */
#mainImg .inner p {
  width: 140px;
  height: 248px;
  position: absolute;
  top: 30px;
  right: 0;
}

/* line 36, ../sass/index.scss */
#content.index {
  width: 1000px;
  margin: 0 auto;
  position: relative;
}
/* line 40, ../sass/index.scss */
#content.index:after {
  width: 284px;
  height: 281px;
  content: '';
  display: block;
  background: url("/home/chukaku/img/index/logo_L.png") left top no-repeat;
  position: absolute;
  top: -220px;
  right: -145px;
  z-index: -1;
}

/* line 55, ../sass/index.scss */
#newsHead h2 {
  float: left;
  padding-top: 8px;
  margin-bottom: 20px;
}
/* line 60, ../sass/index.scss */
#newsHead p {
  float: right;
}
/* line 62, ../sass/index.scss */
#newsHead p a {
  color: #fff;
  text-decoration: none;
  font-size: 78.57143%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  padding: 4px 31px 4px 44px;
  display: block;
  position: relative;
  background: #413993;
  width: 142px;
}
/* line 73, ../sass/index.scss */
#newsHead p a:before {
  width: 6px;
  height: 8px;
  position: absolute;
  top: 9px;
  left: 32px;
  display: block;
  background: url("/home/chukaku/img/common/arrow_w.png") left top no-repeat;
  content: '';
}

/* line 87, ../sass/index.scss */
.newsArea {
  margin-bottom: 40px;
}
/* line 89, ../sass/index.scss */
.newsArea dl {
  margin-bottom: 10px;
}
/* line 92, ../sass/index.scss */
.newsArea dl dt {
  float: left;
}
/* line 95, ../sass/index.scss */
.newsArea dl dd {
  margin-left: 8.5em;
  display: block;
}
/* line 98, ../sass/index.scss */
.newsArea dl dd a {
  position: relative;
  text-decoration: none;
  color: #222;
}
/* line 102, ../sass/index.scss */
.newsArea dl dd a:after {
  width: 20px;
  height: 20px;
  display: block;
  content: '';
  background: url("/home/chukaku/img/common/arrow_01.png") left top no-repeat;
  position: absolute;
  top: 0;
  left: -30px;
}
/* line 112, ../sass/index.scss */
.newsArea dl dd a:hover {
  text-decoration: underline;
}

/* line 119, ../sass/index.scss */
nav#indexBnr {
  margin-bottom: 40px;
}
/* line 123, ../sass/index.scss */
nav#indexBnr ul li {
  float: left;
  margin-right: 19px;
}
/* line 126, ../sass/index.scss */
nav#indexBnr ul li:last-child {
  margin-right: 0;
}
/* line 129, ../sass/index.scss */
nav#indexBnr ul li a {
  width: 320px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 3px solid #dbdaea;
  padding-top: 25px;
  padding-bottom: 25px;
  text-decoration: none;
  text-align: center;
  display: block;
}
