@charset "UFT-8";

#main-column img {
	max-width: 100%;
	height: auto;
	width: auto\9;
	_max-width: none;
}

#main-column p {
	line-height: 1.6;
}

/* リンク */
#main-column a:link {
	color: #222;
	text-decoration: none;
}

#main-column a:visited {
	color: #222;
	text-decoration: none;
}

#main-column a:hover {
	color: #ff6666;
	text-decoration: underline;
}

#main-column a:hover span {
	color: #ff6666;
	text-decoration: underline;
}

#main-column a:active {
	color: #c33;
	text-decoration: underline;
}

#cmain-column .clearfix:after {
	/* モダンブラウザ */
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

#main-column .clearfix {
	display: block;
	/* IE7、MacIE5 */
	display: inline-block;
}

/*======================================
 下階層ページ共通使用CSS

   サブナビ（2カラム左内）
   3分割カラム（2カラム右内）
   2分割カラム（2カラム右内）
   バナー（2カラム左内）
=======================================*/


/*======================================
　* サブナビ（2カラム左内）
=======================================*/
#subnavi-l-t {
	/* 見出し */
	font-size: 123.1%;
	padding-bottom: 8px;
	margin-bottom: 8px;
	border-bottom: #999 solid 1px;
	font-weight: bold;
}

ul.subnavi-l {
	/* リスト */
	margin: 0;
}

ul.subnavi-l li {
	margin: 0;
}

ul.subnavi-l li a,
ul.subnavi-l li a:link,
ul.subnavi-l li a:visited,
ul.subnavi-l li span.no-menu-link {
	position: relative;
	display: block;
	padding: 5px 0 5px 12px;
	font-size: 100%;
	line-height: 1.3;
}

ul.subnavi-l li.current a:first-child,
ul.subnavi-l li.current .no-menu-link {
	padding-left: 12px;
}

ul.subnavi-l li.current a:first-child::before,
ul.subnavi-l li.current .no-menu-link::before {
	content: "";
	position: absolute;
	left: 0;
	top: 10px;
	background: #aaa;
	height: calc(tan(30deg) * 30px / 2);
	width: 10px;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
}

ul.subnavi-l li.current a {
	padding-left: 24px;
}

ul.subnavi-l li.current a::before {
	content: "";
	position: absolute;
	left: 13px;
	top: 8px;
	background: #aaa;
	height: calc(tan(32deg) * 32px / 2);
	width: 8px;
	clip-path: polygon(0 0, 100% 50%, 0 100%);
}

ul.subnavi-l li a::before {
	content: "";
	position: absolute;
	left: 0;
	top: 8px;
	background: #aaa;
	height: calc(tan(32deg) * 32px / 2);
	width: 8px;
	clip-path: polygon(0 0, 100% 50%, 0 100%);
}

/* スマホ（639px以下）
------------------------------------------------------------ */
@media screen and (max-width: 639px) {
	#column2-l ul li a {
		/* リンク */
		padding-top: 7px;
		padding-bottom: 7px;
	}
}

/*======================================
　* 3分割カラム（2カラム右内）
=======================================*/

.col3x1 {
	/* 1/3サイズ */
	width: 240px;
	float: left;
	margin-right: 10px;
	*margin-right: 8px;
	/* ie7以下 */
	margin-top: 10px;
	position: relative;
}

.col3x2 {
	/* 2/3サイズ */
	width: 490px;
	float: left;
	margin-right: 10px;
	*margin-right: 8px;
	/* ie7以下 */
	margin-top: 10px;
	position: relative;
}

/* PC（989px以下） */
@media screen and (max-width: 989px) {
	.col3x1 {
		/* 1/3サイズ */
		width: 47%;
	}

	.col3x2 {
		/* 2/3サイズ */
		width: 97%;
	}
}

/* スマホ（639px以下） */
@media screen and (max-width: 639px) {
	.col3x1 {
		/* 1/3サイズ */
		width: 48%;
	}
}

/* スマホ（479px以下） */
@media screen and (max-width: 479px) {
	.col3x1 {
		/* 1/3サイズ */
		width: 98%;
	}

	.col3x2 {
		/* 2/3サイズ */
		width: 98%;
	}
}

/*======================================
　* 2分割カラム（2カラム右内）
=======================================*/

