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,n av,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%;
Height: 100%
}
body{
background:#fff; /* Background (for advertising purposes) */
color:#735648; /* Text color */
font-size:1.3em; /* Font size */
font-family:'Segoe UI','Yu Gothic Medium','Yu Gothic Medium','Yu Gothic type',YuGothic,'Hiragino Kaku Gothic ProN','Meiryo',Meiryo,sans-serif;
letter-spacing: .1em;
line-height:1.5;
text-align:center;
Height: 100%
}
/* Links ------------------------------ */
a{
color:inherit
}
#rightcolumn a{
border-bottom:1px solid #ccc;
color:#68c6c6;
display:inline-block;
margin:3px 3px 3px 0;
transition: 0.6s
}
#rightcolumn a:hover{
background:rgba(104,198,198,.8);
border-radius: 5px;
color:#fff
}
#rightcolumn a.bg-none,a.bg-none{
flag-bottom:0
}
#rightcolumn .line > a{
border-bottom:0;
margin:0;
}
#rightcolumn a.bg-none:hover,a.bg-none:hover{
background:none;
color:inherit
}

/* ===================================
Basics =================================== */

header,#rightcolumn-wrap,#leftcolumn,#index{
background:#68c6c6 /* Background color */
}
#wrapper{
background:#fff;
color:#fff;
position:relative;
text-align:left;
text-shadow: 5px 5px 1px #348b8b; /* Shadow of the text */
min-height: 100%
}
#header-inner{
padding: 20px;
text-align: right
}
#rightcolumn-wrap{
float:right;
margin-left:-250px; /* (※1) - the same amount */
width:100%
}
#rightcolumn{
background:#fff;
color:#735648;
border-radius:10px 0 0 0;
margin-left:250px; /* Same as (※1) */
padding: 20px 20px 20px 35px;
position:relative;
text-shadow:none
}
#leftcolumn-wrap{
background:#fff;
float:left;
width:250px; /* Width on the left side (*1) */
}
#leftcolumn{
border-radius:0 0 10px 0;
padding: 20px 20px 20px 35px
}
footer{
text-align:center;
text-shadow:none
}
#footer-inner{
padding: 10px 20px
}
/* ===================================
Menu ==================================== * /

#menu
display: block;
margin:0 auto
}
nav li a,nav li span{
color:#fff;
display: block;
font-size:1.3em;
font-weight:700;
padding:5px 0; /* Adjust the height of each row here */
position:relative
}
nav li a:first-letter,nav li span:first-letter{
color:#e8d9b1
}
nav li a:hover,nav li span:hover{
background:rgba(222,222,222,.6);
border-radius: 5px;
transition: 0.6s
}
.sub-menu{
display:none;
margin:0;
overtime:hidden
}
.sub-menu li{
text-indent:1em
}
.sub-menu li a:first-letter{
color:inherit;
}
/* Menu ">"
------------------------------ */
nav li span:after{
border-top:3px solid #fff; /* color */
border-right:3px solid #fff; /* 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: 0.5s
}
nav li span.open:after{
-ms-transform:rotate(135deg);
-webkit-transform:rotate(135deg);
transform:rotate(135deg)
}
/* Hide the button to open the menu ------------------------------ */
#open{display:none}

/* ===================================
Link to the top of the page, copyright notice ==================================== */

#pagetop{
background:rgba(115,86,72,.8);/* background */
border-radius:30px;
box-sizing: border-box;
color:#fff;/* Color */
display: block;
font-size:13px;
letter-spacing:normal;
line-height:20px;
padding-top: 12px;
position:fixed;
text-align:center;
height:40px; width:40px; /* Size */
bottom:-80px;
z-index:10
}
#pagetop:before{
content:"";
display: block;
border-left:2px solid #fff;
border-top:2px solid #fff;
position:absolute;
top:10px; left:16px;
height:6px; width:6px;
-ms-transform:rotate(45deg);
-webkit-transform:rotate(45deg);
transform:rotate(45deg)
}
#pagetop:hover{
background:rgba(115,86,72,.5)
}
#fl a{
background:#735648;
border-radius: 5px;
color:#fff;
display:inline-block;
padding: 5px
}

/* ===================================
index
==================================== *C

#index{
margin:0 auto;
height: auto
}
.indexbox{
background:#fff;
border-radius:10px;
margin:20px auto;
padding: 20px;
text-align:left;
max-width:580px
}

/* ===================================
Operation, frame, line ==================================== */

