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

html{height:100%;}

body {
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	background: #ffe79e;
	color:#333333;
	font-size: 13px;
	line-height: 1.4;
	margin: 0;
	padding: 0;
	width:100%;
	-webkit-box-sizing: border-box; /* ボックスサイズ包括 */
	   -moz-box-sizing: border-box;
	     -o-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	        box-sizing: border-box;
}
a, a:link, a:hover, a:visited {
	display:inline-block;
	color: #C9F;
}
/* FONT-SIZE */
.text10 { font-size:77%; }
.text11 { font-size:85%; }
.text12 { font-size:93%; }
.text13 { font-size:100%; }
.text14 { font-size:108%; }
.text15 { font-size:116%; }
.text16 { font-size:123.1%; }
.text17 { font-size:131%; }
.text18 { font-size:138.5%; }
.text19 { font-size:146.5%; }
.text20 { font-size:153.9%; }
.text21 { font-size:161.6%; }
.text22 { font-size:167%; }
.text23 { font-size:174%; }
.text24 { font-size:182%; }
.text25 { font-size:189%; }
.text26 { font-size:197%; }

.margin6{margin:6px 0;}
.margin10{margin:10px 0;}

/* フロートクリア */
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
header {
	margin: 0;
	text-align: center;
	line-height: 0;
}
header img {
	width: 100%;
}
#t_back01 {
	width:100%;
	text-align:center;
}
.background01 {
    z-index: -1;
    background-color: #ffe79e;
    text-align:center;
}
.background02 {
    z-index: -1;
    background-color: #f8f5ee;
    background-image: url('../app_img/home/bg0913.png');
    background-repeat: repeat;
    /*background-size: 100% auto;*/
    text-align:center;
    background-position:bottom;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align:center;
}
.background-hack {
    z-index: -1;
    background-color: #f8f5ee;
    background-image: url('../app_img/home/footer0913.png');
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position:bottom;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align:center;
}
#top_container {
	width:100%;
	margin:0px 0px 3px;
	line-height: 0;
	overflow: hidden;
}
ul.menu{
	overflow: hidden;
	width: 100%;
	padding: 0px;
	margin:0 auto 10px;
}
ul.menu li{
	list-style: none outside;
	float: left;
	width: 48.5%;
	margin: 0px;
	text-align: center;
	margin: 1% 0 0 0;
}
ul.menu li:nth-child(odd){
	margin:1% 1% 0 1%;
}
ul.menu li img {
	width: 100%;
}
/*TOPアイコン4列*/
ul.menu04{
	width: 99.8%;
	padding: 0px;
	margin: 2px 0 0;
	clear:both;
}
ul.menu04 li{
	list-style: none outside;
	float:left;
	width:24.2%;
	text-align:center;
	margin:0.4% 0.02% 0 0.65%;
}
ul.menu04 li:first-child{
	margin:0.4% 0.28% 0 0.7%;
}
ul.menu04 li img {
	width: 99.8%;
}
/*TOPアイコン3列*/
ul.menu3{
	overflow: hidden;
	width:100%;
	padding:0;
}
ul.menu3 li{
	list-style: none outside;
	float: left;
	margin: 0px;
	text-align: center;
	margin: 1% 1% 0 1%;
}
ul.menu3 li:first-child{
	margin:1% 0 0 1%;
}
ul.menu3 li:last-child{
	margin:1% 0 0 0;
}
ul.menu3 li img {
	width: 96%;
	margin:0 1px 0 1px;

}
/*TOPアイコン1列*/
.menu4{
	width: 98%;
	padding: 0 2px 0 2px;
	margin: 1% 1% 0 0.5%;
}
.img01 {
	width: 48.5%;
}
.img02 {
	width: 23.75%;
}
.img03 {
	width: 23.75%;
}

.img04 {
	width: 64.75%;
}

.img05 {
	width: 32.5%;
}

/*TOPアイコンOTHER列*/
ul.menuother{
	overflow: hidden;
	width: 100%;
	padding: 0px;
	margin:0px auto 10px;
	line-height: 2.7;
}
ul.menuother li{
	list-style: none outside;
	float: left;
	margin: 0px;
	text-align: center;
}
ul.menuother li img {
	width: 100%;
}
.img01o {
	width: 33.3%;
}
.img02o {
	width: 33.3%;
}
.img03o {
	width: 33.3%;
}
.icontop {
	margin-top:30px;
}
/*アイコンリスト3列  大きく３個並び*/
.pickupNavi {
    width: 97%;
    margin-left: auto;
    margin-right: auto;
    margin-top:5px;
    margin-bottom:0px;
    padding:0 auto 0;
	clear:both;
}
.pickupNavi ul {
    overflow: hidden;
    text-align: center;
}
.pickupNavi li {
	float: left;
	width: 33.3%;
	list-style-type: none;
	display: inline;
}
.pickupNavi li a {
    position: relative;
    text-decoration: none;
    text-shadow: 0 -1px 0 #000000;
	-webkit-tap-highlight-color: #bcbcbc;
}
.pickupNavi img{
    width: 95%;
}

