@charset "UTF-8";
/* CSS Document */

/* --------------------------------------------------

	Basic CSS

-------------------------------------------------- */
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1;
	color: #444;
}
img {
	max-width: 100%;
	height: auto;
}
.inner {
	max-width: 740px;
	min-width: 320px;
	margin-right: auto;
	margin-left: auto;
}
#contents {
	line-height: 1.5;
}
#header {
	padding-top: 8px;
	padding-bottom: 8px;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #0075c2;
}
#contents .contentsHeader {
	background-color: #f5f5f5;
	padding-top: 25px;
	padding-bottom: 25px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #dcdcdc;
}
#contents .contentsHeader .title {
	font-size: 20px;
	font-weight: bold;
	line-height: 24px;
	color: #0075c2;
	margin-right: 10px;
	margin-left: 10px;
}
#contents .playerBox .player {
	height: 0px;
	position: relative;
	overflow: hidden;
	background-color: #333;
	padding-bottom: 56.25%;
}
#contents .playerBox .player iframe,
#contents .playerBox .player object,
#contents .playerBox .player video,
#contents .playerBox .player img {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}
#contents .playerBox {
	margin-top: 30px;
}
#contents .playerBox p {
	font-size: 12px;
	margin-top: 15px;
}
#contents .playerBox .movieInfo {
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 40px;
}
#contents .playerBox .lead {
	font-size: 16px;
	font-weight: bold;
	color: #0075c2;
	margin-top: 20px;
}
#contents .playerBox .description {
}
#contents .playerBox .freeText {
	text-indent: -1em;
	margin-left: 1em;
}
#contents .playerBox .subject {
	font-size: 16px;
	line-height: 40px;
	background-color: #e9e9e9;
	padding-left: 14px;
	border-left-width: 6px;
	border-left-style: solid;
	border-left-color: #0075c2;
	margin-top: 25px;
	
	font-weight:bold;
	
}
#contents .playerBox .noteBox p {
	margin-left: 10px;
}
#contents .playerBox .btnBox li {
	text-align: center;
	margin-bottom: 15px;
	padding-left: 10px;
	padding-right: 10px;
}
#footer {
	background-color: #d5d5d5;
	margin-top: 65px;
	padding-top: 20px;
	padding-bottom: 20px;
}
#footer .copyright {
	font-size: 10px;
	text-align: center;
}