.col2x1 {
	/* 1/2サイズ */
	width: 365px;
	float: left;
	margin-right: 10px;
	*margin-right: 8px;
	/* ie7以下 */
	margin-top: 10px;
	position: relative;
}

.col2x1 h2 {
	/* 見出し */
	font-size: 138.5%;
	padding: 10px 0;
	line-height: 1.3;
}

.col2x1 h2 span.sub {
	/* 見出し内小文字 */
	font-size: 77%;
}

/* PC（989px以下） */
@media screen and (max-width: 989px) {
	.col2x1 {
		/* 1/3サイズ */
		width: 47%;
	}
}

/* スマホ（639px以下） */
@media screen and (max-width: 639px) {
	.col2x1 {
		/* 1/3サイズ */
		width: 48%;
	}
}

/* スマホ（479px以下） */
@media screen and (max-width: 580px) {
	.col2x1 {
		/* 1/3サイズ */
		width: 98%;
	}

	.col2x2 {
		/* 2/3サイズ */
		width: 98%;
	}
}

/* カレンダー */
#w690 .waku {
	width: auto;
	margin: 1.0em 0;
	border: 1px #999999 solid;
}

#w690 .waku tr {
	border: 1px #999999 solid;
}

#w690 .waku td {
	border: 1px #999999 solid;
	line-height: 1.7;
	padding: 0.5em;
	white-space: nowrap;
}

#w690 .waku th {
	border: 1px #999999 solid;
	line-height: 1.7;
	padding: 0.5em;
	white-space: nowrap;
}

/*下層*/
#contents-out {
	width: 100%;
	background: #fff;
}

#contents {
	/* 大囲み */
	width: 990px;
	margin: 0 auto;
	padding-top: 10px;
	overflow: hidden;
	*zoom: 1;
	position: relative;
	background: #fff;
}

#main-column {
	/* メインカラム */
	float: left;
	width: 990px;
	padding-bottom: 20px;
	overflow: hidden;
	*zoom: 1;
}

/* 文字色白色 */
#main-column .white {
	color: #fff;
}

#contents-out #column2-r {
	/* 2カラム右 */
	float: right;
	width: 750px;
	margin-top: 15px;
	margin-bottom: 0;
	position: relative;
}

#contents-out #column2-r .white {
	color: #fff;
}

#contents-out #column2-r a {
	color: #3333ff;
}

#contents-out #column2-l {
	/* 2カラム左 */
	float: left;
	width: 220px;
	margin-top: 9px;
	margin-right: 20px;
	position: relative;
}

/* PC（989px以下） */
@media screen and (max-width: 989px) {
	#contents {
		/* 大囲み */
		width: 100%;
	}

	#main-column {
		/* メインカラム */
		float: none;
		width: 95%;
		margin-left: 3%;
		margin-right: 3%;
		padding-bottom: 10px;
	}

	#contents-out #column2-r {
		/* 2カラム右 */
		width: 70%;
	}

	#contents-out #column2-l {
		/* 2カラム左 */
		width: 28%;
		margin: 0;
		margin-top: 15px;
	}

	#contents-out #column2-l #column2-l {
		/* 2カラム左 */
		width: 100%;
	}
}

/* タブレット（639px以下） */
@media screen and (max-width: 640px) {

	#contents-out #column2-r,
	#contents-out #column2-l {
		/* 2カラム右 */
		clear: both;
		width: 100%;
	}
}

/*======================================
　* 選手のサインについて
=======================================*/
#sign p {
	margin-bottom: 1.0em;
}

#sign h3 {
	font-weight: bold;
}

/*======================================
 どこでも使用CSS

   フロート
   見出し
   背景色
   文字（カラー）
   文字（サイズ）
   文字（位置）
   文字（太さ）
   行頭1文字空け
   折り返し無し
   行頭1文字空け
   ライン
   テキストリンク装飾（→付、外部アイコン等）
   リンクなし（a要素をリンクさせない-w639以下）
   幅（パーセント）
   全角丸（ie8以下除く）
   マージン設定（上下）
   パディング設定（上下）
   リスト（ul）
   リスト（ol）
   リスト（dl）横並び
   テーブル（table）文字左
=======================================*/
/* 12 COLUMN RESPONSIVE GS (RESPONSIVE GRID SYSTEM)使用 */
@import url("responsive.gs.12col.css");


