@charset "shift_jis"; 

/********************
基本的なスタイル
********************/
.f40OrangeB {
	font-size:40px;
	color:#ff6600;
	font-weight:bold;
	line-height:1em;
	}

.f20GreenB {
	font-size:20px;
	color:#008200;
	font-weight:bold;
	line-height:1.4em;
	}
.f20BlackB {
	font-size:20px;
	color:#333;
	font-weight:bold;
	line-height:1.4em;
	}
.f20RedB {
	font-size:20px;
	color:#CC0000;
	font-weight:bold;
	line-height:1.4em;
	}
.f20WhiteB {
	font-size:20px;
	color:#ffffff;
	font-weight:bold;
	line-height:1.4em;
	}

.f15RedB {
	font-size:15px;
	color:#CC0000;
	font-weight:bold;
	line-height:1.4em;
	}
	
.f15Nomal {
	font-size:15px;
	line-height:1.4em;
	}

.subTitle {
	font-size:15px;
	color:#ffffff;
	font-weight:bold;
	line-height:1.4em;
	}

.f12White {
	color:#ffffff;
	}
	
.Red {
	color:#CC0000;
	line-height:1.4em;
	}
.Green{
	color:#008200;
	}
.f10White {
	font-size:13px;
	color:#FFF;
	}


/*******************
全体のマージン
*******************/
.margin {
	margin: 0px 0px 0px 9px;
}


/*******************
フッター
*******************/
.copyright {
	font-size: 10px; COLOR: #333333;
}

/*******************
スペーサー
*******************/
.mrgnB1 {margin-bottom:1px;}
.mrgnB3 {margin-bottom:3px;}
.mrgnB5 {margin-bottom:5px;}
.mrgnB10 {margin-bottom:10px;}
.mrgnB15 {margin-bottom:15px;}
.mrgnB20 {margin-bottom:20px;}
.mrgnB30 {margin-bottom:30px;}
.mrgnB40 {margin-bottom:40px;}
.mrgnB50 {margin-bottom:50px;}
.mrgnB70 {margin-bottom:70px;}
.mrgnB90 {margin-bottom:90px;}
.mrgnLeftBn {margin-bottom:130px;}


/*YouTube
*****************************************************/
.youtube{
	position:relative;
	padding-top:56.25%;
	}
.youtube iframe{
	position:absolute;
	top:0;
	left:0;
	width: 100% !important;
	height: 100% !important;
	}


/*******************
クリアフィックス
*******************/

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

