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

/*----------------------
	デフォルトスタイル
-----------------------*/
body,p,h1,h2,h3,h4,h5,h6,
span,small,strong,
div,ul,li,
figure,img,
header,footer,nav,section{
    margin:0;
    padding:0;
	border:none;
	outline:none;
	font-size:1rem;
}

header,footer,nav,section{display:block;}

html{
	font:1em/1.3 "ヒラギノ角ゴ Pro W3";
	-webkit-text-size-adjust:none;}

li{list-style:none;}



/*----------------------------------------
使っているもの
----------------------------------------*/
body{
	background-color: #FFF;
	text-align: center;
}

/* リンク色 */
a{
	color:#0030BF;
	text-decoration:none;
}

/*訪問後のリンク*/
a:visited {
    color:#809FFF;
    text-decoration:none;
}



/*【角丸】
 　角丸にしたいコンテンツに
 　クラスで指定してください。
*/
.corner{
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}


h1{
	margin:0px;
	padding-bottom:.2em;
	font-size:8px;
	font-weight:normal;
}




#pcwidth {
	max-width: 640px;
	margin: 0 auto;
	text-align: left;
}


#footcopy {
	font-size: 10px;
}



/*■100％幅、基本テーブル*/
TABLE#table1 {
width: 100%;
align: center;
color: #999999;
border: 0px;
}



/*■100％幅、内枠にpaddingを持ったテキスト用テーブル*/
TABLE#table2 {
width: 100%;
align: center;
color: #666666;
border: 0px;
padding: 5px;
}





/*■枠線付きのテーブル*/
TABLE#solid {
	border: 1px #b4b4b4 solid;
	border-collapse: collapse;
	padding: 5px;
	font-size:12px;
}



TABLE#solid td{
	border: 1px #b4b4b4 solid;
	border-collapse: collapse;
	padding: 5px;
}







/*■TD1　背景塗り潰し・文字白*/
td#td1 {
	margin-bottom: 1em;
	padding: 5px 10px;
	background-color: #666666;
	font-size: 1em;
	color: #ffffff;
	font-weight: bold;
}


/*■TD2　見出し左端にソリッドブロックのみ*/

TD#td2 {
	margin-bottom: 1em;
	padding: 5px 5px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: 10px solid #666666;
	background-color: #ffffff;
	font-size: 1em;
	font-color: #666666;
	font-weight: bold;
}


TD#solid {
	border: 1px #666666 solid;
	border-collapse: collapse;
	padding: 5px;
	font-size: 0.7em;
}




TD#footmenu {
	background-color: #ffffff;
	width: 33%;
	text-align: center;
}





/*■横長メニュー画像を縦に並べた際に上に余白を設ける*/

.menu1 {
	width: 100%;
	margin: 5px 0px 0px 0px;
}



/*■YouTube動画埋め込み可変　*/

.youtube {
	position: relative;
	padding-bottom : 56.25%;
}
.youtube iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}





/*■画像スライダー
--------------------*/
#news{
	width:max;
	margin:auto;
}


.bx-prev,
.bx-next{
	background:#F4F4F4;
	width:0.5em;
	height:1.2em;
	margin-top:1em;
	padding:.9em .5em;
	color:#FFF;
	text-align:center;
	position:absolute;
	top:50%;
}

.bx-prev{
	left:.0em;}

.bx-next{
	right:.0em;}

#slide li{
	padding:0em 0em;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
}




/*■データベース用
--------------------*/

TABLE#dbtable1 {
	border: 1px #b4b4b4 solid;
	border-collapse: collapse;
	padding: 5px;
	width: 100%;
	align: center;
	color: #000000;
}

TD#dbtd1 {
	background-color: #f4f4f4;
}





/*■スワイプ画像
--------------------*/




#showcase {
	width:320px;
	overflow: hidden;
	margin: 0 auto;
}
#showcase .flipsnap {
	overflow: hidden;
	width: 1920px;
}
#showcase .item {
	width: 320px;
	float: left;
}

#showcase .item img{
	width:320px;
}


/*----- インジケーターの設定 -----*/
#showcase .pointer {
	text-align: center;
	padding:10px;
}

#showcase .pointer span {
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 8px;
	border: 1px solid #000;
}
#showcase .pointer span.current {
  background: #2B60FF;
}


/*----- next / prev ボタン -----*/
#showcase .prev {
	padding:5px;
	border: 1px solid #000;
	border-radius: 3px;
	float:left;
}

#showcase .next {
	padding:5px;
	border: 1px solid #000;
	border-radius: 3px;
	float:right;
}














/*----------------------------------------
使っているもの。ここまで
----------------------------------------*/










</pre></body></html>