﻿html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, b, i, del, dfn, em, img, ins, kbd, q, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, input, textarea, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figure, figcaption, footer, header, menu, nav, output, section,
summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

* {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-webkit-appearance: none;
}

html, body {
	height: 100%;
}
html {
	overflow-y: scroll;
}
body {
	-webkit-text-size-adjust: 100%;
	-webkit-overflow-scrolling: touch;
}

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

a {
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
a:active, a:focus {
	outline: none;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
	border: 0;
}

ol, ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	/*border-collapse: separate; ボーダー別々*/
	border-spacing: 0;
}
th, td {
	font-weight: normal;
	white-space: nowrap;
	vertical-align: top;
}
th, caption {
	text-align: left;
}
i, caption, address {
	font-style: normal;
}

input, select {
	vertical-align:middle;
}

.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}
/*-----------------------------------------------
 font
-----------------------------------------------*/
html{
	font-size:medium;	
}

body{
	font-size:62.5%; /* 16px -> 10px */
}

dt,dd,li,
caption,th,td,
input,button,textarea,select,
h1,h2,h3,h4,h5,h6,p,address{
	line-height:1.5;
	font-size:120%;
}

h1 *,h2 *,h3 *,h4 *,h5 *,h6 *,
p input,p button,p select,
li h1,li h2,li h3,li h4,li h5,li h6,li p,li dt,li dd,li li,li th,li td,li input,li button,li textarea,li select,
dd h1,dd h2,dd h3,dd h4,dd h5,dd h6,dd p,dd dt,dd dd,dd li,dd th,dd td,dd input,dd button,dd textarea,dd select,
tr h1,tr h2,tr h3,tr h4,tr h5,tr h6,tr p,tr dt,tr dd,tr li,            tr input,tr button,tr textarea,tr select{
	font-size:100%;
}

input,button,select,option,textarea{
	font-size:12px;
}