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}
/* この上はいじらないほうがいいです */

html{
font-size:62.5%;
height:100%;
}
body{
background:#fff;/* インラインフレーム内背景色 */
color:#400;/* インラインフレーム内文字色 */
font-family:Verdana,Roboto,'游ゴシック','Yu Gothic','游ゴシック体','YuGothic','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
font-size:1.3em;/* 文字の大きさ */
text-align:left;
letter-spacing:.1em;
line-height:1.6;
padding:5px 10px 40px
}
a{
color:#eeb022;
text-decoration:underline;
text-decoration-color:#ccc /* 一部ブラウザのみ */
}
a:hover{
color:#400
}
/*--------------------------------------------------------
インラインフレーム外設定
--------------------------------------------------------*/
#page{
background:#eeb022;
color:#400;
padding:20px;
height:100%
}
#page a{
color:#fff;
text-decoration:none
}
header{
text-align:right;
min-height:100px;width:100%
}
#wrapper{
color:#400
}
#main-wrap{ 
float:right;
height:100%;width:100%;
margin-left:-250px /* #leftcolumnのwidthと同じだけ左に余白 */
}  
#rightcolumn{
background:#fff;
border:5px dashed #400;
border-radius:10px;
padding:8px;
position:relative;
text-align:left;
height:100%;
margin-left:280px /* #leftcolumnのwidthと同じかそれ以上 */
}
#leftcolumn{ 
float:left;
text-align:left;
height:100%;width:250px
}
#leftcolumn-inner{
overflow:auto;
-webkit-overflow-scrolling:touch;
height:100%
}
footer{
padding:10px;
text-align:right;
min-height:60px;width:100%
}
#open{display:none}
/*--------------------------------------------------------
index
--------------------------------------------------------*/
#index{
background:#eeb022;
color:#400;
margin:20px auto;
text-align:center
}
.indexbox{
border:5px dashed #400;
background:#fff;
border-radius:10px;
margin:0 auto;
padding:20px;
width:400px
}
#index a,.indexbox a{
color:#400
}
/*--------------------------------------------------------
ページ上部へのリンク
--------------------------------------------------------*/
#pagetop{
background:rgba(238,176,34,.8);
border:3px solid #400;
border-radius:30px;
height:30px;width:30px;
position:fixed;
bottom:-100px;right:10px;
z-index:50;
-webkit-transition:.5s;
transition:.5s
}
.arrow{
border-left:5px solid #400;
border-top:5px solid #400;
position:absolute;
top:35%;left:32%;
height:10px;width:10px;
-ms-transform:rotate(45deg);
-webkit-transform:rotate(45deg);
transform:rotate(45deg)
}
#pagetop:hover{
background:rgba(222,222,222,.8);
transition:.3s
}
/*--------------------------------------------------------
メニュー
--------------------------------------------------------*/
#menu{
font-size:1.2em;
font-weight:700;
line-height:1;
margin:10px 0;
width:100%
}
nav li{
display:inline-block
}
nav li a{
color:#fff;
display:inline-block;
margin:5px
}
nav li+li:before{
content:"|"
}
/*--------------------------------------------------------
見出し、枠、線
--------------------------------------------------------*/
h1{
font-size:1.5em;
letter-spacing:.2em;
margin:0 0 10px 0
}
h2,.h2{
font-size:1.3em;
font-weight:700;
margin-bottom:10px;
padding:0.2em 0;
position:relative;
border-bottom:2px solid #400
}
.h2:first-letter{
font-size:1.5em;
color:#eeb022
}
.h2::after{
background:#eeb022;
position:absolute;
bottom:-2px;left:0;
content:'';
height:2px;width:20%;
z-index:2
}
h3,.h3{
border-bottom:1px dashed #400;
font-size:1.2em;
font-weight:400;
margin:20px 0
}
dt{
background:#eeb022;
border-radius:5px;
font-size: 1.2em;
font-weight:800;
float:left;
clear:both;
margin:10px 0 5px;
padding:0 5px;
width:100%;
}
dd{
border-bottom:dashed 1px;
	margin-bottom: 10px;
}
#leftcolumn dt{
background:none;
display:inline-block;
float:none;
clear:none;
font-weight:700;
padding:3px
}
#leftcolumn dd{
margin:0 0 10px 10px;
padding:3px
}
em{
background:#e5e5e5;
font-weight:700
}
input,textarea{
background:#eeb022;
border:1px solid #400;
color:#400;
margin:3px 0;
width:200px
}
textarea{
height:50px
}
hr{
display:block;
border:0;  
border-top:1px solid #ccc;
margin:1em 0;
padding:0;
height:1px
}
.marker{
color: red;
font-weight: 1000;
background:#ffee99; /* Ie9 */
background:-webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(0.49, #fff), color-stop(0.5, #ffee99), color-stop(1, #ffee99));
background:-webkit-linear-gradient(transparent 50%, #ffee99 0%);
background:linear-gradient(transparent 50%, #ffee99 0%)
}
.ln01{
border-left:5px solid #400;
margin:5px 0;
padding:0 5px
}
.ln02{
border-left:5px solid #eeb022;
margin:5px 0;
padding:0 5px
}
.textbox{
border:1px dotted #400;
margin:10px 0;
padding:3px;
text-align:center
}
.title{
color:#eeb022;
font-size:1.5em;
font-weight:700;
margin:2em 0;
text-align:right
}
.txt{
border-left:1px dotted #400;
margin:1em;
padding:0 0 0 1em
}
.frame{
border:6px solid #fff;
border-radius:3px;
box-shadow:4px 4px 0 #ccc
}

.iframe-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


/*--------------------------------------------------------
スマホ、タブレット用
横幅600pxで切り替え
--------------------------------------------------------*/
@media screen and (max-width : 600px ){
body{font-size:1.3em}
#leftcolumn,#rightcolumn{float:none;width:100%}
#main-wrap{float:none;margin-left:0}
#rightcolumn{margin-left:0;position:static;height:auto}
#leftcolumn{float:none;height:auto}
footer{position:relative}
.indexbox{width:100%}
dt{float:none}
dd{margin:0 0 5px 0}

/* スライド */
#leftcolumn{
color:#fff;
width:280px; /* (*1)同じにする */
background:rgba(0,0,0,.9); /* 背景色 */
padding:20px 20px 80px;
height:100%;
transition:all .3s;
transform:translate(280px); /* (*1)同じにする */
-ms-transform:translate(280px); /* (*1)同じにする */
-webkit-transform:translate(280px); /* (*1)同じにする */



position:fixed;
top:0;right:0;
z-index:1000
}
#leftcolumn.open{
transform:translate(0);
-ms-transform:translate(0);
-webkit-transform:translate(0)
}
#leftcolumn a{
color:#eeb022;
text-decoration:underline
}
/* メニューを開くボタン */
#open{
background:#400; /* 背景 */
color:#fff; /* 文字色 */
border-radius:5px;
display:inline-block;
padding:10px;
position:absolute;
height:40px;width:150px; /* 大きさ */
top:10px;left:0; /* footerを基準にした位置 */
z-index:1001
}
.open-text{height:40px;margin-left:40px}
#open-icon,#open-icon:before,#open-icon:after{background:#fffff3} /* 線の色 */
#open-icon{display:block;margin:-1px 0 0 0;position:absolute;top: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)
}
}
