@charset "utf-8";
body * {
max-height: 999999px;
outline: none;
box-sizing: border-box;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
input,
textarea,
p,
th,
td,
hr,
figure {
margin: 0;
padding: 0;
}

body,
table,
mark,
form,
select,
input,
textarea {
color: #000;
font-size: 14px;
font-family: "ヒラギノ丸ゴ ProN W4",
"ヒラギノ丸ゴ Pro",
"Hiragino Maru Gothic Pro",
"ヒラギノ角ゴ Pro W3",
"Hiragino Kaku Gothic Pro",
"HG丸ｺﾞｼｯｸM-PRO",
"HGMaruGothicMPRO",
sans-serif;
line-height: 1.8;
letter-spacing: 0;
}

abbr[data-original-title],
abbr[title] {
cursor: help;
}

i {
font-style: normal;
}

img {
max-width: 100%;
height: auto;
border: 0;
vertical-align: top;
}

input {
vertical-align: top;
}
input[type=button],
input[type=reset],
input[type=submit] {
-webkit-appearance: none;
cursor: pointer;
}
input[type=checkbox],
input[type=radio] {
position: relative;
top: -1px;
margin-right: 5px;
}
input[type=search] {
-webkit-appearance: textfield;
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
-webkit-appearance: none;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
height: auto;
}
input[disabled] {
cursor: default;
}

.win input[type=checkbox],
.win input[type=radio] {
top: 2px;
}

button {
-webkit-appearance: button;
cursor: pointer;
}
button[disabled] {
cursor: default;
}

select {
margin-right: 5px;
vertical-align: top;
}

textarea {
vertical-align: top;
}

ul,
ol {
list-style-image: none;
list-style-position: outside;
list-style-type: square;
}
ul li,
ol li {
list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
font-size: 100%;
font-weight: normal;
}

em,
cite {
font-style: normal;
}

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

audio,
canvas,
progress,
video {
display: inline-block;
vertical-align: baseline;
}

audio:not([controls]) {
display: none;
height: 0;
}

[hidden],
template {
display: none;
}

svg:not(:root) {
overflow: hidden;
}

pre {
overflow: auto;
}

code,
kbd,
pre,
samp {
font-family: monospace,
monospace;
font-size: 1em;
}

mark {
background-color: transparent;
}

table {
width: 100%;
border-collapse: collapse;
border-spacing: 0;
table-layout: fixed;
}
table th,
table td {
text-align: left;
font-weight: normal;
}

hr {
width: 0;
height: 0;
border: 0;
}

a {
color: #f00;
text-decoration: none;
outline: none;
}
a:active,
a:hover {
text-decoration: underline;
}

.load img,
.load a,
.load *:before,
.load *:after {
transition: all 0.5s;
}

.sp {
display: none;
}

@media screen and (max-width: 768px) {
* {
max-width: 100%;
}
body {
min-width: inherit;
-webkit-text-size-adjust: 100%;
}
a {
-webkit-touch-callout: none;
-webkit-tap-highlight-color: transparent;
}
.sp {
display: block;
}
.pc {
display: none;
}
.container {
width: 100%;
max-width: none;
}
.container .row {
max-width: none;
}
.container [class^="grid_"] {
float: none;
width: auto;
}
#SlideInMenu {
z-index: 9999;
display: block;
background: #fff !important;
}
.navbar-nav {
margin-top: 5px;
border-top:1px solid;
}
.navbar-nav > li {
padding-left: 0 !important;
padding-right: 0 !important;
}
.navbar-nav > li span {
display: none !important;
}
.navbar-nav > li > a {
border-bottom:1px solid;
}
.navbar-nav > li > a:link,
.navbar-nav > li > a:visited,
.navbar-nav > li > a:hvoer {
color: #000;
}
}
