﻿@charset "UTF-8";


/* bnr_youtube */
.bnr_fixed,
.bnr_youtube{
	z-index:300;
	background-color: #408d39;
	color: #fff;
	padding: 10px 16px;
}
.bnr_fixed a,
.bnr_youtube a {
	display: inline-block;
}
.bnr_fixed a:hover,
.bnr_youtube a:hover {
	opacity: 0.8;
}
.bnr_fixed_title,
.bnr_youtube_title {
	text-align: center;
	padding-bottom: 10px;
}
.bnr_fixed {
		position: fixed;
		bottom: 30px;
		right: 130px;
		border-radius: 8px;
	}
}
@media screen and (min-width: 780px), print {
	.bnr_youtube {
		position: fixed;
		bottom: 30px;
		right: 130px;
		border-radius: 8px;
	}
}
@media screen and (max-width: 779px) {
	.bnr_fixed,
  .bnr_youtube {
		display: block;
		text-align: center;
	}
  .bnr_fixed {
		bottom: 10px;
		right: 10px;
		padding: 24px 7px 7px;
	}
}



.bnr_fixed #closeBnr,
.bnr_youtube #closeBnr {
	position:absolute;
	top:0;
	right:0;
	z-index:400;
	width:25px;
	padding:5px;
	font-size:0;
}
@media screen and (max-width: 779px) {
	.bnr_youtube #closeBnr {
		display:none;
	}
  .bnr_fixed #closeBnr img {
    width:20px;
  }
}
