/* CSS Document */

body {
  background: #fff;
}
#container{
overflow: auto;
}

a:hover{
  opacity: 0.7;
}

#top {
  padding-top: 50px;
  text-align: center;
  margin-bottom: 20px;
}

#bgwarp {
background: url(../img/bg.jpg) no-repeat center top;
overflow: auto;
}

#contents .banner{
  text-align: center;
margin-bottom: 60px;
}


#wrap .inner{
  padding-top: 250px;
  background: url(../img/top_bg.png) no-repeat center top;
  width: 967px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding-bottom: 100px;
}

#wrap .inner .illust{
  position: absolute;
  right: 230px;
  bottom:-50px;
}

#tieupwrap .inner{
  padding-top: 20px;
  width: 895px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  /*border: 1px solid #ccc;*/
}

#tieupwrap ul{
	width: 100%;
	margin: 0 auto;
  padding-left: 10px;
}

#tieupwrap li{
display: block;
width:32%;
float: left;
list-style: none;
text-align: center;
padding-left: 10px;
}
#tieupwrap li.right {
padding-left: 0px;
}
#tieupwrap dl{
	width: 265px;
}
#tieupwrap dt{
  padding-bottom: 20px;
  text-align: left;
}

#tieupwrap dd{
  text-align: left;
}

.align-c{
  text-align: center;
}
.pt80{
  padding-top: 80px;
}

.pb60{
  padding-bottom: 60px;

}
.mb30{
  margin-bottom: 30px;
}
.clear{
  clear: both;
}
#pageTop {
    position: fixed;
    bottom: 50px;
    right: 20px;
    z-index: 999;
}

#footer {
    background-color: #fff;
    text-align: center;
    margin: 80px 0 0 0;
    padding: 20px 0;
}

#footer .inner {
    width: 967px;
    margin: 0 auto;
    display: block;
    height: 15px;
    position: relative;
min-height: 15px;
}

#footer .inner .toHotate {
    position: absolute;
    top: -1px;
    left: 0px;}
