<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/*
Theme Name: douaien themes
Description: 動愛園 福岡 専用テンプレート
Author: 3a works
Version: 1.0
Tags: douaien
*/


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1.4;
	position: relative;
	background: top center url(../images/bg.jpg) fixed ;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
	outline: none;
}


/* =Fonts
-------------------------------------------------------------- */
body,
input,
textarea,
.page-title span,
.pingback a.url {
	font-family:"メイリオ",Meiryo,"Lucida Grande","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Helvetica,Arial,Sans-Serif;
}

input[type=submit] {
	font-family:"メイリオ",Meiryo,"Lucida Grande","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Helvetica,Arial,Sans-Serif;
}
pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
}
code {
	font-family:"メイリオ",Meiryo,"Lucida Grande","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Helvetica,Arial,Sans-Serif;
}


/* =Global Elements
-------------------------------------------------------------- */
html{
	min-width: 1020px;
	height: 100%;
}

/* Main global 'theme' and typographic styles */
body {
	position: relative;
	min-width: 1020px;
	background: url(../images/bg.jpg) left top;
	overflow-y: scroll;
}
body,
textarea {
	color: #fff;
	font-size: 12px;
}
input{
	color: #333;
	font-size: 12px;
}
hr {
	background-color: #e7e7e7;
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 3px;
}

/* Text elements */
p {
	margin-bottom: 18px;
}
ul {
	list-style: square;
	margin: 0 0 18px 1.5em;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 0 15px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}
abbr,
acronym {
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}

ruby{
	padding: 0 5px;
}
rt{
	font-size: 9px;
}

input[type="text"],
textarea {
	background: #f9f9f9;
	color: #333;
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	padding: 3px;
}
a,
a:link,
a:visited  {
	color: #000000;
	text-decoration: underline;
	cursor: hand;
	cursor: pointer;
	outline: none;
}
a:active,
a:hover {
	text-decoration: none;
	cursor: hand;
	cursor: pointer;
}
/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}

.clear{
	clear: both;
}
/* =Layout
-------------------------------------------------------------- */
#wrapper{
	display: block;
	clear: both;
	width: 1020px;
	min-width: 1020px;
	margin: 0 auto;
	padding: 10px 0 0 0;
}

#header{
	float: left;
	clear: both;
	width: 1020px;
	padding: 35px 0 45px;
}

#siteLogo {
	float: left;
	width: 400px;
	text-align: center;
}
@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		transform: rotate(0deg);	}
	100% {
		-webkit-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

#siteLogo img{
	-webkit-animation: spin 8s 2 linear;
	-moz-animation: spin 8s 2 linear;
	-o-animation: spin 8s 2 linear;
	animation: spin 8s 2 linear;
}
.youtube{
	display: block;
	clear: both;
	width: 853px;
	margin: 0 auto 20px;
	box-shadow: 0px 0px 5px #fff;
	border: 1px solid #fff;
}
.youtube2{
	float: right;
	box-shadow: 0px 0px 5px #fff;
	border: 1px solid #fff;
}

.cdTitle{
	float: left;
	margin-bottom: 5px;
}
.cdJkt{
	float: right;
}
.cdTrack{
	float: left;
	margin-bottom:3px;
}
.buy{
	float: left;
	margin: 0px;
	width: 565px;
	height: 60px;
	padding-left: 67px;
	margin-bottom: 5px;
	list-style: none;
	text-align:left;
	background: left top no-repeat url(../images/buy.png);
	}
	.buy li{
		display: inline;
		height: 30px;
		line-height: 30px;
		padding: 0 3px 0 22px;
		background: left center no-repeat url(../images/buy-line.png);
	}
	.buy li.none,
	.buy li:first-child{
		background: none;
		padding-left: 3px;
		}
		.buy li img{
			vertical-align: bottom;
}

#facebook{
	float: left;
	clear: left;
	
}