/*======================================
　* フロート
=======================================*/

.fl-left {
	/* 左寄せ */
	float: left;
	margin-right: 10px;
}

.fl-right {
	/* 右寄せ */
	float: right;
	margin-left: 10px;
}

.fl-none {
	/* クリア */
	clear: both;
}

.fl-over {
	/* 回り込み無し（回り込みさせたくない側の要素に入れる） */
	overflow: hidden;
	_zoom: 1;
}

/*======================================
　* 見出し
=======================================*/

h1.h1-type1 {
	/* h1-タイプ1 */
	font-size: 182%;
	padding-bottom: 0.3em;
	margin-bttom: 1ex;
	border-bottom: #ed1c24 solid 4px;
	line-height: 1.3;
	font-weight: bold;
}

h2.h2-type1 {
	/* h2-タイプ1 */
	font-size: 138.5%;
	padding: 10px 0;
	line-height: 1.3;
}

h2.h2-type1 span.sub {
	/* h2-タイプ1内小文字 */
	font-size: 77%;
	color: inherit;
}

h2.h2-type1 a {
	/* aリンク設定 */
	display: block;
}

h2.h2-type2 {
	/* h2-タイプ2 */
	font-size: 108%;
	font-weight: normal;
	text-align: center;
	padding: 10px 0;
	margin-bottom: 8px;
	color: #fff;
	line-height: 1;
}

h2.h2-type3 {
	/* h2-タイプ3 */
	font-size: 138.5%;
	padding: 10px 0 5px 0;
	line-height: 1.3;
}

/*======================================
　* 背景色
=======================================*/

.bg-orange {
	/* オレンジ */
	background: #ff931e;
}

.bg-green {
	/* グリーン */
	background: #4e9245;
}

.bg-pink {
	/* ピンク */
	background: #cc6699;
}

.bg-blue {
	/* ブルー */
	background: #6699cc;
}

.bg-red {
	/* レッド */
	background: #ff6666;
}

.bg-purple {
	/* パープル */
	background: #7c7ed9;
}

/*======================================
　* 文字（カラー）
=======================================*/

.t-orange {
	/* オレンジ */
	color: #ff931e;
}

.t-green {
	/* グリーン */
	color: #4e9245;
}

.t-pink {
	/* ピンク */
	color: #cc6699;
}

.t-blue {
	/* ブルー */
	color: #6699cc;
}

.t-red {
	/* レッド */
	color: #ff6666;
}

.t-purple {
	/* パープル */
	color: #7c7ed9;
}

.t-blue1 {
	/* 青 */
	color: #69c;
}

.t-blue2 {
	/* 青濃 */
	color: #369;
}

.t-red1 {
	/* 赤 */
	color: #e00;
}

.t-red2 {
	/* 赤濃 */
	color: #900;
}

/*======================================
　* 文字（サイズ）
=======================================*/

.t-10px {
	font-size: 77%;
}

.t-11px {
	font-size: 85%;
}

.t-12px {
	font-size: 93%;
}

.t-13px {
	font-size: 100%;
}

.t-14px {
	font-size: 108%;
}

.t-15px {
	font-size: 116%;
}

.t-16px {
	font-size: 123.1%;
}

.t-18px {
	font-size: 138.5%;
}

/*======================================
　* 文字（位置）
=======================================*/

.t-right {
	/* 右 */
	text-align: right;
}

.t-center {
	/* 中 */
	text-align: center;
}

.t-left {
	/* 左 */
	text-align: left;
}

/*======================================
　* 文字（太さ）
=======================================*/

.t-bold {
	/* 太 */
	font-weight: bold;
}

.t-light {
	/* 普 */
	font-weight: normal;
}

/*======================================
　* 文字（書体）
=======================================*/

.t-MS {
	/* MSゴシック */
	font-family: "ＭＳ ゴシック" !important;
}

/*======================================
　* 行頭1文字空け
=======================================*/

.indent {
	/* インデント */
	text-indent: 1em;
}

/*======================================
　* 折り返し無し
=======================================*/

.nw {
	/* nowrapの略 */
	white-space: nowrap;
}

/*======================================
　* ライン
=======================================*/