h1
font-size:2em;
margin:0 0 10px;
}
h1:first-letter{
color:#dd856c
}
h2{
border-bottom:2px solid #68c6c6;
font-size:1.4em;
letter-spacing: .2em;
margin:10px 0 10px -10px;
padding: .2em 0;
position:relative;
text-shadow: 5px 5px 1px #ccc /* Shadow of the text */
}
h2:first-letter{
color:#68c6c6;
font-size:1.6em
}
h2::after{
background-color:#735648;
position:absolute;
bottom:-2px; left:0;
content:'';
height:2px; width:20%;
z-index:2
}
#leftcolumn h2{
border-bottom:2px solid #fff;
font-size:1.1em;
text-shadow: 5px 5px 1px #348b8b /* Shadow of the text */
}
#leftcolumn h2:first-letter{
color:#dd856c;
font-size:1.4em
}
h3{
font-size:1.1em;
margin:10px 0
}
h3 span{
background:#a48559;
border-radius:3px;
color:#fff;
display:inline-block;
padding:0 15px
}
h2 + h3{
margin-top:0
}
#leftcolumn > h2:first-child,#rightcolumn h2:first-child{
margin-top: 5px;
}
dt{
clear:both;
font-weight:700;
float:left;
margin:0 0 5px;
padding: 0 5px;
width:12em /* Adjust depending on the number of characters */
}
dd{
border-bottom: dotted 1px;
margin:0 0 5px 14em /* 2 is added to the width of dt */
}
em{
font-style:normal;
font-weight:700
}
input,textarea{
background:#fff;
border:1px solid #735648;
color:#735648;
margin:3px 0;
width:200px
}
textarea{
height: 50px
}
hr{
border-top:1px solid #ccc
}
.marker{
background:#dd856c;
background:-webkit-linear-gradient(rgba(221,133,108,0) 80%, #dd856c 0%);
background:linear-gradient(rgba(221,133,108,0) 80%, #dd856c 0%)
}
.dcline{
border-left: 5px solid;
margin:8px 0;
padding: 3px 3px 3px 10px
}
.textbox{
border:1px switched;
border-radius: 5px;
margin:10px 0;
padding:3px;
text-align:center
}
.title{
color:#68c6c6;
font-size:1.5em;
font-weight:700;
margin:2em 0;
text-shadow: 5px 5px 1px #ccc /* Shadow of the text */
}
/* Right-aligned for multiple lines ------------------------------ */
.r-justified{
text-align: right
}
.r-justified p{
display:inline-block;
text-align:left
}
.inline{
display:inline-block
}
/* Underline of text ------------------------------ */
/* Change the value when the font-size of the body is changed */
/* 2.6 = font-size:1.3 x line-height:2 */
.line{
padding-bottom:0.1em;
background-color:#fff;
background-image:-webkit-linear-gradient(left, #fff 1.1px, rgba(255,255,255,0) 1px), -webkit-linear-gradient(top, #666 1.1px, rgba(102,102,102,0) 1px);
background-image:linear-gradient(to right, #fff 1.1px, rgba(255,255,255,0) 1px), linear-gradient(to bottom, #666 1.1px, rgba(102,102,102,0) 1px);
background-size:2px 2.6rem;
line-height:2
}

/* ===================================
Switch at a width of 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} /* Thumbnail display of image */
}

/* ===================================
Switches to a width of 600px for smartphones and tablets ==================================== */

@media screen and (max-width: 600px){
body{
background:#68c6c6;
font-size:1.5em;
padding: 15px
}
#wrapper{
background:none;
margin-bottom:50px
}
#header-inner{
padding: 0 0 20px;
text-align:left;
margin-right:70px; /* For the button to open the menu */
min-height:70px /* Space for the button to open the menu */
}
#rightcolumn{
border-radius:10px;
padding:20px
}
#leftcolumn{
padding:0 20px
}
h1:not(.index){
font-size:1.2em;
}
h2{
margin:20px -5px
}
#leftcolumn h2{
border-left: 0;
border-fender:0;
font-size:1.3em;
margin: 20px -15px
}
/* Underline of text ------------------------------ */
/* Change the value when the font-size of the body is changed */
/* 3 = font-size:1.5 x line-height:2 */
.line{
background-size:2px 3rem;
line-height:2
}
#wrapper{height:auto;width:auto}
#rightcolumn-wrap{float:none;margin-left:0}
#rightcolumn{margin-left:0}
#leftcolumn{border-radius:0;float:none}

/* ===================================
Menu for smartphones and tablets ==================================== */

/* Slides ------------------------------ */
#leftcolumn-wrap{
background:#68c6c6; /* Background color */
line-height:2;
margin:0;
padding:80px 0 20px; /* Leave space for the menu button */
position:fixed;
height:100%; width:280px; /* (*1) Make them the same */
top:0;right:0;
-ms-transform:translate(280px); /* (*1) Make it the same */
-webkit-transform:translate(280px); /* (*1) Make them the same */
transform:translate(280px); /* (*1) Make them the same */
transition: .3s;
z-index:1000
}
#side-bg{
background:rgba(51,51,51,.5)/* Background color */
}
/* menu------------------------------ */
#menu
background:#735648;
margin: 0 -20px;
text-shadow:none
}
nav li{
border-bottom:1px solid #ccc;
}
nav ul li ul li:last-child{
value:0
}
nav li a,nav li span{
font-size:1.3em;
padding: 5px 10px
}
nav li a:hover,nav li span:hover{
border-radius:0
}
nav li a:first-letter,nav li span:first-letter{
color:inherit
}
.sub-menu li a{
background:#fff;
color:#735648
}
/* Button to open menu ------------------------------ */
#open{
background:#735648; /* background */
border:1px dashed #fff; /* Border */
border-radius:3px;
box-shadow:0 0 0 5px #735648,5px 5px 8px #348b8b;
color:#fff; /* Text color */
display:inline-block;
position:absolute;
text-align:center;
height:46px; width:46px; /* Size */
right:10px; /* Position */
text-shadow:none;
z-index:1001
}
#open-icon,#open-icon:before,#open-icon:after{
background:#fff /* Line color */
}

#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:25px}
.open-text{font-size:12px;position:absolute;bottom:0;left:0;width:100%}
#open-icon{display:block;margin:-1px 0 0 -10px;position:absolute;top:15px;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:-7px}
#open-icon:after{margin-top:5px}
#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)}
} 