@charset "utf-8";

html,button,input,select,textarea,body,
.pure-g,.pure-g-r,.pure-g [class *= "pure-u"] {
	font-family: "Hiragino Sans","Hiragino Kaku Gothic ProN","Meiryo","メイリオ",sans-serif;
}
article,aside,figure,figcaption,footer,header,nav,section{
	display:block;
}
html{
	font-size:100%;
	overflow-y:scroll;
	-webkit-text-size-adjust:100%;
	    -ms-text-size-adjust:100%;
	font-size:0.7em;
}
body,html{
	margin:0;
	padding:0;
	line-height:1.8;
	vertical-align:middle;
	color:#041133;
	letter-spacing:0.02em;
	background-color:#ffffff;
	font-weight:normal;
	box-sizing: border-box;
}
a,a:link,a:visited,a:hover,a:active{
	outline:none; !important
	overflow:auto;
	color:#041133;
	text-decoration:none;
}
a:hover{
	color:#018665;
}
h1,h2,h3,h4,h5,h6,p,div,dl,dt,dd,ol,ul,li{
	font-weight:normal;
	margin:0;
	padding:0;
}
dl,dt,dd,ol,ul,li{
	list-style:none;
}
article,aside,figure,figcaption,footer,header,nav,section,table,th,tr,td,input[type=text],h1,h2,h3,h4,h5,h6,p,div,dl,dt,dd,ol,ul,li,a,span,iframe{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
}
img {
	border:0;
	vertical-align:bottom;
}
.pure-g {
    display: flex;
}