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

@media screen and (min-width:240px) and (max-width: 640px) {
	section#ad {
	width:100%;
	height:250px;
	margin:10px auto;
	float:left;
	}
	section#ad div{
		margin:0 auto;
		width:300px;
	}
}
@media screen and (min-width:640px) and (max-width: 1000px) {
	section#ad {
	width:100%;
	height:250px;
	margin:10px auto;
	float:left;
	}
	section#ad div{
		margin:0 auto;
		width:300px;
	}
}
@media screen and (min-width: 1000px) {
	section#ad {
	width:300px;
	height:250px;
	float:left;
	margin-left:30px;
	}
}

@media screen and (min-width:240px) and (max-width: 640px) {
	section#topics,
	section#news, 
	section#mov-news {
	background:#FFF;
	width:100%;
	height:auto;
	margin:10px 0 0 0;
	border-radius: 3px;/* CSS3草案 */
	-webkit-border-radius: 3px;/* Safari,Google Chrome用 */
	-moz-border-radius: 3px;/* Firefox用 */
	position:relative;
	}
	#topics h3,
	#news h3, 
	#mov-news h3 {
	font-size:92%;
	width:98%;
	background:#3898db;
	border-radius: 3px 3px 0 0;/* CSS3草案 */
	-webkit-border-radius: 3px 3px 0 0;/* Safari,Google Chrome用 */
	-moz-border-radius: 3px 3px 0 0;/* Firefox用 */
	padding:1%;
	text-align:center;
	color:#FFF;
	}
	h3 span {
	font-family: 'Denk One', sans-serif;
	display:block;
	font-size:128%;
	}
	#topics h3 {
		background:#3898db url(../images/share/bg_wani.png) no-repeat right -5px;
		}
	#news h3 {
		background:#3898db url(../images/share/bg_wani.png) no-repeat right -200px;
		}
	#mov-news h3 {
		background:#3898db url(../images/share/bg_wani.png) no-repeat right -400px;
		}
}
@media screen and (min-width:640px) and (max-width: 1000px) {
	section#topics,
	section#news, 
	section#mov-news {
	background:#FFF;
	width:100%;
	height:auto;
	margin:10px 0 0 0;
	border-radius: 3px;/* CSS3草案 */
	-webkit-border-radius: 3px;/* Safari,Google Chrome用 */
	-moz-border-radius: 3px;/* Firefox用 */
	}
	#topics h3,
	#news h3, 
	#mov-news h3 {
	font-size:92%;
	width:98%;
	background:#3898db;
	border-radius: 3px 3px 0 0;/* CSS3草案 */
	-webkit-border-radius: 3px 3px 0 0;/* Safari,Google Chrome用 */
	-moz-border-radius: 3px 3px 0 0;/* Firefox用 */
	padding:1%;
	text-align:center;
	color:#FFF;
	}
	h3 span {
	font-family: 'Denk One', sans-serif;
	display:block;
	font-size:128%;
	}
	#topics h3 {
		background:#3898db url(../images/share/bg_wani.png) no-repeat right -5px;
		}
	#news h3 {
		background:#3898db url(../images/share/bg_wani.png) no-repeat right -200px;
		}
	#mov-news h3 {
		background:#3898db url(../images/share/bg_wani.png) no-repeat right -400px;
		}
}
@media screen and (min-width: 1000px) {
	section#topics,
	section#news, 
	section#mov-news {
	background:#FFF;
	width:100%;
	height:120px;
	margin:30px 0 0 0;
	border-radius: 3px;/* CSS3草案 */
	-webkit-border-radius: 3px;/* Safari,Google Chrome用 */
	-moz-border-radius: 3px;/* Firefox用 */
	position:relative;
	}
	#topics h3,
	#news h3, 
	#mov-news h3 {
	font-size:92%;
	width:80px;
	position:absolute;
	left:0px;
	top:0px;
	height:100px;
	background:#3898db;
	border-radius: 3px 0 0 3px;/* CSS3草案 */
	-webkit-border-radius: 3px 0 0 3px;/* Safari,Google Chrome用 */
	-moz-border-radius: 3px 0 0 3px;/* Firefox用 */
	padding:20px 10px 0 10px;
	color:#FFF;
	text-align:center;
	}
	h3 span {
	font-family: 'Denk One', sans-serif;
	display:block;
	font-size:128%;
	}
	#topics h3 {
		background:#3898db url(../images/share/bg_wani.png) no-repeat 10px 55px;
		}
	#news h3 {
		background:#3898db url(../images/share/bg_wani.png) no-repeat 10px -140px;
		}
	#mov-news h3 {
		background:#3898db url(../images/share/bg_wani.png) no-repeat 10px -340px;
		}
}
section#topics ul {}
section#topics ul li{
	width:240px;
	float:left;
	padding:20px;
	display:block;
	border-right:1px dotted #3898db;
	}
