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

@import url(http://fonts.googleapis.com/css?family=Balthazar);
/*
	##### 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
------------------------------------------------------------ */
*{
	box-sizing: border-box;
}
html {
	-webkit-text-size-adjust: none; /* フォントサイズ自動調整OFF */
}
body {
	font-family: Balthazar, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3"; /* iPhoneバンドル */
	font-size: 16px;
	line-height: 1.5;
	padding: 0;
	margin: 0;
	color: #000;
	background-size: 100% auto;
	text-align: center;
}
a {
	color: #085ca0;
	-webkit-tap-highlight-color: rgba(00,33,99,0.3); /* タップ時の背景色 */
}
img{
	max-width: 100%;
	height: auto;
}

/* ------------------------------------------------------------
	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: #333;
	border: 0;
	clear: both;
	height: 1px;
	margin: 18px 0;
}
pre {
	font-family: monospace;
}

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

/* ------------------------------------------------------------
	0. Base Layout
------------------------------------------------------------ */
body {
}

#wrapper{
	float: left;
	width: 100%;
	padding: 0 3.125%;
}

/* ------------------------------------------------------------
	1. Header
------------------------------------------------------------ */
body header {
	margin: 10px 0 0px;
	padding: 10px 0;
	text-align: center;
	margin: 0 auto 10px;
}
body &gt; header h1 {
	font-size: 20px;
}

/* ------------------------------------------------------------
	2. Content
------------------------------------------------------------ */
#content {
	margin: 0 auto 10px;
	text-align: center;
	max-width: 840px;
}
#content p{
	padding:15px 10px;
	border-bottom: 1px dashed #333;
}
#content h1 {
	font-size: 20px;
}

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


#buy {
	margin-bottom: 30px;
	text-align: left;
	}
	#buy li{
		display: inline-block;
		padding: 0 3px 0 0;
		}
		#buy li img{
			height:28px;
}

#soundCloud{
	float: left;
	width: 100%;
	margin-bottom: 30px;
	}
	#soundCloud iframe{
		width: 100%;
		height: 450px;
		margin-bottom: 5px;
	}

	#soundCloud h1{
		text-align: center;
		font-weight: bold;
		font-size: 58px;
		padding-top: 20px;
		margin-bottom: 20px;
		line-height: .45;
	}

	#soundCloud h3{
		text-align: right;
		margin-bottom: 0px;
		line-height: .6;
	}
	#soundCloud small{
		font-size: 21px;
	}



.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;}



section.message{
	float: left;
	width: 94%;
	padding: 0 3%;
	color: #000;
	text-align: left;
}
section.message p{
	margin-bottom: 20px;
}

h1.intTtl{
	float: left;
	width: 100%;
	border-top: 2px solid #666;
	border-bottom: 2px solid #666;
	font-size: 26px;
	color: #333;
	margin-bottom: 15px;
	
}

.interview{
	float: left;
	width: 100%;
	padding: 0 3%;
	color: #000;
	text-align: left;
}
.interview p{
	margin-bottom: 20px;
	color: #000;
}
.interview p.int01,
.interview p.int02,
.interview p.int03{
	border-left: 4px solid #085ca0;
	padding-left: 7px;
}
.interview img{
	border: 1px solid #fff;
	outline: 1px solid #000;
}

.interviewNav {
	float: left;
	width: 100%;
	padding: 0 3.125%;
}
.interviewNav p{
	float: left;
	text-align: left;
	width: 50%;
	font-size: 14px;
	margin-bottom: 15px;
	font-size: 1.2em;
}
.interviewNav p.right{
	float: right;
	text-align: right;
	width: 50%;
}
.interviewNav p a{
	padding: 8px 7px;
	background: #085ca0;
	color: #fff !important;
	text-decoration: none;
	border-radius: 3px;
}


.pageNav{
	float: left;
	width: 100%;
	margin: 0 0 20px;
	list-style: none;
	text-align: center;
	}
	.pageNav li{
		display: inline-block;
		padding: 0 5px;
		font-size: 1.2em;
		}
		.pageNav li a{
			padding: 5px 7px;
			background: #085ca0;
			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;
}

.int00{
	color: #777 !important;
}


/* ------------------------------------------------------------
	3. Footer
------------------------------------------------------------ */
body &gt; footer {
	float: left;
	padding: 60px 0px 10px;
	text-align: center;
	width: 100%;
	background: #2e2e2e;
	text-align: center;
	color: #fff;
}

/* Copyright
------------------------------------------------- */
body &gt; footer .copy {
	font-size: 12px;
	padding-top: 10px;
}
.copy{
	margin-bottom: 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
------------------------------------------------------------ */
#youtube{
	float: left;
	width: 100%;
	margin: 0 0 20px 0;
}
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* ------------------------------------------------------------
	90. Others
------------------------------------------------------------ */
@media screen and (max-width: 640px) and (min-width: 480px) {
	.jkt img{
		clear: none;
		margin-bottom: 10px;
		width: 230px;
		height: 174px;
	}
	.jkt .jktImg{
		margin: 0 20px 10px 0;
		width: 181px;
		height: 261px;
	}
	.jkt img{
	}
	iframe{
		width: 460px;
		height: 264px;
	}
}
@media screen and (max-width: 479px) {
	.jkt img{
		clear: both;
		width: 280px;
		height: 216px;
	}
	.jkt .jktImg{
		margin: 0 0px 15px 0;
		width: 240px;
		height: 346px;
	}
	iframe{
		width: 300px;
		height: 182px;
	}
}


/* 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>