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

img{
max-width: 100%;
width /***/:auto;　
}

html {
font-size:62.5%;
height:100%
}
body {
background: #fff url(./img/back.jpg) no-repeat fixed bottom right;
color:#000;
font-family: Verdana,Osaka,sans-serif;
font-size:1.2em;
letter-spacing:2px;
line-height:150%;
text-align:center;
height:100%;
overflow-wrap:break-word;
word-wrap:break-word; /* IE、FF用 */
}
a {
color:#93b6c8
}
a:hover{
color:#ccc
}
/*--------------------------------------------------------
基本
--------------------------------------------------------*/
#index {
background:#fff url(img/back01.gif);
padding:20px;
height:auto;min-height:inherit
}
#wrapper {
text-align:left;
height:100%
}
header {
padding:10px;
position:absolute;
top:0;left:0;
height:60px; /* (※2)#leftcolumn-innerのpadding(上)と同じ */
width:300px; /* (※1)#leftcolumnのwidthと同じ */
z-index:5
}
#contents {
float:right;
margin-left:-300px;/* (※1)#leftcolumnのwidthと同じだけ左に余白 */
height:100%;
width:100%
}
#contents a,.block a{
border-bottom:1px solid #ccc;
display:inline-block;
margin:5px 5px 5px 0
}
#contents a img,.block a img{
vertical-align:bottom
}
#contents a:hover,.block a:hover{
color:#999
}
#rightcolumn{
position:relative;
margin-left:300px; /* (※1)#leftcolumnのwidthと同じ */
height:100%;
}
#rightcolumn-inner{
padding:20px
}
#leftcolumn{ 
background:#fff url(img/back01.gif);
float:left;
height:100%;min-height:100%;
width:300px; /* (※1) */
}
#leftcolumn-inner{
padding:60px 10px 10px 10px; /* (※2)先頭はheaderのheightと同じ */
}
#wrapper > #contents,#wrapper > #leftcolumn{
height:auto
}
/*--------------------------------------------------------
メニュー
--------------------------------------------------------*/
#menu{
display:block
}
nav ul {
text-align: center
}
nav li {
display:inline-block;
margin:5px 0
}
nav li a{
border-bottom:0;
color:#000;/* メニューの文字色 */
display:block;
letter-spacing:1px;
padding:0 5px;
}
nav li a:hover{
background-color:rgba(190,194,190,0.6);
border-radius:5px;
color:#000;
transition:.5s
}
nav li + li {
border-left:1px solid #818081;
}
#open{display:none}
/*--------------------------------------------------------
ページ上部へのリンク、著作権表示
--------------------------------------------------------*/
#pagetop {
background:rgba(0,0,0,.7);
border-radius:10px;
color:#fff;
display:block;
position:fixed;
text-align:center;
padding:10px;
right:20px;bottom:-60px;
z-index:50;
transition:.5s
}
#fl {
display:inline-block;
margin:20px 0
}
/*--------------------------------------------------------
見出し、枠、線
--------------------------------------------------------*/
h1{
color:#000;
font-size:1.6em;
margin:5px 0
}
h2 {
border-top:1px solid #000;
font-size:1.1em;
margin:20px 0 0
}
h3 {
border-top:1px dashed #818081;
color:#818081;
font-size:1.1em;
margin:20px 0 0
}
h2 span,h3 span {
background:#fff;
padding-right:1em;
position: relative;
top:-.8em;
}
.marker {
background:#dae6ec;
padding:1px 5px
}
.ln01 {
border-left:8px solid #93b6c8;
margin:5px 0;
padding:3px
}
.ln02 {
border-left:8px solid #000;
margin:5px 0;
padding:3px
}
.line {
background:url(img/back02.gif) repeat-x 0 0;
height:16px;
margin:1em 0
}
.navi {
background:#e9eae9;
border-radius:5px;
margin:10px 0;
padding:3px;
text-align:center
}
.title {
color:#93b6c8;
font-size:1.5em;
font-weight:700;
margin:2em 0;
text-align:right
}
.txt {
border-left:1px dotted #999;
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 dashed #ccc;
margin:0 0 5px 13em
}
dl:after{
content:"";
clear:both;
height:0;
display:block;
visibility:hidden
}
em {
background:#ffe796; /* Ie9 */
background:-webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(0.49, #fff), color-stop(0.5, #ffe796), color-stop(1, #ffe796));
background: -webkit-linear-gradient(transparent 50%, #ffe796 0%);
background:linear-gradient(transparent 50%, #ffe796 0%);
font-weight:700
}
input,textarea {
background-color:#fff;
border:1px solid #000;
color:#000;
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:200px
}
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}
/*--------------------------------------------------------
スマホ、タブレット用
横幅600pxで切り替え
--------------------------------------------------------*/
@media screen and (max-width:600px) {
body {
background:#fff url(img/back01.gif);
font-size:1.4em
}
#wrapper {
padding:20px
}
header {
position:static;
padding:0 50px 0 0;
height:auto;min-height:50px;
width:auto
}
#contents{
float:none;
margin-left:0
}
#rightcolumn {
background:#fff;
border-radius:10px;
box-shadow:2px 2px 2px #ccc;
margin-left:0;
position:static;
}
#rightcolumn-inner{
margin:10px 0;
padding:10px;
}
#leftcolumn {
background:none;
border-radius:5px;
float:none;
width:100%
}
#leftcolumn-inner{
background:none;
padding:0;
width:auto
}
.block{
background:#fff;
border-radius:10px;
box-shadow:2px 2px 2px #ccc;
margin:10px 0;
padding:10px
}
#contents a,.block a{
color:#000;
background-color:rgba(190,194,190,0.6);
border-radius:5px;
border-bottom:0;
line-height:1em;
padding:5px
}
#contents a.bg-none,.block a.bg-none{
background:none;
border-bottom:1px solid #ccc;
border-radius:0;
padding:0
}
#fl{
background-color:rgba(0,0,0,0.6);
border-top:0;
border-radius:10px;
color:#fff;
padding:5px
}
body > #wrapper{height:auto}
dt{float:none;width:auto}
dd{margin-left:20px}
/*--------------------------------------------------------
スマホ、タブレット用メニュー
--------------------------------------------------------*/
/* メニューを開くボタン */
#open {
background:#fff; /* 背景色 */
border:2px solid #000;
border-radius:20px;
display:inline-block;
margin:0 5px;
position:absolute;
top:10px;right:20px; /* 位置 */
height:40px;width:40px; /* サイズ */
z-index:20
}
#open-icon,#open-icon:before,#open-icon:after {
background:#000; /* 線の色 */
}
#open-icon{display:block;margin:-1px 0 0 -10px;position:absolute;top:50%;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)}

/* メニュー */
#menu{
background-color:rgba(0,0,0,0.8); /* 背景色 */
display:none;
position:absolute;
margin:0;padding:10px;
width:100%;
top:60px;left:0;/* 位置 */
z-index:10
}
nav li {
display:inherit
}
nav li a{
color:#fff;
padding:15px 0 /* 一列の高さはここで調節 */
}
nav li + li {
border-left:0;
}
}