/*공통*/
/* SKIP */
.skipMenu {
  overflow: hidden;
  position: absolute;
  width: 100%;
  z-index: 10;
  top: 10;
}
.skipMenu a {
  display: block;
  font-size: 0;
  height: 1px;
  line-height: 0;
  margin-top: -1px;
  overflow: hidden;
  text-align: center;
  width: 1px;
}
.skipMenu a:focus,
.skipMenu a:active,
.skipMenu a:hover
{
  width: 100%;
  background: #000;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  height: 20px;
  line-height: 20px;
}
/**/
.fwb{font-weight: bold;}

.patl{position: absolute; top: -9999px;left: -9999px;}
/*color*/
.puple{color: #b046d1;}
.pink{color: #fc9f76;}
/**/
.mb16{margin-bottom: 16px;}
.mt16{margin-top: 16px;}
