/* CSS Document */

.contentArea{
  margin: 0 auto;
  max-width: 1200px;
  width: 98%;
  overflow: hidden;
  }
.contentArea.column.fresh .pcWrap{
  max-width: 800px;
}

h1.contentTitle{
  margin: 4em 0;
}
h1.contentTitle:after{
  top: -2em;
}
h1.contentTitle:before{
  bottom: -2em;
}

.pageIndex ul{
  padding: .5rem 3rem 1rem;
}
.contentArea.fresh p{
  margin: 1rem 2rem;
}
.contentArea.fresh h2{
  font-size: 2em;
  margin: 2.5em .75rem 2em;
}
.contentArea.fresh h2:before{
  bottom: -1.6em;
}
.contentArea.fresh h3{
  font-size: 1.5em;
  border-bottom-style: dashed;
}

#calenderArea > div{
  padding: 0 5rem;
}

a.reccomendedPage div:first-of-type{
  width: 20%;
  margin-right: 1rem;
}
.reccomendedArea{
  border-width: 4px;
  border-style: solid;
  padding: .5rem;
}
.joinUs{
  padding: 2rem 10%;
}
.joinUs ul{
  font-size: 1.1em;
  display: flex;
  flex-wrap: wrap;
}
.joinUs ul li{
  background: url("../../../../img/page/newcolumn/fresh/icn_piyopencil.svg") left center / contain no-repeat;
  box-sizing: border-box;
  width: 50%;
}
.calenderArea .month{
}
.calenderArea .month > div:first-of-type{
  align-items: center;
  display: flex;
  justify-content: center;
  margin-right: 1em;
  width: 10em;
}
.calenderArea h4{
  font-size: 1.2em;
}

.tabBox li{
  cursor: pointer;
}
.tabBox li:hover{
  opacity: .5;
}