@charset "utf-8";
/* ---------------------------------------------------------
store
----------------------------------------------------------*/
#store #content{
  font-size: 14px;
}
.imgWrap{
  margin-bottom: 60px;
}
.mainArea{
  width: 960px;
  margin: 0 auto;
  text-align: center;
}
.mainArea h2{
  font-family: 'Oswald', sans-serif;
  font-size: 36px;
  margin-bottom: 20px;
  font-weight: 500;
}
.mainArea h2+div{
  margin-bottom: 60px;
}
.mainArea h3{
  font-size: 24px;
  margin-bottom: 20px;
}
.mainArea h3+div{
  margin-bottom: 60px;
}
.mainArea p{
  font-size: 16px;
  margin-bottom: 10px;
}
.sectionWrap{
  margin-top: 50px;
  background-color: #fff;
  text-align: center;
}
.area{
  width: 100%;
}
.areaList{
  max-width: 960px;
  margin: 0 auto;
  text-align: left;
}
.areaList li {
  display: inline-block;
  width: 240px;
  border-bottom: 1px solid #dadada;
}
.areaList li a{
  background: url(/ines18fw/common/images/chevron-right.png) 96% center no-repeat;
  text-align: center;
  width: 240px;
  display: table-cell;
  vertical-align: middle;
  padding-right: 25px;
  height: 60px;
  line-height: 1;
}
.areaList li a:hover{
  background: url(/ines18fw/common/images/chevron-right-hover.png) 96% center no-repeat;
}
.areaList li:nth-child(-n+3) {
  border-top: 1px solid #dadada;
}
.areaList li + li{
  margin-left: 120px;
}
.areaList li:nth-child(3n+1) {
  margin-left: 0;
}
.areaList li .remarks {
  font-size: 12px;
  margin-top: 6px;
}
ul.comments{
  color: #777777;
  font-size: 13px;
}
.notice{
  color: #ff0000;
}