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

/*
	##### SITE NAME #####
	Copyright (C) 著作者名 All Rights Reserved.

	[Base] Formatting browser's default styles
		0. Reset
		1. HTML, Body, Anchor
		2. Headings
		3. Lists
		4. Tables
		5. Forms
		6. Others

	[Layout] 
		0. Base Layout
		1. Header
		2. Content
		3. Footer

	[Module] 
		1. Common Module
		90. Others
		99. Clearfix
*/

/*/////////////////////////////////////////////////////////////
[Base] 
//////////////////////////////////////////////////////////////*/

/* ------------------------------------------------------------
	0. Reset
------------------------------------------------------------ */
body, div, dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
object, iframe, pre, code, p, blockquote,
form, fieldset, legend,
table, th, td, caption, tbody, tfoot, thead,
article, aside, figure, footer, header,
hgroup, menu, nav, section, audio, video, canvas {
	margin: 0;
	padding: 0;
}
article, aside, figure, figcaption, footer,
header, hgroup, menu, nav, section {
	display: block;
}

/* ------------------------------------------------------------
	1. HTML, Body, Anchor
------------------------------------------------------------ */
html {
	-webkit-text-size-adjust: none; /* フォントサイズ自動調整OFF */
}
body {
	font-family: ArialMT, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3"; /* iPhoneバンドル */
	font-size: 14px;
	line-height: 1.5;
	padding: 0;
	margin: 0;
	color: #333;
	background: url(../img/bg.jpg) left top repeat-y;
	background-size: 100% auto;
	text-align: center;
}
a {
	color: #333;
	-webkit-tap-highlight-color: rgba(00,33,99,0.3); /* タップ時の背景色 */
}

/* ------------------------------------------------------------
	2. Headings
------------------------------------------------------------ */
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}

/* ------------------------------------------------------------
	3. Lists
------------------------------------------------------------ */
li {
	list-style: none;
}

/* ------------------------------------------------------------
	4. Tables
------------------------------------------------------------ */
table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 100%;
}
caption, th, td {
	text-align: left;
	vertical-align: top;
	font-weight: normal;
}

/* ------------------------------------------------------------
	5. Forms
------------------------------------------------------------ */
fieldset {
	border: none;
}
input, textarea, select, label {
	font-size: 100%;
	vertical-align: middle;
}
textarea {
	overflow: auto;
}

/* ------------------------------------------------------------
	6. Others
------------------------------------------------------------ */
img {
	border: none;
	vertical-align: middle;
}
em, strong {
	font-weight: bold;
	font-style: normal;
}
mark {
	font-weight: bold;
}
object {
	vertical-align: middle;
	outline: none;
}
blockquote, q {
	quotes: none;
}
q:before, q:after {
	content: '';
}
code {
	font-family: monospace;
}
sup {
	vertical-align: text-top;
}
sub {
	vertical-align: text-bottom;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
abbr, acronym {
	border: none;
	font-variant: normal;
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted #333;
	cursor: help;
}
address, caption, cite, code, dfn, var {
	font-weight: normal;
	font-style: normal;
}
hr {
	background-color: #e7e7e7;
	border: 0;
	clear: both;
	height: 1px;
	margin: 18px 0;
}
pre {
	font-family: monospace;
}

/*/////////////////////////////////////////////////////////////
[Layout] 
//////////////////////////////////////////////////////////////*/

#header{
	float: left;
	width: 100%;
	}
	#header h1{
		margin: 100px 0;
	}
	#int #header h1{
		margin: 0;
}

section{
	float: left;
	width: 100%;
}

.hr{
	margin: 15px 0;
}

.jkt{
	text-align: center;
	vertical-align: middle;
	}
	.jkt img{
		clear: none;
		margin-bottom: 10px;
	}
	.jkt .jktImg{
		margin: 0 20px 10px 0;
}

.sns{
	float: left;
	width: 100%;
	margin: 0 0 20px;
	text-align: center;
	list-style: none;
	}
	.sns li {
		display: inline-block;
		padding: 0 5px;
	}

