@charset "euc-jp";

/** ¶¦ÄÌ¹àÌÜ **/

/*---------------------------------------------
 format
---------------------------------------------*/
* {
	margin: 0px;
	padding: 0px;
}
	html {
    font-size: 100%;
}
html { box-sizing: border-box; } *, *:before, *:after { box-sizing: inherit; }

body, header, footer,
div,
dl, dt, dd,
ul, ol, li,
h1, h2, h3, h4, h5, h6,
pre,
form, fieldset,
p, blockquote {
	margin: 0;
	padding: 0;
}

body, textarea {
	font-size: 14px;
	font-family:'¥Ò¥é¥®¥Î³Ñ¥´ Pro W3','Hiragino Kaku Gothic Pro','£Í£Ó £Ð¥´¥·¥Ã¥¯','¥á¥¤¥ê¥ª','Meiryo','sans-serif';
	font-family: "Noto Sans Japanese", "¥Ò¥é¥®¥Î³Ñ¥´ ProN W3", "Hiragino Kaku Gothic ProN", "¥á¥¤¥ê¥ª", Meiryo, "¥Ò¥é¥®¥Î³Ñ¥´ Pro W6", "Hiragino Kaku Gothic Pro", "Osaka", "£Í£Ó £Ð¥´¥·¥Ã¥¯", "MS PGothic", "sans-serif";
	font-family: "¥á¥¤¥ê¥ª","Þâ¥´¥·¥Ã¥¯", "Yu Gothic", "Noto Sans Japanese", "¥Ò¥é¥®¥Î³Ñ¥´ ProN W3", "Hiragino Kaku Gothic ProN", "Meiryo", "sans-serif";
}

fieldset {
	border: 0;
}

input {
	_margin: -1px 0;
}

table {
	border-collapse:separate;
	font-size: 12px;
}

fieldset, img {
	border:0;
}

img {
	-ms-interpolation-mode: bicubic;
}

address, caption, cite, code, dfn, em, th, var {
	font-style: normal;
	font-weight: normal;
}

ol, ul {
	list-style:none;
}

caption, th {
	text-align:left;
}

h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}

a {
	text-decoration: none;
	color: #4e4e3d;
	color: #000;
}

a:hover {
	text-decoration: underline;
	color: #4e4e3d;
}

input[type="text"] {
	height: 16px;
	line-height: 16px;
}

body {
	width:100%;
	margin,padding:0;
	color: #4e4e3d;
	color: #000;
	text-align: left;
	overflow-x: hidden;
	overflow-y: scroll;	
}

*, *:before, *:after {
    box-sizing: border-box;
}

