@charset "utf-8";



h2 {	/* タイトルバナー */
	margin: 0;
	padding: 0;
}
#demo {
	border-left: 3em solid #CCFFCC;	/* タイトルバナーの左側の色 */
}
#movie {
	border-left: 3em solid #FFCC99;
}
#song {
	border-left: 3em solid #99CCFF;
}
#banner_campaign {
	border-left: 3em solid #FFFF99;
}
#twitter_parts {
	border-left: 3em solid #CCCCFF;
}



/* 鯖リスト
----------------------------- */
table {
	margin-top: 2em;
}
table a {
	color: #8e6e4f;
}

tr td:first-child:before {
	content: "■";
}


/*youtube埋め込みレスポンシブ化
----------------------------- */
.YoutubeWrapper{
	position: relative ;
	margin-top: 1.2em ;
	margin-bottom: 1.2em ;
	padding-top: 69px ;
	padding-bottom: 50% ;
	overflow: hidden ;
}

.YoutubeWrapper iframe {
	position: absolute ;
	top: 0 ;
	left: 0 ;
	height: 100% ;
	width: 100% ;
}



/* バナーキャンペーンパーツのとこ
----------------------------- */
#banner_campaign img {	/* バナー画像センタリング */
	margin: 1em auto 0;
}
#banner_campaign h2 img {	/* タイトルバナーは別 */
	margin: 0;
}


pre {
	overflow: auto;
}
#bn600x120 pre {
	width: 600px;
	height: 120px;
	margin: 0 auto 1em;
}
#bn400x80 pre {
	width: 400px;
	height: 80px;
	margin: 0 auto 1em;
}
#bn200x40 pre {
	width: 200px;
	height: 40px;
	margin: 0 auto 1em;
}
#bn200x200 pre {
	width: 200px;
	height: 100px;
	margin: 0 auto 1em;
}

#bn200x40 {
	text-align: center;
	display: block;
}
#bn200x200 {
	text-align: center;
	display: block;
}

.bn_set {
	display: inline-block;
	margin: 0.2em;
}




/* twitterパーツのとこ
----------------------------- */
#twitter_parts {
	text-align: center;
}
#twitter_parts img {
	border: 1px solid #888;
	margin: 0.3em 0;
	opacity: 1;
	-moz-transition: all .2s ease-out;
	-webkit-transition: all .2s ease-out;
	-ms-transition: all .2s ease-out;
	transition: all .2s ease-out;
}
#twitter_parts img:hover {
	opacity: 0.8;
}
#twitter_parts h2 img:hover {
	opacity: 1;
}

#twitter_parts h2 img {
	border: 0 solid #888;
	margin: 0;
}



