@charset "utf-8";

/*全体設定
---------------------------------------------------------------------------*/
body {
	background-color: #FFF;
	background-image: none;
	font-size: 12px;
}

/*コンテナー設定
---------------------------------------------------------------------------*/
#container {
	width: 100%;
}

#container h1 {
	display: none;
}

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

header #logo {
	position: absolute;
	left: 10px;
	top: 20px;
}
header #logo img {
	width: 60%;
	height: auto;
}

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

#main, #sub {
	float: none;
	width: auto;
	margin-bottom: 0;
}
#main {
	box-shadow: none;
	border: none;
}

#main h2 {
	padding: 4px 10px;
}

#main h3 {
	padding: 2px 10px 2px 20px;
}
#main p {
	padding: 0.5em 15px 1em;
}
#sub {
	box-shadow: none;
	border: none;
}

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

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

.sm{
	display: block;
}

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