@charset "UTF-8";


/*Reset
------------------------------------*/
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-collapse:collapse;
border:none;
border-spacing:0;
}

fieldset,img,abbr,acronym {
border:0;
}

address,caption,cite,code,dfn,em,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:''; }

hr {}

a img, :link img, :visited img { border:none; }

address {
font-style:normal;
display:inline;
}


/*elements
------------------------------------*/
body {
/*font-family: Helvetica, Arial, sans-serif; */
font-family: "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
color: #231815;
font-size: 12px;
line-height: 1.5em;
}

a {
color: #231815;
text-decoration: none;
}

a:link {}
a:hover {
text-decoration: underline;
}
a:focus {}
a:active {}
a:visited {}

h1 {}
h2 {}
h3 {}
h4 {}
p {}

img {
width: auto\9;
height: auto;
max-width: 100%;
vertical-align: middle;
border: 0;
-ms-interpolation-mode: bicubic;
}

strong {
font-weight:normal;
}

em {
font-style:italic;
}

blockquote {
margin:0 20px 10px 20px;
line-height:1.8em;
font-style:italic;
}

sup {}
sub {}