<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/*------------------------
        CSS reset 
--------------------------*/
html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,th,td,img{ 
	margin: 0;
	padding: 0;
}

p {
	margin-top: 0;
}

img{
	border: none;
	max-width:100%;
	height:auto;
}
/*-- border-box --*/
div,article,section,header,footer { 
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

a {
	text-decoration: none;
	outline: none;
	-webkit-transition: 0.3s ease-in-out; 
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out; 
  -ms-transition: 0.5s;
  transition: 0.5s;

}
a:hover, a:active {
	opacity: 0.4; 
	filter: alpha(opacity=60);
}

/*------------------------
        BASE CSS
--------------------------*/
body{
	font-family: 'Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	font-weight: 400;
	font-size: 1em;
	color: #333;
	height: 100%;
	margin: 0 auto;
	text-align:center;
	-webkit-text-size-adjust: 100%;
	background: url(../img/gj_bg.gif) ;
}

/*-- contents body --*/
#container {
	max-width: 1100px;
	margin: 30px auto 15px auto;
	text-align: left;
}
/*-- yomiuriland logo --*/
#yomiuri {
	display: block;
	text-align: right;
	margin: 0 0 30px auto;
}

/*-- section --*/
section {
	padding: 30px;
	background: #FFF;
	border: 1px solid #CCC;
	border-radius: 8px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	box-shadow:rgba(204, 204, 204, 0.65098) 1px 1px;
	-webkit-box-shadow:rgba(204, 204, 204, 0.65098) 1px 1px;
	-moz-box-shadow:rgba(204, 204, 204, 0.65098) 1px 1px;
}

/*-- Header --*/
header {
	margin: 0 auto;
}
header h1 {
	margin-bottom: 50px;
	font-size: 0;
}
header p {
	font-size: 1.1em;
	line-height: 1.7em;
}

/*-- main h* --*/
h2 {
	position: relative;
	z-index: 2;
	margin-bottom: 30px;
	font-size: 0;
}
h3 {
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 20px;
}
h3 img {
	margin-right: 12px;
	position: relative;
	top: 4px;
}

/*-- Footer --*/
footer {
	text-align: center;
	font-size: 0.9em;
}
footer .btn {
	margin: 80px auto;
}

/*------------------------
       common class
--------------------------*/
/*-- text-align --*/
.ac {
	text-align:center;
}
.al {
	text-align:left;
}
.ar {
	text-align:right;
}

/*-- font-size --*/
.font80 {
	font-size:80%;
}
.font90 {
	font-size:90%;
}
.font110 {
	font-size: 110%;
}
.font120 {
	font-size:120%;
}

/*-- margin --*/
.mt0 {
	margin-top: 0;
}
.mt15 {
	margin-top: 15px;
}
.mt20 {
	margin-top: 20px;
}
.mt30 {
	margin-top: 30px;
}
.mb0 {
	margin-bottom: 0;
}
.mb15 {
	margin-bottom: 15px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb30 {
	margin-bottom: 30px;
}
.mr20 {
	margin-right: 20px;
}

/*------------------------
        PAGE CSS
--------------------------*/
/*-- contents common CSS --*/
.miyagawa, .youtuber {
	position: relative;
	z-index: 1;
	border-radius: 8px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	*zoom: 1;
}

/* clearfix */
.clearfix:before, .clearfix:after, .miyagawa:before, .miyagawa:after, .youtuber:before, .youtuber:after {
	content: " ";
	display: table;
}
.clearfix:after, .miyagawa:after, .youtuber:after {
	clear: both;
}
/* float */
.fl, .fr {
	width: 47%;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.view_pc {
	display: block;
}
.view_tab {
	display:inline;
}
.nonview_sp {
	display: block;
}


/*-- 宮川大輔枠 --*/
.miyagawa {
	margin: -106px 0 20px 1px;
	padding: 65px 30px 30px 30px;
	background: url(../img/miyagawa_bg.png) repeat;
}
/*-- YouTuber枠 --*/
.youtuber {
	margin: -106px 0 50px 1px;
	padding: 65px 30px 30px 30px;
	background: url(../img/youtuber_bg.png) repeat;
}

/*-- YouTube iframe --*/
.youtube {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: -10px;
	height: 0;
	overflow: hidden;
}
.youtube iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/*=========================================================
                  Tablet width 1024px
=========================================================*/
@media screen and (max-width:1024px) {	

/*-- contents body --*/
#container {
	max-width: 90%;
}

/*-- Footer --*/
footer .btn img {
	width: 30%;
}

/*-- main h* --*/
h3 {
	font-size: 1em;
}
/*------------------------
        PAGE CSS
--------------------------*/
/*-- contents common CSS --*/
.view_pc {
	display: none;
}
.view_tab {
	display:block;
	margin-left: 40px;
}

}

/*=========================================================
                  SP width 640px
=========================================================*/
@media screen and (max-width:640px) {	

/*-- contents body --*/
#container {
	max-width: 90%;
	margin-top: 15px;
}
/*-- yomiuriland logo --*/
#yomiuri {
	margin: 0 0 15px auto;
}
#yomiuri img {
	width: 40%;
	height: auto;
}

/*-- section --*/
section {
	padding: 15px;
}
/*-- Header --*/
header h1 {
	margin-bottom: 25px;
}
header p {
	font-size: 0.9em;
}

/*-- main --*/
h2 {
	margin-bottom: 15px;
}

/*-- Footer --*/
footer .btn {
	margin: 40px auto;
}

footer .btn img {
	width: 40%;
}

/*------------------------
        PAGE CSS
--------------------------*/

/*-- contents common CSS --*/
/* float */
.fl, .fr {
	width: 100%;
	float: none;
	margin-bottom: 30px;
}
.view_pc {
	display: none;
}
.view_tab {
	display:inline;
	margin-left: 0;
}
.nonview_sp {
	display: none;
}

/*-- 宮川大輔,YouTuber枠 --*/
.miyagawa {
	margin: -75px 0 50px 1px;
	padding: 50px 30px 0 30px;
}
.youtuber {
	margin: -65px 0 50px 1px;
	padding: 50px 30px 0 30px;
}
.youtuber .fr {
	display: none;
	height: 0;
}

}

</pre></body></html>