article.detail {
	font-size: 18px;
	line-height: 24px;
	word-wrap: break-word;
}

article.detail figure.main {
	margin: 0px;
	padding: 0px;
	position: relative;
}

article.detail figure.main img {
	width: 100%;
	position: relative;
}

article.detail figure.main img.gradient {
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: 10;
}

article.detail figure.main h2 {
	font-size: 24px;
	line-height: 30px;
	position: absolute;
	bottom: 20px;
	left: 20px;
	right: 20px;
	z-index: 20;
	color: #fff;
}

article.detail figure.main small {
	font-family: "Arial";
	font-weight: bold;
	font-size: 15px;
	position: absolute;
	bottom: 12px;
	right: 20px;
	z-index: 20;
	color: #fff;
}

article.detail strong.perex {
	display: block;
	font-size: 20px;
	margin: 20px 0px;
}

article.detail h4 {
	font-size: 24px;
}

article.detail a {
	text-decoration: none;
	color: #CB080E;
}

article.detail a:hover {
	text-decoration: underline;
	color: #333;
}

article.program {
	font-family: "Arial";
}

.socialbar {
	padding: 30px 0px;
	margin-bottom: 20px;
}

.socialbar div {
	display: inline-block;
	width: auto;
}

.socialbar div.soc {
	float: right;
	text-align: right;
	width: auto;
	font-size: 12px;
	font-family: "Arial";
	font-weight: bold;
}

.socialbar div.soc br {
	display: none;
}

.socialbar div a {
	color: #000;
	font-size: 14px;
	font-family: "Arial";
	font-weight: bold;
	border: 1px solid #d5d5d5;
	border-radius: 3px;
	padding: 12px 10px 12px 50px;
	-webkit-transition: all 0.25s;
	-moz-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
	margin-right: 3px;
}

.socialbar div a.discussion {
	background: url("/images/icon_discussion.png") no-repeat 10px 7px;
}

.socialbar div a.telegram {
	background: url("/images/icon_telegram.png") no-repeat 10px 5px;
}

.socialbar div a.twitter {
	background: url("/images/icon_x_twitter.png") no-repeat 10px 5px;
}

.socialbar div a.facebook {
	background: url("/images/icon_facebook.png") no-repeat 10px 5px;
}

.socialbar div a:hover {
	text-decoration: none;
	background-color: #eaeaea;
}

.socialbar div a:last-child {
	margin-right: 0px;
}

.ytb {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
}

.ytb iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}

.articlelist {
	float: left;
	width: 100%;
}

.articlelist article {
	float: left;
	width: 100%;
	margin: 10px 0px;
	position: relative;
}

.articlelist article:hover {
	background-color: #f5f5f5;
}

.articlelist article figure {
	float: left;
	width: 200px;
	height: 150px;
	margin: 0px;
	padding: 0px;
	border: 1px solid #ccc;
}

.articlelist article figure img { 
	float: left;
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.25s;
	-moz-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}

.articlelist article:hover figure img {
	box-shadow: 0px 0px 15px #333;
}

.articlelist article h3 {
	float: right;
	width: calc(100% - 210px);
	margin: 0px;
	padding: 0px;
	font-size: 1.15em;
	font-weight: normal;
}

.articlelist article h3 a {
	text-decoration: none;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical;
}

.articlelist article h3 a:hover {
	color: #CB080E;
}

.articlelist article small {
	position: absolute;
	font-size: 15px;
	background-color: #999;
	color: #fff;
	bottom: 1px;
	margin-left: 7px;
	padding: 2px 5px;
}

.slim h2 {
	margin: 0px;
}

ul.hitlist {
	list-style: none;
	padding-left: 0px;
}

ol.hitlist {
	float: left;
	width: calc(100% - 30px);
	list-style: decimal;
	margin-bottom: 20px;
	padding-left: 20px;
}

ol.hitlist li {
	clear: both;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px dotted #ccc;
}

ol.hitlist li label {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 15px;
}

div.btnsf {
	
	width: 100%;
	text-align: center;
}

