@charset "UTF-8";
/* CSS Document */

/* --------------------------------------------------

	SPサイズ用 CSS

-------------------------------------------------- */
html {
	overflow-y: scroll;
}

body {
	-webkit-text-size-adjust: 100%;
	width: 100%;
	overflow-x: hidden;
	position:relative;
}

#wrapper {
	width: 100%;
	overflow-x: hidden;
	position: relative;
}
.hiddenSpItem {
	display: none;
}

input[type="radio"] {
	top: 0px;
}
.spNone {
	display: none;
}


/* --------------------------------------------------
	header
-------------------------------------------------- */
#header {
	border-bottom: 1px solid #D2D2D2;
}
#header .siteTitle {
	padding: 15px 15px 0px;
}
#header .siteTitle img {
	width: 145px;
}

#header .naviSwtOpen {
	position: absolute;
	top: 15px;
	right: 15px;
	width: 26px;
	height: 22px;
	background-image: url(../img/icon_global_navi.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 26px 22px;
	cursor: pointer;
}

/* --------------------------------------------------
	globalNavi
-------------------------------------------------- */
#globalNavi {
	width: 235px;
	position: fixed;
	z-index: 999;
	top: 0px;
	right: -235px;
	background-color: #ECECEC;
	height: 100%;
	-webkit-transition: all .5s ease;
  transition: all .5s ease;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}
#globalNavi.open {
	right: 0px;
}

#globalNavi .naviSwtClose {
	text-align: center;
	background-color: #CFCFCF;
	line-height: 40px;
	border-bottom: 1px solid #fff;
}
#globalNavi .naviSwtClose span {
	background-image: url(../img/icon_btn_close.png);
	background-repeat: no-repeat;
	background-position: left center;
	-webkit-background-size: 12px auto;
	-moz-background-size: 12px auto;
	-ms-background-size: 12px auto;
	background-size: 12px auto;
	padding-left: 20px;
}

#globalNavi .pageNavi {
}
#globalNavi .pageNavi li {
	border-bottom: 1px solid #fff;
}
#globalNavi .pageNavi li a {
	display: block;
	padding: 10px 15px;
	text-decoration: none;
}
#globalNavi .pageNavi li.current a {
	color: #4704b4;
}

#globalNavi .btnEnd {
	line-height: 36px;
	margin: 0px 15px 15px;
}

/* --------------------------------------------------
	searchBlock
-------------------------------------------------- */
.searchBlock {
	margin: 15px;
}

.searchBlock .searchInput {
	margin-bottom: 8px;
	position: relative;
}

.searchBlock .search01 {
	width: 100%;
	height: 36px;
	padding: 6px 36px 8px 3px;
	background-color: #fff;
	border-radius: 4px;
}
.searchBlock .searchTxt {
	height: 18px;
	line-height: 18px;
	padding: 0px;
}
.searchBlock .search02 {
	width: 36px;
	height: 36px;
	/*margin-left: 170px;*/
	position: absolute;
	top: 0px;
	right: 0px;
}
.searchBlock .searchSubmit {
	display: block;
	width: 34px;
	height: 34px;
}
.searchBlock .searchIcon {
	display: block;
	position: absolute;
	top: 1px;
	right: 1px;
	width: 34px;
	height: 34px;
	background-image: url(../img/icon_search_sp.png);
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: 16px;
	-moz-background-size: 16px;
	-ms-background-size: 16px;
	background-size: 16px;
	cursor: pointer;
}

/* --------------------------------------------------
	footer
-------------------------------------------------- */
#footer {
	padding: 15px 0px;
}

#footer .copyRight {
	font-size: 8px;
}

/* --------------------------------------------------

	contents

-------------------------------------------------- */
/* --------------------------------------------------
	section
-------------------------------------------------- */
.section01 {
	
}

.section01 + .section01,
.section02 + .section02  {
	border-top: 1px solid #D2D2D2;
}

.section02 {
	margin: 0px 15px;
	padding: 25px 0px;
}
.section02 .txt02,
.section02 .txt03 {
	padding-left: 15px;
	margin-bottom: 15px;
}


/* --------------------------------------------------
	btn
-------------------------------------------------- */
.btn {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
}

.btn01 {
	line-height: 25px;
}

.btn02 {
	margin: 20px 15px;
	padding: 10px 0px;
	font-size: 12px;
}
.btn02:after {
	background-image: url(../img/arrow_btn02_sp.png);
	background-repeat: no-repeat;
	background-position: left top;
	-webkit-background-size: 11px 17px;
	-moz-background-size: 11px 17px;
	-ms-background-size: 11px 17px;
	background-size: 11px 17px;
	width: 11px;
	height: 17px;
	margin-top: -8px;
	right: 10px;
}
.btn02 span {
	font-size: 14px;
}

