@charset "utf-8";


.mainArea {
  text-align: center;
  padding:14px 0 10px; 
}


.slideBox {
  height: 285px;
  width: 250px;
  margin: 0 auto;
  padding: 15px 0 0;
}
div#slider {
  background-size:250px 250px;
}
div.nivo-slice {
  background-size:250px 250px;
}

.slideArea {
  margin: 0px auto;
  padding: 0 0 10px;
  height: auto;
  width: 100%;
}
.slideArea img {
  margin: 0px;
  padding: 0px;
  height: auto;
  width: 100%;
}


.copyArea {
  padding:0 10px 5px;
  }

.copyArea h1 {
  text-align: center;
  margin: 0px;
  padding: 10px 0px 12px;
}
.copyArea p {
  line-height:1.4em;
}


.otherArea {
  text-align:center;
  padding:0 0 15px;
}
.otherArea h1 {
  padding:0 0 10px;
}

.otherArea ul {
  height:auto;
  list-style:none;
  margin: 0px;
  padding: 0 0 0 10px;
  display: -webkit-box;
  display: -moz-box;
}
.otherArea li p {
  padding:3px 0 0;
  line-height:1em;
  color:#F39;
}
.otherArea .left {
  text-align:left;
  height: auto;
  width: 33%;
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
}
.otherArea .left img{
  height: auto;
  width: 90%;
}
.otherArea .mid {
  text-align:left;
  height: auto;
  width: 33%;
  -webkit-box-ordinal-group: 2;
  -moz-box-ordinal-group: 2;
}
.otherArea .mid img{
  height: auto;
  width: 90%;
}
.otherArea .right {
  text-align:left;
  height: auto;
  width: 34%;
  -webkit-box-ordinal-group: 3;
  -moz-box-ordinal-group: 3;
}
.otherArea .right img{
  height: auto;
  width: 90%;
}
