@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}
address,article,aside,figure,figcaption,footer,header,hgroup,hr,legend,menu,nav,section,summary {
	display:block;
}
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 100%;
	color:#333333;
}
html {
	overflow: scroll;
}
img {
	border:0;
}
ul {
	list-style-type: none;
}

/*font-size*/

h1 {
    font-size: 15px;
}

h2 {
    font-size: 14px;
}

h3 {
    font-size: 13px;
}

h4 {
    font-size: 12px;
}

h5 {
    font-size: 11px;
}

h6 {
    font-size: 10px
}

p {
    font-size: 12px
}

.p-14 {
    font-size: 14px;
}

.p-13 {
    font-size: 13px;
}

.p-12 {
    font-size: 12px;
}

.p-11 {
    font-size: 11px;
}

.p-10 {
    font-size: 10px;
}



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