@charset "UTF-8";

/* !UNIVERSAL RESET ────────────────────────────── */
*{
	margin:0px;
	padding:0px;
}

html,body{
    width: 100%;
}

body {
	background: #fff;
	text-align: center; /* box centering */
	font: normal 63% Verdana, Geneva, Arial, Helvetica, sans-serif;
	/* font: normal 63% 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif; */
	vertical-align: baseline;
	color: #464646;
}

h1, h2, h3, h4, h5, h6, p, pre, ul, ol, dl, dt, dd,
address, form, blockquote {
	margin: 0;
	padding: 0; /* margin&padding reset */
	text-align: left;
	font-style: normal;
    font-weight: normal;
}

table {
	margin : 0;
	empty-cells: show;
	border-collapse: collapse;
}

hr,.areaAnchor,.anchor {
	display : none;
	clear: both;
}

img {
	border: none; /* img do not want a border */
	vertical-align: bottom;
	border-style:none;
}

li {
	list-style: none; /* link do not want a dot */
}

acronym,
abbr {
	cursor: help;
}

textarea { /* テキストエリア内文字サイズのブラウザ間での差異をなくす */
	font-size: 100%;
}

sup { /* 上付き文字調整 */
	line-height: 100%;
	vertical-align: baseline;
	position: relative;
	top: -2px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;  
}

input[type="submit"], input[type="button"] {
	-webkit-appearance: none;
	border-radius: 0;
}