


/* タイトル
=============================================*/
#title h1 {
	font-size:30pt;
	font-style:normal;
	font-family:'Bookman Old Style',sans-serif;
	text-align:center;
}


/* ポイント
=============================================*/
#point {
	margin:auto;
}

#point td {
	text-align:center;
	background-color:#FFBB00;
}


/* メイン
=============================================*/
#main h2.index {
	font-size:12pt;
	color:#ba344a;
	text-align:center;
	white-space:nowrap;
	margin:20px 0;
}


/* コンテンツ
=============================================*/
#content h3.line {
	border:solid 3px #ba344a;
	color:#ffffff;
	background-color:#ba344a;
	text-align:left;
	letter-spacing:0;
	margin:0;
	padding-left:10px;
}

#content h3.m_line {
	margin:0;
	padding:0 0 0 20px;
	border-bottom:solid 3px #ba344a;
	color:#FFFFFF;
	white-space:nowrap;
	background-color:#ba344a;
}

#content h4.index {
	font-size:10pt;
	color:#000000;
	text-align:left;
	white-space:normal;
	margin:20px 0;
	padding:0;
}

#content h4.m_index {
	margin-left:20px;
}

#content p.m_note {
	margin:20px;
}

#content span.m_img {
	margin:0 0 20px 10px;
	float:right;
	text-align:right;
}

#content th {
	background-color:#FDE5BC;
	font-weight:bold;
	vertical-align:middle;
	white-space:nowrap;
}

#content div.m_frame {
	width:546px;
	overflow:hidden;
	margin:0;
	padding:0;
	border-width:3px 2px 2px 2px;
	border-color:#ba344a;
	border-style:solid;
	background-color:#FFFFFF; 
}

/* YouTubeオーバーレイ
---------------------------------------------*/

.iframe-content {
	position: relative;
	width: 100%;
	max-width:770px;
	margin: 0 auto;
	padding: 75% 0 0 0;
	text-align: center;
}

.iframe-content_w {
	position: relative;
	width: 100%;
	max-width:770px;
	margin: 0 auto;
	padding: 56.25% 0 0 0;
	text-align: center;
}

.iframe-content iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	max-height:578px;
}

.iframe-content_w iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	max-height:433px;
}

.overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: none;
	z-index: 200;
	background: rgba(0,0,0,0.7);
}

.overlay:target {
	display: table;
}

.overlay .close {
	display:block;
	text-align: center;
	margin-top: 10%;
	margin-bottom: 10px;
}

.overlay .curled-box {
	display: inline-block;
	line-height: 1em;
	margin-right: 10px;
	margin-bottom: 5px;
	background: #999;
	border-radius: 50%;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	color: #fff;
	padding: 0.5em;
	font-size: 120%;
	font-weight: bold;
}

.overlay .curled-box:hover {
	background: #111;
}

.overlay .curled-box-none {
	display: inline-block;
	line-height: 1em;
	margin-right: 10px;
	margin-bottom: 5px;
	background: #111;
	border-radius: 50%;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	color: #fff;
	padding: 0.5em;
	font-size: 120%;
	font-weight: bold;
}


/* タブ　YouTube案内
---------------------------------------------*/

ul.tab {
	margin: 0;
	padding: 0;
	border-bottom: 2px #ddd solid;
}

ul.tab li {
	float: left;
	margin: 0 0 0 5px;
	position: relative;
	bottom: -7px;
	list-style-type: none;
	border: 1px #ddd solid;
	border-top: none;
	border-bottom: 2px #ddd solid;
}

ul.tab li.none {
	border-bottom: 2px #fff solid;
	font-size: 12pt;
	font-weight: bold;
}

ul.tab li a {
	color: #000;
	display: block;
	padding: 3px 10px 5px;
	text-decoration: none;
	background: #fff;
}

ul.tab li a.snap {
	border-top: 5px #0099D9 solid;
}

ul.tab li a.snap-small {
	border-top: 5px #F0E68C solid;
}

ul.tab li a.link {	
	border-top: 5px #aaa solid;
}

ul.tab li a:hover {
	position: relative;
	bottom: 6px;
}

/* clerfix */
	.clear:after {
	content:"";
	display:block;
	overflow:hidden;
}

.clear:after {
	clear:left;
}

.clear {
	zoom:1;
}