@charset "UTF-8";
/* CSS Document */

/* --------------------------------------------------

	Basic CSS

-------------------------------------------------- */

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #383838;
	font-size: 14px;
}

a {
	text-decoration: underline;
	color: #383838;
}
a:hover {
	text-decoration: none;
}

#wrapper {
	position: relative;
}


/* --------------------------------------------------
	display: none;
-------------------------------------------------- */
#side,
#continuousVideos,
#relatedVideos {
	display: none;
}


/* --------------------------------------------------
	header
-------------------------------------------------- */
#header {
	position: relative;
}
#header .siteTitle {
}
#header .siteTitle img {
	height: auto;
}

/* --------------------------------------------------
	globalNavi
-------------------------------------------------- */
/*#globalNavi .pageNavi {
	display: none;
}*/

#globalNavi .btnEnd {
	display: block;
}

/* --------------------------------------------------
	searchBlock
-------------------------------------------------- */
.searchBlock {
	position: relative;
}
.searchBlock .searchInput {
	overflow: hidden;
	zoom: 1;
}
.searchBlock .search01 {
	float: left;
	border: 1px solid #ABABAB;
	-webkit-border-radius: 4px 0 0 4px;
	-moz-border-radius: 4px 0 0 4px;
	-ms-border-radius: 4px 0 0 4px;
	border-radius: 4px 0 0 4px;
}
.searchBlock .searchTxt {
	width: 100%;
}
.searchBlock .search02 {
	border: 1px solid #565656;
	-webkit-border-radius: 0 4px 4px 0;
	-moz-border-radius: 0 4px 4px 0;
	-ms-border-radius: 0 4px 4px 0;
	border-radius: 0 4px 4px 0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#6a6a6a+0,3b3b3b+100 */
	background: #6a6a6a; /* Old browsers */
	background: -moz-linear-gradient(top,  #6a6a6a 0%, #3b3b3b 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #6a6a6a 0%,#3b3b3b 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #6a6a6a 0%,#3b3b3b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6a6a6a', endColorstr='#3b3b3b',GradientType=0 ); /* IE6-9 */
}
.searchBlock .searchSubmit {
}

.searchBlock ul {
}
.searchBlock ul:after {
	content: "";
	clear: both;
	display: block;
}
.searchBlock ul li {
	float: left;
	margin-right: 30px;
}
.searchBlock ul li label {
	padding-left: 5px;
}

/* --------------------------------------------------
	footer
-------------------------------------------------- */
#footer {
	text-align: center;
	border-top: 1px solid #D2D2D2;
}

/* --------------------------------------------------

	contents

-------------------------------------------------- */
#contents .exemption ul {
	margin-bottom: 20px;
}
#contents .exemption ul li {
	text-indent: -1em;
	padding-left: 1em;
}

/* --------------------------------------------------
	btn
-------------------------------------------------- */
.btn {
	display: block;
	text-align: center;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	border-radius: 6px;
	text-decoration: none;
}

.btn01 {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#919191+0,7b7b7b+100 */
	background: #919191; /* Old browsers */
	background: -moz-linear-gradient(top,  #919191 0%, #7b7b7b 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #919191 0%,#7b7b7b 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #919191 0%,#7b7b7b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#919191', endColorstr='#7b7b7b',GradientType=0 ); /* IE6-9 */
	color: #fff;
	font-weight: bold;
}

.btn02 {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff4050+0,e00012+100 */
	background: #ff4050; /* Old browsers */
	background: -moz-linear-gradient(top,  #ff4050 0%, #e00012 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #ff4050 0%,#e00012 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #ff4050 0%,#e00012 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff4050', endColorstr='#e00012',GradientType=0 ); /* IE6-9 */
	color: #fff;
	font-weight: bold;
	border: 1px solid #DF091A;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4),
              inset 1px 0 0 rgba(255, 255, 255, 0.3),
              inset -1px 0 0 rgba(255, 255, 255, 0.3),
              inset 0 -1px 0 rgba(255, 255, 255, 0.2);
	text-shadow: -1px 0 0 #4c0000;
	position: relative;
}
.btn02:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
}

.btn03 {
	border: 1px solid #525252;
}
.btn03 span {
	background-repeat: no-repeat;
	background-position: right center;
}

a.btn04 {
	border: 3px solid #D50000;
	color: #D50000;
}
p.btn04 {
	background-color: #EDEDED;
	color: #A5A5A5;
}

/* --------------------------------------------------
	title
-------------------------------------------------- */
.title01,
.title02,
.title04,
.title05,
.title06 {
	font-weight: bold;
}

.title03 {
	font-weight: bold;
	background-color: #ECECEC;
	border-bottom: 1px solid #D2D2D2;
}

.title05,
.title06 {
	border-left: 3px solid #4300B2;
}

/* --------------------------------------------------
	player
-------------------------------------------------- */
#contents .main #player {
}

