@charset "utf-8";
/*
Theme Name: bibien.tv
Description: bibien.tv
Version: 1.0
Author: MSKCH
*/

.titleBox {
	position: absolute;
	left: 0px;
	top: 0px;
	display: none;
	height: 0px;
	width: 0px;
}

article.mainArticle {
	position: relative;
}

article.mainArticle .mainvisual {
	position: relative;
	text-align: center;
	overflow: hidden;
}

article.mainArticle .mainvisual.movieMain {
	background: #000000;
}

article.mainArticle .mainvisual img.mainvisualFront {
	position: relative;
	vertical-align: top;
	max-width: 100%;
	height: auto;
}

article.mainArticle .mainvisual .mainvisualBackWrap {
	position: absolute;
	right: -10px;
	top: 50%;
	width: 100%;
	height: 1000px;
	margin-top: -500px;
	padding: 0 10px;
}

article.mainArticle .mainvisual .mainvisualBackWrap .mainvisualBackLv1 {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 100%;
	height: 1000px;
}

article.mainArticle .mainvisual .mainvisualBackWrap .mainvisualBackLv2 {
	display: table;
	width: 100%;
	height: 1000px;
}

article.mainArticle .mainvisual .mainvisualBackWrap .mainvisualBackLv3 {
	display: table-cell;
	width: 100%;
	height: 1000px;
	vertical-align: middle;
}

article.mainArticle .mainvisual img.mainvisualBack {
    margin: 0;
	width: 100%;
	height: auto;
	opacity: 0.6;
	vertical-align: bottom;
	filter: blur(5px);
	-moz-filter: blur(5px);
	-webkit-filter: blur(5px);
}

.youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}

.youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

.mainvisualYoutube {
	max-width: 640px;
	margin: 0 auto;
}

.articleInner .youtube {
	margin: 20px 0 45px;
}

.articleInner .image {
	margin: 20px 0 20px;
	text-align: center;
}

.articleInner .image img {
	max-width: 100%;
	height: auto;
}

#next {
	margin-bottom: 20px;
}

#next .left,
#next .right {
	display: inline-block;
	width: 50%;
	vertical-align: top;
}

#next .left a,
#next .right a {
	position: relative;
	display: block;
}

#next .left a {
	padding: 0 5px 0 20px;
}

#next .right a {
	padding: 0 20px 0 5px;
}

#next .left a span,
#next .right a span {
	position: absolute;
	top: 0px;
}

#next .left a span {
	left: 0px;
}

#next .right a span {
	right: 0px;
}

/* ===== PC ===== */
#content {
	background: url(/wp-cms/wp-content/themes/bibien/img/p/bg_sidebar.png) repeat-y right;
	display: table;
	width: 100%;
}

#content:after {
	content: "";
	clear: both;
	display: block;
	width: 100%;
	height: 0px;
	overflow: hidden;
}

main#main {
	display: table-cell;
	margin: 0;
	vertical-align: top;
}

.articleInner {
	display: block;
	margin: 0;
}

.articleInner {
	display: block;
	width: 640px;
	margin: 0 auto;
}

#sidebar {
	position: relative;
	display: table-cell;
	width: 304px;
	margin: 0;
	vertical-align: top;
	border-left: #bce275 solid 1px;
}

.sidebar_duplicated {
	position: absolute;
	right: -305px;
	top: 0px;
	width: 304px;
	border-left: #bce275 solid 1px;
}

.sidebar_duplicated .adBnr_SIDE {
    padding: 2px 0;
    border-bottom: #bce275 solid 1px;
}

.sidebar_tagList {
	position: relative;
	margin: 0 0 7px;
	padding: 20px 0 0 20px;
	border-bottom: #bce275 solid 1px;
}

.sidebar_tagList_title {
	font-size: 14px;
	line-height: 14px;
	height: 14px;
	margin: 0 0 10px;
}

.sidebar_tagList_inner {
	overflow: hidden;
	padding: 0 0 20px;
	height: 260px;
}

.sidebar_tagList.open .sidebar_tagList_inner {
	height: auto;
}

