/* 
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, tr,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;
box-sizing: border-box;
font-weight: normal;
}
*,*:before,*:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
}
body {
line-height:1;
letter-spacing: 0.025em;
color: #444;
font-family: YakuHanJP,'Noto Sans JP', sans-serif;
font-size: 14px;
line-height: 1.8;
zoom: 1;
}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section { 
display:block;
zoom:1;
}
ul, ol ,li {
list-style:none;
}
blockquote, q {
quotes:none;
}
blockquote:before, blockquote:after, q:before, q:after {
content:'';
content:none;
}
a {
color:#000;
text-decoration: none;
margin:0;
padding:0;
font-size:100%;
vertical-align:baseline;
background:transparent;
}
a:hover,a:focus {
outline: none;
}
img {
border: 0;
vertical-align: bottom;
font-size: 0;
line-height: 0;
max-width: 100%;
height: auto;
}
/* change colours to suit your needs */
ins {
background-color:#ff9;
color:#000;
text-decoration:none;
}
/* change colours to suit your needs */
mark {
background-color:#ff9;
color:#000; 
font-style:italic;
font-weight:bold;
}
/* change border colour to suit your needs */
hr {
display:block;
height:1px;
border:0;
border-top:1px solid #cccccc;
margin:1em 0;
padding:0;
}
del {
text-decoration: line-through;
}
abbr[title], dfn[title] {
border-bottom:1px dotted;
cursor:help;
}
table {
border-collapse:collapse;
border-spacing:0;
font-size: 1em; /* for IE 5.5 */
}
table th {
font-weight: normal;
text-align: left;
}
input, select {
vertical-align:middle;
}
label {
cursor:pointer;
}
mark {
background: none;
font-style: normal;
font-weight: normal;
}
address {
font-style: normal;
}
legend {
margin-left: 1em;
padding: 0 10px;
}
textarea {
background: #fff;
font-size: 100%;
}
select {
padding: 1px 0 1px 2px;
}
option {
margin: 0 0 2px 0;
}
input {
margin: 0 0 0 0;
}