input.ftx {
	border: 1px solid #ccc;
	background-color: #f0f0f0;
	border-radius: 5px;
	padding: 8px 10px;
	font-size: 16px;
	outline: none;
	margin: 0px;
	width: 40%;
}

a.ftx {
	color: #000 !important;
	font-size: 14px;
	font-family: "Arial";
	font-weight: bold;
	border: 1px solid #d5d5d5;
	border-radius: 3px;
	padding: 9px 10px 9px 50px;
	-webkit-transition: all 0.25s;
	-moz-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
	margin-right: 3px;
	background: url(/images/icon_vote.png) no-repeat 12px 7px;
}

a.ftx:hover {
	text-decoration: none !important;
	background-color: #eaeaea;
	text-decoration: none;
}

a.ftx.dis {
	background-color: #eaeaea !important;
	color: #aaa !important;
	cursor: not-allowed;
}

br.ftx {
	display: none;
}

@media (min-width: 300px) and (max-width: 640px) {
	input.ftx {
		width: 80%;
	}
	
	br.ftx {
		display: inline-block;
	}
}

@media (min-width: 580px) and (max-width: 768px) {
	
	article.detail figure.main h2 {
		font-size: 20px;
		line-height: 24px;
		bottom: 10px;
	}
	
	article.detail figure.main small {
		bottom: 7px;
	}
	
	article.detail figure.main img.gradient {
		min-height: 200px;
	}

	article.detail div.socialbar div.soc a {
		color: #000 !important;
	}
}

@media (min-width: 300px) and (max-width: 700px) {
	
	/*
	.socialbar div a {
		float: right;
		clear: both;
		margin: 5px 0px;
		min-width: 65px;
		padding-bottom: 12px;	
		line-height: 16px;
	}
	
	.socialbar div.soc br {
		display: block;
	}
	*/
	
	.socialbar div a {
		padding: 12px 10px 12px 40px;
	}
	
	.socialbar div a span {
		display: none;
	}
	
	.socialbar div.soc {
		margin-bottom: 20px;
	}
	
	div.socialbar div.soc a {
		color: #000 !important;
	}
}

@media (min-width: 450px) and (max-width: 767px) {
	
	article.detail figure.main h2 {
		font-size: 20px;
		line-height: 21px;
		bottom: 12px;
	}
	
	article.detail strong.perex {
		font-size: 18px;
	}
	
	article.detail figure.main small {
		bottom: 3px;
		font-size: 12px;
	}
	
	article.detail figure.main img.gradient {
		min-height: 220px;
	}
}

@media (min-width: 300px) and (max-width: 449px) {
	
	article.detail figure.main {
		border-bottom: 1px solid #d5d5d5;
	}
	
	article.detail figure.main h2 {
		position: relative;
		font-size: 24px;
		line-height: 26px;
		color: #333;
		left: 0px;
		right: 0px;
		width: 100%;
		margin: 30px 0px 0px 0px;
	}
	
	article.detail figure.main small {
		position: relative;
		font-size: 12px;
		color: #333;
		left: 0px;
		right: 0px;
		top: -20px;
		bottom: 0px;
		float: right;
	}
	
	article.detail figure.main img.gradient {
		display: none;
	}
	
	article.detail strong.perex {
		font-size: 18px;
		line-height: 20px;
	}
	
	article.detail h4 {
		font-size: 20px;
	}
}

@media (min-width: 380px) and (max-width: 550px) {
	.articlelist article figure {
		width: 150px;
		height: 110px;
	}
	
	.articlelist article h3 {
		width: calc(100% - 160px);
	}
	
	.articlelist article h3 a {
		-webkit-line-clamp: 4;
	}
}

@media (min-width: 300px) and (max-width: 379px) {
	.articlelist article figure {
		width: 110px;
		height: 80px;
	}
	
	.articlelist article h3 {
		width: calc(100% - 120px);
		font-size: 1.1em;
		line-height: 18px;
	}
	
	.articlelist article h3 a {
		-webkit-line-clamp: 3;
	}
}