/**
 * reset ...
 */
* {
  border: 0;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: top;
}




/**
 * body
 */
body {
  background: #8A8A8A url("../img/icon-ui/icon-page/icon-page-bg-pattern-02.png") fixed;
  color: #4A4A4A;
  font-family: "HelveticaNeueW02-55Roma", "Helvetica Neue", "Helvetica", "Arial", "Verdana", sans-serif;
  font-size: 1.0em;
  font-weight: 400;
  line-height: 1.5;
    -webkit-font-smoothing: antialiased !important;
  text-rendering: optimizeLegibility !important;
}
body.overflow-hidden {
  overflow: hidden;
}




/**
 * html5
 */
article,
aside,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block;
}




/**
 * img
 */
img {
  display: block;
  height: auto;
  max-width: 100%;
}




/**
 * links
 */
a,
a:link,
a:visited,
a:hover {
  color: #4A4A4A;
  text-decoration: none;
}
a.active {
  color: #4A4A4A;
}

p a,
p a:link,
p a:visited,
p a:hover {
  color: #0079C1;
}




/**
 * typo
 */
h1,
h2,
h3,
h4,
h5 {
  font-family: "HelveticaNeueW02-45Ligh";
  font-weight: normal;
}

h1 {
  font-size: 1.75em;
  line-height: 1.35;
}
h2 {
  font-size: 1.75em;
  line-height: 1.35;
}
h3 {
  font-family: "HelveticaNeueW02-55Roma";
  font-size: 1.35em;
  line-height: 1.35;
}
h4 {
  font-family: "HelveticaNeueW02-75Bold";
  font-size: 1.15em;
  line-height: 1.35;
}

p {
  margin-bottom: 1.0em;
}

address {}

strong {
  font-family: "HelveticaNeueW02-65Medi";
  font-weight: 400;
}

em {
  font-family: "HelveticaNeueW02-56Ital";
  font-style: normal;
}

blockquote,
q,
em {
  font-style: italic;
}

blockquote p {}

hr {}

sub {
  vertical-align: bottom;
}


/* @media */
@media screen and (min-width:768px) {
  h1 {
    font-size: 2.313em;
    line-height: 1.25;
  }
  h2 {
    font-size: 2.313em;
    line-height: 1.25;
  }
  h3 {
    font-size: 1.5em;
  }
  h4 {
    font-size: 1.25em;
  }
}


/* @media */
@media screen and (min-width:1024px) {
  h1 {
    font-size: 2.75em;
  }
  h2 {
    font-size: 2.75em;
  }
}




/**
 * list
 */
ul {
  list-style-position: outside;
}
ol {
  list-style-position: outside;
  margin-left: 4px;
}
li {
  list-style: none;
}

dl {
  margin-bottom: 1.5em;
}
dt {
  font-family: "HelveticaNeueW02-65Medi";
  font-weight: 400;
}
dd {}




/**
 * table
 */
caption {
  font-family: "HelveticaNeueW02-65Medi";
  font-size: 1.0em;
  font-weight: 400;
  text-align: left;
  text-transform: uppercase;
  padding: 15px;
}

table {
  background-color: #FFFFFF;
  border: 1px solid #CCCCCC;
  border-width: 1px 0;
  margin-bottom: 1.5em;
  width: 100%;
}

thead {}
tbody {}

tr {}
thead th,
tbody td {
  border-bottom: 1px solid #CCCCCC;
  padding: 15px;
  text-align: left;
}
thead th {
  border-bottom: 1px solid #CCCCCC;
  font-family: "HelveticaNeueW02-65Medi";
  font-weight: 400;
  vertical-align: bottom;
}

tr.even,
tr.odd {
  background-color: #EEEEEE;
  border-bottom: 1px solid #CCCCCC;
  padding: 15px;
}

tr.even td {
  background-color: #FFFFFF;
}
tr.odd td {
  background-color: #F6F6F6;
}



/* @media */
@media screen and (max-width: 767px) {
  
  table,
  thead,
  tbody,
  tr,
  th,
  td {
    display: block;
  }

  table {
    border-width: 0;
  }
  thead {
    display: none;
  }
  tr.even,
  tr.odd {
    background-color: #FFFFFF;
    border-width: 0;
    padding: 0;
  }

}