.Title,
.P_10 {
	padding: 10px;
}
.Title h3{
	color: #c9171d;
	font-weight: bold;
	text-shadow: 1px 1px 1px #fff;
	background: -moz-linear-gradient(top, #d7a303, #f2db00);/* Firefox */
	background: -webkit-gradient(linear, left top, left bottom, from(#d7a303), to(#f2db00));/* Safari,Google Chrome */
}


#sound iframe{
	width: 94%;
}

#buy ul{
	float: left;
	width: 95%;
	padding: 0 2.5%;
	text-align: left;
	}
	#buy li{
		display: inline-block;
		vertical-align: middle;
		padding: 5px 5px 5px 0;
	}

.Media{
	padding:0 10px 10px;
	}
	#content dl{
		float: left;
		width: 100%;
		margin-bottom: 15px;
	}
	#content dt{
		float: left;
		width: 100%;
		color: #fff;
		font-weight: bold;
		text-shadow: 1px 1px 1px #000;
		background: -moz-linear-gradient(top, #aa0000, #ff0000);/* Firefox */
		background: -webkit-gradient(linear, left top, left bottom, from(#aa0000), to(#ff0000));
	}
	#content dd{
		float: left;
		width: 100%;
		border-bottom: 1px dashed #333;
		margin-bottom: 5px;
	}
	#content .Media p{
		border-bottom: 0;
	}
	#content dd p.left{
		float: left;
		text-align: left;
	}
	#content dd p.right{
		float: right;
		text-align: right;
	}

.blue	{	color: #47CACC !important}
.red	{	color: #E3007F !important}
.grey	{	color: #cbcbcb !important}
.m0		{	margin: 0}
.m5		{	margin: 5px}
.m10	{	margin: 10px}
.m15	{	margin: 15px}
.m20	{	margin: 20px}
.mt0	{	margin-top: 0 !important}
.mt5	{	margin-top: 5px !important}
.mt10	{	margin-top: 10px !important}
.mt15	{	margin-top: 15px !important}
.mt20	{	margin-top: 20px !important}
.mb0	{	margin-bottom: 0 !important}
.mb5	{	margin-bottom: 5px !important}
.mb10	{	margin-bottom: 10px !important}
.mb15	{	margin-bottom: 15px !important}
.mb20	{	margin-bottom: 20px !important}
.mb25	{	margin-bottom: 25px !important}
.mb30	{	margin-bottom: 30px !important}
.mb40	{	margin-bottom: 40px !important}
.mb50	{	margin-bottom: 50px !important}
.mb60	{	margin-bottom: 60px !important}
.mb70	{	margin-bottom: 70px !important}
.mb80	{	margin-bottom: 80px !important}
.mb90	{	margin-bottom: 90px !important}
.mb100	{	margin-bottom: 100px !important}
.ml10	{	margin-left: 10px}
.mr10	{	margin-right: 10px}
.mlr5	{	margin: 0 5px}
.p0		{	padding: 0 !important}
.p5		{	padding: 5px !important}
.p10	{	padding: 10px !important}
.p15	{	padding: 15px !important}
.p20	{	padding: 20px !important}
.pb0	{	padding-bottom: 0 !important}
.pb5	{	padding-bottom: 5px !important}
.pb10	{	padding-bottom: 10px !important}
.pb15	{	padding-bottom: 15px !important}
.pb20	{	padding-bottom: 20px !important}
.pt0	{	padding-top: 0 !important}
.pt5	{	padding-top: 5px !important}
.pt10	{	padding-top: 10px !important}
.pt15	{	padding-top: 15px !important}
.pt20	{	padding-top: 20px !important}
.pt35	{	padding-top: 35px !important}
.pt40	{	padding-top: 40px !important}
.pl10	{	padding-left: 10px !important}
.pr10	{	padding-right: 10px !important}
.pr20	{	padding-right: 20px !important}
.pr30	{	padding-right: 30px !important}
.plr5	{	padding-left: 5px;padding-right: 5px}
.plr10	{	padding-left: 10px;padding-right: 10px}
.plr15	{	padding-left: 15px;padding-right: 15px}
.plr20	{	padding-left: 20px;padding-right: 20px}
.PLR25	{	padding-left: 25px;padding-right: 25px}
.FlR	{	float: right !important}
.FlL	{	float: left !important}
.ClB	{	clear: both !important}
.TaL{ text-align: left !important;}
.TaC{ text-align: center !important;}
.TaR{ text-align: right !important;}



.interview{
	float: left;
	width: 94%;
	padding: 10px 3%;
	text-align: left;
	text-shadow: 1px 1px 0px #fff;
	}
	#main .interview h1{
		clear: none;
		font-size: 1.2em;
		margin-bottom: 10px;
		font-weight: bold;
		color: #e55e21;
	}
	#main .interview p{
		margin-bottom: 15px;
	}
	#main .interview p.photo{
		text-align: right;
	}
	#main .interview p.photo small{
		color: #777;
	}
	.int00{color: #666}
	.int01 b{color: #e14f22;}
	.int02 b{color: #06c14c;}
	.int03 b{color: #d00;}

.interviewNav{
	float: left;
	clear: both;
	width: 94%;
	padding: 0 3%;
	margin-bottom: 15px;
	text-align: left;
	}
	.interviewNav p{
		width: 49%;
		border-bottom: none;
		float: left;
		clear: none;
	}
	.interviewNav p.right{
		float: right;
		text-align: right;
	}
	.interviewNav p a{
		padding: 10px;
		background: -moz-linear-gradient(top, #f0831e, #db3d24);/* Firefox */
		background: -webkit-gradient(linear, left top, left bottom, from(#f0831e), to(#db3d24));
		border-radius: 5px;
		border: 1px solid #ccc;
		
		color: #fff;
		text-shadow: 1px 1px 1px #8d1b04;
		text-decoration: none;
}

.pageNav{
	float: left;
	width: 100%;
	margin: 0 0 0;
	list-style: none;
	text-align: center;
	}
	.pageNav li{
		display: inline-block;
		padding: 0 5px;
		}
		.pageNav li a{
			padding: 5px 7px;
			background: #e14f22;
			color: #fff !important;
			text-decoration: none;
			border-radius: 3px;
		}
		.pageNav li span{
			padding: 5px 7px;
			background: #999;
			color: #000;
			text-decoration: none;
			border-radius: 3px;
}




#media{
	float: left;
	width: 94%;
	padding: 10px 3%;
	font-size: 12px;
	text-align: left;
	}
	#media h2{
		font-size: 1.6em;
		border-bottom: 1px solid #fff;
		margin-bottom: 10px;
	}
	#media ul{
		float: left;
		width: 100%;
		margin-bottom: 20px;
		}
		#media ul li{
			float: left;
			width: 50%;
	}
	#media dl{
		float: left;
		width: 100%;
		margin-bottom: 10px;
		}
		#media dl dd{
			text-indent: -1em;
			padding: 10px 0 0 1em;
}


#tour section{
	padding: 10px 0 0;
	margin-top: 10px;
	border-top: 1px dotted #777;
	
}

