/* CSS Document */

@import url('../icon/style.css');
/*
@import url('//fonts.googleapis.com/earlyaccess/notosansjapanese.css');
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	box-sizing: border-box;
	/*background:transparent;*/
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

html{
	font-size: 62.5%;
	line-height:100%;
}

body{
	-webkit-text-size-adjust:100%;
}

nav ul {
	list-style:none;
}
nav ul li{
	display:inline-block;
	text-align:center;
}

blockquote,
q {
	quotes:none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content:'';
	content:none;
}

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

a{}
a:link{
	text-decoration: none;
}
a:visited{
	text-decoration: none;
}
a:hover{
	text-decoration:underline;
}
a:active{
	text-decoration: none;
}

input,
textarea,
select,
button{
	box-sizing:border-box;
	vertical-align:middle;
	border:1px solid #eee;
	padding:3px;
}

.clearfix {zoom:1;}
.clearfix:after {
	content: ""; 
	display: block; 
	clear: both;
	}

.clear{
	clear:both;
	}

.center{
	text-align:center;
	}

.left{
	text-align:left;
	}

.right{
	text-align:right;
	}

.rightFloat{
	float:right;
	}

.leftFloat{
	float:left;
	}
