html,body,div,span,iframe,h1,h2,h3,h4,p,pre,del,em,img,b,i,dl,dt,dd,ol,ul,li,form,table,tbody,tr,th,td,article,aside,footer,header,nav,section{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;box-sizing:border-box}
article,aside,footer,header,nav,section,textarea{display:block}
body{line-height:1;overflow-wrap:break-word;word-wrap:break-word}
input,textarea,select{font-family:inherit;font-size:inherit;color:inherit;vertical-align:middle}
a{margin:0;padding:0;text-decoration:none;outline:none;font-size:100%;vertical-align:baseline;background:transparent}
a img{border-style:none}
ul,li{list-style-type:none}
.if-container{display:inline-block;margin:0 auto;height:100%;width:100%;overflow:auto;-webkit-overflow-scrolling:touch}
.ifrm{border:none;display:block;height:100%;width:100%}
.cf:before,.cf:after{content:" ";display:table}.cf:after{clear:both}
/* この上はいじらないほうがいいです - It's best not to touch anything above this */

html{
font-size:62.5%;
height:100%
}
body{
background:none;/* インラインフレーム内背景色 - Background color inside inline frame */
color:#00245c;/* インラインフレーム内文字色 - Inline frame text color */
font-family:Verdana,Roboto,'游ゴシック','Yu Gothic','游ゴシック体','YuGothic','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
font-size:1.1em;
letter-spacing:.1em;
line-height:1.5;
padding:20px 20px 70px;
text-align:left
}
a{
background:url("image/back03.gif");
border-radius:3px;
color:#e8f8d7;
display:inline-block;
padding: 5px;
margin:5px 5px 5px 5px
}
a img{
vertical-align:middle
}
/*--------------------------------------------------------
インラインフレーム外設定 - Inline frame settings
--------------------------------------------------------*/
#page{
background:url("image/background.gif"), url("image/backgroundsky.gif");
background-position: bottom left, top left;
background-repeat: repeat-x, repeat-x;
background-color:#E055B8;
color:#00245C;
padding:25px;
text-align:center;
height:100%
}
#page a{
background:none;
border-radius:0;
margin:0
}
#wrapper{
margin:0 auto;
height:100%;
width:880px; /* 大きさはここで変更 変更した場合は下の方のmax-width: 920pxの値も変更 */
}
header{
text-align:left;
padding-bottom:20px
}
/* 左側のwidth＋右側のwidthが全体の幅を超えないように */
#leftcolumn{
float:left;
margin:0 auto;
text-align:center;
width:300px
}
#rightcolumn{
background:#e8f8d7;
border:4px double #000000;
box-shadow:0px 0px 0px 0px #e8f8d7;
float:right;
padding:0px 0px;
width:550px
}

.box15{
margin:0; /* 中央寄せは0をautoに変更 */
width:100% /* 幅 */
}
.u01,.s01{
background:url("image/f-yoko.gif") repeat-x;

height:25px;
margin:0 32px
}
.box-top{
background-image:url("image/f-kado1.gif"), url("image/f-kado2.gif");
background-position:top left, top right;
background-repeat:no-repeat, no-repeat;
height:25px
}
.box-center{
background-image:url("image/f-tate.gif"), url("image/f-tate.gif");
background-position:top right, top left;
background-repeat:repeat-y, repeat-y;
padding:5px 32px
}
.box-bottom{
background-image:url("image/f-kado3.gif"), url("image/f-kado4.gif");

background-position:top left, top right;
background-repeat:no-repeat, no-repeat;
height:25px
}

