@charset "utf-8";
@import url("/css/yutai/style.css");
@import url("/css/yutai/style_sp.css");

#Header h1 a img{
	float: none;
	display: block;
	margin: 0 0 0 30px;
	height: 60px;
}

/* テキスト設定 */
.headTxA,
#ContentsWrap #MainContents.narrow .headTxA.mat40,
#Help .headTxA.mab35,
#ContentsWrap #MainContents.narrow .headTxA.mab35 {
	color: #000;
	background: #fff;
	margin: 0;
	padding: 0.6em 0.6em 0.6em 0;
	font-size: 1.625rem;
	font-weight: bold;
	border-top: none;
	border-right: none;
	border-bottom: solid 2px #ff9600;
	border-left: none;
	position: relative;
}

.headTxB {
	border-bottom: 1px solid #444;
	line-height: 1.3;
	padding-bottom: 12px;
	font-size: 140%;
	font-weight: 100;
	color: #444;
}

.loginBox dt{
	border-left: 5px solid #109577;
}
/* ログイン -［ログイン］ボタン */
#loginBtn {
	color: #fff;
	background: #109577;
	padding: 16px 0;
	width: 70%;
	font-size: 118%;
	font-weight: normal;
	line-height: 1;
	text-align: center;
	border: solid 1px #109577;
	display: inline-block;
	box-sizing: border-box;
	cursor: pointer;
	position: relative;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

#loginBtn:hover {
	text-decoration: none;
	opacity: 0.85;
	filter: alpha(opacity=85);
	-ms-filter: "alpha( opacity=85 )";
}

/* Footer */
#Footer {
	color: #333;
	background: #fff;
	padding: 40px 0;
	line-height: 1;
	border-top: solid 2px #ff9600;
}

@media screen and (max-width: 580px) {
	#Footer {
		padding: 0;
		height: 80px;
	}
}

/* ［アンケート］ボタン */
.surveyBtn {
	color: #fff;
	background: #109577;
	background: -moz-linear-gradient(top, #109577 0%, #109577 100%);
	background: -webkit-linear-gradient(top, #109577 0%, #109577 100%);
	background: linear-gradient(to bottom, #109577 0%, #109577 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#109577', endColorstr='#86ad3d', GradientType=0);
	margin: 30px auto 10px;
	padding: 16px 0;
	width: 50%;
	font-size: 118%;
	font-weight: normal;
	line-height: 1;
	text-align: center;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border: solid 1px #109577;
	display: block;
	box-sizing: border-box;
	cursor: pointer;
	position: relative;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

.surveyBtn:before {
	content: 'ご視聴アンケートにご協力ください';
}

.surveyBtn:after {
	content: "\f14c";
	color: #fff;
	margin: 0 0 0 0.4em;
	font-family: FontAwesome;
}

.surveyBtn:link,
.surveyBtn:visited {
	color: #fff;
	text-decoration: none;
}

.surveyBtn:hover {
	color: #fff;
	text-decoration: none;
	opacity: 0.85;
	filter: alpha(opacity=85);
	-ms-filter: "alpha( opacity=85 )";
}

.surveyBtn:hover:after {
	color: #fff;
}

/* その他ボタン設定 */
.btnA {
	background-color: #109577;
	line-height: 1;
	color: #FFF;
	padding: 16px 0;
	position: relative;
	font-size: 118%;
	box-sizing: border-box;
	font-weight: 200;
	display: inline-block;
	text-align: center;
	cursor: pointer;
	width: 70%;
}

.btnA:hover {
	text-decoration: none;
	color: #FFF;
	-webkit-transition: all 0.15s;
	-moz-transition: all 0.15s;
	-ms-transition: all 0.15s;
	-o-transition: all 0.15s;
	transition: all 0.15s;
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}

/* ［拍手］ボタン */
#wrapOutside:hover {
	background: #109577;
}

/* ［メッセージを送信］ボタン */
#sendBtn {
	background-color: #109577;
	line-height: 1;
	color: #FFF;
	margin: 40px auto 60px;
	height: 50px;
	font-size: 1.143em;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	box-sizing: border-box;
	display: block;
	cursor: pointer;
	position: relative;
	width: 50% !important;
}

#sendBtn:hover {
	color: #fff;
	text-decoration: none;
	opacity: 0.85;
	filter: alpha(opacity=85);
	-ms-filter: "alpha( opacity=85 )";
}

/* reload */
.reloadPra a:hover {
	background: #109577;
}

.reloadPra a:before {
	color: #109577;
}

/* Line Switching */
.lineSwitchingPra a:hover {
	color: #109577;
}

#Breadcrumb {
	color: #fff;
	background: #109577;
	padding: 16px 0;
	font-size: 82%;
	line-height: 1;
	margin-bottom: 30px;
}

/* add */
#Breadcrumb i {
	color: #fff;
	padding: 0 12px;
}

/* add */
#Breadcrumb a:link,
#Breadcrumb a:visited {
	color: #fff;
	text-decoration: underline;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	-ms-transition: all .2s ease;
	transition: all .2s ease;
}

#Breadcrumb a:hover {
	color: #fff;
}

#Breadcrumb li {
	float: left;
}