.b-gray-3px {
	/* グレー、H4px */
	border-bottom: #ccc solid 4px;
}

.bd-gray-2px {
	/* グレー、ドット、H2px */
	border-bottom: #ccc dotted 2px;
}

/*======================================
　* テキストリンク装飾
=======================================*/
a.txt-link {
	position: relative;
	display: inline-block;
	padding-left: 16px;
	color: #ed1c24;
	text-decoration: none;
}

a.txt-link:before {
	content: "";
	width: 13px;
	height: 13px;
	background: #ed1c24;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -7px;
}

a.txt-link::after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 6px;
	border-color: transparent transparent transparent #fff;
	position: absolute;
	top: 50%;
	left: 4px;
	margin-top: -5px;
}

/* スマホ（639px以下）*/
@media screen and (max-width: 639px) {
	a.no-link {
		pointer-events: none;
		cursor: default;
		text-decoration: none;
	}
}

/*======================================
　* 幅（パーセント）
=======================================*/

.w100 {
	width: 100%;
}

.w90 {
	width: 90%;
}

.w80 {
	width: 80%;
}

.w50 {
	width: 50%;
}

.w33 {
	width: 33.3%;
}

.w30 {
	width: 30%;
}

.w25 {
	width: 25%;
}

.w10 {
	width: 10%;
}

/*======================================
　* 全角丸（ie8以下除く）
=======================================*/

.km5px {
	/* 5px */
	-webkit-border-radius: 5px;
	/* Safari,Chrome */
	-moz-border-radius: 5px;
	/* Firefox */
	-o-border-radius: 5px;
	/* Opera */
	-ms-border-radius: 5px;
	/* IE9 */
	border-radius: 5px;
	/* 標準 */
}

/*======================================
　* マージン設定（上下）
=======================================*/

.m-t0 {
	/* 上 */
	margin-top: 0;
}

.m-t5px {
	margin-top: 5px;
}

.m-t10px {
	margin-top: 10px;
}

.m-t15px {
	margin-top: 15px;
}

.m-t20px {
	margin-top: 20px;
}

.m-t25px {
	margin-top: 25px;
}

.m-t30px {
	margin-top: 30px;
}

.m-l0 {
	/* 左 */
	margin-bottom: 0;
}

.m-l5px {
	margin-left: 5px;
}

.m-l10px {
	margin-left: 10px;
}

.m-l15px {
	margin-left: 15px;
}

.m-l20px {
	margin-left: 20px;
}

.m-l25px {
	margin-left: 25px;
}

.m-l30px {
	margin-left: 30px;
}

.m-b0 {
	/* 下 */
	margin-bottom: 0;
}

.m-b5px {
	margin-bottom: 5px;
}

.m-b10px {
	margin-bottom: 10px;
}

.m-b15px {
	margin-bottom: 15px;
}

.m-b20px {
	margin-bottom: 20px;
}

.m-b25px {
	margin-bottom: 25px;
}

.m-b30px {
	margin-bottom: 30px;
}

/*======================================
　* パディング設定（上下）
=======================================*/

.p-t0 {
	/* 上 */
	padding-top: 0;
}

.p-t5px {
	padding-top: 5px;
}

.p-t10px {
	padding-top: 10px;
}

.p-t15px {
	padding-top: 15px;
}

.p-t20px {
	padding-top: 20px;
}

.p-t25px {
	padding-top: 25px;
}

.p-t30px {
	padding-top: 30px;
}

.p-b0 {
	/* 下 */
	padding-bottom: 0;
}

.p-b5px {
	padding-bottom: 5px;
}

.p-b10px {
	padding-bottom: 10px;
}

.p-b15px {
	padding-bottom: 15px;
}

.p-b20px {
	padding-bottom: 20px;
}

.p-b25px {
	padding-bottom: 25px;
}

.p-b30px {
	padding-bottom: 30px;
}

.p-l0 {
	/* 左 */
	padding-left: 0;
}

/*======================================
　* リスト（ul）
=======================================*/

ul.ul-m {
	/* リスト（○） */
	margin-left: 1.5em;
	/* default 2.3em */
	line-height: 1.3;
}

ul.ul-m li {
	padding: 0.4ex 0.4ex;
}