#trailer{
	float: left;
	clear: both;
	width: 1020px;
	padding: 35px 0 45px;
	}
	#trailer h3{
		padding-bottom: 20px;
	}
	#trailer p{
		float: left;
		width: 300px;
		padding: 0 30px 0 50px;
	}
	#trailer ul{
		float: left;
		width: 600px;
		margin: 0px;
		list-style: none;
	}
	#trailer ul li{
		float: left;
		width: 280px;
		text-align: left;
		padding: 6px 0px 0px 0;
		margin-right: 20px;
		border-bottom: 1px dotted;
}

#trailer2{
	float: left;
	clear: both;
	width: 1020px;
	padding: 35px 0 45px;
	}
	#trailer2 h3{
		padding-bottom: 20px;
	}
	#trailer2 p{
		float: left;
		width: 410px;
		padding: 0 10px 0 0;
	}
	#trailer2 ul{
		float: left;
		width: 600px;
		margin: 0px;
		list-style: none;
	}
	#trailer2 ul li{
		float: left;
		width: 280px;
		text-align: left;
		padding: 6px 0px 0px 0;
		margin: 0 10px;
		border-bottom: 1px dotted;
}


#tour{
	float: left;
	clear: both;
	width: 1020px;
	padding: 50px 0 45px;
	cursor: hand;
	cursor: pointer;
	}
	#tour h3{
	}
	#tour ul{
		float: left;
		width: 1040px;
		margin: 0;
		list-style: none;
		}
		#tour ul li{
			float: left;
			width: 330px;
			margin: 0 10px 0 0;
			padding: 10px 0;
			border-bottom: 1px dotted #fff;
		}
		#tour ul li.first,
		#tour ul li.last{
			width: 1030px;
			font-size: 1.2em;
			}
			#tour ul li.last b{
				font-size: 1.4em;
}


#review{
	float: left;
	clear: both;
	width: 978px;
	min-height: 800px;
	margin: 40px 0 ;
	padding: 30px 20px 10px;
	text-align: left;
	font-size: 1.25em;
	background: rgba(0,0,0,0.5);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #fff;
	}
	#review h3{
		text-align: center;
		margin-bottom: 30px;
	}
	#review hr{
		clear: both;
		margin-bottom: 20px;
	}
	#review p{
		line-height: 1.7;
		text-indent: 1em;
		text-shadow: 2px 1px 1px #000;
}





#main{
	float: left;
	clear: both;
	text-align: center;
	width: 1020px;
	margin-bottom: 10px;
}

#footer{
	padding: 15px 30px;
	text-align: center;
	font-style: normal;
}

#sideR{
	position: fixed;
	top: 0;
	right: 0;
	height: 100%;
	z-index: -1;
}

#sideL{
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	z-index: -1;
}

.tabButton{
	float: left;
	clear: both;
/* 	width: 988px; */
	width: 978px;
	padding: 0;
	margin: 0 0 18px;
	list-style: none;
	text-align: center
}
.tabButton li{
	display: inline;
	padding: 0;
}
/*

.tabButton li{
	float: left;
	clear: none;
	width: 237px;
	height: 89px;
}
.tabButton li a{
	float: left;
	width: 237px;
	height: 89px;
}
*/

#pv,
#pvOuter,
#pvCloseArea{
	position:fixed;
	display:block;
	top:0px;
	left:0px;
	height: 100%;
	z-index: 1;
	min-height: 600px;
}
#pvOuter{
	background:#000;
	filter:alpha(opacity=90);
	-moz-opacity:0.90;
	opacity:0.9;
	cursor: hand;
	cursor: pointer;
}
#pv img{
	position: absolute;
	top:50%;
	left: 50%;
	margin: -320px 0 0 -451px;
	z-index: 10;
	background: #000;
	cursor: hand;
	cursor: pointer;
}


/* Clearfix
-------------------------------------------------------------*/
.clearfix:after{
content:"";
display:inline-block;
clear:both;
}
.clearfix{
/zoom:1;
}</pre></body></html>