﻿html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}
p,
time,
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
	font-size: 1em;
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
}
p {
	text-justify: inter-ideograph;
}
ol,
ul,
dl,
dd {
	margin: 0;
	padding: 0;
	list-style: none;
}
article,
nav,
section,
figure {
	display: block;
	margin: 0;
	padding: 0;
}
input,
textarea,
button,
select {
	font-size: inherit;
	font-family: inherit;
}
button {
	margin: 0;
	padding: 0;
}
table {
	border-spacing:0;
}
html {
	font-size: 15px;
}
body {
	background:#fff;
	font-family:"Roboto","游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	-webkit-text-size-adjust: none;
	font-size: 100%;
	font-weight:300;
	line-height:1.6;
	color:#333;
	text-align:center;
}
img {
	vertical-align:bottom;
	max-width:100%;
	height:auto;
}
a {
	color:#E95A00;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}