@charset "UTF-8";

/* #=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=# PC・スマホ 共通設定 #=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=# */

/* #*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#* common.css #*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#* */

/* ######################################## カラースキーム ######################################## */

/* ******************** body 要素 ******************** */
body {
	background: #000000 url(../images/private/back_body.jpg) 50% 50% no-repeat fixed;
	background-size: cover;
}

/* ******************** メニュー ******************** */
#menu { background-color: rgba(23, 25, 30, 0.95); }

/* ******************** フッタ ******************** */
footer { background-color: rgba(23, 25, 30, 0.95); }

/* #*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#* common.css #*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#* */
hr.separate {
	margin: 2em 0;
	height: 1px;
	border: 0;
	clear: both;
	
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
}
strong.black { color: #333333;}
strong.red { color: #cc0000;}
strong.gray { color: #888888;}
strong.green { color: #666600;}

/* #*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#* format.css #*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#* */
.format div.youtube figure {
	width: 842px;
	margin-left: auto;
	margin-right: auto;
}

.format div.youtube figure:nth-last-of-type(2) {
	display: inline-block;
	width: 390px;
	margin: 0 5px;
}
.format div.youtube figure:nth-last-of-type(2) div.movie {
	position: relative;
	width: auto;
	height: auto;
	padding-bottom : 56.25%;
}
.format div.youtube figure:nth-last-of-type(2) iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.format div.youtube figure:nth-of-type(2) {
	display: inline-block;
	width: 390px;
	margin: 0 5px;
}
.format div.youtube figure:nth-of-type(2) div.movie {
	position: relative;
	width: auto;
	height: auto;
	padding-bottom : 56.25%;
}
.format div.youtube figure:nth-of-type(2) iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.format ul.music > li::before {
	content: "\f001";
	top: -1px;
	left: -21px;
	font-size: 1.4rem;
}


