<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*{margin:0;padding:0}
div,h1,h2,h3,p,ul,li,input,textarea,table,tr,th,td,footer,header,nav{box-sizing:border-box}
input,textarea,select{font-family:inherit;font-size:inherit;color:inherit}
a{text-decoration:none}
a img{border-style:none}
ul,li{list-style-type:none}

html{
font-size:62.5%
}
body{
background:#fff;/* 背景 */
color:#8c8673;/* 文字色 */
font-size:1.2em;/* 文字の大きさ */
font-family:Verdana,Roboto,'游ゴシック','Yu Gothic','游ゴシック体','YuGothic','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
letter-spacing:.1em;
line-height:1.5;
text-align:center;
overflow-y:scroll;
overflow-wrap:break-word;
word-wrap:break-word
}
a{
color:#8c8673
}
a:hover{
color:#bca2b6
}
/*--------------------------------------------------------
基本
--------------------------------------------------------*/
#wrapper{
background:url(image2/back02.gif) #fff;
border:5px solid #c6bbaa;
margin:20px auto;
text-align:left;
width:700px /* 全体の幅・大きさはここで変更 */
}
#wrapper-inner{
background:#fff;
border: #c6bbaa dashed 2px;
margin:20px
}
/*--------------------------------------------------------
上(ヘッダー)
--------------------------------------------------------*/
header{
padding:20px 20px 0
}
.header-inner{
background:#fcfaee url(image2/back01.png) no-repeat 50% 0;
border:2px solid #f5b2b2;
min-height:200px;
padding:20px;
text-shadow: 1px 1px 1px #fff,-1px 1px 1px #fff,1px -1px 1px #fff,-1px -1px 1px #fff
}
header a{
color:#8c8673
}
/*--------------------------------------------------------
メニュー
--------------------------------------------------------*/
#menu{
padding:10px 0;
line-height:1;
width:100%;
text-align:center
}
nav li{
font-weight:700;
margin:5px;
width:140px; /* 1つのメニューの幅 指定なしでも可*/
display:inline-block; /* 横並び */
position:relative; /* サブメニュー表示位置の基準 */
height:2em;line-height:2em; /* メニュー高さ */
}
nav li a,nav li span{
background:#fffff3;
border:2px solid #f5b2b2;
display:block
}
nav li a:hover,nav li span:hover{
background:#8c8673;
color:#ffb9c5
}
#cur{
    background: rgba(51, 170, 51, .1)
}#cur:hover{
    background:#8c8673;
color:#ffb9c5
}

#spec{
    background: rgba(199, 103, 140, 0.4)
}
#spec:hover{
    background:#8c8673;
