@charset "utf-8";

/*コンテナー設定
---------------------------------------------------------------------------*/
#container {
	width: auto;
	margin: 15px;
}
/*h1タグの設定*/
#container h1 {
	display: none;
}

/*ヘッダー設定
---------------------------------------------------------------------------*/
header {
	width: auto;
	background-size: 25%;
	border: none;
	border-bottom: 0px solid #FFF;
}

/*コンテンツ設定
---------------------------------------------------------------------------*/
#contents {
	width: auto;
}

#main, #sub {
	float: none;
	width: auto;
}

/*最近追加された動画表示設定
---------------------------------------------------------------------------*/
#re{
	padding: 0px;
	text-align: center;
}

/*広告の表示設定
---------------------------------------------------------------------------*/
.pc{
	display: none;
}

.sm{
	display: block;
}

/*その他
---------------------------------------------------------------------------*/
img.wa {
	width: 100%;
	height: auto;
}
/*<body class="s-n">指定の場合にsubブロックを表示させない設定*/
body.s-n #sub {
	display: none;
}
