@charset "UTF-8";
/*
$fontHelveticaRound: 'HelveticaW01-RoundedBlk 709929';
.font-family-round{
	font-family: 'Nunito', sans-serif;
	font-weight: 400;
}
.font-family-round-bold{
	font-family: 'Nunito', sans-serif;
	font-weight: 700;
}
*/
/* line 11, sass/blog.scss */
.contentBox .mainBox {
  width: 700px;
}

/* line 15, sass/blog.scss */
.contentBox .sideBox {
  padding-top: 50px;
}

/* line 19, sass/blog.scss */
.entry {
  margin-bottom: 30px;
}

/* line 23, sass/blog.scss */
.entry-header {
  margin-top: -10px;
  margin-bottom: 20px;
  float: left;
  width: 100%;
}
/* line 29, sass/blog.scss */
.entry-header h1 {
  margin-bottom: 10px;
  padding: 0 20px 5px 20px;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  background: url("../../../../img/common/h_underline.png") right bottom no-repeat;
}
/* line 37, sass/blog.scss */
.entry-header a {
  color: #fff;
}
/* line 40, sass/blog.scss */
.entry-header a:hover {
  color: #0073dd;
}
/* line 44, sass/blog.scss */
.entry-header .entry-meta {
  margin: 0 20px;
  text-align: right;
}

/* line 51, sass/blog.scss */
.entry-content {
  margin: 0 20px;
  clear: both;
}
/* line 55, sass/blog.scss */
.entry-content h2 {
  padding-left: 4px;
  border-left: solid 6px #00a0e9;
  border-bottom: solid 1px #00a0e9;
}
/* line 60, sass/blog.scss */
.entry-content h3 {
  padding-left: 4px;
  border-left: solid 6px #00a0e9;
}
/* line 64, sass/blog.scss */
.entry-content a {
  color: #ffffcc;
  border-bottom: dashed 1px #ffffcc;
}
/* line 67, sass/blog.scss */
.entry-content a:hover {
  background-color: #00a0e9;
}

/* line 74, sass/blog.scss */
[id^=recent-posts-] h2 {
  background: url("img/side_recent.png") left top no-repeat;
}

/* line 79, sass/blog.scss */
[id^=categories-] h2 {
  background: url("img/side_category.png") left top no-repeat;
}

/* line 85, sass/blog.scss */
[id^=recent-posts-],
[id^=categories-] {
  padding-top: 10px;
}
/* line 88, sass/blog.scss */
[id^=recent-posts-] h2,
[id^=categories-] h2 {
  text-indent: -9999em;
  height: 40px;
}
/* line 92, sass/blog.scss */
[id^=recent-posts-] li,
[id^=categories-] li {
  list-style-type: none;
  background: url("../../../../img/index/news_head.png") left top no-repeat;
  background-color: rgba(0, 0, 0, 0.6);
}
/* line 98, sass/blog.scss */
[id^=recent-posts-] a,
[id^=categories-] a {
  position: relative;
  display: block;
  padding: 8px;
  color: #fff;
  font-size: 12px;
}
/* line 105, sass/blog.scss */
[id^=recent-posts-] a:hover,
[id^=categories-] a:hover {
  background-color: rgba(0, 132, 210, 0.3);
}
/* line 109, sass/blog.scss */
[id^=recent-posts-] a:after,
[id^=categories-] a:after {
  content: url("../../../../img/index/news_foot.png");
  position: absolute;
  bottom: 0px;
  left: 0;
}