@charset "utf-8";

body {
	margin: 0;
	padding: 0;
	background-color: #AC252A;
	font-family:"Proxima Nova Light", 'Helvetica Neue', Arial, Helvetica, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
    font-size: 12px;
    color: #fff;
    line-height: 150%;
}

p {
	margin: 0 0 10px 0;	
}

h2 {
	margin: 5px 0 10px 0;	
	line-height: 150%;
	font-size: 18px;
	font-weight: bold;
}

h3 {
	margin: 5px 0 5px 0;	
	line-height: 150%;
	font-size: 15px;
	font-weight: bold;
}

img {
	border: 0;
}

a {
    color: #FEFF05;
    text-decoration: none;
}

a:hover{
    color: #FF0;
    text-decoration: underline;
}

/* ============================ */

.wrapper {
    width: 100%;
    text-align: center;
}

.contents {
    width: 960px;
    margin: 40px auto;
}

@media screen and (max-width: 480px) {
.contents {
	width: 100%;
	margin: 40px auto;
	}
	}

/* ============================ */

#intro {
	height: 252px;
	margin: 0 auto;
	padding: 0;
}

#intro .logo {
	width: 341px;
	height: 232px;
}

@media screen and (max-width: 480px) {
#intro {
	width: 100%;
	height: auto;
	margin: 0 auto 20px;
	padding: 0;
	}
#intro .logo {
	width: 90%;
	height: auto;
	}
	}

#fukidashi_left {
	font-size: 14px;
	text-align: left;
	padding: 20px;
	margin-top: 60px;
	width: 260px;
	height: 102px;
	float: left;
	background: url(../images/funland_tv/fukidashi_left.png) no-repeat;
}

@media screen and (max-width: 480px) {
#fukidashi_left {
	display: none;
	}
	}

#fukidashi_right {
	font-size: 14px;
	text-align: left;
	padding: 20px;
	margin-top: 60px;
	width: 260px;
	height: 102px;
	float: right;
	background: url(../images/funland_tv/fukidashi_right.png) no-repeat;
}

@media screen and (max-width: 480px) {
#fukidashi_right {
	display: none;
	}
	}

#main_movie {
	background: url(../images/funland_tv/frame_large.png) no-repeat;
	margin-bottom: 0;
	overflow: hidden;
}

@media screen and (-webkit-min-device-pixel-ratio:2), (min-resolution: 2dppx){
	#main_movie {
		background: url(../images/funland_tv/frame_large@2x.png) no-repeat;
		background-size: 960px;
	}
}

@media screen and (max-width: 480px) {
#main_movie {
	display: none;
	}
	}

#main_movie-footer {
	background: url(../images/funland_tv/frame_large.png) no-repeat;
	background-position: 0 -686px;
	height: 20px;
	margin-top: 0;
	margin-bottom: 10px;
}

@media screen and (-webkit-min-device-pixel-ratio:2), (min-resolution: 2dppx){
	#main_movie-footer {
		background: url(../images/funland_tv/frame_large@2x.png) no-repeat;
		background-size: 960px;
		background-position: 0 -686px;
	}
}

@media screen and (max-width: 480px) {
#main_movie-footer {
	display: none;
	}
	}

#main_movie .content {
	margin: 0px auto;
	padding: 20px 0 0 0;
	text-align: left;
	width: 854px;
}

#main_movie .content iframe {
	margin-bottom: 10px;
}

#movies {
	margin: 0 -10px 30px auto;
	overflow: hidden;
}

@media screen and (max-width: 480px) {
#movies {
	margin: 0 0 0 auto;
	overflow: hidden;
	}
	}

#movies .thumbnail {
	float: left;
	text-align: left;
	margin: 0 8px 8px 0;
	width: 314px;
	height: 322px;
	background: url(../images/funland_tv/frame.png) no-repeat;
	background-size: 314px;
}

@media screen and (-webkit-min-device-pixel-ratio:2), (min-resolution: 2dppx){
	#movies .thumbnail {
		background: url(../images/funland_tv/frame@2x.png) no-repeat;
		background-size: 314px;
	}
}

@media screen and (max-width: 480px) {
#movies .thumbnail {
	float: none;
	text-align: center;
	margin: 0 auto 10px;
	width: 90%;
	height: auto;
	background: none;
	background-size: contain;
	border: 2px solid #000;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	}
	}

#movies .thumbnail .content {
	margin: 15px 15px 15px 15px;
}

#movies .thumbnail img {
	margin-bottom: 10px;
}

@media screen and (max-width: 480px) {
#movies .thumbnail img {
	width: 90%;
	border:1px solid #fff;
	}
	}

#footer {
	margin: 0 auto 30px auto;
	color: #000;
}


