﻿*{margin:0;padding:0}
div,h1,h2,h3,p,ul,li,input,textarea,table,tr,th,td{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
input,textarea,select{font-family:inherit;font-size:inherit;color:inherit}
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:#fff url(image/back02.gif) repeat-y 100% 0; /* 背景 */
color:#444; /* 文字色 */
font-size:1.2em;/* 文字の大きさ */
font-family:Verdana,Roboto,'游ゴシック','Yu Gothic','游ゴシック体','YuGothic','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
letter-spacing:2px;
padding:20px 80px 20px 20px;
overflow-wrap:break-word;
word-wrap:break-word; /* IE、FF用 */
}
a{
color:#fe9099;
text-decoration:underline
}
a:hover{
color:#ccc
}
/*--------------------------------------------------------
メニュー
--------------------------------------------------------*/
#menupage{ 
background:#fff; /* 背景 */
padding:0;
text-align:center;
height:100%;min-height:100%
}
#menupage-inner{
background:#fff url(image/back01.gif);
border-left:1px dashed #aaa697;
border-right:1px dashed #aaa697;
margin:0 auto;
padding:20px;
height:100%;min-height:100%;
width:300px
}
body > #menupage-inner{
height:auto
}
#menu{
background:#fff;
margin:20px -20px;
padding:5px 20px;
display:block
}
#nav li {
display:inline-block;
margin:5px 0
}
#nav li a{
color:#444;/* メニューの文字色 */
display:block;
letter-spacing:1px;
padding:0 5px;
text-decoration:none
}
#nav li a:hover{
background:rgba(238,234,214,.6);
color:#fe9099
}
/*--------------------------------------------------------
index
--------------------------------------------------------*/
#index {
background:#fff;
padding:0;
text-align:center;
height:100%;min-height:100%
}
#indexbox {
background:#fff url(image/back01.gif);
border-left:1px dashed #444;
border-right:1px dashed #444;
margin:0 auto;
padding:20px;
height:100%;min-height:100%;
width:300px
}
#index-bg,#menupage-bg{
background:url(image/back03.png) no-repeat 50%;
display:table-cell;
vertical-align:middle;
text-align:center;
margin:0 auto;
height:280px;width:280px
}
body > #indexbox{
height:auto
}
/*--------------------------------------------------------
ページ上部へのリンク、著作権表示
--------------------------------------------------------*/
#pagetop{
background:#eae7ce;
border:3px solid #c7bf7e;
border-radius:30px;
height:40px;width:40px;
position:fixed;
bottom:30px;right:23px
}
.arrow{
border-left:2px solid #c7bf7e;
border-top:2px solid #c7bf7e;
position:absolute;
top:40%;left:30%;
height:14px;width:14px;
-ms-transform:rotate(45deg);
-webkit-transform:rotate(45deg);
transform:rotate(45deg)
}
#pagetop:hover{
background-color:rgba(255,255,255,0.8)
}
#fl a{
display:inline-block;
margin:2em 0
}
/*--------------------------------------------------------
見出し、枠、線
--------------------------------------------------------*/
h1 {
display:none
}
#index h1,#menupage h1{
display:block;
font-size:1.6em;
letter-spacing:.1em;
margin:0 0 5px
}
h1 a{
color:#444
}
h2 {
background:url(image/icon01.png) no-repeat 0 50%;
font-size:1.1em;
letter-spacing:5px;
margin:1em 0;
padding:0.2em 0.2em 0.2em 15px;
line-height:32px;
text-shadow:2px 2px 3px #fff
}
#menupage h2{
background-position:50% 50%
}
h3 {
border-bottom:1px dashed #ccc;
font-size:1.1em;
margin:20px 0
}
dt {
background:#fe9099;
border-radius:5px;
color:#fff;
font-weight:700;
text-align:center;
float:left;
clear:both;
margin:0 0 5px;
padding:3px;
width:10em
}
dd {
border-bottom:1px dashed #ccc;
margin:0 0 5px 12em;
padding:3px
}
em {
background:#ffe796; /* Ie9 */
background:-webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(0.49, #fff), color-stop(0.5, #ffe796), color-stop(1, #ffe796));
background: -webkit-linear-gradient(transparent 50%, #ffe796 0%);
background:linear-gradient(transparent 50%, #ffe796 0%);
font-weight:700
}
input,textarea {
background:#fffff3;
border:1px solid;
margin:3px 0;
width:200px
}
textarea {
height:60px
}
hr {
display:block;
border:0;  
border-top:1px solid #ccc;
margin:1em 0;
padding:0;
height:1px
}
.marker {
background:#ed827e;
background:-webkit-linear-gradient(transparent 50%, #ed827e 0%);
background:linear-gradient(transparent 50%, #ed827e 0%);
padding:1px 5px
}
.dcline{
border-left:8px solid #ffc0bb;
margin:5px 0;
padding:3px
}
.textbox{
border:1px solid;
margin:10px 0;
padding:3px;
text-align:center
}
.title {
color:#eb759a;
font-size:1.5em;
font-weight:700;
margin:2em 0;
text-align:right
}
.txt {
border-left:1px dotted;
color:#999;
margin:1em;
padding:0 0 0 1em
}
.cf:before,.cf:after{content:" ";display:table}
.cf:after{clear:both}
