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{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;box-sizing:border-box}
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}
hr{border:0;display:block;margin:1em 0;padding:0;height:1px}
.cf:before,.cf:after{content:" ";display:table}.cf:after{clear:both}

/* ===================================
Background, text, link settings
=================================== */

html{
font-size:62.5%
}
body{
background:#fff; /* background */
color:#000; /* font color */
font-size:1.3em;/* font size */
font-family:'Segoe UI','游ゴシック Medium','Yu Gothic Medium','游ゴシック体',YuGothic,'Hiragino Kaku Gothic ProN','メイリオ',Meiryo,sans-serif;
letter-spacing:.1em;
line-height:1.5;
padding:20px;
text-align:center
}
/*  Link
------------------------------ */
a{
color:inherit
}
#rightcolumn a,aside a{
color:#365d95;
display:inline-block;
margin:3px 3px 3px 0;
border-bottom:1px solid #ddd
}
#rightcolumn a:hover,aside a:hover{
background:rgba(225,59,139,.8);
color:#fff;
transition:.6s
}
#rightcolumn a.bg-none,a.bg-none{
border-bottom:0
}
#rightcolumn a.bg-none:hover,a.bg-none:hover{
background:none;
color:inherit
}
#rightcolumn .line > a{
border-bottom:0;
margin:0
}

/* ===================================
Basic
=================================== */

#wrapper{
margin:0 auto 50px;
position:relative;
max-width:800px /* Change the overall width and size here */
}
#header-inner{
padding:0 0 20px 0;
text-align:left
}
#rightcolumn-wrap{ 
float:right;
margin-left:-200px; /* minus the same amount*/
width:100%
}
#rightcolumn{
border:1px solid #000;
margin-left:200px; /* same as*/
padding:20px 20px 20px 30px;
position:relative;
text-align:left
}
#leftcolumn-wrap{
float:left;
width:200px /* Width on the left side*/
}
#leftcolumn{
padding:20px 10px
}

/* ===================================
menu
=================================== */

#menu{
display:block;
margin:0 auto
}
nav li a,nav li span{
background:url(image/back01.gif) #fff;
border:1px solid #000;
box-sizing:content-box;
display:block;
font-weight:700;
margin:0 auto 10px;
padding:10px;
position:relative;
width:100px
}
nav li a:hover,nav li span:hover{
background:#c0c0c0;
transition:.6s
}
.sub-menu{
display:none;
margin:0;
overflow:hidden
}
.sub-menu li a{
background:#ccc
}
.sub-menu li:first-child a{
margin-top:0
}
/*  Menu
------------------------------ */
nav li span:after{
border-top:1px solid #000; /* color */
border-right:1px solid #000; /* color */
content:"";
display:block;
margin-top:-5px;
position:absolute;
height:5px;width:5px;
top:50%;right:10px;
-ms-transform:rotate(45deg);
-webkit-transform:rotate(45deg);
transform:rotate(45deg);
transition:.5s
}
nav li span.open:after{
-ms-transform:rotate(135deg);
-webkit-transform:rotate(135deg);
transform:rotate(135deg)
}
/*  Hide button to open menu
------------------------------ */
#open{display:none}

/* ===================================
Link to top of page, copyright notice
=================================== */

#pagetop{
background:rgba(0,0,0,.7);
border-radius:10px;
bottom:-80px;
box-sizing:border-box;
color:#fff;
display:block;
padding:10px;
position:fixed;
text-align:center;
z-index:10
}
#pagetop:hover{
background:rgba(0,0,0,.9)
}
#fl{
margin-top:80px;
text-align:center
}
#fl a{
display:inline-block;
margin:20px 0
}

/* ===================================
index
=================================== */

.indexbox{
border:1px solid #000;
margin:0px auto;
padding:20px;
text-align:center;
max-width:500px
}

/* ===================================
Headings, borders, and lines
=================================== */

