@charset "utf-8"; 
 
/************************************************

	foundation.css
	last update 150209

	1:reset
	2:print
	3:base style

************************************************/

/* ===================================

	1: reset

====================================== */

html {
  overflow: auto;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html,body {
	height:100%;
}
body, div, p,
h1, h2, h3, h4, h5, h6,
pre, blockquote, table, th, td,
dl, dt, dd, ul, ol, li,
form, textarea,
address { margin: 0; padding: 0; }

* html h1, * html h2, * html h3, * html h4, * html h5, * html h6 { height: 1%; }

ul li { list-style-type: none; }
li li { font-size: inherit; }

h1, h2, h3, h4, h5, h6,
form, textarea,
pre, blockquote, table, th, td { font-size: 100%; }

p, li, dt, dd ,pre, legend { line-height: 1.7; }
h1, h2, h3, h4, h5, h6 { font-weight: bold;line-height: 1.4; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
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;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
mark {
  color: #000;
  background: #ff0;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -.5em;
}
sub {
  bottom: -.25em;
}
img {
  border: 0;
  vertical-align: top;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}

hr { display: none; border: 0; height: 0; visibility: hidden; }
hr.lines {
	display: block;
	visibility: inherit;
    clear: both;
    max-width: 80rem;
    height: 0;
    margin: 3rem auto;
    border-top: 0;
    border-right: 0;
    border-bottom: 1px solid #cacaca;
    border-left: 0;
}

pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
em {font-style: italic;}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color:  #000;

}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/* password */
input[type="password"] { height: 1.2em; font-family: arial; ime-mode: disabled;}

/* button */
input[type="submit"] ,
input[type="reset"] ,
input[type="button"] ,
input[type="image"] { cursor: pointer; padding:0;-webkit-appearance: none; }

/* file */
input[type="file"] { height: 20px; }
fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}
legend {
  padding: 0;
  border: 0;
}
textarea {
  overflow: auto;
  font-size: 100%;
}
optgroup {
  font-weight: bold;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
td,
th {
  padding: 0;
}

* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
label { cursor: pointer; }
.navskip,
.hide { position: absolute; width: 0; height: 0; overflow: hidden; font-size: 0; }


/* ===================================

	3:base style

====================================== */

/*  basic font size
------------------------------------------ */

body {
	font-size: 13px;/* Except IE */
	color:#fff;
	background-color:#111624;
	text-align: center;   
	-webkit-text-size-adjust: 100%;
	overflow-x: hidden;
}

html:not(:target) body {
	font-size: 13px; /* IE */
    font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif !important;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
} 

/* for IE8 
------------------------------------------ */

html>/**/body {
	font-size: 13px; /* IE */
    font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif !important;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
} /* for ie8 */

/* site base style
------------------------------------------ */

p {
	margin:0 0 20px 0;
}

select {
	color:#2a2a2a;
}

/* sup
------------------------------------------ */
body sup { font-size: 100%; }
html>/* */body sup { font-size: 100%; }
html:not(:target) sup { font-size: 85%; }

/* Link
------------------------------------------ */
a:link { color: #5497EB; text-decoration: none;	outline: 0;}
a:visited { color: #5497EB; text-decoration: none;}
a:hover { color:#5497EB; text-decoration:underline; }
a:active { color:#5497EB; text-decoration:underline; }