@charset "utf-8";


html,body{ -webkit-text-size-adjust: 100%; }

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

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
    margin: 0;
    padding: 0;
}

img {
	border:0;
	vertical-align:bottom;
}

h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	clear:none;
	line-height:normal;
}

p,pre,blockquote,address,ul,dl,ol,th,strong,em {
	font-size:100%;
	font-weight:inherit;
	font-style:normal;
	line-height:1.5;
}

ul,dl,ol {
	list-style-type:none;
	list-style-position:outside;
	text-indent:0;
}

table {
	border-collapse:collapse;
	border-spacing:0;
	font-size:100%;
}

th,td {
	text-align:left;
	border-collapse:collapse;
}

input,select,textarea {
	font-size:100%;
}

pre,code,kbd,samp,tt {
	font-family:monospace;
}

.clear {
	clear:both;
}

a {
	text-decoration:none;
}


/* new clearfix */
/* For modern browsers */
.clearfix:before,
.clearfix:after {
    content:"";
    display:table;
}

.clearfix:after {
    clear:both;
}

/* For IE 6/7 (trigger hasLayout) */
.clearfix {
    zoom:1;
}

/* iOSでのデフォルトスタイルをリセット */
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;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

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