h1{
font-size:1.3em;
margin:0 0 10px
}
h2{
border-bottom:1px solid;
font-size:1.1em;
margin:20px 0 20px -10px;
padding:.2em
}
h2:first-letter{
font-size:1.5em
}
#leftcolumn h2{
margin:20px 0
}
#leftcolumn > h2:first-child,#rightcolumn h2:first-child{
margin-top:0
}
h3{
font-size:1.1em;
margin:20px 0
}
h3 span{
background:#000;
color:#fff;
display:inline-block;
line-height:20px;
padding:0 10px;
position:relative;
text-align:center;
vertical-align:middle;
left:10px;
min-width:100px
}
h3 span:before,h3 span:after{
content:"";
border-width:10px 0 10px 10px;
border-style:solid;
position:absolute;
height:0;width:0
}
h3 span:before{
border-color:#000 transparent;
left:-10px
}
h3 span:after{
border-color:transparent #000;
right:-10px
}
h2 + h3{
margin-top:0
}
dt{
clear:both;
font-weight:700;
float:left;
margin:0 0 5px;
padding:2px 5px;
width:12em /* Adjust depending on the number of characters */
}
dd{
border-bottom:dotted 1px #999;
margin:0 0 5px 14em; /* Add 2 to the width of dt */
padding:2px 0
}
em{
background:url(image/back01.gif) #fff;
font-style:normal;
font-weight:700
}
input,textarea{
background:#fff;
border:1px solid;
margin:3px 0;
width:250px
}
textarea{
height:50px
}
#leftcolumn input,#leftcolumn textarea{
width:100%
}
hr{
border-top:1px solid #ccc
}
.marker{
background:#a8f0f0;
background:-webkit-linear-gradient(rgba(168,240,240,0) 50%, #a8f0f0 0%);
background:linear-gradient(rgba(168,240,240,0) 50%, #a8f0f0 0%);
border-radius:3px;
padding:1px 5px
}
.dcline{
border-left:5px solid #d2d2d2;
margin:8px 0;
padding:3px 3px 3px 10px
}
.textbox{
border:1px dotted;
margin:10px 0;
padding:3px;
text-align:center
}
.title{
color:#d2d2d2;
font-size:1.5em;
font-weight:700;
margin:2em 0
}
/*  Multi-line right alignment
------------------------------ */
.r-justified{
text-align:right
}
.r-justified p{
display:inline-block;
text-align:left
}
.inline{
display:inline-block
}

/* ===================================
Switch at width 800px
=================================== */

@media screen and (max-width: 800px){
dt{float:none;clear:none}
dd{margin-left:20px}
input,textarea{width:100%}
img{max-width:100%;height:auto} /* Reduced image display */
}

/* ===================================
For smartphones and tablets
Switch at 600px width
=================================== */

@media screen and (max-width: 600px){
body{
padding:15px;
font-size:1.5em
}
#header-inner{
padding:0;
min-height:60px; /* button to open menu */
margin-right:60px /* button to open menu */
}
#rightcolumn{
padding:20px
}
#leftcolumn{
padding:10px
}
h1{
font-size:1.2em
}
#rightcolumn h2{
margin:20px -10px
}
#rightcolumn-wrap{float:none;margin-left:0}
#rightcolumn{margin-left:0}
#leftcolumn{float:none}
a:hover,nav span:hover,#rightcolumn a:hover{background:none;color:inherit}

/* ===================================
Menu for smartphones and tablets
=================================== */

/*  slide
------------------------------ */
#leftcolumn-wrap{
background:#fff;
line-height:2;
margin:0;
padding:70px 10px 20px; /* Leave a space for the menu button */
position:fixed;
height:100%;width:300px; /* Make it the same */
top:0;right:0;
-ms-transform:translate(300px); /* Make it the same */
-webkit-transform:translate(300px); /* Make it the same */
transform:translate(300px); /* Make it the same */
transition:.3s;
z-index:1000
}
#side-bg{
background:rgba(51,51,51,.5)/* surrounding background */
}
/*  menu
------------------------------ */
nav li a,nav li span{
padding:5px;
box-sizing:border-box;
width:100%
}
/*  button to open menu
------------------------------ */
#open{
background:#000;
color:#fff;
display:inline-block;
position:absolute;
text-align:center;
height:50px;width:50px; /* size */
top:0;right:0;
z-index:1001
}
#leftcolumn{height:100%;overflow:auto;-webkit-overflow-scrolling:touch}
#leftcolumn-wrap.open{-ms-transform:translate(0);-webkit-transform:translate(0);transform:translate(0)}
#side-bg{display:none;position:fixed;height:100%;width:100%;top:0;left:0;z-index:999;cursor:pointer}
#open.buttonclose{position:fixed;top:15px;right:15px}
.open-text{font-size:12px;position:absolute;bottom:0;left:0;width:100%}
#open-icon,#open-icon:before,#open-icon:after{background:#fff} /* line colour */
#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)}
#open .close:after{-ms-transform:rotate(-135deg);-webkit-transform:rotate(-135deg);transform:rotate(-135deg)}
}