/* --------------------------------------------------

	base.css

-------------------------------------------------- */

/* ------------------------
	global
------------------------ */
div.renewBox * {
   zoom:1;
}
body {
	margin: 0;
	padding: 0;
}
div.renewBox {
	font-size:14px;
}
div.renewBox div,
div.renewBox dl,
div.renewBox dt,
div.renewBox dd,
div.renewBox h1,
div.renewBox h2,
div.renewBox h3,
div.renewBox h4,
div.renewBox h5,
div.renewBox h6,
div.renewBox pre,
div.renewBox p,
div.renewBox blockquote,
div.renewBox table,
div.renewBox th,
div.renewBox td,
div.renewBox ul,
div.renewBox ol,
div.renewBox li,
div.renewBox form,
div.renewBox code {
	margin: 0;
	padding: 0;
}
div.renewBox ul,div.renewBox ol,div.renewBox li {
	list-style: none;
}
div.renewBox br {
	letter-spacing: 0px;
}
div.renewBox a {
	text-decoration: underline;
	color: #333;
	outline:none;
}
div.renewBox a:hover {
	text-decoration: none;
}
div.renewBox a:hover img {
	filter: alpha(opacity=65);
	-moz-opacity:0.65;
	opacity:0.65;
}
div.renewBox a.alphv:hover {
	filter: alpha(opacity=65);
	-moz-opacity:0.65;
	opacity:0.65;
}
div.renewBox table {
	border-collapse: separate;
	border-spacing: 0;
}
div.renewBox fieldset,img,abbr {
	border: 0;
}
div.renewBox img {
	border: 0;
	vertical-align: top;
}

/* ------------------------
	font
------------------------ */

body {
    font-size: 16px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#333;
}
/* for IE6 */
* html body {
    font-size: 88%;
}
/* for IE7 */
*:first-child+html body{
    font-size: 88%;
}
/*
基本サイズ14px
表示したいサイズ 	指定する値

10px 	72%
11px 	79%
12px 	86%
13px 	93%
14px 	100%
15px 	108%
16px 	115%
17px 	122%
18px 	129%
19px 	136%
20px 	143%
21px 	150%
22px 	158%
23px 	165%
24px 	172%
25px 	179%
26px 	186%
*/

/* ------------------------
	clearfix
------------------------ */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