section#topics ul li a{}

/**/
@media screen and (min-width:240px) and (max-width: 640px) {
	section#news {
	width:100%;
	height:auto;
	background:#FFF;
	margin:10px 0 0 0;
	border-radius: 3px;/* CSS3草案 */
	-webkit-border-radius: 3px;/* Safari,Google Chrome用 */
	-moz-border-radius: 3px;/* Firefox用 */
	float:left;
	}
	section#mov-news {
	width:100%;
	height:auto;
	background:#FFF;
	margin:10px 0 0 0;
	border-radius: 3px;/* CSS3草案 */
	-webkit-border-radius: 3px;/* Safari,Google Chrome用 */
	-moz-border-radius: 3px;/* Firefox用 */
	}

}
@media screen and (min-width:640px) and (max-width: 1000px) {
section#news {
	width:100%;
	height: auto;
	background:#FFF;
	margin:30px 0 0 0;
	border-radius: 3px;/* CSS3草案 */
	-webkit-border-radius: 3px;/* Safari,Google Chrome用 */
	-moz-border-radius: 3px;/* Firefox用 */
	float:left;
	}
section#mov-news {
	width:100%;
	height: auto;
	background:#FFF;
	margin:30px 0 0 0;
	border-radius: 3px;/* CSS3草案 */
	-webkit-border-radius: 3px;/* Safari,Google Chrome用 */
	-moz-border-radius: 3px;/* Firefox用 */
	}

}
@media screen and (min-width: 1000px) {
	section#news {
	width:485px;
	height:120px;
	float:left;
	background:#FFF;
	margin:30px 30px 0 0;
	border-radius: 3px;/* CSS3草案 */
	-webkit-border-radius: 3px;/* Safari,Google Chrome用 */
	-moz-border-radius: 3px;/* Firefox用 */
	}
	section#news dl{
	}
	section#news dl dt{
		font-weight:bold;
		padding-bottom:5px;
	}
	section#news dl dd{
	}
section#mov-news {
	width:485px;
	height:120px;
	float:left;
	background:#FFF;
	margin:30px 0 0 0;
	border-radius: 3px;/* CSS3草案 */
	-webkit-border-radius: 3px;/* Safari,Google Chrome用 */
	-moz-border-radius: 3px;/* Firefox用 */
	}
#movie-list {
	margin:10px 10px 10px 110px;
	}
}


/**/

