﻿@charset "UTF-8";

@-ms-viewport {width: device-width;}

body {
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 50px;
	font-family: 'メイリオ',
     'Hiragino Kaku Gothic Pro', sans-serif;
}
     
/* ヘッダー */
.header {padding-bottom: 5px;
	background-color: #FFFFFF;
	text-align: center;
}
.header a {color: #000; 
	text-decoration: none;
}
.header img {max-width: 100%;
	border: none;
	width:100px;
}
.header p {margin-top: 8px 0 0 0;
	font-size: 12px;
	line-height: 1;
}
.header #catch {font-size: 13px;
}

.header .logo {margin: 0 0 0 0;
	font-size: 12px;
	line-height: 1;
}

/* 記事部分 */
.entry {padding: 5px;
	background-color: #FFFFFF;
	margin: 0 0 50px 0;
}
.entry img {max-width: 100%;
	height: auto;
	margin: 0 0 15px 0;
	vertical-align: bottom;
}
.entry h1 {margin: 0 0 20px 0;
	font-size: 24px;
	line-height: 1.0;
}
.entry p {margin: 0 0 20px 0;
	font-size: 14px;
	line-height: 1.4;
}
.entry :last-child {margin-bottom: 0}

/* ナビゲーションメニュー */
.menu {padding: 10px;
	background-color: #888888;
}
.menu ul {
	padding: 0;
	margin: 0;
	font-size: 14px;
	font-weight:bold;
	line-height: 1.4;
	list-style-position: inside;
	list-style: none;
}

.menu li a {display: block;
	color: #000;
	text-decoration: none;	
}
.menu li a:hover {background-color: #eee;
}
.menu li {float: left;		
}
.menu ul:after,
.menu ol:after {content: "";
	display: block;
	clear: both;
}
.menu ul,
.menu ol {*zoom: 1;		
}

/* 横並びのナビゲーションメニューリンクを区切る罫線 */
.menu li a {padding: 5px 15px;
}
.menu li+li a {border-left: solid 1px #aaa;
}

/* TOPページの画像の回り込み */
.entry #greeting img {float: left;
						max-width: 30%;
						height: auto;
						margin: 0 20px 10px 0;
						vertical-align: bottom;
}



.entry:after {content: "";
				display: block;
				height: auto;
				clear: both;
}

.entry {*zoom: 1;}


/* メニューページの見出しの罫線 */
.entry dl dt {
	padding: 5px 0 5px 12px;
	border-bottom: solid 1px #888;
	border-left: solid 10px #BC0311;
	margin-bottom: 5px;
	font-weight: bold;
}

/* フッター */
.footer {padding: 20px;
	background-color: #888888;
	text-align: center;
}
.footer p {margin: 0 0 3px 0;
	font-size: 12px;
	line-height: 1.4;
}
.footer a {color: #666;
	text-decoration: none;
}



/* ライブスケジュールページの画像の回り込み */
.entry .live_detail {clear: left;
						margin: 0 0 50px 0;
}


.entry .live_detail img {float: left;
						max-width: 30%;
						height: auto;
						margin: 0 20px 10px 0;
						vertical-align: bottom;
}

.entry:after {content: "";
				display: block;
				height: auto;
				clear: both;
}

.entry {*zoom: 1;}


/* ライブページの時間見出しの罫線 */
.live_detail time {
	padding: 5px 0 5px 12px;
	border-bottom: solid 1px #888;
	border-left: solid 10px #BC0311;
	margin-bottom: 5px;
	font-weight: bold;
	line-height: 2.0;
}

/* ライブページのYoutube埋め込み可変 */
.video {
	position: relative;
	height: 0;
	padding: 30px 0 56.25%;
	overflow: hidden;
}
.video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* TOPページFacebookの横幅可変 */
#fb_box iframe{width: 100%!important; 
	 					margin-bottom: 50px;
						margin-left:5px;
}

/* 文字の装飾 */
.red {
	color: #AF200C;
}
.bol { font-weight:bold;
}
.entry .month {
	font-weight: bold;
	padding-top: 20px;
}
.come_on {
	background-color: #BC0311;
	padding: 5px;
	color: #FFF;
	margin-top: 20px;
	font-weight: bold;
	clear: left;
}
.live_detail {
	padding-top: 50px;
}
