@charset "utf-8";

/* 初期リセット */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-weight: inherit;
	-webkit-text-size-adjust: none;
}

body {
	line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

/* IE7用のおまじない */
ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}



html {
	font-size: 62.5%;
}

body {
	color: #1f1f1f;
	font-size: 1.6rem;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo', 'メイリオ,', arial, helvetica, clean, sans-serif;
	line-height: 1.5;
	text-align: left;
}

/*iPhoneなど input要素のボタンにCSSが効かない時の対処方法*/
input[type="button"] {
	-webkit-appearance: none;
	border-radius: 0;
}

a {
	color: #0064b8;
	-webkit-transition: 0.25s;
	transition: 0.25s;
}

a:visited {
	color: #800080;
}

a:focus, a:hover, a:active {
	text-decoration: none;
}

/*不要？*/
em {
	font-style: italic;
}
