@charset "utf-8";
@import url(cmn.css);
@import url(base.css);
@import url(../js/jquery.bxslider/jquery.bxslider.css);

/*-------------------------------------------------------------------------
▼スライド
-------------------------------------------------------------------------*/
#mainImg{
  margin-bottom:0px;
}
#mainImg-in img {
  width: 100%;
  height: auto;
}

/*-------------------------------------------------------------------------
▼NEWS
-------------------------------------------------------------------------*/
#read {
  width: 100%;
  background:url(../images/index-images/read-bg.jpg) no-repeat center center fixed; 
  display: table;
  position: relative;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  text-align:center;
  padding:20px 0;
}
#read h2{
  font-size:1em;
  margin-bottom:10px;
}
#read h2 img{
  width:100%;
  max-width:1000px;
  height:auto;
}
#read ul img{
  width:70%;
  max-width:500px;
  height:auto;
}
.read01{margin:0 30px 0 0;}
.read02{margin:0 0 0 30px;}
.read03{margin:0 30px 0 0;}
/*-------------------------------------------------------------------------
▼party
-------------------------------------------------------------------------*/
#party {
  width: 100%;
  background:url(../images/index-images/party-bg.jpg) no-repeat center center fixed; 
  display: table;
  position: relative;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  margin-bottom:20px;
}
#party .wrapper{
  text-align:center;
  padding:20px 0;
}
#party h2{
  margin-bottom:20px;
}
#party h2 img{
  width:90%;
  max-width:600px;
  height:auto;
}
#party p{
  margin-bottom:20px;
  padding:0 10px;
  color:#ffffff;
}
#party ul{
  overflow:hidden;
  width:300px;
  margin:0 auto 20px auto;
}
#party li{
  float:left;
  margin:0 10px 10px 0;
  z-index:1000;
}
#party li img{
  width:140px;
  height:auto;
}
#bn-box{
  text-align:center;
}
#bn-box .img-max{
  width:100%;
  max-width:600px;
  height:auto;
}

#mail-box{
  text-align:center;
}
#mail-box .img-max{
  width:100%;
  max-width:800px;
  height:auto;
}