/* --------------------------------------------------
	itemBlock01
-------------------------------------------------- */
#contents .itemBlock01 .item a {
	display: block;
	overflow: hidden;
	zoom: 1;
	text-decoration: none;
}
#contents .itemBlock01 .thum {
	margin-bottom: 10px;
}
#contents .itemBlock01 .thum img {
	display: block;
	height: auto;
}
#contents .itemBlock01 .item.noLink .thum img {
	background-color: #000;
	opacity: 0.8;
	filter: alpha(opacity=80);
}

#contents .itemBlock01 .movieInfo {
}
#contents .itemBlock01 .title {
	font-weight: bold;
	margin-bottom: 5px;
	text-decoration: underline;
}
#contents .itemBlock01 .item.noLink .title {
	text-decoration: none;
	color: #adadad;
}

#contents .itemBlock01 .duration {
	color: #8c8c8c;
}
#contents .itemBlock01 .item.noLink .duration {
	color: #adadad;
}


/* --------------------------------------------------
	linkBlock01
-------------------------------------------------- */
.linkBlock01 {
	border: 1px solid #B2B2B2;
	overflow: hidden;
}
.linkBlock01 li {
	float: left;
	margin-right: 1em;
	line-height: 2;
}

/* --------------------------------------------------
	linkBlock02
-------------------------------------------------- */
.linkBlock02 {
}
.linkBlock02 li a {
	display: block;
}

/* --------------------------------------------------
	anchorLink01
-------------------------------------------------- */
.anchorLink01 {
	overflow: hidden;
	zoom: 1;
}
.anchorLink01 li {
	float: left;
}
.anchorLink01 li a {
	font-weight: bold;
	text-decoration: none;
	position: relative;
	display: block;
	border: 1px solid #C8C8C8;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,eaeaea+100 */
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #eaeaea 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#eaeaea 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #ffffff 0%,#eaeaea 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeaea',GradientType=0 ); /* IE6-9 */
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2),
              inset 1px 0 0 rgba(255, 255, 255, 0.3),
              inset -1px 0 0 rgba(255, 255, 255, 0.3),
              inset 0 -1px 0 rgba(255, 255, 255, 0.4);
}
.anchorLink01 li a:after {
	position: absolute;
	top: 50%;
}

/* --------------------------------------------------
	enquete
-------------------------------------------------- */
#contents .enqBox01 {
	background-color: #F8F8F8;
	border: 1px solid #D2D2D2;
}
#contents .enqBox01.selectBox,
#contents .testBox01.selectBox {
	text-align: center;
}

#contents .testBox01,
#contents .answerBox02 {
	background-color: #F8F8F8;
	border: 3px solid #D2D2D2;
}

#contents .enqBox01 dl,
#contents .testBox01 dl {
}
#contents .enqBox01 dl:after,
#contents .testBox01 dl:after {
	content: "";
	clear: both;
	display: block;
}

#contents .enqBox01 dt,
#contents .testBox01 dt {
	float: left;
	clear: both;
}

#contents .testBox01 dd {
	font-weight: bold;
}

#contents .enqBox01 input[type="radio"],
#contents .enqBox01 input[type="checkbox"] {
	position: relative;
	top: 4px;
}

#contents .enqBox01 select,
#contents .testBox01 select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #D2D2D2;
	border-radius: 0px;
	background-color: #fff;
	max-width: 100%;
}
#contents .enqBox01 select::-ms-expand,
#contents .testBox01 select::-ms-expand {
	display: none;
}

#contents .enqBox01 input[type="text"],
#contents .enqBox01 textarea {
	background-color: #fff;
	width: 100%;
	border: 1px solid #C9C9C9;
	box-sizing: border-box;
}

#contents .btnSubmit {
	display: block;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	border: 1px solid #9F9F9F;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,dedede+100 */
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #dedede 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#dedede 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #ffffff 0%,#dedede 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dedede',GradientType=0 ); /* IE6-9 */
}

#contents .testItem01 {
	overflow: hidden;
	zoom: 1;
}
#contents .testItem01 .txtBox01 {
	float: left;
	background-color: #7C7C7C;
	color: #fff;
}
#contents .testItem01 .txtBox02 {
	background-color: #EDEDED;
	float: left;
}

#contents .answerBox01 {
	text-align: center;
}

#contents .confirmTxt {
	color: #D50000;
	text-align: center;
}

/* --------------------------------------------------
	side
-------------------------------------------------- */
#contents .sideBox01 {
	border: 1px solid #D2D2D2;
}

/* --------------------------------------------------
	pageTop
-------------------------------------------------- */
.pageTop {
	text-align: right;
}
.pageTop a {
	text-decoration: none;
}

/* --------------------------------------------------
	search
-------------------------------------------------- */
#contents .searchResult {
	text-align: right;
}

/* --------------------------------------------------
	404 error
-------------------------------------------------- */
.txtBox01 {
	text-align: center;
}