article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}

header {
    position: relative;
    width: 100%;
    margin: 0 auto;
    background: #312f22;
    height: 30px;
    text-align: center;
    line-height: 30px;
}

.inner {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
    color: #fff;font-size: 10pt;
}

@media screen and (max-width: 960px){
.brand {
    width: 70px;
}
}

.brand {
    padding: 10px 0;
    margin-left: 20px;
}
.brand {
    width: 120px;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    box-shadow: 0 0 0 2px #d9d19b, 0 0 0 5px #fff, 1px 5px 7px rgba(0,0,0,0.3);
    text-align: center;
    z-index: 99;
}

@media screen and (max-width: 960px){
.brand {
    width: 70px;
}
}

.brand {
    padding: 10px 0 0px;
    margin-left: 20px;
}
.brand {
    width: 60px;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    box-shadow: 0 0 0 2px #d9d19b, 0 0 0 5px #fff, 1px 5px 7px rgba(0,0,0,0.3);
    text-align: center;
    z-index: 99;
}

@media screen and (max-width: 960px){
.brand img {
    width: 50px;
}
}

.brand img {
    max-width: 200px;
}
.brand img {
    width: 50px;
    margin: 0 auto;
}
a img, form, fieldset {
    border: none;
}

#navi {
    width: 100%;
    margin: 0;
    padding: 0;
    height: 60px;
    line-height: 60px;
    background-color: #e9e6d7;
    box-shadow: 1px 3px 5px rgba(0,0,0,0.1);
    z-index: 10;
}

@media screen and (min-width: 768px)
{
.pc {
    display: block;
}
}

.pc {
    display: none;
}

@media screen and (max-width: 960px)
{
#navi span:first-child {
    margin-left: 15%;
}
}

#navi span:first-child {
    margin-left: 28%;
}

@media screen and (max-width: 960px)
{
#navi span a {
    width: 15%;
    line-height: 1.25;
}
}

#navi a {
    display: inline-block;
    padding: 10px 0;
    margin: 10px 0;
    text-decoration: none;
    color: #36312a;
    width: 12%;
    text-align: center;
    font-size: 0.7em;
    line-height: 1.1;
}

@media screen and (min-width: 768px){
.sp {
    display: none;
}
}

.sp {
    display: block;
}

.mmenu {
    margin: 0 !important;
    padding: 3px 0 !important;
    border-radius: 0px;
}

.mmenu {
    margin: 0 !important;
    padding: 3px 0 !important;
    border-radius: 0px;
}

.mmenu label {
    border: 1px solid #333;
    color: #333;
    text-align: center;
    padding: 3px 10px;
    display: inline-block;
    margin: 0 auto;
    border-radius: 30px;
    max-width: 200px;
    display: block;
    font-size: 80%;
}

.spmenu label {
    position: absolute;
    top: 40px;
    right: 10px;
}

.mmenu input[type="checkbox"].on-off {
    display: none;
}

input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

.mmenu input[type="checkbox"].on-off {
    display: none;
}

input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

.mmenu input[type="checkbox"].on-off + ul {
    height: 0;
    overflow: hidden;
}

.mmenu ul {
    margin: 0 !important;
    padding: 0 !important;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    list-style: none;
    border-radius: 0px;
}
.mmenu a {
    margin: 0 0 2px;
    padding: 18px 0;
    display: block;
    width: 100%;
    line-height: 1;
    text-align: center;
    font-size: 12px;
    letter-spacing: 0.2em;
    background-color: #e9e6d7;
}

.nav {
    padding: 20px 0px 0px;
    margin: 0 auto 0px;
    font-size: 100%;
    background: #105182;
    z-index: 3;
    opacity: 1 !important;
    border-top: 1px solid #ccc;
    height: 148px;
    text-align: center;
    position: fixed;
    width: 100%;
}

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.clearfix:before, .clearfix:after, .dl-horizontal dd:before, .dl-horizontal dd:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .form-horizontal .form-group:before, .form-horizontal .form-group:after, .btn-toolbar:before, .btn-toolbar:after, .btn-group-vertical>.btn-group:before, .btn-group-vertical>.btn-group:after, .nav:before, .nav:after, .navbar:before, .navbar:after, .navbar-header:before, .navbar-header:after, .navbar-collapse:before, .navbar-collapse:after, .pager:before, .pager:after, .panel-body:before, .panel-body:after, .modal-footer:before, .modal-footer:after {
    display: table;
    content: " ";
}

input.btn {
    font-size: 100% !important;
}

input.btn, button.btn {
    margin: 5px 3px !important;
    text-align: center;
    cursor: hand;
    text-shadow: #fff;
    visibility: inherit;
    outline: none;
    background: none !important;
    border: none;
}

input {
    outline:none;
}

input.btn:hover , button.btn:hover { 
    background: none !important;
}

input.btn_small{
	display: inline;
	margin: 0 1px !important;
	text-align: center;
	padding: 1px 15px;
	border: 1px solid #333;
	background-color: #666;
	color: #FFF;
	cursor: hand;
}
