@charset "UTF-8";

/* -- Base and Reset
-------------------------------------------------------------------------------- */
body,html {
    height: 100%;
    width: 100%;
}
html {
    overflow-y: auto;
}
body {
    font: 15px/1.5 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color: #333;
    text-align: left;
    letter-spacing: 0;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td {
    margin: 0;
    padding: 0;
}
caption,th,td {
    font-weight: normal;
    text-align: left;
    vertical-align: top;
}
input,textarea,select {
    vertical-align: middle;
}
textarea {
    resize: vertical;
}
h1,h2,h3,h4,h5,h6 { font-size: 100%; }
ul,ol { list-style: none; }
fieldset,img { border: 0; vertical-align: top; }


/* -- Clear_fix
-------------------------------------------------------------------------------- */
.cf:after {
    content: "";
    display: block;
    clear: both;
    height: 0!important;
}

body{
    background: rgb(22, 86, 28);
    -webkit-text-size-adjust: 100%!important;
}
a{
    color:inherit;
    text-decoration: none;
}


/* -- wrapper
-------------------------------------------------------------------------------- */
#wrapper{
    height: 100%;
    padding: 0 15px;
    position: relative;
}


/* -- company
-------------------------------------------------------------------------------- */
#company{
    background: #fffaf3;
    border-radius: 6px;
    padding: 20px;
    position: relative;
    top: 5%;
    margin-bottom: 30px;
/*    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);*/
}


/* -- main
-------------------------------------------------------------------------------- */
#main{
    border-bottom:solid 1px #e0e0e0;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
#main h1{
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 20px;
}
#main h1:after{
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: rgb(198, 166, 36);
    margin-top: 20px;
}
#main a{
    display: block;
    font-size: 13px;
    color:rgb(0, 134, 168);
    margin-top: 12px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    text-align:center;
}


/* -- footer
-------------------------------------------------------------------------------- */
footer{
}
footer li{
    font-size: 11px;
    line-height: 1.4;
}
footer p{
    font-size: 10px;
    line-height: 1.4;
    margin-top: 10px;
}
footer p.logo{
    margin-bottom: 10px;
}
