*{margin:0;padding:0}
div,h1,h2,h3,p,ul,li,input,textarea,table,tr,th,td{-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 {
font-size:62.5%;
height:100%
}
body {
background:#000;
color:#fff; /* 文字色 */
font-family:'Linden Hill',Verdana,Roboto,'游ゴシック','Yu Gothic','游ゴシック体','YuGothic','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
font-size:1.4em; /* 文字の大きさ */
padding:20px;
overflow-wrap:break-word;
word-wrap:break-word; /* IE、FF用 */
}
a {
color:#cab5bd
}
a:hover{
color:#ccc;
text-decoration:underline
}
/*--------------------------------------------------------
メニュー
--------------------------------------------------------*/
#menupage{ 
background:#5b233f url(image/back01.gif);
padding:0;
height:100%;min-height:100%
}
#menupage-inner{
background:url(image/back02.gif) repeat-y 100% 0;
padding:0 70px 20px 20px;
height:100%;min-height:100%
}
.block{
background:#000;
border-radius:10px;
margin:20px 0;
padding:10px
}
body > #menupage-inner{
height:auto
}
#menu{
padding:20px;
background:#000;
border-radius:0 0 10px 10px
}
.main-menu a,.main-menu span,.sub-menu a{
color:#fff;/* メニューの文字色 */
display:block;
font-size:1.3em;
letter-spacing:1px;
padding:5px 0;/* 一列の高さはここで調節 */
position:relative
}
.main-menu a:hover,.main-menu span:hover,.sub-menu a:hover{
background:#752227;
text-decoration:none;
transition:.6s
}
.sub-menu{
display:none;
overflow:hidden
}
.main-menu span:after{
border-top:solid 1px #fff; /* メニュー「>」の色 */
border-right:solid 1px #fff; /* メニュー「>」の色 */
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:.6s
}
.main-menu span.open:after {
-ms-transform:rotate(135deg);
-webkit-transform:rotate(135deg);
transform:rotate(135deg)
}
/*--------------------------------------------------------
index
--------------------------------------------------------*/
#index {
background:url(image/back01.gif)
}
.indexbox {
background:#000 url(image/back03.gif) repeat-y 100% 0;
border-radius:10px;
margin:20px 0;
padding:20px 40px 20px 20px;
width:500px
}
/*--------------------------------------------------------
ページ上部へのリンク、著作権表示
--------------------------------------------------------*/
#pagetop {
background:rgba(117,34,9,.7);
color:#fff;
width:50px;height:50px; /* 大きさ */
border-radius:30px;
text-align:center;
line-height:22px;
padding-top:25px;
right:20px; /* 位置 */
display:block;
position:fixed;
box-sizing:border-box
}
#pagetop:before {
content:'\25B2';
font-size:20px;
position:absolute;
top:5px;left:0;
width:100%
}
#pagetop:hover{
background-color:#752227
}
#fl {
background:#000;
border-radius:10px;
display:inline-block;
margin:10px 0;
padding:10px 0;
text-align:center;
width:100%
}
/*--------------------------------------------------------
見出し、枠、線
--------------------------------------------------------*/
h1 {
display:none
}
#index h1,#menupage h1{
display:block;
font-size:1.6em;
margin:0 0 10px
}
h2 {
background:url(image/icon01.gif) no-repeat 0 0;
border-bottom:3px double #752227;
font-size:1.5em;
line-height:30px;
margin:1em 0 .5em;
padding:0 0 0 25px
}
#menupage h2 {
color:#e4dabb;
font-size:1.5em;
line-height:30px;
margin:.5em 0
}
h3 {
border-bottom:1px dashed #752227;
margin:20px 0
}
.marker {
background:#752227; /* Ie9 */
background:-webkit-gradient(linear, left top, left bottom, color-stop(0, #000), color-stop(0.49, #000), color-stop(0.5, #752227), color-stop(1, #752227));
background: -webkit-linear-gradient(transparent 50%, #752227 0%);
background:linear-gradient(transparent 50%, #752227 0%)
}
.ln01 {
border-left:5px solid #752227;
margin:5px 0;
padding:3px
}
.ln02 {
border-left:5px solid #999;
margin:5px 0;
padding:3px
}
.navi {
border:1px #752227 solid;
margin:10px 0;
padding:3px;
text-align:center
}
.title {
color:#752227;
font-size:1.5em;
font-weight:700;
margin:2em 0;
text-align:right
}
.txt {
border-left:1px dotted #999;
color:#999;
margin:1em;
padding:0 0 0 1em
}
dt {
background:#752227;
border-radius:5px;
font-weight:700;
float:left;
margin:0 0 5px;
padding:0 5px;
width:10em
}
dd {
border-bottom:1px solid #752227;
margin:0 0 5px 12em
}
dl:after{
content:"";
clear:both;
height:0;
display:block;
visibility:hidden
}
em {
font-weight:700
}
input,textarea {
background-color:#000;
border:1px solid #752227;
color:#fff;
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:200px
}
textarea {
height:50px
}
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}
