div.whatsnew {
  margin: 10px 0 30px 0;
  font-size: 100%;
  word-break: break-all;
  overflow: hidden;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

div.wn-head {
  margin: 0;
  padding: 5px 10px 5px 5px;
  overflow: hidden;
	position: relative;
}
div.wn-head .wn-postlist {
	position: absolute;
	top:1px;
	left:60px;
	margin: 0.4em 0 0 20px;
	padding: 0 25px 0 30px;
	background: url("./image/arrow1.png") no-repeat right center;
	text-decoration: none;
	color: #333333;
}
div.wn-head .wn-postlist a {
	color:#595757;
}
div.wn-head .wn-postlist a::before {
    content: '';
    display: block;
    position: absolute;
    top: 45%;
    left: 0;
    width: 1px;
    height: 16px;
    margin: -8px 10px 0;
    background: url("./image/dot.png") repeat-y 0 0;
}
div.wn-head .wn-title {
  font-weight: bold;
  font-size: 120%;
  text-align: left;
  overflow: hidden;
}
div.wn-item {
  margin: 5px 0;
  padding: 8px 0;
  border: 0;
  overflow: hidden;
	border-bottom:1px dotted #595757;
}
div.wn-item .wn-date {
  margin: 0 0 3px 0.3em;
  padding: 0;
  border: 0;
  float: left;
  width: 100%;
  font-weight: normal;
  overflow: hidden;
  white-space: nowrap;
	color:#595757;
	display: block;
}
div.wn-item .wn-article {
  padding: 0 2px;
  overflow: hidden;
}
div.wn-item .wn-article .newmark {
     display: inline-block;
    font-size: 78.57143%;
    margin: 0 10px 0 0;
    padding: 0.4em 3px 0.2em 3px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    white-space: nowrap;
    line-height: 1;
    vertical-align: 2px;
    background: #4DC1E9;
    min-width: 6em;
    text-align: center;
	color:#fff;
}

/* カテゴリ表示部分 */
span.tamore-cat-name {
    display: inline-block;
    font-size: 78.57143%;
    border: 1px solid #dddddd;
    margin: 0 0 0 0;
    padding: 0.4em 3px 0.2em 3px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    white-space: nowrap;
    line-height: 1;
    vertical-align: 2px;
    background: #fff;
    min-width: 9em;
    text-align: center;
}
span.tamore-cat-name a {
    color:#595757;
}
span.tamore-wn-title {
  font-size: 100%; /* tamore customized */
	color:#2c768e !important;
	margin-right: 10px;
}
span.tamore-wn-title :hover {
  font-size: 100%; /* tamore customized */
	color:#4DC1E9 !important;
}

