* {
    margin:0;
    padding:0;
    outline:0;
    vertical-align:baseline;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}

*:before, *:after{	-webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; -ms-transition: all 0.3s ease; transition: all 0.3s ease; }

body { line-height:1.4; }

img{ border:none; text-decoration:none; }

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display:block;
}

nav ul { list-style:none;}
li { list-style: none; }
a { margin:0; padding:0; vertical-align:baseline; background:transparent; border:none;}

table { border-collapse:collapse; border-spacing:0; }

input, select { vertical-align:middle; }

input, button, textarea, select {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
/*===============common===============*/

/*--clearfix--*/

.clearfix:after {
content   : ".";
clear     : both;
display   : block;
font-size : 0;
height    : 0;
visibility: hidden;
}
.clearfix {display: inline-block;}
* html .clearfix { height: 1%;}
.clearfix {display: block;}