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

* {
	margin: 0px;
	padding: 0px;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}


html {
	overflow-y: scroll;
}

body {
	font-family: "Meiryo", "メイリオ", "Arial", "ヒラギノ角ゴ Pro w3", "Hiragino Kaku Gothic Pro,osaka", "ＭＳ Ｐゴシック", sans-serif;
	font-size:62.5%;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}

p, li, dt, dd, table {
	text-align: justify;
	text-justify: inter-ideograph;
	line-break: strict;
	font-size: 1.6rem;
	line-height: 1.8;
}

img {
	border: 0px;
}

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

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

address, caption, cite, code, dfn, em, th, var {
	font-style: normal;
	font-weight: normal;
}

select option {margin:0px
padding:0px;
}



form label {
	cursor: pointer;
}

.cfix:after {
	content: "";
	display: block;
	clear: both;
}


.cfixo {
	overflow: hidden;
}

.ul,
.ol {
	padding-left: 40px;
	list-style-type: disc;
}
.ol {
	list-style-type: decimal;
}


section{margin:0;
padding:0px;
}