color:#ffb9c5
}
/* サブメニュー */
.sub-menu{
position:absolute;
width:140px; /* サブメニュー幅 */
z-index:20
}
.sub-menu li{
margin:0;
display:block; /* 横並びをリセット */
visibility:hidden; /* 隠す */
overflow:hidden; /* 隠す */
height:0; /* 隠す */
width:100%
}
.sub-menu li a{
background:#f8dada
}
.sub-menu li a:hover{
color:#fffff3
}
nav li:hover .sub-menu li{
visibility:visible;
overflow:visible;
height:2em;line-height:2em; /* サブメニュー高さ */
transition: .5s
}
#open{display:block}
/*--------------------------------------------------------
メイン
--------------------------------------------------------*/
#contents{
margin:10px 20px;
text-align:left
}
#contents a{
color:#ff97a2
}
#contents a:hover{
text-decoration:underline
}
/*--------------------------------------------------------
下(フッター)
--------------------------------------------------------*/
footer{
background:#fffff3;
border:#f5b2b2 dashed 2px;
padding:0 5px;
margin:10px 20px;
text-align:right
}
/*--------------------------------------------------------
ページ上部へのリンク、著作権表示
--------------------------------------------------------*/
#pagetop {/* 位置はscroll.jsで設定 */
background:rgba(198,187,170,0.8);/* 背景 */
color:#fff;/* 色 */
border-radius:5px;
display:block;
padding:5px 10px;
position:fixed;
text-align:center;
z-index:10
}
#pagetop:hover {
background:rgba(198,187,170,0.5)
}
#fl a:before,#fl a:after {
content:url(image2/icon01.png);
margin:0 5px
}
#fl a {
display:inline-block;
margin:10px 0
}
/*--------------------------------------------------------
見出し、枠、線
--------------------------------------------------------*/
h1{
font-size:1.4em;
margin:0 0 .5em
}
h2{
background:#f8dada;
border:#c6bbaa dashed 2px;
font-size:1.1em;
padding:0 5px;
margin:20px 0
}
h3{
background:url(image2/icon01.png) no-repeat 0 50%;
border-bottom:1px dashed;
font-size:1em;
margin:20px 0;
padding-left:14px
}
dt{
color:#b0d0d1;
font-weight:700;
float:left;
clear:both;
margin:0 0 5px;
width:140px
}
dd{
border-bottom:dotted 1px;
margin:0 0 5px 150px
}
em{
font-weight:700
}
input,textarea{
background:#fffffb;
border:1px solid;
margin:3px 0;
width:200px
}
textarea{
height:50px
}
hr{
display:block;
border:0;  
border-top:1px solid #ccc;
margin:1em 0;
padding:0;
height:1px
}
.marker{
background:#f8dada; /* Ie9 */
background:-webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(0.49, #fff), color-stop(0.5, #f8dada), color-stop(1, #f8dada));
background:-webkit-linear-gradient(transparent 50%, #f8dada 0%);
background:linear-gradient(transparent 50%, #f8dada 0%)
}
.dcline{
border-left:8px solid #f8dada;
margin:5px 0;
padding:3px
}
.textbox{
border:1px dotted;
margin:10px 0;
padding:3px;
text-align:center
}
.title{
color:#f5b2b2;
font-size:1.5em;
font-weight:700;
margin:2em 0;
text-align:right
}
.txt{
border-left:1px dotted;
margin:1em;
padding:0 0 0 1em
}
.frame{
background:url(image2/back02.gif);
border:2px solid #c6bbaa;
border-radius:3px;
padding:5px
}
/*--------------------------------------------------------
スマホ、タブレット用
横幅600pxで切り替え
--------------------------------------------------------*/
@media screen and (max-width: 600px){
body{
font-size:1.4em
}
header{
position:relative /* メニュー表示位置の基準 */
}
.header-inner{
margin-top:35px;/* メニューを開くボタン分空ける */
padding:10px
}
#wrapper{
margin:0 0 20px;
width:100%
}
dt{float:none;clear:none;width:auto}
dd{margin-left:20px}
img{max-width:100%;height:auto} /* 画像の縮小表示 */
/*--------------------------------------------------------
スマホ、タブレット用メニュー
--------------------------------------------------------*/
/* メニュー */
#menu{
background:rgba(140,134,115,.8); /* メニューの背景色 */
border:none;
border-radius:6px;
text-align:left;
display:none;
position:absolute; /* 表示位置固定 */
top:60px;left:0; /* headerを基準とした位置 */
z-index:20
}
nav li{
border-bottom:1px solid #dad2c7;
margin:0;
display:block; /* 横並び解除 */
width:auto;
height:auto;line-height:inherit /* 高さリセット */
}
nav li a,nav li span{
background:none;
border:none;
color:#fffff3;
display:block;
position:relative;
margin:0;
padding:15px 20px /* リンクの余白 一列の高さはここで調節 */
}
nav li a:hover,nav li span:hover{
background:#f8dada;
color:#8c8673;
transition:.5s ease-in
}
nav li span.open{
background:rgba(140,134,115,.9)
}
nav li span.open:hover{
color:#fff
}
/* サブメニュー */
.sub-menu{
background:none;
border-top:1px solid #dad2c7;
position:static;
display:none; /* 隠す */
width:100%;
z-index:auto
}
.sub-menu li{
background:none;
border:0;
display:inline-block;/* 一列ごとにするならここを削除 */
visibility:visible; /* リセット */
overflow:visible; /* リセット */
height:auto; /* 高さリセット */
width:50% /* 一列ごとにするならここを削除 */
}
.sub-menu li a{
background:none;
color:#fffff3;
padding:15px 20px /* リンクの余白 一列の高さはここで調節 */
}
.sub-menu li a:hover{
color:#8c8673
}
.sub-menu li a:after{
display:none
}
nav li:hover .sub-menu li{
height:auto;line-height:inherit /* 高さリセット */
}
nav li span:after{
border-top:3px solid #fff; /* メニュー「&gt;」の色 */
border-right:3px solid #fff; /* メニュー「&gt;」の色 */
content:"";
display:block;
margin-top:-5px;
position:absolute;
top:50%;right:10px;
height:5px;width:5px;
-ms-transform:rotate(45deg);
-webkit-transform:rotate(45deg);
transform:rotate(45deg);
transition:.2s
}
nav li span.open:after{
-ms-transform:rotate(135deg);
-webkit-transform:rotate(135deg);
transform:rotate(135deg)
}
/* メニューを開くボタン */
#open{
background:#8c8673;
border-radius:3px;
color:#fff;
display:inline-block;
position:absolute;
padding:.5em;
top:10px;left:20px; /* headerを基準とした位置 */
}
}</pre></body></html>