.btn03 {
	line-height: 40px;
	margin: 15px;
}
.btn03 span {
	background-image: url(../img/arrow_btn03_sp.png);
	-webkit-background-size: 13px auto;
	-moz-background-size: 13px auto;
	-ms-background-size: 13px auto;
	background-size: 13px auto;
	padding-right: 20px;
}

.btn04 {
	font-size: 20px;
	margin: 15px;
}
.btn04 span {
	background-repeat: no-repeat;
	background-position: left  0px;
	-webkit-background-size: 22px;
	-moz-background-size: 22px;
	-ms-background-size: 22px;
	background-size: 22px;
	padding-left: 30px;
	line-height: 50px;
}
a.btn04 span {
	background-image: url(../img/icon_test_sp.png);
}
p.btn04 span {
	background-image: url(../img/icon_test_off_sp.png);
}

/* --------------------------------------------------
	title
-------------------------------------------------- */
.title01 {
	margin-bottom: 10px;
}

.title02 {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f5f4f5+0,e1dbeb+100 */
	background: #f5f4f5; /* Old browsers */
	background: -moz-linear-gradient(top,  #f5f4f5 0%, #e1dbeb 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #f5f4f5 0%,#e1dbeb 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #f5f4f5 0%,#e1dbeb 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f4f5', endColorstr='#e1dbeb',GradientType=0 ); /* IE6-9 */
	border-bottom: 1px solid #A08CB9;
	padding: 10px 15px;
}
.title02 span {
	border-left: 5px solid #4704B4;
	padding-left: 10px;
	display: block;
}

.title03 {
	font-size: 15px;
	line-height: 40px;
	padding: 0px 10px 0px 40px;
	background-repeat: no-repeat;
	background-position: 15px center;
}
.title03.dowmLoad {
	background-image: url(../img/icon_download_sp.png);
	-webkit-background-size: 14px auto;
	-moz-background-size: 14px auto;
	-ms-background-size: 14px auto;
	background-size: 14px auto;
}
.title03.keyword {
	background-image: url(../img/icon_keyword_sp.png);
	-webkit-background-size: 16px auto;
	-moz-background-size: 16px auto;
	-ms-background-size: 16px auto;
	background-size: 16px auto;
}

.title04 {
	font-size: 17px;
	margin: 10px 15px;
}

.title05,
.title06 {
	margin-bottom: 15px;
	padding-left: 10px;
}


/* --------------------------------------------------
	itemBlock01
-------------------------------------------------- */
#contents .itemBlock01 .item {
	border-bottom: 1px solid #D2D2D2;
}
#contents .itemBlock01 .item.noLink {
	overflow: hidden;
	zoom: 1;
	padding: 15px;
}

#contents .itemBlock01 .item a {
	padding: 15px;
}

#contents .itemBlock01 .thum {
	margin-bottom: 10px;
	float: left;
	width: 45%;
}
#contents .itemBlock01 .thum img {
	width: 100%;
}
#contents .itemBlock01 .movieInfo {
	margin-left: 48%;
}
#contents .itemBlock01 .subCategory {
	font-weight: normal;
	font-size: 11px;
}
#contents .itemBlock01 .duration {
	font-size: 12px;
}

/* --------------------------------------------------
	linkBlock01
-------------------------------------------------- */
.linkBlock01 {
	padding: 15px;
	margin: 15px 15px 0px;
}

/* --------------------------------------------------
	linkBlock02
-------------------------------------------------- */
.linkBlock02 {
	padding: 10px 15px;
}
.linkBlock02 li {
	margin-bottom: 5px;
}
.linkBlock02 li:last-child {
	margin-bottom: 0px;
}
.linkBlock02 li a {
	display: block;
	background-image: url(../img/arrow_01_sp.png);
	background-repeat: no-repeat;
	background-position: left 7px;
	-webkit-background-size: 5px auto;
	-moz-background-size: 5px auto;
	-ms-background-size: 5px auto;
	background-size: 5px auto;
	padding-left: 15px;
}

