@charset "utf-8";
/*
Theme Name: bibien.tv
Description: bibien.tv
Version: 1.0
Author: MSKCH
*/

.solid {
	display: inline-block;
}

ol.dec li {
	margin-bottom: 5px;
	font-size: 16px;
	line-height: 1.6;
	text-indent: -1.2em;
	padding-left: 1.2em;
}


/* ===== PC ===== */

.titleAbout {
	margin: 0 0 0 -8px;
	padding: 40px 0 0;
}

.titleAbout p {
	margin: 0px 0px 10px;
	color: #88c119;
	font-size: 16px;
	line-height: 16px;
	font-weight: bold;
}

.titleAbout h1 {
	margin: 0px 0px 20px;
	color: #88c119;
	font-size: 28px;
	line-height: 28px;
	font-weight: normal;
}

.aboutMain {
	text-align: center;
}

.aboutMain img {
	vertical-align: bottom;
}

.articleInner p.introAbout {
	width: 560px;
	margin: 63px auto 68px;
	font-size: 18px;
	line-height: 40px;
}

.themeAbout {
	display: table;
	width: 100%;
	margin: 0 0 30px;
	border-top: #bce174 dotted 1px;
	border-collapse: collapse;
}

.themeAbout dl {
	display: table-row;
	border-bottom: #bce174 dotted 1px;
}

.themeAbout dt,
.themeAbout dd {
	display: table-cell;
	height: 190px;
	text-align: left;
	vertical-align: middle;
}

.themeAbout dt {
	width: 200px;
	font-size: 28px;
	font-weight: bold;
}

.themeAbout dd {
	font-size: 16px;
	line-height: 32px;
}

/* ===== /PC ===== */


/* ===== TABLET ===== */
@media screen and (max-width: 975px) {


}
/* ===== /TABLET ===== */


/* ===== SP ===== */
@media screen and (max-width: 670px) {

.titleAbout {
	margin: 0 0 0 0px;
	padding: 20px 0 0;
}

.titleAbout p {
	margin: 0px 0px 5px;
	font-size: 10px;
	line-height: 10px;
	font-weight: normal;
}

.titleAbout h1 {
	margin: 0px 0px 15px;
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
}

.aboutMain img {
	width: 260px;
}

.articleInner p.introAbout {
	width: auto;
	margin: 33px 10px 43px;
	font-size: 12px;
	line-height: 24px;
	letter-spacing: -1px;
}

.themeAbout {
	display: block;
	margin: 0 0 30px;
}

.themeAbout dl {
	display: block;
	padding: 20px 0;
}

.themeAbout dt,
.themeAbout dd {
	display: block;
	height: auto;
}

.themeAbout dt {
	width: auto;
	font-size: 20px;
}

.themeAbout dd {
	font-size: 12px;
	line-height: 24px;
}

ol.dec li {
	font-size: 12px;
	line-height: 1.4;
}

}
/* ===== /SP ===== */