/*--------------------------------------------------------
メニュー - menu
--------------------------------------------------------*/
#menu{
display:block;
text-align:center
}
nav li a,nav li span{
color:#e8f8d7;/* メニューの文字色 - menu font color */
display:block;
letter-spacing:.1em;
padding:5px 0;/* 一列の高さはここで調節 - Adjust the column height here */
position:relative
}
#menu nav li a:hover,nav li span:hover{
background:url("image/back02.gif");
border-radius:7px;
transition:0s
}
.sub-menu{
display:none;
overflow:hidden
}
.sub-menu li{
background:url("none");
}
.sub-menu li a:after{
display:none
}
nav li span:after{
border-top:solid 2px #e8f8d7; /* メニュー「>」の色 - Menu ">" color */
border-right:solid 2px #e8f8d7; /* メニュー「>」の色 - Menu ">" color */
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:.2s ease-in-out
}
nav li span.open:after{
-ms-transform:rotate(135deg);
-webkit-transform:rotate(135deg);
transform:rotate(135deg)
}
.menus01{
background:url("image/ue.gif") no-repeat;
margin:0 auto;padding:0 10px;
height:45px;width:250px
}
.menus02{
background:url("image/naka.gif") repeat-y;
margin:0 auto;padding:0 10px;
width:250px
}
.menus03{
background:url("image/tunagi.gif") no-repeat;
margin:0 auto;padding:0 10px;
height:45px;width:250px
}
.menus04{
background:url("image/sita.gif") no-repeat;
margin:0 auto;padding:0 10px;
height:30px;width:250px
}
#open{display:none}
/*--------------------------------------------------------
index
--------------------------------------------------------*/
.index-wrapper{
margin:20px auto;
width:600px;
text-align:center
}
/*--------------------------------------------------------
ページ上部へのリンク、著作権表示
--------------------------------------------------------*/
#pagetop{
background:rgba(0,36,92,1);/* 背景 */
color:#e8f8d7;/* 色 */
border-radius:3px;
box-sizing:border-box;
display:block;
padding:10px;
position:fixed;
text-align:center;
z-index:10
}
#pagetop:hover{
background:rgba(0,36,92,1)
}
/*--------------------------------------------------------
見出し、枠、線
--------------------------------------------------------*/
h1{
font-size:1.7em;
letter-spacing:.2em;
margin-bottom:.3em
}
h2,.h2{
border-bottom:dashed 1px #00245C;
font-size:1.1em;
font-weight:700;
padding:.2em;
margin:20px 0
}
.h2:first-letter{
font-size:1.5em
}
h3,.h3{
background:#dddac7;
border-radius:3px;
text-align: center;
font-size:1em;
font-weight:700;
margin:20px 0
}
dt{
font-weight:700;
margin:0px 0px 5px
}
dd{
border-bottom:1px solid #00245c;
margin:0px 0px 5px 2em
}
em{
background:#d9bed0; /* Ie9 */
background:-webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(0.49, #fff), color-stop(0.5, #d9bed0), color-stop(1, #d9bed0));
background:-webkit-linear-gradient(transparent 50%, #d9bed0 0%);
background:linear-gradient(transparent 50%, #d9bed0 0%);
font-weight:700
}
input,textarea{
background:#e8f8d7;
border:1px dotted #00245c;
color:#00245c;
margin:3px 0;
width:200px
}
textarea{
height:50px
}
hr{
display:block;
border:0;  
border-top:1px dashed #8797c5;
margin:1em 0;
padding:0;
height:1px
}
.marker{
background:#00245c;
color:#e8f8d7;border:1px solid #00245c;
border-radius:3px;
padding:2px 2px
}
.ln01{
border-left:8px solid #d9bed0;
margin:5px 0;
padding:3px
}
.ln02{
border-left:8px solid #00245c;
margin:5px 0;
padding:3px
}
.textbox{
border:1px dotted #8797c5;
font-size:0.9em;
padding-left:1em;
text-align:center
}
.title{
color:#00245c;
font-size:1.5em;
font-weight:700;
margin:2em 0;
text-align:right
}
.txt{
border-left:1px solid #8797c5;
color:#8797c5;
margin:1em;
padding:0 0 0 1em
}
.frame{
background:#e8f8d7;
border:1px dotted #8797c5;
border-radius:3px;
box-shadow:0px 0px 0px #ccc;
-webkit-box-shadow:0px 0px 0px #ccc
}
/*--------------------------------------------------------
横幅920pxで切り替え
920px = #pageの(paddingx2=40)+#wrapperのwidth
--------------------------------------------------------*/
@media screen and (max-width: 920px){
#wrapper{width:600px}
#rightcolumn{width:300px}
}
/*--------------------------------------------------------
スマホ、タブレット用
横幅600pxで切り替え
--------------------------------------------------------*/
@media screen and (max-width: 600px){
body{font-size:1.3em;padding:10px 10px 70px}
#wrapper{width:100%;position:relative}
#page header{padding-right:60px} /* メニューボタン分空ける */
#contents{width:100%}
#leftcolumn{float:none}
#rightcolumn{float:none;width:100%}
.index-wrapper{width:auto}
img{max-width:100%;height:auto} /* 画像の縮小表示 */

/* スライド */
#leftcolumn{
background:rgba(0,0,0,.6); /* 背景色 */
padding:100px 0 20px; /* メニューボタン分上を空ける */
height:100%;width:300px; /* (*1)同じにする */
transition:all .3s;
transform:translate(300px); /* (*1)同じにする */
-ms-transform:translate(300px); /* (*1)同じにする */
-webkit-transform:translate(300px); /* (*1)同じにする */



position:fixed;
top:0;right:0;
z-index:1000
}
#leftcolumn.open{
transform:translate(0);
-ms-transform:translate(0);
-webkit-transform:translate(0)
}
aside{
height:100%;
overflow:auto;
-webkit-overflow-scrolling:touch
}

/* メニューを開くボタン */
#open{
color:#00245c;
display:inline-block;
position:absolute;
text-align:center;
height:60px;width:60px;/* 大きさ */
top:0;right:0;/* #wrapperを基準にした位置 */
z-index:1001
}
.open-text{position:absolute;bottom:0;left:0;width:100%}
#open .close + .open-text{color:#e8f8d7}/* 開いた時の文字色 */
#open-icon,#open-icon:before,#open-icon:after{background:#00245c; /* 線の色 */}
#open-icon{display:block;margin:-1px 0 0 -10px;position:absolute;top:20px;left:50%;height:2px;width:20px}
#open-icon:before,#open-icon:after{content:"";display:block;position:absolute;top:50%;left:0;height:2px;width:20px;transition:.3s}
#open-icon:before{margin-top:-8px}
#open-icon:after{margin-top:6px}
#open .close{background:transparent}
#open .close:before,#open .close:after{margin-top:0}
#open .close:before{-ms-transform:rotate(-45deg);-webkit-transform:rotate(-45deg);transform:rotate(-45deg);background:#e8f8d7}/* 開いた時の線の色 */
#open .close:after{-ms-transform:rotate(-135deg);-webkit-transform:rotate(-135deg);transform:rotate(-135deg);background:#e8f8d7}/* 開いた時の線の色 */
}
