@charset "UTF-8";
/* CSS Document */

/* --------------------------------------------------

	PCサイズ用 CSS

-------------------------------------------------- */
#wrapper {
	width: 950px;
	margin: 0px auto;
	position: relative;
}

.pcNone {
	display: none;
}


/* --------------------------------------------------
	header
-------------------------------------------------- */
#header {
	position: relative;
	margin-bottom: 40px;
}
#header .siteTitle {
	padding: 30px 0px 15px;
}
#header .siteTitle img {
	width: 211px;
}

#header .naviSwtOpen {
	display: none;
}

/* --------------------------------------------------
	globalNavi
-------------------------------------------------- */
#globalNavi {
	margin-top: 30px;
}

#globalNavi .naviSwtClose {
	display: none;
}

#globalNavi .pageNavi {
	overflow: hidden;
	zoom: 1;
}
#globalNavi .pageNavi li {
	float: left;
	width: 150px;
	height: 64px;
	text-align: center;
	overflow: hidden;
}
#globalNavi .pageNavi li.gnavi04,
#globalNavi .pageNavi li.gnavi05 {
	width: 175px;
}
#globalNavi .pageNavi li a {
	height: 64px;
	display: block;
	text-indent: -9999px;
	background-image: url(../img/bg_globalnavi.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#globalNavi .pageNavi li.gnavi01 a {
	background-position: 0px 0px;
}
#globalNavi .pageNavi li.gnavi02 a {
	background-position: -150px 0px;
}
#globalNavi .pageNavi li.gnavi03 a {
	background-position: -300px 0px;
}
#globalNavi .pageNavi li.gnavi04 a {
	background-position: -450px 0px;
}
#globalNavi .pageNavi li.gnavi05 a {
	background-position: -625px 0px;
}
#globalNavi .pageNavi li.gnavi06 a {
	background-position: -800px 0px;
}

#globalNavi .pageNavi li.gnavi01 a:hover,
#globalNavi .pageNavi li.gnavi01.current a {
	background-position: 0px -64px;
}
#globalNavi .pageNavi li.gnavi02 a:hover,
#globalNavi .pageNavi li.gnavi02.current a {
	background-position: -150px -64px;
}
#globalNavi .pageNavi li.gnavi03 a:hover,
#globalNavi .pageNavi li.gnavi03.current a {
	background-position: -300px -64px;
}
#globalNavi .pageNavi li.gnavi04 a:hover,
#globalNavi .pageNavi li.gnavi04.current a {
	background-position: -450px -64px;
}
#globalNavi .pageNavi li.gnavi05 a:hover,
#globalNavi .pageNavi li.gnavi05.current a {
	background-position: -625px -64px;
}
#globalNavi .pageNavi li.gnavi06 a:hover,
#globalNavi .pageNavi li.gnavi06.current a {
	background-position: -800px -64px;
}

#globalNavi .btnEnd {
	display: block;
	position: absolute;
	top: 30px;
	right: 0px;
	width: 100px;
	font-size: 16px;
	line-height: 40px;
}

/* --------------------------------------------------
	searchBlock
-------------------------------------------------- */
#globalNavi .searchBlock {
	position: absolute;
	top: 30px;
	right: 110px;
}
.searchBlock {
	width: 245px;
}

.searchBlock .searchInput {
	margin-bottom: 8px;
	position: relative;
}

.searchBlock .search01 {
	width: 205px;
	height: 40px;
	padding: 10px 3px;
}
.searchBlock .searchTxt {
	height: 18px;
	line-height: 18px;
	padding: 0px;
	vertical-align: middle;
}
.searchBlock .search02 {
	width: 40px;
	height: 40px;
	margin-left: 205px;
}
.searchBlock .searchSubmit {
	display: block;
	width: 38px;
	height: 38px;
	cursor: pointer;
}
.searchBlock .searchIcon {
	display: block;
	position: absolute;
	top: 1px;
	right: 1px;
	width: 38px;
	height: 38px;
	background-image: url(../img/icon_search.png);
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
}

/* --------------------------------------------------
	footer
-------------------------------------------------- */
#footer {
	margin-top: 20px;
	padding: 20px 0px 30px;
}

#footer .copyRight {
	font-size: 12px;
}

/* --------------------------------------------------

	contents

-------------------------------------------------- */
/* --------------------------------------------------
	section
-------------------------------------------------- */
.section01 {
	margin-bottom: 70px;	
}

