*{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:#000; /* 背景 */
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;
overflow-wrap:break-word;
word-wrap:break-word; /* IE、FF用 */
}
a {
color:#00cbda
}
a:hover{
color:#ccc
}
/*--------------------------------------------------------
メニュー
--------------------------------------------------------*/
#menu{
background:url(image/back01.png) no-repeat 50% 0;
display:block;
line-height:100%;
margin:0 auto;
min-height:280px
}
.main-menu a,.main-menu span,.sub-menu a{
color:#fff;
display:block;
padding:8px 0;/* 一列の高さはここで調節 */
position:relative;
text-shadow:2px 2px 1px #ccc
}
.main-menu a:hover,.main-menu span:hover,.sub-menu a:hover{
background-color:rgba(0,203,218,0.8);
border-radius:5px;
color:#000
}
.sub-menu{
display:none;
margin:0;
overflow:hidden
}
.sub-menu li{
text-indent:1em
}
.main-menu span:after{
border-top:solid 3px #fff; /* メニュー「>」の色 */
border-right:solid 3px #fff; /* メニュー「>」の色 */
content:"";
display:block;
margin-top:-5px;
width:5px;height:5px;
top:50%;right:10px;
position:absolute;
-ms-transform:rotate(45deg);
-webkit-transform:rotate(45deg);
transform:rotate(45deg);
transition:.2s
}
.main-menu span.open:after {
-ms-transform:rotate(135deg);
-webkit-transform:rotate(135deg);
transform:rotate(135deg)
}
/*--------------------------------------------------------
index
--------------------------------------------------------*/
#index{ 
text-align:center
}
/*--------------------------------------------------------
ページ上部へのリンク、著作権表示
--------------------------------------------------------*/
#pagetop {
background:rgba(0,203,218,.7);
color:#000;
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:rgba(0,203,218,.9);
}
#fl a{
margin:20px 0;
display:inline-block
}
/*--------------------------------------------------------
見出し、枠、線
--------------------------------------------------------*/
h1 {
display:none
}
#index h1,#menupage h1{
display:block;
color:#fff;
font-size:1.3em;
letter-spacing:3px;
margin:0 0 1em 0;
text-shadow:5px 5px 1px #666
}
h2 {
background-color:#00cbda;
color:#000;
font-size:1.1em;
letter-spacing:3px;
margin:1em 0;
padding:.1em 1em;
position:relative;
text-align:right
}
h2::after {
border-width:0 10px 10px 0;
border-style:solid;
border-color:#000 #000 #ccc #ccc;
box-shadow:-1px 1px 2px rgba(0, 0, 0, .1);
content:'';
position:absolute;
top:0;right:0;
width:0
}
h3 {
font-size:1.1em;
letter-spacing:3px;
margin:20px 0;
text-shadow:5px 5px 1px #666
}
#menupage h2,#sub h2 {
background:none;
color:#fff;
padding:.1em 0;
margin:.5em 0;
position:static;
text-align:left;
text-shadow:5px 5px 1px #666
}
#menupage h2:first-letter,#sub h2:first-letter,
h3:first-letter{
color:#00cbda;
font-size:1.4em
}
#menupage h2::after,#sub h2::after {
border:0;
box-shadow:none;
position:static
}
h3 img {
vertical-align:middle
}
.marker {
background:#00cbda; /* Ie9 */
background:-webkit-gradient(linear, left top, left bottom, color-stop(0, #000), color-stop(0.49, #000), color-stop(0.5, #00cbda), color-stop(1, #00cbda));
background:-webkit-linear-gradient(transparent 50%, #00cbda 0%);
background:linear-gradient(transparent 50%, #00cbda 0%)
}
.line{
background-image:url(image/line01.gif);
line-height:20px
}
.ln01 {
border-left:8px solid #00cbda;
margin:5px 0;
padding:3px
}
.ln02 {
border-left:8px solid #9c0;
margin:5px 0;
padding:3px
}
.navi {
border:1px dashed #fff;
margin:10px 0;
padding:3px;
text-align:center
}
.title {
color:#00cbda;
font-size:1.5em;
font-weight:700;
letter-spacing:3px;
margin:2em 0;
text-align:right
}
.txt {
border-left:1px solid #999;
margin:1em;
padding:0 0 0 1em
}
dt {
color:#00cbda;
font-weight:700;
float:left;
margin:0 0 5px;
width:160px
}
dd {
border-bottom:dotted 1px #999;
margin:0 0 5px 160px
}
dl:after{
content:"";
clear:both;
height:0;
display:block;
visibility:hidden
}
em {
font-weight:700
}
input,textarea {
background:#000;
border:1px solid #00cbda;
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:100%
}
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}