ul.dot-orange {
	/* オレンジ */
	list-style: url(../../images25/dot-orange.png);
}

ul.dot-green {
	/* グリーン */
	list-style: url(../../images25/dot-green.png);
}

ul.dot-pink {
	/* ピンク */
	list-style: url(../../images25/dot-pink.png);
}

ul.dot-blue {
	/* ブルー */
	list-style: url(../../images25/dot-blue.png);
}

ul.dot-red {
	/* レッド */
	list-style: url(../../images25/dot-red.png);
}

ul.dot-purple {
	/* パープル */
	list-style: url(../../images25/dot-purple.png);
}

ul.dot-gray {
	/* オレンジ */
	list-style: url(../../images25/dot-gray.png);
}

/*======================================
　* リスト（ol）
=======================================*/

ol.ol-m {
	/* リスト（数値） */
	list-style: decimal;
	/* decimal(数字) */
	margin-left: 1.5em;
	/* default 2.3em(2桁で数字が切れない値) */
	*margin-left: 2.6em;
	/* ie7以下 */
}

ol.ol-m li {
	padding: 0.6ex 0.4ex;
}

/*======================================
　* リスト（dl）横並び
=======================================*/

dl.dl-y {
	border-bottom: #ddd solid 1px;
	margin-bottom: 1.5em;
	line-height: 1.4;
}

dl.dl-y dt {
	width: 20%;
	padding: 1.5ex 0 1.5ex 1.1em;
	float: left;
	white-space: nowrap;
	border-top: #ddd solid 1px;
	background: url(../../images25/dot-blue.png) no-repeat 0 center;
}

dl.dl-y dd {
	width: 80%;
	margin-left: 10em;
	padding: 1.5ex;
	border-top: #ddd solid 1px;
}

/* ie6 */
dl.dl-y dl {
	_border-top: #ddd solid 1px;
	_border-bottom: none;
}

dl.dl-y dt {
	_width: 90%;
	_padding-top: 1em;
	_padding-bottom: 0;
	_clear: both;
	_border-top: none;
	_background: url(../../images25/dot-blue.png) no-repeat 0 1em;
}

dl.dl-y dd {
	_width: 90%;
	_margin-left: 0;
	_padding-bottom: 1em;
	_border-top: none;
	_border-bottom: #ddd solid 1px;
}

/* ie7 */
*+html dl.dl-y {
	border-top: #ddd solid 1px;
	border-bottom: none;
}

*+html dl.dl-y dt {
	width: 100%;
	padding-top: 1em;
	padding-bottom: 0;
	clear: both;
	border-top: none;
	background: url(../../images25/dot-blue.png) no-repeat 0 1em;
}

*+html dl.dl-y dd {
	width: 100%;
	margin-left: 0;
	padding-bottom: 1em;
	border-top: none;
	border-bottom: #ddd solid 1px;
}

/* SP（639px以下） */
@media screen and (max-width: 639px) {
	dl.dl-y {
		border: none;
		margin-bottom: 0.7em;
		border-top: #ddd solid 1px;
		padding-top: 1ex;
	}

	dl.dl-y dt {
		width: 100%;
		clear: both;
		padding: 0 0 0 1.1em;
		margin: 1ex;
		border: none;
		color: #c94788;
	}

	dl.dl-y dd {
		width: 100%;
		margin-left: 0;
		padding: 0 0 1ex 0;
		margin: 1ex;
		border: none;
		border-bottom: #ddd solid 1px;
	}
}

/*======================================
　* テーブル（table）文字左
=======================================*/

table.table-L {
	margin-bottom: 10px;
	border-collapse: collapse;
	line-height: 1.6;
}

table.table-L caption {
	/* キャプション */
	text-align: left;
	padding: 5px 0;
}

table.table-L th,
table.table-L th {
	border-top: #bbb solid 1px;
	border-bottom: #bbb solid 1px;
	padding: 6px 15px;
}

table.table-L th {
	text-align: left;
	font-weight: normal;
	/* background: #d9d8e3; */
	color: #222;
	vertical-align: middle;
}

table.table-L th.t-left,
table.table-L th.t-left {
	/* 文字左 */
	text-align: left;
}

table.table-L th.t-right,
table.table-L th.t-right {
	/* 文字右 */
	text-align: right;
}

