#main.loadingON .loading {
	display: block;
}

#main.loadingON .loadedView {
	display: none;
}

#main.loadingOFF .loading {
	display: none;
}

#main.loadingOFF .loadedView {
	display: block;
}

#main.top h2 {
	padding: 0 0 10px;
	color: #222;
	font-size: 14px;
	font-weight: bold;
	line-height: 1;
	border-bottom: 1px solid #ddd;
}

#main.top .to_list {
	margin-top: -26px;
	height: 26px;
	font-size: 13px;
	text-align: right;
	line-height: 1;
}

#main.top #newlyArticle {
	margin-top: 10px;
	margin-bottom: 29px;
}

#main.top #newlyArticle .item,
#main.top .content .body .newly .item {
	position: relative;
	float: left;
	width: 440px;
	height: auto;
}

#main.top #newlyArticle .item:first-child {
	margin-right: 20px;
}

#main.top #newlyArticle .item dd.picture,
#main.top .content .body .newly .item dd.picture {
	width: 440px;
	height: 240px;
	background: #eee;
	overflow: hidden;
}

#main.top #newlyArticle .item dd.picture a,
#main.top .content .body .newly .item dd.picture a {
	display: table-cell;
	position: relative;
	top: -120px;
	width: 440px;
	height: 480px;
	vertical-align: middle;
}

#main.top #newlyArticle .item dd.picture a img {
	width: 440px;
}

#main.top #newlyArticle .item dd.picture a:hover img {
	opacity: 0.7;
}

#main.top #newlyArticle .item dt,
#main.top .content .body .newly .item dt {
	display: flex;
	display: -webkit-box;
	flex-direction: column;
	-webkit-box-orient: vertical;
	line-clamp: 2;
	-webkit-line-clamp: 2;
	margin-top: 30px;
	height: 48px; /* 16 * 1.5 = 24 => 24 * 2 */
	overflow: hidden;
	font-size: 16px;
	line-height: 1.5;
}

#main.top #newlyArticle .item dd.area,
#main.top .content .body .newly .item dd.area {
	display: inline-block;
	float: left;
	margin: 10px 10px 0 0;
	padding: 1px 5px;
	border: 1px solid #666;
	border-radius: 4px;
	color: #666;
	font-size: 12px;
}

#main.top #newlyArticle .item dd.area a,
#main.top .content .body .newly .item dd.area a {
	color: #666;
}

#main.top #newlyArticle .item dd.area a:hover,
#main.top .content .body .newly .item dd.area a:hover {
	color: #fd9919;
	text-decoration:none;
}

#main.top #newlyArticle .item dd.date,
#main.top .content .body .newly .item dd.date {
	display: inline-block;
	margin: 10px 10px 0 0;
	padding: 1px 0;
	border: 1px solid transparent;
	color: #666;
	font-size: 12px;
}

#main.top #newlyArticle .item dd.pr,
#main.top .content .body .newly .item dd.pr {
	display: inline-block;
	margin-top: 10px;
	padding: 1px 0;
	border: 1px solid transparent;
	color: #666;
	font-size: 12px;
}

#main.top #newlyArticle .item dd.button .clip,
#main.top .content .body .newly .item dd.button .clip {
	bottom: auto;
	border: 1px solid #ccc;
}

#main.top #newlyArticle .item dd.button .clip {
	top: 213px; /* 240 - (54 / 2) */
}

#main.top #newlyArticle .item dd.button .clip:hover {
	top: 210px; /* 213 - 3 */
}

#main.top .content .areaTag {
	float: left;
	width: 190px;
	margin-bottom: 20px;
}

#main.top .content .areaTag dl dt {
	padding-bottom: 5px;
	border-bottom: 1px solid #ccc;
	font-size: 16px;
	font-weight: bold;
}

#main.top .content .areaTag dl dd {
	padding-bottom: 20px;
}

#main.top .content .areaTag dl dd ul li {
	border-bottom: 1px solid #ccc;
	font-size: 15px;
}

#main.top .content .areaTag dl dd ul li a {
	display: inline-block;
	padding: 7px 0px 7px 10px;
	width: 180px;
}

#main.top .content .body {
	margin-left: 220px;
}

#main.top .content .body .newly .item {
	margin: 0 0 30px 10px;
	width: 330px;
}

#main.top .content .body .newly .item dd.picture {
	width: 330px;
	height: 180px;
}

#main.top .content .body .newly .item dd.picture a {
	top: -90px;
	width: 330px;
	height: 360px;
}

#main.top .content .body .newly .item dd.picture a img {
	width: 330px;
}

#main.top .content .body .newly .item dd.picture a:hover img {
	opacity: 0.7;
}

#main.top .content .body .newly .item dt {
	margin-top: 5px;
}

#main.top .content .body .newly .item dd.button .clip {
	top: 125px; /* 180 - 44 - 11 */
}

#main.top .content .body .newly .item dd.button .clip:hover {
	top: 122px; /* 125 - 3 */
}

#main.top .content .body .newly .read_more {
	margin: 0 15px;
	text-align: right;
}

#main.top .content .body .newly .read_more a {
	display: inline-block;
	padding: 5px 50px;
	text-align: center;
	background: #fd9919;
	color: #fff;
	border-radius: 5px;
	text-decoration: none;
}

#main.top .content .body .newly .read_more a:hover {
	background: #ffbb66;
}

#main.top .content .body .newsList {
	margin-top: 40px;
}

#main.top .content .body .newsList ul {
	margin-left: 1.3em;
}

#main.top .content .body .newsList ul li {
	margin-top: 10px;
	font-size: 15px;
	line-height: 1.4;
}

#main.top .content .body .newsList ul li::before {
	display: inline-block;
	content: "\276f";
	width: 1.3em;
	margin-left: -1.3em;
}

#main.top .content .body .newsList ul li.link::before {
	color: #fd9919;
}

#main.top .content .body .userpost {
	margin-top: 60px;
}

#main.top .content .body .userpost ul li {
	float: left;
	margin: 10px 0 0 10px;
	background: #eee;
}

#main.top .content .body .userpost ul li:nth-child(5n+1) {
	margin-left: 0;
}

#main.top .content .body .userpost ul li:last-child {
	margin-bottom: 60px;
}

#main.top .content .body .userpost ul li a img {
	width: 128px;
	height: 128px;
}

#main.top .content .body .userpost ul li a:hover img {
	opacity: 0.7;
}

#main.top .content .body .staruser a:hover img {
	opacity: 0.7;
}

#main.top .content .body .contest {
	margin: 20px 0;
}

#main.top .content .body .contest a:hover img {
	opacity: 0.7;
}

#main.top .content .body #contentsAd {
	padding: 58px 4px 4px;
}

#main.top .content .body #contentsAd p#contentsAdMark {
	top: 15px;
	left: 15px;
}

#main.top .content .body #contentsAd div {
	display: table-cell;
}
