@charset "UTF-8";

/*
	1.Font-size Adjustment
		px     %
		10 --> 77
		11 --> 85
		12 --> 93
		13 --> 100
		14 --> 108
		15 --> 116
		16 --> 123.1
		17 --> 131
		18 --> 138.5
		19 --> 146.5
		20 --> 153.9
		21 --> 161.6
		22 --> 167
		23 --> 174
		24 --> 182
		25 --> 189
		26 --> 197
*/

/* default
------------------------------------------------*/
/*----- font -----*/
body {
	font: 13px/1.5 Verdana, Arial, sans-serif;
	*font-size: small;
	*font: x-small;
}

body *,
body p, {
	line-height: 1.5;
	color: #333;
}

select, input, textarea, button {
	font: 99% Verdana, Arial, sans-serif;
}

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

table {
	font-size: inherit;
	font: 100%;
}

/*----- margin,padding,border -----*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}

html {
	overflow-y: scroll;
}

fierdset, img {
	border: 0 none;
}

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

/*----- list -----*/
ol, ul {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}

/*----- table -----*/
caption, th, td {
	text-align: left;
	vertical-align: top;
}

/*----- border -----*/
img, fieldset {
	border: 0;
}

/*----- link -----*/
a {
	outline-style: none;
}

a:link {
	color: #336;
	text-decoration: underline;
}

a:visited {
	color: #336;
	text-decoration: underline;
}

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

/*----- cleafix -----*/
.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

.clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}
.ime_mode {
	ime-mode:disabled;
	-ms-ime-mode:disabled;
}