.section02 {
	margin-bottom: 50px;
	padding-bottom: 50px;
	border-bottom: 1px solid #D2D2D2;
}
.section02.noLine {
	border-bottom: none;
	padding-bottom: 0px;
}

.section02 .txt02 {
	padding-left: 18px;
	margin-bottom: 30px;
}
.section02 .txt03 {
	padding-left: 18px;
	margin-bottom: 30px;
	font-size: 16px;
}

/* --------------------------------------------------
	btn
-------------------------------------------------- */
.btn:hover {
	text-decoration: none;
}
.btn01:hover,
.btn02:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
}

.btn01 {
}

.btn02 {
	width: 570px;
	margin: 0px auto;
	padding: 20px 0px;
	font-size: 18px;
}
.btn02:after {
	background-image: url(../img/arrow_btn02.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 19px;
	height: 30px;
	margin-top: -15px;
	right: 20px;
}
.btn02 span {
	font-size: 27px;
}

.btn03 {
	width: 190px;
	margin: 0px auto;
	line-height: 50px;
}
.btn03 span {
	background-image: url(../img/arrow_btn03.png);
	padding-right: 20px;
}

.btn03:hover {
	background-color: #525252;
	color: #fff;
}
.btn03:hover span {
	background-image: url(../img/arrow_btn03_hover.png);
	padding-right: 20px;
}

.btn04 {
	font-size: 22px;
}
.btn04 span {
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 30px;
	line-height: 50px;
}
a.btn04 span {
	background-image: url(../img/icon_test.png);
}
p.btn04 span {
	background-image:url(../img/icon_test_off.png);
}
a.btn04:hover {
	background-color: #D50000;
	color: #fff;
}
a.btn04:hover span {
	background-image: url(../img/icon_test_hover.png);
}



/* --------------------------------------------------
	title
-------------------------------------------------- */
.title01 {
	font-size: 20px;
	margin-bottom: 15px;
}

.title02 {
	font-size: 20px;
	height: 61px;
	line-height: 60px;
	background-image: url(../img/bar_title01.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 25px;
	margin-bottom: 30px;
}

.title03 {
	font-size: 16px;
	line-height: 40px;
	padding: 0px 10px 0px 40px;
	background-repeat: no-repeat;
	background-position: 15px center;
}
.title03.dowmLoad {
	background-image: url(../img/icon_download.png);
}
.title03.keyword {
	background-image: url(../img/icon_keyword.png);
}

.title04 {
	font-size: 32px;
	margin-bottom: 20px;
}

.title05 {
	font-size: 20px;
	margin-bottom: 30px;
	padding-left: 15px;
}
.title06 {
	font-size: 22px;
	margin-bottom: 30px;
	padding-left: 15px;
}


/* --------------------------------------------------
	itemBlock01
-------------------------------------------------- */
#contents .itemBlock01 {
	overflow: hidden;
	zoom: 1;
}

#contents .itemBlock01 .item {
	float: left;
	width: 221px;
	margin-left: 22px;
	margin-bottom: 30px;
}
#contents .itemBlock01 .item:first-child,
#contents .itemBlock01 .item:nth-child(4n+1) {
	margin-left: 0px;
	clear: both;
}
#contents .itemBlock01 .item a {
}
#contents .itemBlock01 .item a:hover .title {
	text-decoration: none;
}
#contents .itemBlock01 .thum img {
	width: 100%;
}
#contents .itemBlock01 .movieInfo {
}

/* --------------------------------------------------
	linkBlock01
-------------------------------------------------- */
.linkBlock01 {
	padding: 20px 25px;
}
.linkBlock01 li {
	font-size: 18px;
}

/* --------------------------------------------------
	linkBlock02
-------------------------------------------------- */
.linkBlock02 {
	padding: 20px;
}
.linkBlock02 li {
	margin-bottom: 10px;
}
.linkBlock02 li:last-child {
	margin-bottom: 0px;
}
.linkBlock02 li a {
	display: block;
	background-image: url(../img/arrow_01.png);
	background-repeat: no-repeat;
	background-position: left 7px;
	padding-left: 20px;
}

