#cat-wrapper a:link {
  color: #0090d4;
  text-decoration: none;
}

#cat-wrapper a:visited {
  color: #0090d4;
  text-decoration: none;
}

#cat-wrapper a:hover {
  color: #0090d4;
  text-decoration: underline;
}

#cat-wrapper a:active {
  color: #0090d4;
  text-decoration: underline;
}
.list_title {
  padding-top: 5px;
  text-align: center;
  border-bottom: none;
  font-size: 224%;
  font-weight: normal;
}
#cat-wrapper h3 a{
  font-size: 20px;
}
#category_img {
  margin: auto;
  width: 984px;
  padding: 0 0 30px;
}

.cat-inner h3 a{
  line-height: 2;
}
  #cat-wrapper{

    margin: 0 auto;
    background-color: #fff;
    text-align: left;
  }
  #cat-wrapper>p{
    margin-bottom: 60px;
    text-align: center;
  }
  #cat-wrapper img{
    width: 100%;
    vertical-align: middle;
  }
  #cat-wrapper h3{
    font-weight: normal;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 35px;
  }
  #cat-wrapper a.itemlink{
    color: #0090d4;
    font-size: 36px;
    display: inline-block;
  }
  a.itemlink + a.itemlink:before{
    content: ",";
    display: inline-block;
    padding: 0 10px;
    text-decoration: none!important;
  }
  a.itemlink + a.itemlink:before:hover{
    text-decoration: none!important;
  }
  .cat-Half-Wrap{
    display: -webkit-flex;
    display: flex;
  }
  .cat-Half-Box{
    flex: 1;
    flex-grow: 1;/* IE11 */
    -webkit-flex: 1;
    line-height: 2;
  }

  .cat-Half-Box:first-child{
    margin-right: 10px;
  }
  .cat-Half-Box:last-child{
    margin-left: 10px;
  }
  .cat-Half-Wrap-Reverse{
    display: -webkit-flex;
    display: flex;
  }
  /*-- cuntom class ----*/
  .txt-center{
    text-align: center;
  }
  /*-- margin ----*/
  .cat-Img-Max, .cat-Txt-Max{
    margin-bottom: 40px;
  }
  .cat-Half-Wrap, .cat-Half-Wrap-Reverse{
    margin-bottom: 40px;
  }
  #cat-wrapper > div:last-of-type{
    margin-bottom: 0;
  }
