@charset "utf-8";

body {
    line-height:1;
    margin:0;
	background-color: #fff;
	color: #333;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Arial, Verdana, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
}
 
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, 
pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0; 
	padding: 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;
}
 
fieldset, img {
	border: 0;
}

img {
	vertical-align: bottom;
	font-size: 0;
	line-height: 0;
}
 
ol, ul {
	list-style: none;
}
 
input, select {
    vertical-align:middle;
}
 
a {
    -webkit-tap-highlight-color:transparent;
}

a {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:focus {
	outline: none;
}