table.table-L th.t-center,
table.table-L th.t-center {
	/* 文字中 */
	text-align: center;
}

table.table-L th.nw,
table.table-L th.nw {
	/* 折り返し無し */
	white-space: nowrap;
}

table.table-L th.bn,
table.table-L td.bn {
	/* ボーター無し */
	border: none;
}

table.table-L tr:nth-child(odd) {
	/* 奇数行着色 */
	background: #fdfcf5;
}

/* テーブル線有り */
#column2-r .waku10 {
	width: auto;
	margin: 1.0em 0;
	border: 1px #999999 solid;
}

#column2-r .waku10 tr {
	border: 1px #999999 solid;
}

#column2-r .waku10 th {
	border: 1px #999999 solid;
	line-height: 1.7;
	padding: 5px 3px;
}

#column2-r .waku10 td {
	border: 1px #999999 solid;
	line-height: 1.7;
	padding: 5px 3px;
}

#column2-r .waku10 .t-top {
	vertical-align: top;
}

#column2-r .waku10 .t-middle {
	vertical-align: middle;
}

#column2-r .t-top td {
	vertical-align: top;
}

#column2-r .t-middle td {
	vertical-align: middle;
}

#column2-r .t-top th {
	vertical-align: top;
}

#column2-r .t-middle th {
	vertical-align: middle;
}

.bg-gray {
	background: #eee;
}

.bg-gray th {
	background: #eee;
}

.bg-gray td {
	background: #eee;
}

/* テーブル線無し */
#column2-r .waku11 {
	width: auto;
	margin: 1.0em 0;
}

#column2-r .waku11 th {
	line-height: 1.7;
	padding: 5px 3px;
}

#column2-r .waku11 td {
	line-height: 1.7;
	padding: 5px 3px;
}

#column2-r .waku11 .t-top {
	vertical-align: top;
}

#column2-r .waku11 .t-middle {
	vertical-align: middle;
}

/*======================================
　* モーダルウィンドウ（colorbox）
=======================================*/

#cboxLoadedContent {
	background: #fff;
}

/*======================================
　* アイコンリンク
=======================================*/

a.ic-link {
	/* アイコンリンク */
	display: block;
	float: left;
	position: relative;
	z-index: 1;
	margin-right: 10px;
	margin-bottom: 1em;
	background: #fff;
	line-height: 1.3;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
}

a.ic-link:link,
a.ic-link:visited {
	border: #ccc solid 1px;
}

a.ic-link:hover {
	border: #aaa solid 1px;
	background: #f9f9f9;
}

a.ic-link:active {
	border: #fcc solid 1px;
	background: #fee;
}

a.ic-title {
	/* title要素の文字を下に入れる */
	margin-bottom: 2em;
}

a.ic-title:before {
	content: attr(title);
	position: absolute;
	top: 105px;
	left: 0;
	padding-top: 0.2ex;
	padding-left: 1.3em;
	z-index: 2;
	font-size: 93%;
	font-family: monospace;
	background: url(../../images25/arrow-right.png) no-repeat 0 1px;
}

a.ic-gaibu:after {
	/* 外部マーク */
	content: url(../../images25/ic-gaibu.png);
	position: absolute;
	top: 5px;
	right: 5px;
	z-index: 2;
}

.clear {
	clear: both;
}

.img-rounded {
	border-radius: 5px;
}

a:hover img.on {
	cursor: pointer;
	opacity: 0.6;
	transition: opacity 0.4s ease-out 0s;
}

.t-normal {
	font-weight: normal;
}

/* スマホ（479px以下） */
@media screen and (max-width: 615px) {
	.displaynone-sp {
		display: none !important;
	}
}

/*
#header {
	padding-bottom: 15px;
	background: #fff;
	padding-top: 20px;
}
*/

a:focus {
	outline: none;
}

/*======================================
　* 動画（iframe「YouTube」）
=======================================*/
.iframe-video {
	display: block;
	position: relative;
	max-width: 100%;
	margin-bottom: 5px;
}

.iframe-video-in {
	padding-top: 56.25%;
}

.iframe-video iframe {
	width: 100% !important;
	height: 100% !important;
	position: absolute;
	top: 0px;
	bottom: 0px;
	right: 0px;
	left: 0px;
}
