*{margin:0;padding:0}
div,h1,h2,h3,p,ul,li,input,textarea,table,tr,th,td,#menupage{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}
a{text-decoration:none;outline:none}
a img{border-style:none}
ul,li{list-style-type:none}

html {
min-height:100%;
position:relative;
font-size:62.5%
}
body {
background:#95856b;/* 背景 */
color:#fff;/* 文字色 */
font-family:Verdana,Roboto,'游ゴシック','Yu Gothic','游ゴシック体','YuGothic','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
font-size:1.3em;/* 文字の大きさ */
letter-spacing:2px;
line-height:150%;
padding:20px;
text-align:center;
overflow-wrap:break-word;
word-wrap:break-word
}
a {
color:#fcc
}
/*--------------------------------------------------------
メニュー
--------------------------------------------------------*/
#menupage {
background:#fff url(image/a03.png) no-repeat 0 50%; /* 左の画像 */
border-bottom:3px double #000;
color:#000;
padding:0;
position:fixed;
text-align:left;
height:100%;width:100%
}
#menupage-inner {
position:absolute;
padding:10px 0;
left:100px /* 位置 */
}
#menu {
padding:5px 100px 5px 0
}
#nav li {
float:left;
position:relative
}
#nav li a {
color:#7a6a53;
display:block;
font-weight:700;
padding:0 7px 0 0
}
#nav li a:hover {
color:#95856b
}
#fl{
position:absolute;
padding:5px 20px;
bottom:0;right:0
}
/*--------------------------------------------------------
メイン
--------------------------------------------------------*/
#contents {
margin:0 auto;
text-align:left;
width:90%; /* 全体の幅・大きさはここで変更 */
}
/*--------------------------------------------------------
ページ上部へのリンク
--------------------------------------------------------*/
#pagetop {
background:#fff;
border:1px solid #000;
color:#000;
width:50px;height:50px; /* 大きさ */
bottom:20px;right:20px; /* 位置 */
line-height:16px;
padding-top:24px;
text-align:center;
display:block;
position:fixed;
box-sizing:border-box
}
#pagetop:before {
content:'\25B2';
position:absolute;
top:9px;left:0;
width:100%;
font-size:14px
}
#pagetop:hover{
background:#95856a
}
/*--------------------------------------------------------
見出し、枠、線
--------------------------------------------------------*/
h1 {
display:none
}
#index h1,#menupage h1{
display:block;
font-size:1.5em;
letter-spacing:3px;
margin:0 0 20px 0
}
h2 {
font-size:1.2em;
margin:20px 0;
padding:0.5em 0;
border-top:double 3px #fff;
border-bottom:double 3px #fff
}
h3 {
background:url(image/icon02.png) no-repeat;
border-bottom:1px #fff dotted;
font-weight:400;
line-height:18px;
margin:20px 0;
padding:0 30px
}
.marker {
background:#7a6a53; /* Ie9 */
background:-webkit-gradient(linear, left top, left bottom, color-stop(0, #95856b), color-stop(0.49, #95856b), color-stop(0.5, #7a6a53), color-stop(1, #7a6a53));
background:-webkit-linear-gradient(transparent 50%, #7a6a53 0%);
background:linear-gradient(transparent 50%, #7a6a53 0%)
}
.ln01 {
border-left:5px solid #95856b;
margin:5px 0;
padding:3px
}
.ln02 {
border-left:5px solid #fff;
margin:5px 0;
padding:3px
}
.navi {
border:1px #fff solid;
margin:10px 0;
padding:3px;
text-align:center
}
.title {
color:#fff;
font-size:1.5em;
font-weight:700;
margin:2em 0;
text-align:right
}
.txt {
border-left:1px dotted #fff;
margin:1em;
padding:0 0 0 1em
}
dt {
color:#ffc;
font-weight:700;
float:left;
margin:0 0 5px;
width:160px
}
dd {
border-bottom:dotted 1px #d2d2d2;
margin:0 0 5px 160px
}
dl:after{
content:"";
clear:both;
height:0;
display:block;
visibility:hidden
}
em {
font-weight:700
}
input,textarea {
border:1px solid #000;
color:#000;
font-family:Verdana,Roboto,'游ゴシック','Yu Gothic','游ゴシック体','YuGothic','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
font-size:1em;
margin:3px 0;
width:370px
}
textarea {
height:100px
}
hr {
display:block;
border:0;  
border-top:1px solid #ccc;
margin:1em 0;
padding:0;
height:1px
}
.cf:before,.cf:after{content:" ";display:table}
.cf:after{clear:both}

/*--------------------------------------------------------
スマホ、タブレット用
横幅600pxで切り替え
--------------------------------------------------------*/
@media screen and (max-width: 600px){
#contents{
width:auto
}
#menupage {
background:#fff url(image/a01.png) no-repeat 0 3%;
position:relative
}
#menupage-inner {
position:relative;
padding:5px 5px 5px 100px;
left:0
}
#menu {
padding:0
}
dt {
float:none;
width:auto
}
dd {
margin:0 0 5px 0
}
#fl{
position:relative;
text-align:right
}
}
