*{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%
}
body {
background:url(image/back02.gif) #fff fixed 100% 0 repeat-y;
color:#000;
font-family:Georgia,Verdana,Roboto,'游ゴシック','Yu Gothic','游ゴシック体','YuGothic','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
font-size:1.3em;
line-height:150%;
overflow-wrap:break-word;
word-wrap:break-word;
margin:20px;
padding-right:100px;
text-align:left
}
a {
color:#e2a8a9
}
a:hover{
text-decoration:underline
}
/*--------------------------------------------------------
メニュー
--------------------------------------------------------*/
#menupage {
background:url(image/back01.gif) #fff fixed 100% 0 repeat-y;
padding-right:60px;
text-align:center
}
#menu {
display:block;
background:#000;
border-radius:10px;
font-size:1.4em;
font-weight:700;
line-height:1.4em;
margin:0 auto
}
#nav li a,#nav li span {
color:#e9bdbe;
display:block;
margin:5px 0;
padding:5px 10px;
position:relative;
text-decoration:none
}
#nav li a:hover,#nav li span:hover {
background:#e9bdbe;
color:#000
}
.sub-menu {
display:none;
margin:0;
overflow:hidden
}
.sub-menu li {
text-indent:1em
}
.main-menu span:after {
border-top:solid 3px #e9bdbe;
border-right:solid 3px #e9bdbe;
content:"";
display:block;
position:absolute;
height:5px;width:5px;
top:50%;right:10px;
margin-top:-5px;
-ms-transform:rotate(45deg);
-webkit-transform:rotate(45deg);
transform:rotate(45deg);
-webkit-transition:.2s;
transition:.2s
}
.main-menu span.open:after {
-ms-transform:rotate(135deg);
-webkit-transform:rotate(135deg);
transform:rotate(135deg)
}
/*--------------------------------------------------------
ページ上部へのリンク、著作権表示
--------------------------------------------------------*/
#pagetop{
background-color:rgba(226,168,169,0.6);
color:#fff;
border-radius:30px;
height:60px;width:60px; /* サイズ */
bottom:20px;right:100px; /* 位置 */
line-height:22px;
padding-top:30px;
text-align:center;
display:block;
position:fixed;
box-sizing:border-box
}
#pagetop:before {
content:'\25B2';
position:absolute;
top:10px;left:0;
width:100%;
font-size:20px
}
.fl {
padding:20px 0 0;
text-align:center
}
/*--------------------------------------------------------
見出し、枠、線
--------------------------------------------------------*/
h1 {
color:#000;
font-size:1.5em;
letter-spacing:3px;
margin:1em 0;
text-shadow:5px 5px 1px #e2a8a9;
text-align:right
}
#menupage h1 {
text-align:center
}
h2 {
border-bottom:3px solid #000;
font-size:1.3em;
letter-spacing:3px;
line-height:1.3em;
margin:20px 0
}
#menupage h2 {
text-align:right
}
h3,h4 {
color:#e2a8a9;
font-size:1.3em;
letter-spacing:3px;
margin:20px 0
}
.marker {
background:#abc0e8; /* Ie9 */
background:-webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(0.49, #fff), color-stop(0.5, #abc0e8), color-stop(1, #abc0e8));
background:-webkit-linear-gradient(transparent 50%, #abc0e8 0%);
background:linear-gradient(transparent 50%, #abc0e8 0%)
}
.ln01 {
border-left:8px solid #e2a8a9;
margin:5px 0;
padding:3px
}
.ln02 {
border-left:8px solid #8c8673;
margin:5px 0;
padding:3px
}
.navi {
border:1px dotted #8c8673;
margin:10px 0;
padding:3px;
text-align:center
}
.title {
color:#e2a8a9;
font-size:1.5em;
font-weight:700;
letter-spacing:3px;
margin:2em 0;
text-align:right
}
.txt {
border-left:1px solid #8c8673;
margin:1em;
padding:0 0 0 1em
}
dt {
background:#000;
border-radius:5px;
color:#fff;
font-weight:700;
float:left;
margin:0 0 5px;padding:0 5px;
width:10em
}
dd {
border-bottom:dotted 1px #999;
margin:0 0 5px 12em
}
dl:after{
content:"";
clear:both;
height:0;
display:block;
visibility:hidden
}
em {
background-color:#e5e5e5;
font-weight:700
}
input,textarea {
background:#fff;
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: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}
