@charset "UTF-8";

/*----------------------------------------------------
 reset.css
 ----------------------------------------------------*/
*{
margin: 0;
padding: 0;
}
html{
direction: ltr;
border: 0;
}
body{
text-align: left;
font-weight: normal;
font-style: normal;
font-size: 100%;
border: 0;
line-height: 100%;
}
a,abbr,acronym,b,bdo,big,br,cite,code,dfn,em,i,img,kbd,object,param,q,samp,small,span,strong,sub,sup,tt,var{
display: inline;
}
address,blockquote,dd,div,dl,dt,form,h1,h2,h3,h4,h5,h6,map,ol,p,pre,ul{ display: block; }
li{ display: list-item; }
ol{ list-style-type: decimal; }
ul,ol,dl,p{ margin: 1em 0; }
table,thead,tbody,caption,tr,th,td{
text-align: left;
font-size: 100%;
}
caption{
caption-side: top;
text-align: center;
}
code, pre, samp, var, kbd, input, select, textarea{
font-family : 'ＭＳ ゴシック','Osaka−等幅',monospace;
}
img { border: 0; }
p {
margin: 0;
padding: 0;
}
h1,h2,h3,h4,h5 {
font-weight: normal;
font-size:100%;
}



:link,:visited {
    text-decoration: none;
}
html,body,div,
ul,ol,li,dl,dt,dd,
form,fieldset,input,textarea,
h1,h2,h3,h4,h5,h6,pre,code,p,blockquote,hr,
th,td {
    margin: 0;
    padding: 0;
}

table {
    border-spacing: 0;
}
fieldset,img,abbr,acronym {
    border: 0;
} 
/* strict reset by uncommenting lines below */
address,caption,cite,code,dfn,em,strong,b,u,s,i,th,var {
    /* font-style: normal; */
    /* font-weight: normal; */
}

ol,ul {
    list-style: none;
}
caption,th {
    text-align: left;
}
q:before,q:after {
    content: '';
}
a {
    text-decoration: underline;
    outline: none;
}
hr {
    border: 0;
    height: 1px;
    background-color: #000;
    color: #000;
}
a img,:link img,:visited img {
    border: none;
}
address {
    font-style: normal;
    display: inline;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
 
/* remember to define focus styles! */
:focus {
	outline: 0;
}
 
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
 
/* tables still need 'cellspacing=&quot;0&quot;' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}