@charset "utf-8";


/* ========================================
リセット CSS

 - File Name : reset.css
 - Latest Css Updates : 2012.11.27
 - Those who update it : e.y
 ------------------------------------------
 reset
======================================== */

/*-----------------------------------------------------
reset
-------------------------------------------------------*/
*{
	font-size:100%;
}

* {
	margin: 0;
	padding: 0;
}

html,body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}

h1,h2,h3,h4,h5,h6,p,ul,ol,li,dl,pre,form,dl,dt,dd,blockquote,fieldset,input,address{
	margin:0;
	padding:0;
}

h1,h2,h3,h4,h5,h6,caption,address,th{
	font-style:normal;
	font-weight:normal;
}

ul,ol,li,dl,dt,dd{
	list-style-type:none;
	list-style-position:outside;
}

table,th,td{
	vertical-align:top;
	margin:0;
	padding:0;
	border:none;
	border-spacing: 0;
}

caption{
	display:none;
}

fieldset{
	border:none;
}

legend{
	display:none;
}

img{
	border:0;
	vertical-align:top;
	-ms-interpolation-mode: bicubic;
}

svg:not(:root) {
  overflow: hidden;
}

hr{
	display:none;
	clear: both;
}

br{
	letter-spacing:0;
}

/* form */  
button,fieldset,form,input,label,legend,select,textarea{
	font-family:inherit;
	font-style:inherit;
	font-weight:inherit;
	font-size:100%;
	margin:0;
	padding:0;
	vertical-align:baseline;
}
select{
	padding:2px;
}

form {
  margin: 0;
}

button,
input {
  line-height: normal;
}

button,
input[type="button"], 
input[type="reset"], 
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}