@charset "utf-8";


/* FONT SIZE *

20px:  126%  143%  154%  167%
19px:  120%  136%  147%  159%
18px:  114%  129%  139%  150%
17px:  108%  122%  131%  142%
16px:  100%  115%  124%  134%
15px:   94%  108%  116%  125%
14px:   88%  100%  108%  117%
13px:   82%   93%  100%  109%
12px:   76%   86%   93%  100%
11px:   70%   79%   85%   92%
10px:   64%   72%   77%   84%

*/


/* RESET */

body, div, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ul, ol, li, blockquote, pre, table, caption, th, td, address, form, input, textarea, fieldset, legend, object {
	margin: 0;
	padding: 0;
line-height: 1.8em;
}

body {
	font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS P Gothic", "Osaka", sans-serif;
}

h1, h2, h3, h4, h5, h6, pre, table, input, textarea, select {
	font-size: 100%;
}

h1, h2, h3, h4, h5, h6 {
	line-height: 1em;
}

a, a:link, a:visited {
	text-decoration: none;
}

a:hover, a:active {
	text-decoration: underline;
}

ul {
	list-style-position: outside;
	list-style-type: none;
}

ol {
	list-style-type: none;
}

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

address, em {
	font-style: normal;
}

img {
	vertical-align: bottom;
	border: none;
}


/* CLEAR */

.clear {
	clear: both;
}


/* CLEARFIX */

.clearfix:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}
	
.clearfix {
	display: inline-block;
}

/* ¥*/
* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
	}
/* */
