@charset "utf-8";

/*===================================

 * file name : reset.css
===================================== */

/* body{font-family:"Lato","Hiragino Kaku Gothic ProN","hiragino kaku gothic pro","ヒラギノ角ゴ Pro W3","Meiryo","メイリオ", sans-serif !important;} */
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳＰゴシック", sans-serif;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
p,
blockquote,
th,
td,
button {
	margin: 0;
	padding: 0;
	touch-action: manipulation;
}

fieldset,
img {
	border: 0;
	touch-action: manipulation;
}

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

ol,
ul {
	list-style: none;
}

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


/* new clearfix */
.clr {
	zoom: 1;
}

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

* html .clr {
	zoom: 1;
}

/* IE6 */
*:first-child+html .clr {
	zoom: 1;
}

/* IE7 */
.f_r {
	float: right;
}

.f_l {
	float: left;
}

label {
	line-height: 135%;
	position: relative;
	margin: 0 20px 5px 0;
	display: inline-block;
}

form input[type="checkbox"],
form input[type="radio"] {
	position: relative;
	cursor: pointer;
}