*{margin:0;padding:0}
div,h1,h2,h3,p,ul,li,input,textarea,table,tr,th,td,footer,header,nav{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
a{outline:none}
a img{border-style:none}
ul,li{list-style-type:none}

html {
font-size:62.5%;
height:100%
}
body {
background:#fff;/* インラインフレーム内背景色 */
color:#83775d;/* インラインフレーム内文字色 */
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:2px;
line-height:150%;
padding:0 20px;
overflow-wrap:break-word;
word-wrap:break-word
}
a {
color:#aed8ce;
text-decoration:underline
}
a:hover {
color:#a3a328
}
/*--------------------------------------------------------
インラインフレーム外設定
--------------------------------------------------------*/
#page {
background:#fff;
color:#83775d;
padding:0;
height:100%
}
#page a {
text-decoration:none
}
#page a:hover {
color:#ccc
}
header{
background-color:rgba(255,255,255,0.8);
position:fixed;
top:0;left:0;
height:100px;width:100%;
z-index:40
}
#header-inner {
padding:10px 20px
}
#contents {
margin:0 auto;
height:100%
}
#main-wrap {
float:right;
margin-left:-300px;/* (※1)と同じだけマイナス */
width:100%;height:100%
}
#rightcolumn {
margin-left:300px;/* (※1)と同じ */
position:relative
}
#leftcolumn {
background:#83775d;
float:left;
width:300px;/* (※1) */
height:100%;
padding-right:20px
}
#leftcolumn-inner {
background:url(image/back01.gif) fixed;
height:100%;
overflow:auto;
-webkit-overflow-scrolling:touch
}
#leftcolumn-inner,#rightcolumn-inner {
padding:120px 20px 100px;/* headerのheight+20 20px footerのheight+20 */
}
footer{
background-color:rgba(255,255,255,0.8);
border-top:#83775d solid 20px;
position:fixed;
bottom:0;left:0;
height:80px;
width:100%;
z-index:10
}
#footer-inner {
padding:30px 20px 0;
text-align:center
}
#leftcolumn .block {
background:#83775d;
border-radius:5px;
color:#fff;
clear:both;
margin:0 auto 10px;
padding:8px;
word-wrap:break-word
}
.block {
background-image:url(image/back01.gif);
border-radius:5px;
clear:both;
margin:0 auto 10px;
padding:20px;
word-wrap:break-word
}
.block-inner{
background:#fff;
border-radius:5px;
padding:8px
}
/*--------------------------------------------------------
インラインフレーム
--------------------------------------------------------*/
.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%
}
/*--------------------------------------------------------
index
--------------------------------------------------------*/
#index {
margin:20px;
height:auto
}
#index .block {
width:400px
}
/*--------------------------------------------------------
ページ上部へのリンク
--------------------------------------------------------*/
#pagetop{
background:#83775d;
border-radius:5px;
height:50px;width:50px;
position:fixed;
bottom:-100px;right:20px;
z-index:50;
transition:.5s
}
.arrow {
border-left:2px solid #fff;
border-top:2px solid #fff;
position:absolute;
top:40%;left:30%;
height:16px;width:16px;
-ms-transform:rotate(45deg);
-webkit-transform:rotate(45deg);
transform:rotate(45deg)
}
#pagetop:hover{
background:#ccc;
transition:.3s
}
#fl{
background:#83775d;
border-radius:5px;
color:#fff;
padding:10px
}
/*--------------------------------------------------------
メニュー
--------------------------------------------------------*/
#menu {
background:#83775d;
font-size:1.2em;
position:absolute;
text-align:center;
bottom:0;left:0;
width:100%
}
nav li {
display:inline-block;
height:2em;line-height:2em
}
nav li a {
color:#fff;
display:inline-block;
margin:0 10px
}
nav li+li:before {
content:"|"
}
/*--------------------------------------------------------
見出し、枠、線
--------------------------------------------------------*/
h1 {
font-size:2em;
letter-spacing:3px;
padding:0 0 .5em 0
}
h2,.h2 {
color:#999;
font-size:1.5em;
margin:20px 0;
padding:.2em 0;
position:relative;
border-bottom:2px solid #83775d
}
h2:first-letter,.h2:first-letter {
color:#83775d;
font-size:1.7em
}
h2::after,.h2::after {
background-color:#83775d;
position:absolute;
bottom:-2px;left:0;
content:'';
height:2px;width:20%;
z-index:2
}
h3,.h3 {
font-size:1.3em;
border-bottom:1px #83775d dotted;
font-weight:400;
line-height:18px;
margin:20px 0
}
.marker {
background:#d5f2eb; /* Ie9 */
background:-webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(0.49, #fff), color-stop(0.5, #d5f2eb), color-stop(1, #d5f2eb));
background:-webkit-linear-gradient(transparent 50%, #d5f2eb 0%);
background:linear-gradient(transparent 50%, #d5f2eb 0%);
}
.ln01 {
border-left:5px solid #83775d;
margin:5px 0;
padding:3px
}
.ln02 {
border-left:5px solid #b2dcd2;
margin:5px 0;
padding:3px
}
.navi {
border:1px #83775d solid;
margin:10px 0;
padding:3px;
text-align:center
}
.title {
color:#83775d;
font-size:1.5em;
font-weight:700;
margin:2em 0;
text-align:right
}
.title:first-letter {
color:#b2dcd2;
font-size:1.6em
}
.txt {
border-left:1px dotted #83775d;
color:#999;
margin:1em;
padding:0 0 0 1em
}
dt {
font-weight:700;
float:left;
margin:0 0 5px;
width:12em
}
dd {
border-bottom:1px solid #83775d;
margin:0 0 5px 13em
}
dl:after{
content:"";
clear:both;
height:0;
display:block;
visibility:hidden
}
#leftcolumn dt {
color:#d5f2eb;float:none
}
#leftcolumn dd {
margin-left:1em
}
em {
font-weight:700
}
input,textarea {
background:#83775d;
border:1px solid #fff;
color:#fff;
font-family:Verdana,Roboto,'游ゴシック','Yu Gothic','游ゴシック体','YuGothic','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
font-size:1em;
margin:3px 0;
width:100%
}
textarea {
height:50px
}
.frame {
border:6px solid #fff;
border-radius:3px;
box-shadow:4px 4px 4px #ccc;
-webkit-box-shadow:4px 4px 4px #ccc
}
hr {
display:block;
border:0;  
border-top:1px solid #ccc;
margin:1em 0;
padding:0;
height:1px
}
.cf:before,.cf:after{content:" ";display:table}
.cf:after{clear:both}
