<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* basic
 * --------------------------------------------------------*/
html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
* {-webkit-tap-highlight-color: rgba(0, 0, 0, 0);}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,form,input,p,th,td,img{
    margin:0;
    padding:0;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
ol,ul {list-style:none;}
li {  
    display: inline-block;  
    *display: inline;  
    *zoom: 1;  
} 
img{max-width: 100%;}
a {
	text-decoration:none;
	-webkit-touch-callout:none;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	outline:none;
	color:#004CFF;
}
a:link{color:#004CFF;}
a:visited{color:#9C7C52;}
a:hover{color:#097BB0;}
a:focus{outline:0}
a:hover,a.selected,a:link{text-decoration:none;}
a,img{vertical-align:top}
iframe {border: none;}
.clrfx:before,
.clrfx:after {
    content: " ";
    display: table;
}
.clrfx:after {clear: both;}
.clrfx {*zoom: 1;}
.fl {float: left;}
.fr {float: right;}
.tac{text-align: center;}
.ml0 {margin-left: 0 !important;}
.mr0 {margin-right: 0 !important;}
.ml_05 {margin-left: -0.5em;}
.hoverOp:hover{
	filter: alpha(opacity=70);
	opacity: 0.7;
}
.panelOp{
	filter: alpha(opacity=0);
	opacity:0;
}

/* Common
 * --------------------------------------------------------*/
body {
	letter-spacing: 1px;
	font:normal 14px/29px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	overflow-x: hidden;
	overflow-y: scroll;
	min-width: 1200px;
}

.bk_noon {
	background: #fff url(../images/bk_noon.jpg) no-repeat fixed center;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.bk_night {
	background: #fff url(../images/bk_night.jpg) no-repeat fixed center;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

/* wrapper
 * --------------------------------------------------------*/
#wrapper {
  	width: 1260px;
	margin: 0 auto;
	text-align: center;
}

/* header */
#header {
	width: 1180px;
	padding: 20px 0px;
	margin: 0 auto;
}
#header .fl {
	width: 900px;
	margin-left: 25px;
}

#header .fr {
	margin-top: 110px;
	margin-right: 20px;
}

#contents {
	height: 600px;
	margin-top: -30px;
}

#imgList {
	opacity: 0;
}

/* nav */
#dateArea {
	position: relative;
	height: 120px;
	width: 1130px;
	margin: 0 auto;
	text-align: center;
}

#dateStr {
	position: relative;
}
#dateStr div {
	display: inline-block;
	position: relative;
}

/*.f12 {margin-left: 0px;}*/
.f13 {margin-left: 72px;}
.f14 {margin-left: 72px;}
.f15 {margin-left: 71px;}
.f16 {margin-left: 71px;}
.f17 {margin-left: 72px;margin-right: 72px;}
.f18 {margin-right: 72px;}
.f19 {margin-right: 72px;}
.f20 {margin-left: -2px;margin-right: 72px;}
.f21 {margin-right: 72px;}
/*.f22 {margin-left: 72px;}*/

#nav div {
	display: inline-block;
}

#nav .line  {
	margin-top: 20px;
	z-index: -999;
	margin: 0 -10px;
}

#nav .date {
	position: relative;
	z-index: 999;
}

.active {
	/*padding-top: 12px;*/
	/*vertical-align: middle;*/
}

#nav .line img {
	position: relative;
	z-index: -999;
	padding: 6px 0;
}

.imgList {
	display: block;
	width: 1000px;
	margin: 0 auto;
}

.imgList li {
	margin: 0 15px;
}

/* footer */
#footer {
	width: 980px;
	margin: 10px auto 10px auto;
}

#footer ul {
	float: left;
	margin-left: 2px;
}

#footer li {
	padding: 0 10px;
}

#footer li:first-child {
	padding-right: 20px;
}

#footer li img {
	vertical-align: middle;
}

#footer .fbBtn {
	width: 170px;
	text-align: center;
	vertical-align: bottom;
}

#footer .fbBtn .facebook {
	margin: 0 0 5px 0;
}

#footer p {
	float: right;
	margin-top: 25px;
}

/* txtCbox */
.txtCbox {
	margin: 0;
	padding: 0;
}

.txtCbox .caption  {
	text-align: center;
}

.txtCbox .caption p {
	padding: 10px 0 0 0; 
	text-align: left;
	margin: 0 auto;
	display: inline-block;
}</pre></body></html>