#contents{
  padding-bottom: 150px;
}

.thumbnail {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  #mainImg {
    position: relative;
    width: 960px;
    height: 560px;
    margin: 50px auto 0;
    background: url(/lp/lineup/application/UL508/images/mainimg_bg.png) center no-repeat;
  }
  #mainImg [class*="button"] {
    position: absolute;
    height: 33px;
    background: rgba(246,247,256,0.3);
  }
  #mainImg > a:hover {
    opacity: 0.9;
  }
  #mainImg .button01 {
    left: 201px;
    top: 45px;
    width: 71px;
  }
  #mainImg .button02 {
    left: 132px;
    top: 84px;
    width: 71px;
  }
  #mainImg .button03 {
    left: 132px;
    top: 124px;
    width: 346px;
  }
  #mainImg .button04 {
    left: 200px;
    top: 164px;
    width: 108px;
  }
  #mainImg .button05 {
    left: 419px;
    bottom: 139px;
    width: 92px;
  }
  #mainImg .button06 {
    left: 236px;
    bottom: 202px;
    width: 100px;
  }
  #mainImg .button07 {
    left: 132px;
    top: 204px;
    width: 106px;
  }
  #mainImg .button09 {
    left: 339px;
    bottom: 83px;
    width: 208px;
    pointer-events: none;
  }
  #mainImg .button10 {
    left: 250px;
    top: 287px;
    width: 106px;
  }
  #mainImg .button11 {
    left: 353px;
    bottom: 196px;
    width: 275px;
  }
  #mainImg .button12 {
    left: 340px;
    top: 244px;
    width: 518px;
  }
  td .fsS{
    line-height: 1.3;
  }


#topImg {
  position: relative;
  text-align: center;
}
#topImg::before,
#topImg::after {
  content: "";
  display: block;
  width: 50%;
  height: 100%;
  background: #dddddb;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
#topImg::after {
  background: #00040d;
  left: auto;
  right: 0;
}


#pageTitle {
  margin-top: 50px;
}
.pageTitle_hdg01 {
  font-size: 30px;
  font-size: 3.0rem;
  font-weight: bold;
  color: #c00;
}

/* お問合せボタン */
.btnContact {
	background:#111987;
	border-radius: 5px;
	padding:20px 15px;
	margin: 20px auto 40px;
  width: 33%;
}
.btnContact a {
  font-size:19px;/*for IE*/ font-size:1.9rem;
	line-height:1.3em;
  font-weight: bold;
	text-align:center;
	color:#111987;
	text-decoration:none;
  background:#f4f5fe;
	display:block;
	position:relative;
	padding:15px 10px;
	border-radius: 5px;
}
.btnContact a span{
  display: inline-block;
  position: relative;
}
.btnContact a span:before{
	display: inline-block;
  width: 14px;
  height: 14px;
	vertical-align: middle;
	content: "";
	overflow: hidden;
	background: url(/shared/images/ico_common.png) no-repeat 0 -19px;
  position: absolute;
  left: -20px;
  top: 50%;
  transform: translate(0,-50%);
}
.btnContact a:hover {
  opacity: 0.7;
}

/* お問合せボタン（紺色に白文字） */
.btnContact-02 {
	background:#f4f5fe;
	border-radius: 5px;
	padding:15px;
	margin: 20px auto 40px;
  width: 24%;
}
.btnContact-02 a {
  font-size:19px;/*for IE*/ font-size:1.9rem;
	line-height:1.3em;
  font-weight: bold;
	text-align:center;
	background:#111987;
	color:#fff;
	text-decoration:none;
	display:block;
	position:relative;
	padding:20px 10px;
	border-radius: 5px;
  text-indent: 0.2em;
}
.btnContact-02 a span{
  display: inline-block;
  position: relative;
}
.btnContact-02 a span:before{
	display: inline-block;
  width: 14px;
  height: 14px;
	vertical-align: middle;
	content: "";
	overflow: hidden;
	background: url(/shared/images/ico_common.png) no-repeat -15px -19px;
  position: absolute;
  left: -23px;
  top: 50%;
  transform: translate(0,-50%);
}
.btnContact-02 a:hover {
  opacity: 0.7;
}



/*----- footer -----*/
#footer-UL508{ background:#111987; }
#footer-UL508{
	width:100%;
	 position:fixed;
	 left:0; bottom:0;}
#footer-UL508 #footerIn{ padding:20px 0;}
