@charset"utf-8";

/*
==================================================
reset.css
================================================== */
html {
	-webkit-text-size-adjust: none; /* 文字サイズの自動調整をオフ */
}


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;  
    background: transparent;  
    border: 0;  
    outline: 0;  
  
    font-size: 1em;  
}  




body {
	font-size:15px;
     line-height: 1.5em;
	 font-family: ArialMT, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3";
}

h1, h2, h3, h4, h5, h6, p {
	margin: 0;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}

hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

ol, ul{
	list-style:none;
}
input, select {
    vertical-align:middle;
}

a {
    display: block;
	text-decoration:none;
}

a {
    -webkit-tap-highlight-color:transparent;
}


