﻿

/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/

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%;
	background: transparent;
}
body {
	line-height: 1;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,"ＭＳ Ｐゴシック", "MS P Gothic",Osaka,Verdana,Arial, Helvetica, sans-serif;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
	display: block;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
em {
	font-style: normal;
}
small {
	font-size: 85%;
}
ins { /* 追記部分を表すタグ */
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}
del { /* 削除部分を表すタグ */
	text-decoration: line-through;
}
mark { /* 見た目上ハイライトするタグ */
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}
abbr[title], dfn[title] { /* abbrは略語・dfnは用語 */
	border-bottom: 1px dotted;
	cursor: help;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 0;
	padding: 0;
}
a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
img {
	vertical-align: top;
	font-size: 0;
	line-height: 0;
	border: 0;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}
input, select {
	vertical-align: middle;
}
input[type=radio] {
	margin: 0 3px 4px 0;
}
input[type=checkbox] {
	margin: 0 0px 5px 0;
}
label {
	margin: 0 10px 0 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol, ul {
	list-style: none;
}
/* smartphone */
html {
	-webkit-text-size-adjust: 100%;
}