@import url('https://fonts.googleapis.com/css?family=Lato:400,700,900');
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
@charset "utf-8";
/* ===================================================================
CSS information
 file name  :  default.css
 style info :  リセット及びbody初期設定
=================================================================== */
/*--- reset */
html {
	overflow-y: scroll;
	height: 100%;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,img {
	margin: 0;
	padding: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: small;
}
caption,th,td {
	text-align: left;
	font-size: small;
}
q:before,q:after {
	content: '';
}
object,
embed {
	vertical-align: top;
}
img{
   vertical-align:bottom
}
img{
	height:auto;
	width:auto;
	max-width: 100%;
}

hr,legend {
	display: none;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}
img,abbr,acronym,fieldset {
	border: 0;
}
li {
	list-style-type: none;
}
a{outline:none;}
/*--- default */
body {
	margin: 0;
	padding: 0;
	height: 100%;
	text-align: center;
	font-size: 100%;
	color: #4e4e4e;
	color: #374248;
	line-height: 1.45;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	background: #FFF;
}
* html body {	/* for IF6 */
/*	font-family: "ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
*/	font-size: 14px;
}
* html table th ,
* html table td {	/* for IF6 */
	font-size: 14px;
}
*,
*:after,
*:before {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
