@charset "utf-8";
/*
Theme Name: bibien.tv
Description: bibien.tv
Version: 1.0
Author: MSKCH
*/


/* ===== PC ===== */
.home_tagList {
	padding: 20px 0 0;
	background: #88c11a;
	text-align: center;
	white-space: nowrap;
	word-break: keep-all;
	overflow: hidden;
}

.home_tagList_title {
	display: inline-block;
	color: #ffffff;
	font-size: 16px;
	line-height: 16px;
	height: 16px;
	padding: 8px 0;
}

.home_tagList a {
	display: inline-block;
	font-size: 16px;
	line-height: 16px;
	height: 16px;
	margin: 0 10px 0 0;
	padding: 8px 14px;
	background: #ffffff;
	text-decoration: none;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

.home_recommended {
	margin: 0 0 40px;
	padding: 20px 0 20px;
	background: #88c11a;
}

.home_recommended_item {
	position: relative;
	display: block;
	width: 462px!important;
	height: 346px!important;
	margin: 0 18px;
	overflow: hidden;
}

.home_recommended_item_link {
	display: block;
	width: 462px!important;
	height: 346px!important;
}

.home_recommended_item_thumb {
	position: absolute;
	left: -269px;
	top: 0px;
	display: block;
	width: 1000px;
	height: 346px;
	text-align: center;
}

.home_recommended_item_thumb img {
	display: inline-block!important;
	width: auto;
	height: 346px;
}

.home_recommended_item_thumb img.postList_item_thumb_movie {
	position: absolute;
	left: 50%;
	top: 115px;
	display: block;
	width: 60px;
	height: 60px;
	margin: -30px 0 0 -30px;
}

.home_recommended_item_text {
	position: absolute;
	left: 0px;
	bottom: 0px;
	display: table;
	width: 100%;
	height: 115px;
	background: #ffffff;
	background: rgba(255, 255, 255, 0.9);
}

.home_recommended_item_title {
	display: table-cell;
	padding: 40px 25px 0px;
	text-align: left;
	vertical-align: top;
	font-size: 24px;
	line-height: 28px;
	color: #333333;
	font-weight: bold;
}

.home_recommended_item_tag {
	position: absolute;
	overflow: hidden;
	white-space: nowrap;
	word-break: keep-all;
	left: 15px;
	top: 240px;
	display: block;
	width: 432px;
}

.home_recommended_item_tag a {
    display: inline-block;
    margin: 0 10px 5px 0;
    padding: 5px;
    line-height: 12px;
    border: #bce275 solid 1px;
    color: #88c119;
    font-size: 12px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    text-decoration: none;
}

.home_recommended_item_budge-new,
.home_recommended_item_budge-special {
	position: absolute;
	left: 0px;
	top: 0px;
	display: block;
	width: 82px;
	height: 82px;
}


.home_recommended_item_budge-new {
	background-position: -130px -70px;
}

.home_recommended_item_budge-special {
	background-position: -215px -70px;
}

.articleInner {
	width: 960px;
	margin: 0 auto;
}

.articleInner:after {
	content: "";
	clear: both;
	display: block;
	width: 100%;
}

.home_main {
	float: left;
	width: 640px;
}

.home_aside {
	float: right;
	width: 300px;
	margin: 0 0 50px;
	overflow: hidden;
}

.home_special.forPC {
	margin: 0 0 20px;
	padding: 0px 0 0px;
}

.home_special.forPC .home_special_title {
	margin: 0 0 10px;
	text-align: left;
}

.home_special.forPC .home_special_title span {
	margin: 0;
	font-size: 14px;
	line-height: 14px;
}

.home_special.forPC .home_special_item {
	position: relative;
	display: block;
	width: 298px!important;
	height: 398px!important;
	margin: 0 0 10px;
	border: #88c11a solid 1px;
	overflow: hidden;
}

.home_special.forPC .home_special_item_link {
	display: block;
	width: 298px!important;
	height: 350px!important;
	text-decoration: none;
}

.home_special.forPC .home_special_item_thumb {
	position: relative;
	display: block;
	width: 296px;
	height: 223px;
	margin: 1px 1px 0;
	overflow: hidden;
}

.home_special.forPC .home_special_item_thumb span {
	position: absolute;
	left: -352px;
	top: 0px;
	display: block;
	width: 1000px;
	height: 223px;
	text-align: center;
}

.home_special.forPC .home_special_item_thumb img {
	display: inline-block!important;
	width: auto;
	height: 223px;
}

.home_special.forPC .home_special_item_thumb img.postList_item_thumb_movie {
	position: absolute;
	left: 50%;
	top: 50%;
	display: block;
	width: 60px;
	height: 60px;
	margin: -30px 0 0 -30px;
}

.home_special.forPC .home_special_item_text {
	display: block;
	padding: 0px 9px 0px;
}

.home_special.forPC .home_special_item_title {
	display: block;
	font-size: 18px;
	line-height: 22px;
	color: #333333;
	margin: 10px 0 10px;
}

.home_special.forPC .home_special_item_caption {
	display: block;
	font-size: 14px;
	line-height: 17px;
	color: #333333;
}

.home_special.forPC .home_special_item_tag {
	position: absolute;
	left: 9px;
	bottom: 5px;
	display: block;
	width: 278px;
	overflow: hidden;
    white-space: nowrap;
}

.home_special.forPC .home_special_item_tag a {
	display: inline-block;
	margin: 0 10px 5px 0;
	padding: 5px;
	line-height: 12px;
	border: #bce275 solid 1px;
	color: #88c119;
	font-size: 12px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	text-decoration: none;
}

.home_special.forPC .home_special_item_budge-special {
	position: absolute;
	left: 0px;
	top: 0px;
	display: block;
	width: 57px;
	height: 57px;
}

.home_special.forPC .home_special_item_budge-special {
	background-position: -360px -70px;
}

.specialLink {
	text-align: center;
}

.specialLink a {
	display: inline-block;
	width: 100px;
	color: #ffffff;
	background: #88c119;
	text-align: center;
	font-size: 14px;
	line-height: 14px;
	padding: 8px 0;
	text-decoration: none;
	cursor: pointer;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

/* ===== /PC ===== */


/* ===== TABLET ===== */
@media screen and (max-width: 975px) {


.articleInner {
	width: 640px;
	margin: 0 auto;
}

.home_main {
	float: none;
}


.home_aside {
	display: none;
}


.home_special.forSP {
	margin: 0 0 40px;
	padding: 0px 0 0px;
}

.home_special.forSP .home_special_title {
	text-align: center;
}

.home_special.forSP .home_special_title span {
	display: block;
	margin: 5px 0 20px;
	font-size: 16px;
	line-height: 16px;
	font-weight: bold;
}

.home_special.forSP .home_special_item {
	position: relative;
	display: block;
	width: 278px!important;
	height: 378px!important;
	margin: 0 3px;
	border: #88c11a solid 1px;
	overflow: hidden;
}

.home_special.forSP .home_special_item_link {
	display: block;
	width: 278px!important;
	height: 340px!important;
	text-decoration: none;
}

.home_special.forSP .home_special_item_thumb {
	position: relative;
	display: block;
	width: 272px;
	height: 204px;
	margin: 3px auto 0;
	overflow: hidden;
}

.home_special.forSP .home_special_item_thumb span {
	position: absolute;
	left: -364px;
	top: 0px;
	display: block;
	width: 1000px;
	height: 204px;
	text-align: center;
}

.home_special.forSP .home_special_item_thumb img {
	display: inline-block!important;
	width: auto;
	height: 204px;
}

.home_special.forSP .home_special_item_thumb img.postList_item_thumb_movie {
	position: absolute;
	left: 50%;
	top: 50%;
	display: block;
	width: 60px;
	height: 60px;
	margin: -30px 0 0 -30px;
}

.home_special.forSP .home_special_item_text {
	display: block;
	padding: 0px 9px 0px;
}

.home_special.forSP .home_special_item_title {
	display: block;
	font-size: 16px;
	line-height: 18px;
	color: #333333;
	margin: 10px 0 10px;
}

.home_special.forSP .home_special_item_caption {
	display: block;
	font-size: 12px;
	line-height: 16px;
	color: #333333;
}

.home_special.forSP .home_special_item_tag {
	position: absolute;
	left: 9px;
	bottom: 0px;
	display: block;
	width: 278px;
	overflow: hidden;
    white-space: nowrap;
}

.home_special.forSP .home_special_item_tag a {
	display: inline-block;
	margin: 0 5px 3px 0;
	padding: 3px 6px;
	line-height: 11px;
	font-size: 10px;
	text-decoration: none;
	border: #bce275 solid 1px;
    color: #88c119;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    text-decoration: none;
}

.home_special.forSP .home_special_item_budge-special {
	position: absolute;
	left: 0px;
	top: 0px;
	display: block;
	width: 57px;
	height: 57px;
	background-size: 225px auto;
}

.home_special.forSP .home_special_item_budge-special {
	background-position: -165px -220px;
}


}
/* ===== /TABLET ===== */


/* ===== SP ===== */
@media screen and (max-width: 670px) {


.home_main,
.articleInner {
	width: auto;
	margin: 0;
}

.home_recommended {
	margin: 0;
	padding: 5px 0;
}

.home_recommended_item {
	width: 280px!important;
	height: 210px!important;
	margin: 0 3px;
}

.home_recommended_item_link {
	width: 280px!important;
	height: 210px!important;
}

.home_recommended_item_thumb {
	left: -360px;
	width: 1000px;
	height: 210px;
}

.home_recommended_item_thumb img {
	width: auto;
	height: 210px;
}

.home_recommended_item_thumb img.postList_item_thumb_movie {
	top: 60px;
	width: 50px;
	height: 50px;
	margin: -25px 0 0 -25px;
}

.home_recommended_item_text {
	height: 90px;
}

.home_recommended_item_title {
	padding: 8px 15px 0px;
	font-size: 18px;
	line-height: 22px;
}

.home_recommended_item_tag {
	left: 10px;
	top: 182px;
	width: 260px;
}

.home_recommended_item_tag a {
	margin: 0 5px 3px 0;
	padding: 3px 6px;
	line-height: 11px;
	font-size: 10px;
}

.home_recommended_item_budge-new,
.home_recommended_item_budge-special {
	width: 57px;
	height: 57px;
}


.home_recommended_item_budge-new {
	background-position: -105px -220px;
}

.home_recommended_item_budge-special {
	background-position: -165px -220px;
}



}
/* ===== /SP ===== */
