/*
v0.1.1
*/

html{
	font-size:62.5%;
	-webkit-text-size-adjust:none;
}

body{
	color:#333;
	overflow-x:hidden;
	margin:0;
	padding:0;
	font-size:15px;
	font-size:1.5rem;
	line-height:1.1;
	font-family:'ヒラギノ角ゴ ProN W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,osaka,'ＭＳ Ｐゴシック',"Lucida Grande","segoe UI",geneva,verdana,sans-serif;
	word-wrap:break-word;
	overflow-wrap : break-word;
	-webkit-text-size-adjust:none;
}

h1,h2,h3,h4,h5,p,dl,dt,dd,ul,ol{margin:0;}

div,header,footer,nav,ul,ol{margin:0 auto}

ul,ol{list-style-type:none;padding:0}

img{border:0;vertical-align:bottom;}

address{font-style:normal}

.clear{clear:both;}

a{text-decoration:none;outline:none;transition:0.3s}
a:link{color:#333;}
a:visited{color:#333;}
a:hover{color:#333;}
a:active{color:#333}

.no-margin{margin-bottom:0;}

/*fit
------------------------------*/
.fit,
.fit_ko>*,
.fit_mago>*>*{
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}


/*clearfix
------------------------------*/
.clearfix:after{
	content:".";
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
}

.clearfix {
	min-height:1px;
}

* html .clearfix{
	height:1px;
	/*¥*//*/
	height:auto;
	overflow:hidden;
	/**/
}