/* --------------------------------------------------
	anchorLink01
-------------------------------------------------- */
.anchorLink01 {
	padding: 0px 15px 10px;
	border-bottom: 1px solid #D2D2D2;
}
.anchorLink01 li {
	width: 48%;
	margin-right: 4%;
	margin-bottom: 10px;
}
.anchorLink01 li:nth-child(2n) {
	margin-right: 0px;
}
.anchorLink01 li a {
	line-height: 30px;
	padding-left: 10px;
	font-size: 12px;
}
.anchorLink01 li a:after {
	content: "";
	background-image: url(../img/arrow_anchor_sp.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 8px 5px;
	width: 8px;
	height: 5px;
	right: 10px;
	margin-top: -3px;
}

/* --------------------------------------------------
	accordion
-------------------------------------------------- */
.section01.accordionSection {
	margin-bottom: 25px;
}

.section01.accordionSection .accordionSwt {
	position: relative;
	cursor: pointer;
}
.section01.accordionSection .accordionSwt:after {
	content: "";
	position: absolute;
	background-image: url(../img/swt_open.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 20px;
	width: 20px;
	height: 20px;
	top: 50%;
	right: 15px;
	margin-top: -10px;
}
.section01.accordionSection.open .accordionSwt:after {
	background-image: url(../img/swt_close.png);
}

.section01.accordionSection .accordionBody {
	display: none;
}
.section01.accordionSection.open .accordionBody {
	display: block;
}

/* --------------------------------------------------
	contents
-------------------------------------------------- */
#contents .main {
	padding: 10px;
}

/* --------------------------------------------------
	player
-------------------------------------------------- */
#contents .playerWrapper {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	margin-bottom: 10px;
}
#player {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/* --------------------------------------------------
	enquete
-------------------------------------------------- */
#contents .enqBox01,
#contents .testBox01 {
	padding: 20px 15px;
}

#contents .enqBox01 dd,
#contents .testBox01 dd {
	margin-left: 25px;
	margin-bottom: 10px;
}

#contents .enqBox01 input[type="radio"],
#contents .enqBox01 input[type="checkbox"] {
	top: 0px;
}

#contents .enqBox01 select,
#contents .testBox01 select {
	background-image: url(../img/arrow_select_sp.png);
	background-repeat: no-repeat;
	background-position: 98.5% center;
	-webkit-background-size: 15px 8px;
	-moz-background-size: 15px 8px;
	-ms-background-size: 15px 8px;
	background-size: 15px 8px;
	padding: 5px 25px 5px 5px;
}

#contents .enqBox01 input[type="text"] {
	line-height: 34px;
}
#contents .enqBox01 textarea {
	height: 20em;
}

#contents .btnSubmit {
	font-size: 18px;
	line-height: 45px;
	margin: 0px 15px 60px;
}
#contents .btnSubmit span {
	background-image: url(../img/arrow_submit_sp.png);
	background-repeat: no-repeat;
	background-position: left center;
	-webkit-background-size: 8px 10px;
	-moz-background-size: 8px 10px;
	-ms-background-size: 8px 10px;
	background-size: 8px 10px;
	padding-left: 15px;
}

#contents .testItem01 {
	padding: 20px 15px 0px;
}
#contents .testItem01 .txtBox01,
#contents .testItem01 .txtBox02 {
	line-height: 24px;
	font-size: 12px;
	padding: 0px 10px;
}

#contents .answerBox01 {
	margin-bottom: 20px;
}
#contents .answerBox01 img {
	width: 200px;
	height: auto;
}

#contents .answerBox02 {
	padding: 20px 15px;
}
#contents .answerBox02 .answerIcon {
	text-align: center;
	margin-bottom: 15px;
}
#contents .answerBox02 .answerIcon img {
	width: 85px;
	height: auto;
}
#contents .answerBox02 .answerTxt {
}

#contents .confirmTxt {
	font-size: 16px;
	margin-bottom: 20px;
}


/* --------------------------------------------------
	side
-------------------------------------------------- */
#contents .side {
	padding-top: 15px;
}
#contents .sideBox01 {
	margin: 0px 15px 15px;
}
#contents .sideBox01 .linkBlock01 {
	border: none;
	padding: 0px;
	margin: 10px 15px;
}
#contents .sideBox01 .linkBlock01 li {
	font-size: 14px;
}

#contents .exemption {
	font-size: 12px;
	margin: 15px 15px 40px;
}

/* --------------------------------------------------
	pageTop
-------------------------------------------------- */

#contents .pageTop {
	padding: 10px 15px;
}
#contents .pageTop a {
	background-image: url(../img/icon_pagetop_sp.png);
	background-repeat: no-repeat;
	background-position: left center;
	-webkit-background-size: 10px auto;
	-moz-background-size: 10px auto;
	-ms-background-size: 10px auto;
	background-size: 10px auto;
	padding-left: 15px;
	font-size: 10px;
}

/* --------------------------------------------------

	detail

-------------------------------------------------- */
/* --------------------------------------------------
	search
-------------------------------------------------- */
#contents .searchResult {
}

/* --------------------------------------------------
	404 error
-------------------------------------------------- */
.txtBox01 {
	padding: 40px 0px;
}
.txtBox01 p {
	margin-bottom: 20px;
}