@charset "UTF-8";

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

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

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

/* ******************** body 要素 ******************** */
body {
	background: #fff100 /* 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); }

/* #*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#* format.css #*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#* */

/* ######################################## トピックス 拡張 ######################################## */

.format div.style-A {
	margin: 20px 50px;
	color: #444444;
	font-size: 1.4rem;
	
	text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.05);
}


/* #*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#* top.css #*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#* */

/* ######################################## 励TUBE ######################################## */

#hage-tube {
	overflow: hidden;
	position: relative;
	width: 1024px;
	margin: 20px auto 0 auto;
}

#hage-tube h2 {
	position: relative;
	float: left;
	color: #ffffff;
	margin-bottom: 5px;
	padding: 0.4em 20px;
	font-family: "Century Gothic";
	font-size: 1.8rem;
	font-weight: normal;
	line-height: 1.0;
	letter-spacing: 0.2em;
	
	border-radius: 22px;
	background: rgba(0, 0, 0, 0.8);
}
#hage-tube h2:before {
	content: "\f03d";
	margin-right: 6px;
	font-family: "FontAwesome";
}
#hage-tube h2:after {
	content: "－ 映像トピックス －";
	margin-left: 6px;
	color: #ffffff;
	font-family: "メイリオ", "Hiragino kaku Gothic Pro", "MS UI Gothic", "ＭＳ Ｐゴシック", "Osaka", sans-serif;
	font-size: 1.2rem;
	letter-spacing: 0;
}

#hage-tube h2 span.kanji {
	font-family: "メイリオ", "Hiragino kaku Gothic Pro", "MS UI Gothic", "ＭＳ Ｐゴシック", "Osaka", sans-serif;
}

/* ******************** 動画部分 ******************** */

#hage-tube figure.youtube {
	clear: both;
	padding: 15px;
	text-align: center;
	
	border-radius: 5px;
	background: rgba(255, 255, 255, 0.75);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

#hage-tube figure.youtube div.movie {
	overflow: hidden;
	width: 992px;
	height: 558px;
	margin: 0 auto;
	border: 1px solid #ffffff;
	
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

#hage-tube figure.youtube figcaption {
	overflow: hidden;
	display: block;
	color: #666666;
	margin: 0.5em 0 -0.7em 0;
	padding: 0 15px;
	font-size: 1.2rem;
	letter-spacing: 0.2em;
	white-space: nowrap;
	text-overflow: ellipsis;
}

/* ******************** プレイリスト ******************** */

#hage-tube ul {
	list-style-type: none;
	margin-top: 5px;
	text-align: center;
}

#hage-tube ul li {
	position: relative;
	cursor: pointer;
	display: inline-block;
	width: 450px;
	margin: 2px;
	color: #ffffff;
	text-align: left;
	vertical-align: top;
	border: 1px solid #ffffff;
	background: rgba(0, 0, 0, 0.95);
	
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

#hage-tube ul li figure img {
	float: left;
	margin: 4px 10px 4px 4px;
	border: 1px solid #ffffff;
}

#hage-tube ul li figcaption {
	padding: 10px;
	font-size: 1.6rem;
	line-height: 1.4;
}

#hage-tube ul li p.published {
	position: absolute;
	right: 5px;
	bottom: 5px;
	padding: 5px 10px;
	font-size: 1.1rem;
	line-height: 1.0;
	background: rgba(255, 255, 255, 0.1);
}

#hage-tube p.more {
	cursor: pointer;
	width: 900px;
	margin: 5px auto 0 auto;
	padding: 8px 0 7px 0;
	color: #336699;
	text-align: center;
	
	border: 2px solid rgba(255, 255, 255, 0.8);
	background: rgba(255, 255, 255, 0.95);
	border-radius: 20px;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.1), inset 0 0 15px rgba(0, 0, 0, 0.4);
	
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.05) 50%, rgba(0, 0, 0, 0.1) 51%, rgba(0, 0, 0, 0) 100%);
	background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.05) 50%, rgba(0, 0, 0, 0.1) 51%, rgba(0, 0, 0, 0) 100%);
	background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.05) 50%, rgba(0, 0, 0, 0.1) 51%, rgba(0, 0, 0, 0) 100%);
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.05) 50%, rgba(0, 0, 0, 0.1) 51%, rgba(0, 0, 0, 0) 100%);
}
