abbr,address,article,aside,audio,b,blockquote,body,canvas,caption,cite,code,dd,del,details,dfn,div,dl,dt,em,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,p,pre,q,samp,section,small,span,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,ul,var,video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: 0 0;
	box-sizing: border-box;
	position: relative;
}

body {
	line-height: 1;
}

a,i,p,span {
	box-sizing: border-box;
}

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

nav ul {
	list-style: none;
}

ul li {
	list-style-type: none;
}

blockquote,q {
	quotes: none;
}

blockquote:after,blockquote:before,q:after,q:before {
	content: '';
	content: none;
}

a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: 0 0;
	text-decoration: none;
	color: inherit;
}

ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}

mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: 700;
}

del {
	text-decoration: line-through;
}

abbr[title],dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}

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

hr{
	display: block;
	height: 0;
	margin: 0;
	padding: 0;
	border: none;
}

input,select {
	vertical-align: middle;
}

/* ラジオボタンのデフォルトスタイルを無効化 */
input[type="radio"] {
  appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}

/* セレクトボックスのデフォルトスタイルを無効化 */
select {
  appearance: none;
  -webkit-appearance: none;  /* SafariやChrome用 */
  -moz-appearance: none;  /* Firefox用 */
}

/* チェックボックスのデフォルトスタイルを無効化 */
input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

i {
	font-style: normal;
}
