/* --------------------------------------------

	FileName	:	outline.css

font-size 9px{ font-size:77%; } 10px{ font-size:85%; } 11px{ font-size:93%; } 12px{ font-size:100%; } 13px{ font-size:108%; } 14px{ font-size:116%; } 15px{ font-size:123.1%; } 16px{ font-size:131%; } 17px{ font-size:138.5%; } 18px{ font-size:146.5%; } 19px{ font-size:153.9%; } 20px{ font-size:161.6%; } 21px{ font-size:167%; } 22px{ font-size:174%; } 23px{ font-size:182%; } 24px{ font-size:189%; } 27px{ font-size:197%; }

-------------------------------------------- */
/* line 30, ../scss/_mixin.scss */
.clearfix, #mainCnt ul.linkImg {
  display: inline-block;
}
/* line 32, ../scss/_mixin.scss */
.clearfix, #mainCnt ul.linkImg {
  display: block;
}
/* line 35, ../scss/_mixin.scss */
.clearfix:after, #mainCnt ul.linkImg:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}

/* line 43, ../scss/_mixin.scss */
.textOver {
  display: block;
  text-indent: 120%;
  white-space: nowrap;
  overflow: hidden;
}

/* line 18, ../scss/link.scss */
#mainCnt ul.linkImg li {
  float: left;
  padding-left: 0 !important;
  margin-right: 10px;
}
@media only screen and (max-width: 640px) {
  /* line 18, ../scss/link.scss */
  #mainCnt ul.linkImg li {
    float: none;
    text-align: center;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
/* line 29, ../scss/link.scss */
#mainCnt ul.linkImg li:before {
  display: none !important;
}
