@charset "utf-8";
/* ------------------------------------------------------------
	Top Cm Area
------------------------------------------------------------ */
.topCm2018Area {
  background: url(/common/cm2018/images/bg_cm2018.jpg) center top no-repeat;
  background-size: cover;
  /*height: 390px;*/
}
.topCm2018Area .innerArea {
  margin: 0px auto;
  width: 980px;
  position: relative;
}
.topCm2018Area .innerArea .popImg {
  position: absolute;
  top: 20px;
  left: -50px;
}
.topCm2018Area .innerArea .txtBlock {
  text-align: center;
  padding-top: 30px;
  width: 100%;
}
.topCm2018Area .innerArea .txtBlock dl {
  margin-bottom: 45px;
}
.topCm2018Area .innerArea .txtBlock dl dt {
  text-align: center;
  margin-bottom: 25px;
}
.topCm2018Area .innerArea .txtBlock dl dt img {
  vertical-align: bottom;
}
.topCm2018Area .innerArea .txtBlock dl dd {
  text-align: center;
  color: #fff;
  line-height: 1.8;
  font-size: 20px;
}
.topCm2018Area .innerArea .txtBlock .linkBtn {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
	margin-bottom: 50px;
}
.topCm2018Area .innerArea .txtBlock .linkBtn a {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 0;
  background: #e30012;
  display: block;
  text-align: center;
  line-height: 1.4;
  width: 440px;
}
.topCm2018Area .innerArea .txtBlock .linkBtn a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
.topCm2018Area .innerArea .txtBlock .linkBtn a span {
  display: block;
  padding: 10px 0 8px;
  margin: 0 30px;
  background: url(/common/images/top/cm/arrow.png) right center no-repeat;
  background-size: 7px auto;
  font-size: 14px;
  color: #fff;
  line-height: 1;
}

.topCm2018Area .innerArea .txtBlock span {
    display: inline-block;
    background: url("/common/cm2018/images/icon_ttl_bg_left.png") left bottom no-repeat,url("/common/cm2018/images/icon_ttl_bg_right.png") right bottom no-repeat;
        background-size: auto auto, auto auto;
    background-size: 18px 30px;
    padding: 14px 48px 0;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    margin-bottom: 35px;
}
