@charset "utf-8";


/* ボックス基本
==============================================================*/

.bgRed {
	background-color: #e60012;
}

.bgGrey {
	/*background-color: #f3f3ef;*/
    background-color: #ccc;
}

.bgDarkGrey {
    background-color: #333;
}

.bgPat {
	background: url("../../youtube/img/bg_washi.jpg") repeat center top;
}

.bgBlack {
	background-color: #000;
}

.container .inner {
	
}

.container-fluid .inner {
	max-width: 960px;
	margin: 0 auto;
}


/*
==============================================================*/

.baseTxt,
.baseTxt p,
.baseTxt dl dt,
.baseTxt dl dd {
	font-family: "游明朝", YuMincho, 'Yu Mincho', "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.txtBox {
	font-size: 120%;
	line-height: 2.4em;
	letter-spacing: 0.1em;
}

.txtBox p {
	margin-bottom: 1em;
}

@media screen
    and (max-width: 767px) {

.txtBox {
	text-align: left;
	text-align:justify;
	text-justify:inter-ideograph;
	padding: 0 30px;
	line-height: 1.8em;
}

}


/* 
==============================================================*/



h2 {
	font-size: 200%;
	border-bottom: 1px solid #333;
	/*padding-bottom: 10px;*/
	margin-bottom: 30px;
}
/*
h2:before {
    content: "\f167";
    position: relative;
    font-family: FontAwesome;
    margin-right: .5em;
		color: #e60012;
}
*/

h2 {
    position: relative;
    padding: .5em 1.2em;
}

h2::before,
h2::after {
    display: inline-block;
    position: absolute;
    transform: translateY(-50%);
    width: 15px;
    height: 15px;
    border: 2px solid #e60012;
    content: '';
}

h2::before {
    top: calc(50% - 3px);
    left: 0;
}

h2::after {
    top: calc(50% + 3px);
    left: 7px;
}





h3 {
	font-size: 130%;
	font-weight: bold;
	line-height: 1.6em;
	background-color: #f3f3ef;
	padding: 5px 10px;
	margin: 0 0 30px 0;
}

.movie-title {
	margin-top: 10px;
}


.movie-list ul li {
	list-style-type: disc;
	margin-left: 2em;
	margin-bottom: 0.3em;
	line-height: 1.8em;
	font-size: 110%;
}

.movie-list ul li a {
	text-decoration: underline;
}

























