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:#fff;background-image:url("/main_graphics/background.jpg");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{
/* インラインフレーム内背景色 */

color:#000;/* インラインフレーム内文字色 */
font-family:Verdana,Roboto,'游ゴシック','Yu Gothic','游ゴシック体','YuGothic','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
font-size:1.2em;/* 文字の大きさ */
text-align:left;
letter-spacing:.2em;
line-height:1.5;
padding:10px
}
a{
color:#6de8fe;
text-decoration:underline
}
/*--------------------------------------------------------
インラインフレーム外設定
--------------------------------------------------------*/
#page{
color:#000;
text-align:center
}
#page a{
color:#222;
text-decoration:underline
}
header{
padding:10px 20px;

}
#contents{
border:1px #000 solid;
margin:0 auto;
padding:8px;
width:330px;
background:#fff;/* 枠の大きさ 高さはjquery.height.jsで指定 */
}
#contents-inner{
border:1px #000 dotted;
padding:10px;
height:100%;width:100%;
background:#fff;
}
p{
 background:#fff; 
}
img{
 background:#fff; 
}
/*--------------------------------------------------------
メニュー
--------------------------------------------------------*/
#menu{
text-align:center;
margin:10px 0
}
nav li{
display:inline-block
}
nav li a{
color:#000;
display:inline-block;
margin:0 5px
}
nav li+li:before{
content:"/"
}
/*--------------------------------------------------------
見出し、枠、線
--------------------------------------------------------*/
h1{
font-size:1.3em;
padding:0 0 .5em 0;
text-align:center;
color:white;

}
h2,.h2{
color:#999;
font-size:1.2em;
font-weight:700;
margin:20px 0;
padding:.2em 0;
position:relative;
border-bottom:1px solid #999
}
h2:first-letter,.h2:first-letter{
color:#000;
font-size:1.2em
}
h2::after,.h2::after{
background:#000;
position:absolute;
bottom:-1px;left:0;
content:'';
height:1px;width:20%;
z-index:2
}
h3,.h3{
font-size:1.1em;
border-bottom:1px #000 dotted;
font-weight:400;
line-height:18px;
margin:20px 0
}
dt{
font-weight:700;
margin:0 0 5px
}
dd{
border-bottom:1px solid #000;
margin:0 0 5px 1em
}
dl:after{
content:"";
clear:both;
height:0;
display:block;
visibility:hidden
}
em{
font-weight:700
}
input,textarea{
background:#fff;
border:1px #000 dotted;
color:#000;
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
}
.marker{
background:#abf2fe; /* Ie9 */
background:-webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(0.49, #fff), color-stop(0.5, #abf2fe), color-stop(1, #abf2fe));
background:-webkit-linear-gradient(transparent 50%, #abf2fe 0%);
background:linear-gradient(transparent 50%, #abf2fe 0%)
}
.ln01{
border-left:5px solid #000;
margin:5px 0;
padding:3px
}
.ln02{
border-left:5px solid #c00;
margin:5px 0;
padding:3px
}
.textbox{
border:1px #000 solid;
margin:10px 0;
padding:3px;
text-align:center
}
.title{
color:#000;
font-size:1.5em;
font-weight:700;
margin:2em 0;
text-align:right
}
.title:first-letter{
color:#999;
font-size:1.6em
}
.txt{
border-left:1px dotted #000;
color:#999;
margin:1em;
padding:0 0 0 1em
}
/*--------------------------------------------------------
スマホ、タブレット用
横幅600pxで切り替え
--------------------------------------------------------*/
@media screen and (max-width: 600px){
#page{padding:10px;height:100%}
#contents{width:100%;height:auto}
}