@charset "utf-8";

/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
margin:0;
padding:0;
border:0;
outline:0;
font-size:100%;
vertical-align:baseline;
background:transparent;
}
body {
line-height:1;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
display:block;
}
nav ul {
list-style:none;
}
blockquote, q {
quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content:'';
content:none;
}
a {
margin:0;
padding:0;
font-size:100%;
vertical-align:baseline;
background:transparent;
}
/* change colours to suit your needs */
ins {
background-color:#ff9;
color:#000;
text-decoration:none;
}
/* change colours to suit your needs */
mark {
background-color:#ff9;
color:#000; 
font-style:italic;
font-weight:bold;
}
del {
text-decoration: line-through;
}
abbr[title], dfn[title] {
border-bottom:1px dotted;
cursor:help;
}
table {
border-collapse:collapse;
border-spacing:0;
}
/* change border colour to suit your needs */
hr {
display:block;
height:1px;
border:0;   
border-top:1px solid #cccccc;
margin:1em 0;
padding:0;
}
input, select {
vertical-align:middle;
}



body {
    font-size: 16px;
    color: #111;
    line-height: 1.5em;
    letter-spacing: 0.5px;
    background-color: #fff;
    font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
}

h1 {
    margin-top: 50px;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.2em;
}

img {
  max-width: 100%;
  height: auto;
}

.trigger-wrap {
    display: none;
}

.menu {
    float: left;
    width: 20%;
    height: 100%;
    position: fixed;
    background-color: #fff;
    top: 0;
    left: 0;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    box-shadow: 1px 1px 8px -2px rgba(0,0,0,0.1);
    z-index: 97;
}

nav ul {
    padding-bottom: 50px;
    margin-bottom: 50px;
}

.menu li {
    list-style: none;
    margin: 0;
    border-bottom: 1px #efefef solid;
}

.menu a {
    text-decoration: none;
    font-size: 14px;
    color: #111;
    display: block;
    line-height: 100%;
    padding: 10px;
}

.menu a:hover {
    background-color: #f0ece2;
}

.menu-section {
    padding: 5px;
    text-align: center;
    background-color: #111;
    color: #fff;
    font-size: 15px;
}

.menu-space {
	height: 50px;
}

.present {
	background-color: #f0ece2;
}

.main {
    float: right;
    width: 80%;
    padding-bottom: 50px;
    margin-bottom: 50px;
}

.container {
    margin: 0 auto;
    width: 98%;
}

.head {
    position: relative
}

.floating {
    position: fixed;
    width: 100%;
    top: 0;
    margin: 0;
    padding: 8px 0;
    background-color: #fff;
    visibility: hidden;
    z-index: 98;
}

@media (max-width: 499px) {
    
    .trigger-wrap {
        position: fixed;
        top: 73px;
        right: 0;
        z-index: 100;
        display: block;
        width: 50px;
        height: 46px;
        background-color: rgba(255, 255, 255, 0.15);
        text-align: center;
        border-radius: 4px;
    }
    
    .menu {
        display: none;
        float: none;
        width: 100%;
        height: 100%;
        z-index: 99;
    }
    
    .menu-trigger,
    .menu-trigger span {
        display: inline-block;
        transition: all .4s;
        box-sizing: border-box;
    }
    .menu-trigger {
        position: relative;
        top: 10px;
        width: 30px;
        height: 26px;
    }
    .menu-trigger span {
        position: absolute;
        left: 0;
        width: 100%;
        height: 4px;
        background-color: rgba(0, 0, 0, 0.7);
        border-radius: 4px;
    }
    .menu-trigger span:nth-of-type(1) {
        top: 0;
    }
    .menu-trigger span:nth-of-type(2) {
        top: 11px;
    }
    .menu-trigger span:nth-of-type(3) {
        bottom: 0;
    }
    .menu-trigger.active span:nth-of-type(1) {
        -webkit-transform: translateY(11px) rotate(-45deg);
        transform: translateY(11px) rotate(-45deg);
        background-color: rgba(0, 0, 0, 1)!important;
    }
    .menu-trigger.active span:nth-of-type(2) {
        opacity: 0;
    }
    .menu-trigger.active span:nth-of-type(3) {
        -webkit-transform: translateY(-11px) rotate(45deg);
        transform: translateY(-11px) rotate(45deg);
        background-color: rgba(0, 0, 0, 1)!important;
    }
    
    .main {
        float: none;
        width: 100%;
    }
    
    h1 {
        font-size: 1em;
    }
}