.pickupNavi2 {
    margin-top:10px;
    width: 100%;
    margin-left: auto;
    margin-bottom:20px;
	clear:both;
    text-align: center;
}
.pickupNavi2 ul {
    overflow: hidden;
    text-align: center;
}
.pickupNavi2 li {
	width: 33.3%;
	list-style-type: none;
	display:inline-block;
}
.pickupNavi2 li a {
    position: relative;
    text-decoration: none;
    text-shadow: 0 -1px 0 #000000;
	-webkit-tap-highlight-color: #bcbcbc;
}
.pickupNavi2 img{
    width: 70%;
}


.pickupNavi3 {
    width: 97%;
    margin-left: auto;
    margin-right: auto;
    margin-top:5px;
    margin-bottom:0px;
    padding:0 auto 0;
	clear:both;
	width: 120%;
}
.pickupNavi3 ul {
    overflow: hidden;
    text-align: center;
}
.pickupNavi3 li {
	float: left;
	/*width: 33.3%;*/
	list-style-type: none;
	display: inline;
}

.pickupNavi3 li a {
    position: relative;
    text-decoration: none;
    text-shadow: 0 -1px 0 #000000;
	-webkit-tap-highlight-color: #bcbcbc;
}
.pickupNavi3 img{
    width: 98%;
}