/* ------------------------------------------------------------
	3. Footer
------------------------------------------------------------ */
#footer {
	float: left;
	width: 100%;
	padding: 0 0px 30px;
	text-align: center;
	margin: 0 auto 0px;

}

/* Copyright
------------------------------------------------- */
body &gt; footer .copyright {
	font-size: 12px;
	padding-top: 10px;
}

/*/////////////////////////////////////////////////////////////
[Module] 
//////////////////////////////////////////////////////////////*/

/* ------------------------------------------------------------
	1. Common Elements
------------------------------------------------------------ */

/* Title
------------------------------------------------- */

/* Text
------------------------------------------------- */

/* List
------------------------------------------------- */

/* Form
------------------------------------------------- */
input[type="text"],
input[type="password"],
input[type="email"] {
	width: 95%;
	margin-bottom: 5px;
	padding: 10px 5px;
}
input[type="password"] {
	width: 50%;
}

/* ------------------------------------------------------------
	2. Common Module
------------------------------------------------------------ */
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	margin-bottom: 20px;
	height: 0;
	overflow: hidden;
}

.video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* ------------------------------------------------------------
	90. Others
------------------------------------------------------------ */



/* for Voice Browser */
.hidden {
	position: absolute;
	width: 0;
	height: 0;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

/* Noscript Message */
p#msgNoscript {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	width: 100%;
	padding: 5px 0;
	border-top: 1px solid #f00;
	border-bottom: 1px solid #f00;
	background: #fcc;
	color: #f00;
	line-height: 1.2;
	text-align: center;
	opacity: 0.7;
}

/* ------------------------------------------------------------
	99. Clearfix
------------------------------------------------------------ */
.group:after {
	content : '';
	display : block;
	clear : both;
}</pre></body></html>