@charset "utf-8";

/* リセット ＆ 基本設定 */

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,
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;
}

:focus{
	outline:0;
}

html{
	font-size:62.5%;
}

body{
	background:#fff;
	color:#333;
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	font-size:1.6rem;
	line-height:1;
	-webkit-text-size-adjust: 100%;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 1.3rem;
}

ol,ul{
	list-style:none;
}

img{
	vertical-align:bottom;
}

table{
	border-collapse:separate;
	border-spacing:0;
}

caption,th,td{
	text-align:left;
	font-weight:normal;
}

input,
textarea,
button,
option{
	color:#333;
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	font-size:1.6rem;
}

a:link,a:visited { color: #333; text-decoration: underline; }
a:hover,a:active { color: #c00; text-decoration: none; }

em {font-style: normal;}

dt dfn {
	font-weight: normal;
	font-style: normal;
}


