@charset "utf-8";

/* Reset
---------------------------------------------------- */
html { font-size:16px; }
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}  
table{border-collapse:collapse;border-spacing:0;}  
fieldset, a img, img { border:0;}
address,caption,cite,code,dfn,em,strong,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{outline:none;}
li img{font-size:0;line-height:0;vertical-align:top;}

img { vertical-align : bottom; }

/*for IE6*/
*html body {
	font-size: medium;
	font-family:
	"ＭＳ Ｐゴシック", 
	Osaka,
	 "ヒラギノ角ゴ Pro W3";
}
/*for IE7*/
*:first-child+html body {
	font-size: medium;
	font-family:
	"ＭＳ Ｐゴシック", 
	Osaka,
	 "ヒラギノ角ゴ Pro W3";
}
/*footer sukima */
html, body { height:100%; }


/* Structure
---------------------------------------------------- */
body {
	font-family:
	"ヒラギノ角ゴ Pro W3",
	"Hiragino Kaku Gothic Pro",
	Osaka,
	"ＭＳ Ｐゴシック",
	"MS P Gothic",
	"メイリオ",
	Meiryo,
	sans-serif;
}
/* set image max width to 100% */
img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}


/* clearfix
---------------------------------------------------- */
.clearfix:after {
	visibility:hidden;
	display:block;
	font-size: 0;
	content:" ";
	clear:both;
	height:0.01px;
}
/* IE6 */
* html .clearfix { zoom: 1;}
/* IE7 */
*:first-child+html .clearfix { zoom: 1;}


/* Link
---------------------------------------------------- */
a:link{
	text-decoration:none;
	color: #db6161;
}
a:visited{
	text-decoration:none;
	color: #db6161;
}
a:hover{
	text-decoration:underline;
	color: #CCC;
}


/* Font
---------------------------------------------------- */
.regular {font-size:75%;}
.small {font-size:62.5%;}
.red {color: #ef3636;}
.fw-b{ font-weight:bold;}

