div.whatsnew {
  font-size: 100%;
  word-break: break-all;
  overflow: hidden;
}

div.wn-head {
  padding: 0.2em 0 0.2em 0.5em;
}
div.wn-head .wn-postlist {
  background: transparent url("./image/list.png") left center no-repeat;
  font-weight: normal;
  font-size: 90%;
  text-align: right;
  cursor: pointer;
  float: right;
  width: 4.2em;
}
div.wn-head .wn-title {
  font-weight: bold;
  font-size: 12px;
  text-align: center;
}

div.wn-item {
  background: url(/cms_wp/wp-content/uploads/2016/06/link_arrow_b.png) no-repeat left center;
  border-bottom: dotted 1px #997563;
  margin: 0.8em 0 0;
  padding: 0.6em 0 0.6em 25px;
}
div.wn-item .wn-date {
  font-size: 11px;
}
div.wn-item .wn-article {
  overflow: hidden;
}
div.wn-item .wn-article .newmark {
  background: url(/cms_wp/wp-content/uploads/2016/06/new_bg.jpg) no-repeat center center;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-size: 10px;
  vertical-align: middle;
  color: White;
  padding: 1px 6px 0;
}
.site-inner .entry-content div.wn-item a {
	font-size: 13px;
	color: #000;
}
.site-inner .entry-content div.wn-item a:hover {
	color: #997563;
}

@media only screen and (min-width: 768px) { 
div.wn-head {
  width: 5em;
  height: 5em;
  padding: 1.9em 0 0;
}
}

@media only screen and (min-width: 920px) { 
.whatsnew {
	float: left;
	width: 300px;
	margin-top: 80px;
}
.whatsnew .wn-head {
	float: none;
}
}

@media only screen and (max-width: 919px) and (min-width: 768px) { 
.whatsnew .wn-head {
	float: left;
}
.whatsnew .wn-item {
	margin-left: 7em;
}
}

@media only screen and (max-width: 767px) { 
}