/* --------------------------------------------------
	anchorLink01
-------------------------------------------------- */
.anchorLink01 {
	margin-bottom: 40px;
}
.anchorLink01 li {
	width: 230px;
	margin-left: 10px;
	margin-bottom: 10px;
}
.anchorLink01 li:first-child,
.anchorLink01 li:nth-child(4n+1) {
	clear: both;
	margin-left: 0px;
}
.anchorLink01 li a {
	line-height: 40px;
	padding-left: 15px;
	font-size: 16px;
}
.anchorLink01 li a:after {
	content: "";
	background-image: url(../img/arrow_anchor.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 13px;
	height: 8px;
	right: 15px;
	margin-top: -4px;
}

/* --------------------------------------------------
	contents
-------------------------------------------------- */
#contents .mainContent {
	overflow: hidden;
	zoom: 1;
	margin-bottom: 60px;
}

#contents .main {
	width: 620px;
	float: left;
}

/* --------------------------------------------------
	player
-------------------------------------------------- */
#contents .playerWrapper {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	margin-bottom: 30px;
}

#contents .main #player {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.playerInfo {
}

/* --------------------------------------------------
	enquete
-------------------------------------------------- */
#contents .enqBox01,
#contents .testBox01 {
	margin: 0px 135px;
	padding: 40px;
}

#contents .enqBox01 dd,
#contents .testBox01 dd {
	margin-left: 35px;
	margin-bottom: 20px;
	font-size: 18px;
}
#contents .testBox01 dd {
	font-size: 20px;
}

#contents .enqBox01 select,
#contents .testBox01 select {
	background-image: url(../img/arrow_select.png);
	background-repeat: no-repeat;
	background-position: 98.5% center;
	padding: 5px 25px 5px 5px;
	font-size: 18px;
}

#contents .enqBox01 input[type="text"] {
	line-height: 34px;
	height: 34px;
}
#contents .enqBox01 textarea {
	height: 10em;
}

#contents .btnSubmit {
	width: 280px;
	margin: 0px auto 120px;
	font-size: 28px;
	line-height: 66px;
}
#contents .btnSubmit span {
	background-image: url(../img/arrow_submit.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}

#contents .testItem01 {
	margin-bottom: 40px;
}
#contents .testItem01 .txtBox01,
#contents .testItem01 .txtBox02 {
	line-height: 37px;
}
#contents .testItem01 .txtBox01 {
	font-size: 18px;
	padding: 0px 8px;
}
#contents .testItem01 .txtBox02 {
	font-size: 16px;
	padding: 0px 15px;
}

#contents .answerBox01 {
	margin-bottom: 45px;
	margin-top: 60px;
}
#contents .answerBox01 img {
	width: 280px;
	height: auto;
}

#contents .answerBox02 {
	overflow: hidden;
	margin: 0px 75px;
	padding: 40px;
}
#contents .answerBox02 .answerIcon {
	float: left;
}
#contents .answerBox02 .answerIcon img {
	width: 142px;
	height: auto;
}
#contents .answerBox02 .answerTxt {
	margin-left: 170px;
}

#contents .confirmTxt {
	font-size: 20px;
	margin-bottom: 40px;
}

/* --------------------------------------------------
	side
-------------------------------------------------- */
#contents .side {
	width: 300px;
	float: right;
}
#contents .sideBox01 {
	margin-bottom: 20px;
}
#contents .sideBox01 .linkBlock01 {
	border: none;
	padding: 10px 20px;
}
#contents .sideBox01 .linkBlock01 li {
	font-size: 14px;
}

#contents .exemption {
	font-size: 12px;
	margin-bottom: 50px;
}

/* --------------------------------------------------
	pageTop
-------------------------------------------------- */
#contents .pageTop {
	margin-top: 60px;
}
#contents .pageTop a {
	background-image: url(../img/icon_pagetop.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
}


/* --------------------------------------------------

	top

-------------------------------------------------- */
#contents .topContent {
	margin-bottom: 40px;
}
#contents .topContent .item {
	float: left;
	width: 460px;
	margin-left: 30px;
}
#contents .topContent .item:nth-child(2n+1) {
	margin-left: 0px;
}

/* --------------------------------------------------
	search
-------------------------------------------------- */
#contents .searchBlock {
	margin-bottom: 10px;
}
#contents .searchResult {
	font-size: 16px;
	position: absolute;
	right: 0px;
	bottom: 0px;
}

/* --------------------------------------------------
	404 error
-------------------------------------------------- */
.txtBox01 p {
	margin-bottom: 40px;
}