@charset 'utf-8';


.sharebutton {
	margin-top: 10px;
}

#document {
	padding: 20px;
}

.articleblock {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 0;
	font-size: 14px;
	line-height: 2em;
}

.articletitle {
	margin: 0 0 30px 0;
}

.articlebody {
	margin: 0 !important;
	padding-bottom: 10px !important;
	border-bottom: 1px solid #ccc;
}

.articletitle h1 {
	margin: 0;
	margin-bottom: 10px;
	padding-bottom: 5px;
	font-size: 1.6em;
	font-weight: normal;
	line-height: 1.4em;
}

#info .articletitle h1 {
	border-bottom: 1px solid #000;
}

.articlelistitem header > div,
.articletitle > div {
	font-size: 12px;
	line-height: 1.6em;
}

.articlelistitem span,
.articletitle span,
.articlelistitem time,
.articletitle time {
	display: inline-block;
	padding: 0 2em 0 0;
	line-height: 1em;
	white-space: nowrap;
	position: relative;
}

.articlelistitem span a:before,
.articletitle span a:before {
	content: '\f16c';
	display: inline-block;
	width: 1em;
	padding-right: .3em;
	font-family: 'uiicon';
	font-weight: normal !important;
	text-align: center;
	text-indent: 0;
	position: relative;
}

.articlelistitem {
	width: 100%;
	margin: 0;
	padding: 20px;
	border-bottom:  1px solid #ccc;
	font-size: 0;
	vertical-align: top;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	-ms-transition: 0.2s;
	transition: 0.2s;
	position: relative;
	cursor: pointer;
}

.articlelistitem.hover {
	background: #343434;
	color: #f2f2f2;
}

.articlelistitem figure,
.articlelistitem .sentence {
	display: inline-block;
	vertical-align: top;
}

.articlelistitem figure {
	width: 30%;
	text-align: center;
}

#info .articlelistitem figure {
	width: 15%;
}

.articlelistitem figure img {
	width: 100%;
	height: auto;
}

.articlelistitem .sentence {
	width: 70%;
	padding: 0 20px;
	overflow: hidden;
}

#info .articlelistitem .sentence {
	width: 85%;
}

.articlelistitem footer {
	height: 100%;
	vertical-align: middle;
	position: absolute;
	top: 0;
	right: 0;
}

.articlelistitem footer:before {
	display: inline-block;
	content: '';
	height: 100%;
	vertical-align: middle;
	overflow: hidden;
}

.articlelistitem h1 {
	margin-bottom: .3em;
	font-size: 16px;
	font-weight: normal;
	line-height: 1.4em;
}

.articlelistitem h1 a {
	color: #000;
}

.articlelistitem header > div {
	margin-bottom: 10px;
}

.articlelistitem p {
	display: none;
	color: #666;
	font-size: 12px;
	line-height: 1.6em;
}

.articlelistitem.hover p {
	color: #808080;
}

#blog .articlelistitem p {
	padding-top: 2em;
}


.articlelistitem .more {
	display: inline-block;
	text-align: center;
	line-height: 1em;
	vertical-align: middle;
}

.articlelistitem .more a {
	display: inline-block;
	color: #000;
	vertical-align: middle;
	opacity: 0;
	position: relative;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	-ms-transition: 0.2s;
	transition: 0.2s;
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
}

.articlelistitem .more i {
	display: inline-block;
	font-style: normal;
	vertical-align: middle;
	overflow: hidden;
	position: relative;
}

.articlelistitem .more i:before {
	content: '\f16c';
	display: inline-block;
	font-family: 'uiicon';
	font-weight: normal !important;
	text-align: center;
	text-indent: 0;
	position: relative;
}

.articlelistitem .more span {
	display: none;
}

.articlelistitem h1 a,
.articlelistitem .more a {
	text-decoration: none;
}

.articlelistitem.hover h1 a {
	color: #fff;
}

.articlelistitem.hover .category a {
	color: #fff;
}

.articlelistitem.hover .more i:before {
	color: #f2f2f2;
}

.articlelistitem footer {
	width: 38px;
}

.articlelistitem .more a,
.articlelistitem .more i,
.articlelistitem .more i:before {
	width: 38px;
	height: 38px;
}

.articlelistitem.hover .more a {
	opacity: 1;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-o-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}

.articlelistitem .more i:before {
	font-size: 38px;
	line-height: 38px;
}

#info .articlelistitem footer {
	width: 20px;
}

#info .articlelistitem .more a,
#info .articlelistitem .more i,
#info .articlelistitem .more i:before {
	width: 20px;
	height: 20px;
}

#info .articlelistitem .more i:before {
	font-size: 20px;
	line-height: 20px;
}

@media only screen and (min-width: 541px) {

	#document {
		padding: 30px;
	}

	.articlelistitem p {
		display: block;
	}
}

@media only screen and (min-width: 769px) {

	.sharebutton {
		text-align: right;
	}

	.articleblock {
		padding: 40px;
		padding-top: 0;
		font-size: 16px;
	}

	.articlelistitem {
		padding: 30px;
	}

	.articlelistitem .sentence {
		padding: 0 30px;
	}

	.articlelistitem h1 {
		font-size: 20px;
	}

	.articlelistitem p {
		font-size: 14px;
	}

	.articlelistitem footer {
		width: 54px;
	}

	.articlelistitem .more a,
	.articlelistitem .more i,
	.articlelistitem .more i:before {
		width: 54px;
		height: 54px;
	}

	.articlelistitem .more i:before {
		font-size: 54px;
		line-height: 54px;
	}

	#info .articlelistitem footer {
		width: 30px;
	}

	#info .articlelistitem .more a,
	#info .articlelistitem .more i,
	#info .articlelistitem .more i:before {
		width: 30px;
		height: 30px;
	}

	#info .articlelistitem .more i:before {
		font-size: 30px;
		line-height: 30px;
	}
}


