@charset "utf-8"; 
 
/************************************************

	foundation.css
	last update 160829

	1:reset
	2:base style

************************************************/

/* ===================================

	1: reset

====================================== */

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,li,fieldset,form,label,legend{margin:0;padding:0;border:0;outline:0;vertical-align:baseline;background:no-scroll transparent}

html {
  overflow: auto;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html,body {}
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: 2.0; }
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: none;
}
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;  font-size:86% !important;}
sub {  bottom: -.25em;   font-size:86% !important;}
img {  border: 0;  vertical-align: middle;}
svg:not(:root) {  overflow: hidden;}
figure {margin:0 0 20px;padding:0;}

border-width: 1px 0 0 0;
    border-style: solid;
    border-color: #ccc;
    height: 1px;
    clear: both;
    margin: 30px 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: inherit;}
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;}

*, *:before, *:after {  -webkit-box-sizing: border-box;-moz-box-sizing: border-box;-o-box-sizing: border-box;-ms-box-sizing: border-box; box-sizing: border-box;}

label { cursor: pointer; }

.navskip,.hide { position: absolute; width: 0; height: 0; overflow: hidden; font-size: 0; }


/* ===================================

	2:base style

====================================== */

/*  basic font size
------------------------------------------ */

body {
	font-size: 16px;/* Except IE */
	color:#444444;
	background-color:#fff;
	text-align: center;   
	-webkit-text-size-adjust: 100%;
	position:relative;
	    font-family: 'Noto Sans JP',"Helvetica Neue" ," Helvetica" ,"游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-weight:500;
}

html:not(:target) body {
	font-size: 16px; /* IE */
        font-family: 'Noto Sans JP',"Helvetica Neue" ," Helvetica" , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-weight:500;
} 

/* site base style
------------------------------------------ */

p {	margin-top: 0;margin-right: 0;margin-left: 0;margin-bottom: 20px;}

/* sup
------------------------------------------ */
body sup { font-size: 100%; }
html>/* */body sup { font-size: 100%; }
html:not(:target) sup { font-size: 85%; }

/* Link
------------------------------------------ */
a:link { color: #0186BB; text-decoration: none;	outline: 0;}
a:visited { color: #0186BB; text-decoration: none;}
a:hover { color:#0186BB; text-decoration:none;}
a img:hover { filter: alpha(opacity=80); -moz-opacity:0.80; opacity:0.80; }
a:active { color:#0186BB; text-decoration:none; }