@media screen and (min-width:240px) and (max-width: 640px) {
	section#tvk-contents h3{
	font-size:92%;
	background:#3898db url(../images/share/bg_wani.png) no-repeat right -573px;
	border-radius: 3px;/* CSS3草案 */
	-webkit-border-radius: 3px;/* Safari,Google Chrome用 */
	-moz-border-radius: 3px;/* Firefox用 */
	padding:10px 3%;
	color:#FFF;
	width:94%;
	margin:30px 0 0 0;
	}
	
	section#tvk-contents {
	width:100%;
	}
	section#tvk-contents ul li{
	width:47%;
	float:left;
	margin:1% 1% 0 0;
	padding:1%;
	border-radius: 3px;/* CSS3草案 */
	-webkit-border-radius: 3px;/* Safari,Google Chrome用 */
	-moz-border-radius: 3px;/* Firefox用 */
	background:#FFF;
	}
	section#tvk-contents ul li img{
		width:100%;
	}
	#movie-list {
	margin:10px;
	}
	.v5-8 {
	height:250px;
	}
	.v5-8 .persback a p{
	padding:5px;
	}
}
@media screen and (min-width:640px) and (max-width: 1000px) {
	section#tvk-contents h3{
	font-size:92%;
	background:#3898db url(../images/share/bg_wani.png) no-repeat right -572px;
	border-radius: 3px;/* CSS3草案 */
	-webkit-border-radius: 3px;/* Safari,Google Chrome用 */
	-moz-border-radius: 3px;/* Firefox用 */
	padding:10px 3%;
	color:#FFF;
	width:94%;
	margin:30px 0 0 0;
	}
	
	section#tvk-contents {
	width:100%;
	}
	section#tvk-contents ul li{
	width:47%;
	float:left;
	margin:1% 1% 0 0;
	padding:1%;
	border-radius: 3px;/* CSS3草案 */
	-webkit-border-radius: 3px;/* Safari,Google Chrome用 */
	-moz-border-radius: 3px;/* Firefox用 */
	background:#FFF;
	min-height:360px;
	}
	section#tvk-contents ul li img{
		width:100%;
	}
	section#tvk-contents ul li p{
		padding:1em;
	}
	#movie-list {
	margin:10px auto;
	text-align:center;
	}
}
@media screen and (min-width: 1000px) {
section#tvk-contents h3{
	font-size:92%;
	background:#3898db url(../images/share/bg_wani.png) no-repeat right -583px;
	border-radius: 3px;/* CSS3草案 */
	-webkit-border-radius: 3px;/* Safari,Google Chrome用 */
	-moz-border-radius: 3px;/* Firefox用 */
	padding:10px 30px;
	color:#FFF;
	width:940px;
	margin:30px 0 0 0;
	}

section#tvk-contents {
	width:1005px;
	margin-bottom:30px;
	}
	/*
section#tvk-contents ul li{
	width:186px;
	float:left;
	margin:5px 5px 0 0;
	padding:5px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background:#FFF;
	}*/

section#tvk-contents ul li img{
	width:100%;
	vertical-align:bottom;
	}

.btn{
    -webkit-transition:all 0.3s;
    transition:all 0.3s;
    /* 以下装飾です。削除OK */
    text-decoration:none;
    height: 125px;
    width: 196px;
    text-align:left;
	line-height:1.6em;
    display: block;
	margin:5px 5px 0 0;
	
    outline: none;
    float: left;
    position: relative;
    z-index: 2;
	
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
.btn img{
	width:100%;
	}
.btn:before,.btn:after{
    position: absolute;
    display: block;
    content: "";
    height: 100%;
    width: 100%;
    -webkit-transition:all 0.3s;
    transition:all 0.3s;
}

.btn span{
	display:block;
	}
	
.perspective a{
    color:#fff;
    width: 186px;
    height: 115px;
    display: block;
}
.perspective{
    -webkit-transition:all 0.3s !important;
    transition:all 0.3s !important;
}
.persfront{
    -webkit-transform-origin: center bottom;
    -webkit-transform: rotateX(0deg);
    transform-origin: center bottom;
    transform: rotateX(0deg);
}
.persback{
    -webkit-transform-origin: center top;
    -webkit-transform: rotateX(-90deg);
    transform-origin: center top;
    transform: rotateX(-90deg);
}
.v5-8{
    -webkit-perspective: 500px;
    -webkit-transform-style: preserve-3d;
}
.v5-8 .persfront a{
    background:#3898db;
    border: 5px solid #FFF;
}
.v5-8 .persback a{
    background: #3898db;
    border: 5px solid #FFF;
}
.v5-8 .persback a p{
	padding:5px;
}
.v5-8:hover .persfront{
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg);
    margin: -125px 0 0 0;
}
.v5-8:hover .persback{
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
}

}


.owl-item a figure {
	width: 100%;
	height:90px;
	background: #EEE;
}
.owl-item a figure img{
	width: auto;
	height:100%;
	display: block;
	margin:0 auto;
}
.owl-item a figcaption {
	font-weight: bold;
	padding:5px 0 0 0;
}
