@charset "utf-8";

/* reset --------------------------------------------*/
body, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
	outline:0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset, img {
	border: 0;
	vertical-align: baseline;
	line-height: 1;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}
ol, ul {
	list-style: none;
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
	-webkit-margin-start: 0;
	-webkit-margin-end: 0;
	-webkit-padding-start: 0;
	margin: 0;
	padding: 0;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-size: 100%;
	
	-webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;	
}
q:before, q:after {
	content: '';
}
abbr, acronym {
	border: 0;
}
figure {
	margin: 0;
	padding: 0;
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
	-webkit-margin-start: 0;
	-webkit-margin-end: 0;
}
b {
	font-weight: normal;
}

/* 標準タグ ------------------------------------------------------*/
body {
	display: block;
	font-size: 20px;
	font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
	user-select: none;	
	-webkit-touch-callout: none; /* 長押し禁止 ※apple独自定義 */
}
p {
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
	-webkit-margin-start: 0;
	-webkit-margin-end: 0;
}
a {
	text-decoration: none;
}
a:link {
	color: #1d53cc;
}
a:visited {
	color: #1d53cc;
}
a:hover {
	color: #42a3cc;
}
a:active {
	color: #1d53cc;
}

strong {
	font-weight: bold;
}

body {
	margin: 20px 5% 100px;
}

h1 {
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 30px;
}

h2 {
	font-size: 20px;
	font-weight: bold;	
}

p {
	font-size: 20px;
	margin-bottom: 30px;
}