@charset "utf-8";

* { word-wrap: break-word; }

html,body,div,h1,h2,h3,h4,h5,h6,p,blockquote,q,pre,table,caption,colgroup,col,tbody,thead,tfoot,tr,th,td,ul,ol,li,dl,dt,dd,form,fieldset,legend,label,span,a,img,em,ins,del,cite,abbr,dfn,code,var,samp,kbd,object,script,noscript,style,iframe,embed,param,map,area,menu,hr,address,small,strong,i,b,article,aside,figure,footer,header,hgroup,nav,section,figcaption,time,video,audio,mark,ruby,rt,rp,bdo,source,canvas,details,summary,command,datalist,keygen,output,progress,meter {
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
article,aside,details,figcaption,figure,footer,header,hgroup,nav,section {
	display: block;
}
audio[controls],canvas,video {
	display: inline-block;
	*display: inline;
	zoom: 1;
}
figure { margin: 0; }
html, body { height: 100%; }
html {
	background-color: #FFF;
	color: #000;
}
body {
	font-family: sans-serif;
	font-size: 15px;
	text-align: center;
	line-height: 1.53em;
	/*-webkit-tap-highlight-color: rgba(0,0,0,0); /*タップ時のハイライトを消す(iOS)*/
	-webkit-text-size-adjust: none; /*縦・横画面での文字サイズ変形を停止*/
	-ms-text-size-adjust: none;     /*縦・横画面での文字サイズ変形を停止*/
}
div,h1,h2,h3,h4,h5,h6,p,dl,dt,dd,ol,ul,li,form,input,textarea,button,table,tr,th,td,article,aside,footer,header,hgroup,nav,section {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
h1,h2,h3,h4,h5,h6 { font-weight: normal; }
a {
	background-color: transparent;
	border: 0;
	color: #000;
	cursor: pointer;
	outline: 0;
	overflow: hidden;
	text-decoration: none;
}
a: link {
	background-color: transparent;
	color: #000;
}
a: visited {
	background-color: transparent;
	color: #000;
}
a: hover {
	background-color: transparent;
	color: #003A86;
}
a: active {
	background-color: transparent;
	color: #000;
}
a: hover,a: active,a: focus {
	outline: 0;
}
a {
	overflow: hidden;
}
abbr[title] {
	border-bottom: 1px dotted;
}
button,fieldset,form,input,label,legend,select,textarea {
	font-size: 100%;
	font-family: inherit;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	*vertical-align: middle;
}
form {
}
button,input {
	line-height: normal;
}
input {
	padding: .1em;
	vertical-align: middle;
}
button,input[type="button"],input[type="reset"],input[type="submit"] {
	display: inline-block;
	cursor: pointer;
	/*-webkit-appearance: button;*/
	-webkit-appearance: none; /*iOSでのデザインをフラット化*/
	*overflow: visible;
}
button[disabled],input[disabled] {
	cursor: default;
}
input[type="checkbox"],input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
	vertical-align: text-top;
}
input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
input[type="search"]: : -webkit-search-decoration,input[type="search"]: : -webkit-search-cancel-button {
	-webkit-appearance: none;
}
button: : -moz-focus-inner,input: : -moz-focus-inner {
	border: 0;
	padding: 0;
}
legend {
	background: #FFF;
	padding: .3em;
}
select {
	padding: 0;
	vertical-align: baseline;
}
* html select {
	vertical-align: middle;
}
*: first-child+html select {
	vertical-align: -0.2em;
}
textarea {
	line-height: 1.4em;
	padding: .1em;
	vertical-align: middle;
}
textarea {
	overflow: auto;
	vertical-align: top;
}
table {
	font-size: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}
th, td {
  text-align: left;
  vertical-align: middle;
  font-weight: normal;
}
caption {
	text-align: left;
	font-weight: bold;
}
img {
	vertical-align: bottom;
	border: 0;
	-ms-interpolation-mode: bicubic;
}
ing,abbr,acronym,fieldset {
	border: 0;
}
fieldset {
	margin: 0 2px;
	padding: .35em .625em .75em;
}
svg: not(: root) {
	overflow: hidden;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
	font-weight: normal;
}
caption,th {
	text-align: left;
}
code,kbd,pre,samp,tt {
	font-family: monospace;
	_font-family: 'courier new',monospace;
	line-height: 1em;
}
*: first-child+html code,*: first-child+html kbd,*: first-child+html pre,*: first-child+html samp,*: first-child+html tt {
	font-size: 108%;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	line-height: 1.38em;
}
p {
}
hr,legend {
	display: none;
}
object,embed {
	vertical-align: top;
}
ol,ul {
	list-style-type: none;
}
.indent {
	margin-left: 1em;
	text-indent: -1em;
}

/* clearfix */
.clr:after {
	content: ".";
 	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clr { min-height: 1px; }
* html .clr {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}