a{
	text-decoration: none;
	color: #333;
}
.new{
	padding: 1px 12px;
	background-color: #9ED800;
}
.news{background-color: #25A900;}
.event{background-color: #2456BA;}
.campaign{background-color: #DD6936;}
.blog{background-color: #343947;}

/* ===================================
aside
=================================== */
.sideBox{
	border-top: 1px solid #e5e5e6;
	margin-bottom: 20px;
	overflow: hidden;
}
.sideBox .sTitle{
	font-size: 20px;
	font-weight: bold;
	line-height: 50px;
	color: #9ED800;
	background-color: #f5f5f5;
	margin-bottom: 23px;
	text-align: center;
}
.sideBox ul{
	width: 90%;
	margin: 12px auto;
}
.sideBox ul.first{
	padding: 0 0 8px;
}
.sideBox ul li{
	border-bottom: 1px solid #E5E5E6;
}
.sideBox a{
	position: relative;
    color: #000;
    padding-left: 20px;
    margin: 7px 0;
    display: initial;
}
.sideBox a::before{
	content: "";
	box-sizing: border-box;
	border: 4px solid transparent;
	border-left: 6px solid #9ED800;
	position: absolute;
	top: 7px;
	left: 3px;
}

/* Ã¦â€“Â°Ã£Ââ€”Ã£Ââ€žÃ£ÂÅ Ã§Å¸Â¥Ã£â€šâ€°Ã£Ââ€º */
.entry ul li{
	padding: 0 0 20px 12px;
}
.entry ul li:first-child{
	padding-top: 8px;
}
.sideBox a .date{
	font-size: 15px;
}
.sideBox a .text{
	font-size: 14px;
	line-height: 19px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	display: inline;
	padding-left: 3px;
}
a.moreNew{
	float: right;
	font-size: 14px;
	margin: 9px 19px 0;
}
a.moreNew::before{
	width: 7px;
	height: 7px;
	border: 1px solid;
	border-color: #9ED800 #9ED800 transparent transparent;
	transform: rotate(45deg);
}

/* Ã£â€šÂ«Ã£Æ’â€ Ã£â€šÂ´Ã£Æ’Âª */
.sideBox.category{
	font-size: 14px;
}
.category ul{
	margin: 33px 0 0 31px;
}
.category ul li{
	padding: 22px 0;
}
.category ul li:first-child{
	padding-top: 0;
}
.category ul li:last-child{
	padding-bottom: 5px;
	border-bottom: none;
}
.category ul li.under{
	padding-left: 0;
}
.category ul li.under a{
	margin: 10px 0;
}

/* Ã£â€šÂ¢Ã£Æ’Â¼Ã£â€šÂ«Ã£â€šÂ¤Ã£Æ’â€“ */
.archive .sTitle{
	margin-bottom: 31px;
}
.archive a{
	display: block;
}
.archive ul.archiveBox{
	padding-bottom: 11px;
	border-bottom: 1px solid #E5E5E6;
}
.archive ul.archiveBox:first{
	padding: 2px 0 9px;
}
.archive ul.archiveBox:last-child{
	border-bottom: none;
}
.archiveBox a{
	font-size: 15px;
}
.archiveBox .year,
.archiveBox .monthBox .month{
	border-bottom: none;
}
.year a{
	padding: 2px 0 2px 12px;
}
.year a::before{
	border-top: 6px solid #9ED800;
	border-left: 4px solid transparent;
	top: 9px;
	left: auto;
	right: 22px;
}
.year a.open::before{
	border-bottom: 6px solid #9ED800;
	border-top: 4px solid transparent;
	top: 7px;
}
.monthBox{
	display: none;
	padding-top: 5px;
	padding-left: 19px;
}
.monthBox .month a{
	margin: 14px 0 19px;
}

.notfound {
	margin: 0 0 20px;
}