﻿@charset "utf-8";

/* reset css */
html, body, div, h1, h2, h3, h4, h5, h6, p, blockquote, pre, 
address, ul, ol, li, dl, dt, dd, table, th, td, form, fieldset,p {
	margin: 0;
	padding: 0;
	line-height: 1.0;
	/*font-family:"Noto Sans JP",
	"Lucida Grande",
	"Hiragino Kaku Gothic ProN",
	Verdana,
	Meiryo, 
	sans-serif;*/
	font-family: "Noto Sans JP", sans-serif;
	font-weight: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ul, ol, dl {
	list-style: none;
}
a {
	text-decoration: none; 
}
img {
	border: 0;
}
img, input {
	vertical-align: bottom;
}
hr {
	display:block;
	border:0;
	margin:0;
	padding:0;
}
html {
	font-size:62.5%;
}

/*input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}*/

/* clearfix */
.clearfix:before, .clearfix:after {
	content:"";
	display:table;
}
.clearfix:after {
	clear:both;
}

input[type="submit"], input[type="button"] {
    border-radius: 0;
    -webkit-box-sizing: content-box;
    -webkit-appearance: button;
    appearance: button;
    border: none;
    box-sizing: border-box;
    cursor: pointer;
}