.sidebar_tagList_inner a {
	display: inline-block;
	font-size: 12px;
	line-height: 12px;
	margin: 0 10px 16px 0;
	padding: 6px 15px;
	color: #ffffff;
	font-weight: bold;
	background: #88c11c;
	text-decoration: none;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

.sidebar_tagList_more {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 30px;
	background: #ffffff;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+60 */
background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 60%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 60%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 60%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

.sidebar_tagList_more button {
	position: absolute;
	left: 50%;
	bottom: -12px;
	display: block;
	width: 78px;
	margin-left: -39px;
	line-height: 12px;
	padding: 5px 0;
	border: #bce275 solid 1px;
	background: #ffffff;
	font-size: 11px;
	color: #88c11a;
	text-align: center;
	cursor: pointer;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	letter-spacing: -1px;
}

.open .sidebar_tagList_more button .sidebar_tagList_more-open,
.sidebar_tagList_more button .sidebar_tagList_more-close {
	display: none;
}

.open .sidebar_tagList_more button .sidebar_tagList_more-close {
	display: inline;
}

.sidebar_recommended {
	padding: 20px 20px 0;
	border-bottom: #bce275 solid 1px;
}

.sidebar_recommended_title {
}

.sidebar_recommended_title img {
	vertical-align: bottom;
}

.sidebar_recommended_title span {
	display: block;
	margin: 10px 0 0;
	font-size: 12px;
	line-height: 12px;
}

.sidebar_recommended_inner {
}

.sidebar_recommended_item {
	padding: 20px 0;
	border-bottom: #dddddd dotted 1px;
}

.sidebar_recommended_item:last-child {
	border: none;
}

.sidebar_recommended_item:after {
	content: "";
	display: block;
	width: 100%;
	clear: both;
}

.sidebar_recommended_item_link {
	position: relative;
	display: block;
	padding: 0;
	text-decoration: none;
	color: #333333;
}

.sidebar_recommended_item_text {
	display: block;
	line-height: 1;
	margin: 0 0 0 100px;
}

.sidebar_recommended_item_cat {
	display: inline-block;
	font-size: 10px;
	line-height: 10px;
	height: 10px;
	padding: 2px 7px;
	border: #dfdfdf solid 1px;
	color: #666666;
	vertical-align: top;
}

.sidebar_recommended_item_title {
	display: block;
	margin: 5px 0 0;
	font-size: 12px;
	line-height: 16px;
}

.sidebar_recommended_item_thumb {
	float: left;
	position: relative;
	display: block;
	width: 90px;
	height: 68px;
	overflow: hidden;
}

.sidebar_recommended_item_thumb span {
	position: absolute;
	left: -105px;
	top: 0px;
	display: block;
	width: 300px;
	height: 68px;
	text-align: center;
	vertical-align: top;
	overflow: hidden;
}

.sidebar_recommended_item_thumb span img {
	width: auto;
	height: 68px;
	vertical-align: bottom;
}

.sidebar_recommended_item_thumb img.postList_item_thumb_movie {
	position: absolute;
	left: 50%;
	top: 50%;
	display: block;
	width: 30px;
	height: 30px;
	margin: -15px 0 0 -15px;
}

.articleTitle {
	position: relative;
	margin: 0 0 30px;
	padding: 0 0 13px;
	border-bottom: #bce275 solid 1px;
}

.articleTitle h1 {
	font-size: 40px;
	font-weight: normal;
	line-height: 55px;
}

.articleTitle .titlePrefix,
.articleTitle .titleSuffix {
	margin: 0px;
	font-size: 18px;
	font-weight: bold;
}

.articleInner p {
	font-size: 16px;
	line-height: 1.6;
	margin: 0 0 30px;
}

.articleInner h2 {
	position: relative;
	margin: 40px 0 20px;
	padding: 7px 0 0;
	border-top: #dddddd dotted 1px;
	padding-left: 16px;
}

.articleInner h2:before {
	content: "";
	position: absolute;
	left: 0px;
	top: 0px;
	display: block;
	background: #9bce37;
	width: 6px;
	height: 100%;
	overflow: hidden;
	border-top: #ffffff solid 7px;
	box-sizing: border-box;
}

.articleInner h2 .h2inner {
	display: table;
}

.articleInner h2 .h2inner span {
	display: table-cell;
	padding-top: 2px;
	font-size: 26px;
	line-height: 32px;
	font-weight: normal;
	vertical-align: top;
}

.articleInner h2 .h2inner .h2prefix {
}

.articleInner h3 {
	margin: 30px 0 10px;
	font-size: 20px;
	font-weight: normal;
}

.articleInner h4 {
	margin: 30px 0 5px;
	font-size: 16px;
	font-weight: bold;
}

.articleInner dl.infoBox {
	margin: 0 0 30px;
	padding: 20px 30px 0;
	background: #ecf8d4;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.articleInner dl.infoBox dt {
	padding: 0 0 10px;
	font-size: 16px;
	font-weight: bold;
}

.articleInner dl.infoBox dd {
	padding: 0 0 20px;
	font-size: 14px;
	line-height: 1.6;
}

.articleInner .master {
	margin: 30px 0 30px;
	padding: 10px 20px;
	background: #88c119;
	color: #ffffff;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.articleInner .master,
.articleInner .master a {
	color: #ffffff;
}

.articleInner .master .titleAdviser {
	position: relative;
	display: table;
	width: 100%;
}

.articleInner .master .titleAdviser .imgAdviser,
.articleInner .master .titleAdviser .titleAdviserText,
.articleInner .master .titleAdviser .masterLink {
	display: table-cell;
	vertical-align: middle;
}

.articleInner .master .titleAdviser .imgAdviser {
	width: 100px;
	padding: 0 20px 0 20px;
}

.articleInner .master .titleAdviser .imgAdviser div {
	position: relative;
	width: 100px;
	height: 100px;
	overflow: hidden;
}

.articleInner .master .titleAdviser .imgAdviser img {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: auto;
}

.articleInner .master .titleAdviser .titleAdviserText {
	text-align: left;
	padding: 0 20px 0 0;
}

.articleInner .master .titleAdviser .titleAdviserText .adviserPrefix {
	margin: 0 0 0;
	font-size: 12px;
	line-height: 12px;
}

.articleInner .master .titleAdviser .titleAdviserText .adviserName {
	margin: 5px 0 10px;
	font-size: 22px;
	line-height: 22px;
}

.articleInner .master .titleAdviser .titleAdviserText .adviserNameAlphabet {
	display: none;
}

.articleInner .master .titleAdviser .titleAdviserText .adviserJob {
	margin: 0 0 0;
	line-height: 14px;
}

.articleInner .master .titleAdviser .titleAdviserText .adviserJob strong,
.articleInner .master .titleAdviser .titleAdviserText .adviserJob span {
	display: inline-block;
	font-size: 12px;
	font-weight: normal;
}

.articleInner .master .titleAdviser .orgInfo {
	margin-top: 10px;
	font-size: 14px;
}

.articleInner .master .titleAdviser .masterLink {
	text-align: right;
	white-space: nowrap;
	word-break: keep-all;
	font-size: 14px;
}

.articleInner .master .titleAdviser .masterLink a {
	position: relative;
	padding-right: 12px;
	text-decoration: none;
}

.articleInner .master .titleAdviser .masterLink a:hover {
	text-decoration: underline;
}

.articleInner .master .titleAdviser .masterLink a:after {
	content: "";
	position: absolute;
	right: 0px;
	top: 50%;
	display: block;
	width: 0;
	height: 0;
	margin: -5px 0 0;
	border-color: transparent transparent transparent #ffffff;
	border-style: solid;
	border-width: 5px 0px 5px 5px;
}

.articleInner .organization {
	margin: 30px 0 30px;
	padding: 10px 20px;
	background: #ffffff;
	border: #88c119 solid 1px;
	color: #333333;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.articleInner .imgOrganization {
	text-align: center;
}

.articleInner .imgOrganization img {
	max-width: 100%;
	max-height: 100px;
	width: auto;
	height: auto;
}

.articleInner .organizationName {
	font-size: 18px;
}

.articleInner .organizationText p {
	font-size: 14px;
}

.articleInner p.titleSNS {
	margin: 0 0 -15px;
}

.sns-share {
	margin: 20px 0;
}

.sns-share li {
	display: inline-block;
}

.sns-share li a {
	display: inline-block;
	width: 154px;
	height: 50px;
	margin-left: 8px;
	text-indent: -9999px;
	background: url(/wp-cms/wp-content/themes/bibien/img/shared/sprite_sns.png) no-repeat;
}

.sns-share li a.fb-share {
	background-position: 0 0;
	margin-left: 0px;
}
.sns-share li a.tw-share {
	background-position: 0 -60px;
}
.sns-share li a.hatena-bookmark-button {
	background-position: 0 -120px;
}
.sns-share li a.line-share {
	background-position: 0 -180px;
}

h1.categoryTitle {
	width: 640px;
	height: 138px;
	margin: 0 auto;
	padding: 41px 0;
}

h1.categoryTitle img {
	float: left;
	width: 138px;
	height: 138px;
	margin-left: 76px;
}

h1.categoryTitle em {
	float: right;
	display: block;
	width: 400px;
	font-style: normal;
	font-size: 42px;
	font-weight: normal;
	color: #89c01a;
}

h1.categoryTitle em span {
	display: block;
	font-weight: normal;
	font-size: 18px;
	padding: 32px 0 0px;
}

.articleCategory {
	position: relative;
	padding: 29px 0 17px 65px;
}

.articleCategory .bibienSprite {
	position:absolute;
	left: 0px;
	top: 29px;
	width: 55px;
	height: 55px;
	background-size: 55px;
	background-repeat: no-repeat;
}

.articleCategory_icon-yoga {
	background-image: url(../img/shared/icon_category_yoga_gray.png);
}
.articleCategory_icon-exercise {
	background-image: url(../img/shared/icon_category_exercise_gray.png);
}
.articleCategory_icon-diet {
	background-image: url(../img/shared/icon_category_diet_gray.png);
}
.articleCategory_icon-beauty {
	background-image: url(../img/shared/icon_category_beauty_gray.png);
}
.articleCategory_icon-tv {
	background-image: url(../img/shared/icon_category_tv_gray.png);
}

.articleCategory_prefix {
	line-height: 10px;
	font-size: 10px;
	font-weight: bold;
	letter-spacing: 0.66px;
	margin-top: 7px;
}

.articleCategory_name {
	font-size: 23px;
	font-weight: bold;
}

.articleTitle_tag {
	min-height: 24px;
	padding: 25px 85px 0 0;
}

.articleTitle_tag a {
	display: inline-block;
	margin: 0 2px 2px 0;
	padding: 4px 16px;
	font-size: 12px;
	line-height: 12px;
	border: #bce275 solid 1px;
	text-decoration: none;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

.articleTitle .entry-date {
	position: absolute;
	right: 0px;
	bottom: 17px;
	display: block;
	padding: 0 0 0 19px;
	line-height: 12px;
	font-size: 12px;
	color:  #666666;
}

.articleTitle .entry-date .bibienSprite {
	position: absolute;
	left: 0px;
	top: 50%;
	display: block;
	width: 14px;
	height: 14px;
	margin-top: -8px;
	background-position: -0px -590px;
}

.relatedArticle {
	margin: 0 0 30px;
	border: #bde175 solid 1px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	overflow: hidden;
}

.relatedArticle_head {
	margin: 0 0 10px;
	padding: 5px 0 6px;
	height: 18px;
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
	text-align: center;
	color: #ffffff;
	letter-spacing: 5px;
	background: #88c11a;
}

.relatedArticle .postList_item {
	margin: 0 31px;
	border-bottom: #dddddd dotted 1px;
}

.relatedArticle .postList_item:last-child {
	padding: 0 0 25px;
	border-bottom: none;
}

.relatedArticle .postList_item a.postList_item_link {
	display: block;
	padding: 20px 150px 0px 0px;
	text-decoration: none;
}

.relatedArticle .postList_item_title {
	display: block;
	line-height: 30px;
	font-size: 23px;
	font-weight: bold;
	color: #333333;
}

.relatedArticle .postList_item_tag {
    display: block;
    margin: 16px 0 0;
    padding: 0 150px 0 0px;
}

.relatedArticle .postList_item_thumb {
    position: absolute;
    right: 0px;
    top: 20px;
    display: block;
    width: 138px;
    height: 104px;
    margin-top: 0px;
}

.relatedArticle .postList_item_thumb span {
	position: absolute;
	left: -181px;
    display: block;
    width: 500px;
    height: 104px;
    text-align: center;
    vertical-align: top;
    overflow: hidden;
}

.relatedArticle .postList_item_thumb span img {
	width: auto;
	height: 104px;
}

.relatedArticle .postList_item_budge-new,
.relatedArticle .postList_item_budge-special {
	display: none;
}

.adBnrArticleEnd .adBnr_SP {
	padding: 0;
	border: none;
	margin: 0 -15px 30px;
}
/* ===== /PC ===== */


/* ===== TABLET ===== */
@media screen and (max-width: 975px) {

#content {
	background: none;
}

main#main {
	margin: 0;
}

}
/* ===== /TABLET ===== */


/* ===== SP ===== */
@media screen and (max-width: 670px) {

.articleInner {
	width: auto;
	margin: 0 15px;
}

.articleTitle {
	margin: 0 0 20px;
	padding: 0;
	border-bottom: none;
}

h1.categoryTitle {
	width: 320px;
	height: 69px;
	padding: 20px 0;
}

h1.categoryTitle img {
	width: 69px;
	height: 69px;
	margin-left: 38px;
}

h1.categoryTitle em {
	width: 200px;
	font-size: 21px;
	white-space: nowrap;
	word-break: keep-all;
}

h1.categoryTitle em span {
	font-size: 9px;
	padding: 16px 0 0px;
	line-height: 9px;
}

.articleTitle h1 {
	font-size: 21px;
	line-height: 27px;
}

.articleTitle .titlePrefix,
.articleTitle .titleSuffix {
	font-size: 12px;
}

.articleInner p {
	font-size: 12px;
	line-height: 1.6;
	margin: 0 0 20px;
}

.articleInner h2 {
	margin: 30px 0 10px;
	padding: 3px 0 4px 13px;
	border-top: #dddddd solid 1px;
}

.articleInner h2:before {
	width: 3px;
	border-top-width: 1px;
}
.articleInner h2 .h2inner {
}

.articleInner h2,
.articleInner h2 .h2inner span {
	font-size: 16px;
	line-height: 20px;
}

.articleInner h2 .h2inner .h2prefix {
	padding: 0;
}

.articleInner h3 {
	margin: 20px 0 10px;
	font-size: 14px;
}

.articleInner h4 {
	margin: 30px 0 5px;
	font-size: 12px;
	font-weight: bold;
}

.articleInner dl.infoBox {
	margin: 0 0 15px;
	padding: 10px 15px 0;
}

.articleInner dl.infoBox dt {
	padding: 0 0 5px;
	font-size: 14px;
}

.articleInner dl.infoBox dd {
	padding: 0 0 15px;
	font-size: 12px;
}


.articleInner .master {
	margin: 30px 0 30px;
	padding: 0px;
	display: table;
	width: 100%;
}

.articleInner .master .titleAdviser {
	position: relative;
	display: table-cell;
	padding: 10px 10px 10px 110px;
	vertical-align: middle;
}

.articleInner .master .titleAdviser .imgAdviser,
.articleInner .master .titleAdviser .titleAdviserText,
.articleInner .master .titleAdviser .masterLink {
	display: block;
}

.articleInner .master .titleAdviser .imgAdviser {
	position: absolute;
	left: 10px;
	top: 50%;
	width: 80px;
	height: 80px;
	margin: -40px 0 0;
	padding: 0;
}

.articleInner .master .titleAdviser .imgAdviser div {
	width: 80px;
	height: 80px;
}

.articleInner .master .titleAdviser .titleAdviserText {
	text-align: left;
	padding: 0 20px 0 0;
}

.articleInner .master .titleAdviser .titleAdviserText .adviserPrefix {
	margin: 0 0 0;
	font-size: 10px;
	line-height: 12px;
}

.articleInner .master .titleAdviser .titleAdviserText .adviserName {
	margin: 3px 0 6px;
	font-size: 18px;
	line-height: 20px;
}

.articleInner .master .titleAdviser .titleAdviserText .adviserNameAlphabet {
	display: none;
}

.articleInner .master .titleAdviser .titleAdviserText .adviserJob {
	margin: 0 0 0;
	line-height: 12px;
}

.articleInner .master .titleAdviser .titleAdviserText .adviserJob strong,
.articleInner .master .titleAdviser .titleAdviserText .adviserJob span {
	display: inline-block;
	font-size: 10px;
	font-weight: normal;
}

.articleInner .master .titleAdviser .masterLink {
	margin: 12px 0 0;
	text-align: left;
	font-size: 12px;
}

.articleInner .master .titleAdviser .masterLink a {
	position: relative;
	padding-right: 12px;
	text-decoration: none;
}

.articleInner .master .titleAdviser .masterLink a:hover {
	text-decoration: underline;
}

.articleInner .master .titleAdviser .masterLink a:after {
	content: "";
	position: absolute;
	right: 0px;
	top: 50%;
	display: block;
	width: 0;
	height: 0;
	margin: -5px 0 0;
	border-color: transparent transparent transparent #ffffff;
	border-style: solid;
	border-width: 5px 0px 5px 5px;
}


.articleInner .organization {
	padding: 10px 10px;
}

.articleInner .imgOrganization {
}

.articleInner .imgOrganization img {
	max-height: 80px;
}

.articleInner .organizationName {
	font-size: 16px;
}

.articleInner .organizationText p {
	font-size: 12px;
}

.articleInner p.titleSNS {
	margin: 0 0 -15px;
}


.articleInner .youtube {
	margin: 15px 0 20px;
}

.articleInner .image {
	margin: 15px 0 15px;
}

.articleInner p.titleSNS {
	margin: 0 0 -10px;
	text-align: center;
}

.sns-share {
	margin: 15px -6px;
}

.sns-share li {
	width: 25%;
	box-sizing: border-box;
	padding: 0 6px;
}

.sns-share li a {
	width: 100%;
	margin: 0px;
	background-size: 77px 335px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

.sns-share li a.fb-share {
	background-color: #3b5998;
	background-position: center -120px;
}
.sns-share li a.tw-share {
	background-color: #55acee;
	background-position: center -175px;
}
.sns-share li a.hatena-bookmark-button {
	background-color: #00a4de;
	background-position: center -230px;
}
.sns-share li a.line-share {
	background-color: #00c300;
	background-position: center -285px;
}

.articleCategory {
	padding: 29px 0 7px 35px;
}

.articleCategory .bibienSprite {
	left: 1px;
	top: 30px;
	width: 29px;
	height: 29px;
	background-size: 29px;
}

.articleCategory_prefix {
	font-size: 8px;
	font-weight: normal;
	letter-spacing: 0.24px;
	margin-top: 3px;
}

.articleCategory_name {
	font-size: 14px;
	line-height: 14px;
	font-weight: normal;
}

.articleTitle_tag {
	min-height: 0px;
	padding: 10px 0px 0 0;
}

.articleTitle_tag a {
	margin: 0 4px 4px 0;
	padding: 3px 8px;
	font-size: 10px;
	line-height: 10px;
}

.articleTitle .entry-date {
	right: 0px;
	top: 29px;
	bottom: auto;
	padding: 0 0 0 13px;
	font-size: 9px;
}

.articleTitle .entry-date .bibienSprite {
	width: 10px;
	height: 10px;
	margin-top: -6px;
	background-position: -10px -295px;
}

.relatedArticle {
	margin: 0 0 30px;
}

.relatedArticle_head {
	margin: 0 0 0px;
	padding: 3px 0 3px;
	height: 14px;
	font-size: 14px;
	line-height: 14px;
	font-weight: normal;
	letter-spacing: 0px;
}

.relatedArticle .postList_item {
	margin: 0 14px;
	border-bottom: #bde175 solid 1px;
}

.relatedArticle .postList_item:last-child {
	padding: 0 0 11px;
	border-bottom: none;
}

.relatedArticle .postList_item a.postList_item_link {
	padding: 15px 115px 0px 0px;
}

.relatedArticle .postList_item_title {
	line-height: 19px;
	font-size: 16px;
	min-height: 55px;
}

.relatedArticle .postList_item_tag {
    display: block;
    margin: 10px 0 0;
    padding: 0 0px 0 0px;
}

.relatedArticle .postList_item_thumb {
    top: 15px;
	width: 108px;
	height: 78px;
}

.relatedArticle .postList_item_thumb span {
	left: -96px;
	width: 300px;
	height: 78px;
}

.relatedArticle .postList_item_thumb span img {
	height: 78px;
}

}
/* ===== /SP ===== */


/* ===== MAP ===== */

.single_map iframe {
	width: 100%!important;
	height: 300px!important;
}

@media screen and (max-width: 670px) {
.single_map iframe {
	height: 200px!important;
}
}

/* ===== /MAP ===== */


/* ===== calcForm ===== */
.calcForm {
	display: block;
	margin: 0 0 30px;
}

.calcForm label,
.calcForm .label {
	display: inline-block;
	font-size: 12px;
}

.calcForm .label.operator,
.calcForm .calcResults,
.calcForm .calcHeartbeatMinResults,
.calcForm input,
.calcForm select {
	font-size: 24px;
	text-align: center;
}

@media screen and (max-width: 670px) {
.calcForm {
	display: block;
	margin: 0 0 20px;
}

.calcForm label,
.calcForm .label {
	display: inline-block;
	font-size: 7px;
}

.calcForm .label.operator,
.calcForm .calcHeartbeatResults,
.calcForm .calcHeartbeatMinResults,
.calcForm input,
.calcForm select {
	font-size: 12px;
}

}

.calcForm label *,
.calcForm .label * {
	display: block;
}

.calcForm .calcHeartbeatResults,
.calcForm .calcHeartbeatMinResults {
	text-align: center;
}

.calcForm .calcResults {
	color: #88c11a;
}

.calcForm input,
.calcForm select {
	border: #cccccc solid 2px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.calcYO,
.calcHeartbeatMax,
.calcHeartbeatMin {
	width: 2.5em;
}


/* ===== /calcForm ===== */
