@charset "UTF-8";



/* ------------------------------------------

  top

------------------------------------------ */



/* topCont
----------------------------------------------------------- */
#topCont {
	}

#tCL {
	float: left;
	width: 700px;
	padding-bottom: 15px;
	}
	
	#tCL h2 {
		margin: 20px 0 2px 0;
		}
	
	#tCL dl {
		margin: 0px 15px;
		padding: 10px 5px;
		background: url(../../img/union/bar01.gif) no-repeat left bottom;
		}
		
		#tCL dl dt {
			float: left;
			width: 112px;
			clear: both;
			background: url(../../img/union/icon-orange.gif) no-repeat left 5px;
			padding-left: 16px;
			}
		
		#tCL dl dd {
			margin-left: 128px;
			}


			#tCLbox{
				height: 120px;
				overflow-y: scroll;
			}

#tCR {
	float: right;
	width: 262px;
	padding-top: 30px;
	}
	
	#tCR p a:link img,
	#tCR p a:visited img,
	#tCR p a:active img {
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		margin-bottom: 5px;
		}
	
	#tCR p a:hover img {
		filter:alpha(opacity=50);
		-webkit-opacity: 0.5;
		-moz-opacity: 0.5;
		-ms-opacity: 0.5;
		-o-opacity: 0.5;
		opacity: 0.5;
		margin-bottom: 5px;
		}

	#tCR p img {
		margin-bottom: 5px;
	}


/*ダウンロードボタン*/
.fileDL a{ 
	background-color: orange;
	color: #fff;
	padding: 20px 15px;
	text-align: center;
	font-size: 160%;
	font-weight: bold;
	font-family:"游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
	display: block;
	overflow: hidden;
	text-decoration: none;
}

.fileDL a:hover{
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}

@media screen and (max-width: 640px) {
	
	.fileDL a{
		font-size: 130%;
	}
	
}


/* sponsorBox
--------------------------------------------------------------------- */
#sponsorBox {
	/*margin: 0 auto;
	width: 940px;
	*/
	clear: both;
	text-align: left;
	}
	
	#sponsorBox h2 {
		margin-bottom: 10px;
		}
	#sponsorBox ul {
		/*padding-bottom: 10px;*/
		padding-bottom: 13px;
		}
	#sponsorBox ul li {
		float: left;
		height: 74px;
		
		margin-bottom: 8px;
		/*margin:0 20px 8px 0;*/
		}

#sponsorBox #morning li{
	height: 74px;
}
		
		#sponsorBox ul li a:link img,
		#sponsorBox ul li a:visited img,
		#sponsorBox ul li a:active img {
			margin-right: 9px;
			
			-webkit-transition: all 0.3s ease;
			-moz-transition: all 0.3s ease;
			-ms-transition: all 0.3s ease;
			-o-transition: all 0.3s ease;
			}
		
		#sponsorBox ul li a:hover img {
			filter:alpha(opacity=50);
			-webkit-opacity: 0.5;
			-moz-opacity: 0.5;
			-ms-opacity: 0.5;
			-o-opacity: 0.5;
			opacity: 0.5;
			}

/* メンテナンス
--------------------------------------------------------------------- */
#maintenance{
	margin: 20px 0 20px 0;
}
#maintenance_title{
	font-weight: bold;
	margin-bottom: 10px;
}
.maintenance_red{
	color: #C00;
}

@media screen and (max-width: 640px) {
	#tCL{
		width: 100% !important;
	}

	#tCLbox{
		height: 8em !important;
		margin: 0 0 30px 0;
	}

	#tCR{
		width: 80% !important;
		padding: 0 2%;
		margin: 0 auto;
	}

	#tCR .movieArea{
	  position:relative;
	  width:100%;
	  padding-top:56.25%;
	}
	#tCR .movieArea iframe{
	  position:absolute;
	  top:0;
	  right:0;
	  width:100%;
	  height: 100%;
	}

	#main-img{
		margin: 50px 0 15px 0 !important;
	}

	#tCL,
	#tCR{
		float: none;
	}

	#tCL h2{
		margin: 0 0 10px 0 !important;
	}

	#sponsorBox{
		margin: 15px 0 0 0;
	}

	#sponsorBox h2{
		width: 80%;
		margin: 0 0 0 1%;
	}

	#sponsorBox ul{
		margin: 0 0 0 2%;
	}

	#sponsorBox ul li{
		width: 47%;
		margin: 2% 2% 0 0;
	}

	.fbArea{
		margin-top: 10px;
	}	
	
	.fbArea{
		width: 100%;
	}

	.fbArea iframe{
		height: 265px;
	}
	
	
}