marquee{
	overflow: -webkit-marquee;
	white-space: nowrap; 
	width: 95%;
	margin:0 0 5px;
	background-color:#645C51;
	border-radius: 2px;
	padding:5px;
	font-size:11px;
}
iframe {
	overflow: hidden;
	width: 94%;
	text-align: center;
	height: 4%;
}
.link_bt3 {
    margin: 0px auto;
    width: 70%;
    display: inline-block;
    text-align: center;
    border: 2px solid rgb(51, 51, 51);
    padding: 2px;
    border-radius: 4px 4px 4px 4px;
    background-color: rgb(238, 238, 238);
}
.centerp {
    width: 100%;
    text-align: center;
}
.spee {
	width:100%;
	background-image: url(../app_img/home/spee.png);
	background-repeat: no-repeat;
}
.grdarea_0 {
	background-image: -moz-linear-gradient(
	top,
	#000000 0%,
	#000000 20%,
	#ef9a13 48%,
	#ef9a13);
	background-image: -webkit-gradient(
	linear,
	left top,left bottom,
	from(#000000),
	to(#ef9a13));
}
.grdarea_1 {
	background-image: -moz-linear-gradient(
	top,
	#ef9a13 0%,
	#ef9a13 1%,
	#ac9150 90%,
	#ac9150);
	background-image: -webkit-gradient(
	linear,
	left top,left bottom,
	from(#ef9a13),
	to(#ac9150));
}
.grdarea_2 {
	background-image: -moz-linear-gradient(
	top,
	#ac9150 0%,
	#ac9150 90%,
	#889173 48%,
	#889173);
	background-image: -webkit-gradient(
	linear,
	left top,left bottom,
	from(#ac9150),
	to(#889173));
}
.grdarea_3 {
	background-image: -moz-linear-gradient(
	top,
	#889173 0%,
	#889173 20%,
	#50573e 48%,
	#50573e);
	background-image: -webkit-gradient(
	linear,
	left top,left bottom,
	from(#889173),
	to(#50573e));
}
.grdarea_4 {
	background-image: -moz-linear-gradient(
	top,
	#50573e 0%,
	#50573e 20%,
	#000000 48%,
	#000000);
	background-image: -webkit-gradient(
	linear,
	left top,left bottom,
	from(#50573e),
	to(#000000));
}
.info {
	background: #2d2d2d;
	padding:10px 5px 3px;
	margin-bottom:2px;
}
.info p{
	padding:5px 5px 5px;
	margin-bottom:10px;
}
.text01 {
	text-align:center;
	font-size:15px;
}
.info2 {
	background-image: url(../app_img/home/bg_02_01_1.jpg);
	background-repeat: no-repeat;
	background-size: contain;
    /*position: absolute;*/
    text-align:center;
    overflow:hidden;
    width: 100%;
    height: 100%;
}
#ust{
	/*position:relative;*/
	margin:20px auto 20px;
}
.imgp {
	 width:100%;
	 margin-top:0;
	 text-align:center;
}
.imgp2 {
	 width:100%;
	 margin:10px 0 0 0;
	 position:fixed;
	 bottom:0;
	 line-height: 0;
}
.imgpo {
	 width:100%;
	 margin:10px 0 5px;
	 text-align:center;
}
#yellowbg {
	 background: #f9eba4;
	 margin:20px 0 12px;
	 text-align:center;
}
.imgpfooter {
	bottom:0;
	width:100%;
	position:relative;
}
.imgpfooter img{
	vertical-align:bottom;
}
.imgpfooter2 {
	bottom:0;
	width:100%;
	position:relative;
}
.imgpfooter2 img{
	vertical-align:bottom;
}
.adspace{
	margin:0 0 10px 0;
}
#bgbox {
	padding:10px 5px 30px;
	margin:3px;
	color: #330500;
	background-color:#FFF;
}
#backimg{
	position: relative;
	margin:0px 0 -20px;
}
#backimg img.star{
	position: absolute;
	top: 2px;
	left: 5px;
}
/*プレゼント*/
.prebox {
	padding:15px 5px 10px;
	margin:-5px 4px 10px;
	color: #330500;
	background-color:#FFF;
}
/*秘書室*/
.mesbox {
	padding:10px 5px 10px;
	margin:-16px 4px 10px;
	color: #330500;
	background-color:#FFF;
}
/*お詫び*/
.owabibox {
	padding:10px 5px 10px;
	margin:5px 4px 5px;
	color: #000000;
	background-color:#FFF;
}
.bkbox {
	padding:10px 5px 10px;
	margin:15px 4px 10px;
	color: #330500;
	background-color:#FFF;
}
#archive .outer {
	margin: 5px 4px 7px;
	padding:10px 5px 15px;
	text-align:center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 1px #777777;
	-moz-box-shadow: 0px 0px 1px #777777;
	-ms-box-shadow: 0px 0px 1px #777777;
	-o-box-shadow: 0px 0px 1px #777777;
	box-shadow: 0px 0px 1px #777777;
}
#archive article {
	border-bottom: 1px dotted #dedede;
	
	background: url(../app_img/home/hisho/yajirushi.png) 98% 50% no-repeat;
	overflow: hidden;
}
#archive article:last-child {
	border-bottom: none;
}
#archive article a {
	display: block;
	padding: 7px 20px 7px 10px;
	text-align:left;
	color:#9d745e;
}
.diary {
	color: #7B4A00;
	padding:2px;
	text-align:left;
	font-size:12px;
}
ul#bnlist {
  text-align:center;
  margin:15px auto 10px;
}
ul#bnlist li {
  list-style: none;
  display: inline;
  margin: 0;
  padding: 0;
}
ul#bnlist li a {
  margin: 0;
  padding: 0;
}
ul#bnlist li img {
  margin:0 15px 0px;
  border:0;
  text-align:center;
}
ul#bnlist li a img {
  margin:0 15px 0px;
  border:0;
  text-align:center;
}
.button a {
	color: #fff;
	text-align:center;
	border-bottom: 1px solid #33373d;
	border-radius: 10px;
	position: relative;
	background: -moz-linear-gradient(top, #333333 0%, #000000 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#333333), color-stop(100%,#000000));
	-webkit-box-shadow: 0px 1px 3px 0px rgba(0,0,0,.73), 0px 0px 18px 0px rgba(0,0,0,.13);
	-moz-box-shadow: 0px 1px 3px 0px rgba(0,0,0,.73), 0px 0px 18px 0px rgba(0,0,0,.13);
	box-shadow: 0px 1px 3px 0px rgba(0,0,0,.73), 0px 0px 18px 0px rgba(0,0,0,.13);
	width:80%;
	padding: 8px;
	margin: 5px auto 10px;
	text-decoration: none;
	font-weight:bold;
	font-size:20px;
	display: block;
}
#ex {
	padding: 3px 5px 5px;
	line-height: 150%;
}
#ex img {
	width: 100%;
	margin:5px 0 5px;
}
#ex_in {
/*	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 13px;*/
	font-size: 12px;
	background-color: #FFFFFF;
	margin:8px;
	padding:12px 10px 2px;
	line-height: 150%;
	border: thin #000000 dotted;
}
#ex_in p {
	padding: 3px 0 5px;
	margin:0 0 20px;
}
#ex_in img {
	width: 100%;
}
#info {
/*	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 13px;
	border: thin #000000 dotted;*/
	font-size: 12px;
	background-color: #f8dc20;
	margin:5px 0px 10px;
	padding:5px 5px 10px;
}
#info p {
	padding: 3px 0 5px;
	margin:0 0 3px;
}
hr.style-three {
	border: 0;
	border-bottom: 1px dashed #7B2F00;
	background: #DBB500;
}
#cdinf {
	font-size: 12px;
	background-color: #efe0cb;
	margin:8px;
	padding:8px 5px 1px;
	line-height: 150%;
	border: medium #000000 dotted;
}
#cdinf img {
	width: 100%;
	margin:5px 0 5px;
}
#cdinf h2 {
	font-size: 16px;
	color: #fc0;
	margin-bottom: 5px;
}
#cdinf .btn {
	margin-top: 5px;
}
.PageTopLink {
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 4px;
    margin: 0px 10px 5px;
    padding: 5px 5px 5px;
    width: 25%;
    float: right;
    text-align:center;
    display: block;
    clear:both;
}
.PageTopLink a {
    display: block;
}
.PageTopLink img {
    width: 80%;
}
footer {
	color: #500000;
	font-size: 11px;
	margin: 0;
	padding: 5px;
}
/* SB */ 
#social{
	margin: 0px 20px 5px 10px;
	text-align:left;
	margin-left:5px;
	margin-bottom:15px;
}
.social a img {
	display:block;
}
ul#banner {
  margin: 40px 0px 0px 0px;
  padding: 0;
  text-align:center;
}
ul#banner li {
  display: inline;
  margin: 0;
  padding: 0;
}
ul#banner li a {
  margin: 0;
  padding: 0;
}
ul#banner li img {
  margin:5px 0px 5px 0px;
  border:0;
  text-align:center;
}
ul#banner li a img {
  margin:0 0px 2px 0px;
  border:0;
  text-align:center;
}
footer {
	background-color: #ffe79e;
	color: #500000;
	font-size: 8px;
	margin: 0;
	padding: 5px;
}
footer p {
	margin: 10px 0 0;
	text-align:center;
}
footer ul {
	text-align:right;
}
footer small {
	font-size:8px;
	text-align:center;
}
#backlink {
	margin-top: 20px;
	text-align: left;
}
#backlink a {
	margin: 0 0 5px 5px;
}
/*=================================
トップページ以外
=================================*/
#container h1 h2 {
	margin: 5px 0 10px;
}
#ex_in2 {
/*	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;*/
	text-align: left;
	font-size: 13px;
	color: #333333;
	background-color: #FFFFFF;
	margin:0 5px 5px;
	padding:18px 10px 8px;
	line-height: 1.5;
	/*border: #568bbc solid;*/
}
#ex_in2 p {
	padding: 10px 0 5px;
}
#ex_intop {
/*	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;*/
	text-align: left;
	font-size: 13px;
	color: #333333;
	background-color: #FFFFFF;
	margin:20px 10px 5px;
	padding:18px 10px 8px;
	line-height: 1.5;
	/*border: #568bbc solid;*/
}
#ex_intop p {
	padding: 10px 0 5px;
}
#point {
	text-align:left;
	margin-top:10px;
}
.back_class {
	font-size:14px;
	font-family:Arial;
	font-weight:bold;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	border:1px solid #666666;
	padding:5px 10px;
 	text-align:left;
	text-decoration:none;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #FFFFFF), color-stop(100%, #CCCCCC) );
	background:-moz-linear-gradient( center top, #FFFFFF 5%, #CCCCCC 100% );
	background:-ms-linear-gradient( top, #FFFFFF 5%, #CCCCCC 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#CCCCCC');
	background-color:#FFFFFF;
	color:#666666;
	display:inline-block;
}
.back_class:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #CCCCCC), color-stop(100%, #FFFFFF) );
	background:-moz-linear-gradient( center top, #CCCCCC 5%, #FFFFFF 100% );
	background:-ms-linear-gradient( top, #CCCCCC 5%, #FFFFFF 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#CCCCCC', endColorstr='#FFFFFF');
	background-color:#CCCCCC;
}
.back_class:active {
	position:relative;
	top:1px;
}</pre></body></html>