@charset "UTF-8";

/*------------------

reset

------------------*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, label, input, textarea, p, blockquote, th, td {
	margin:0pt;
	padding:0pt;
}

body {
	color:#666666;
	font-family: 'ＭＳ Ｐゴシック',Arial,'Hiragino Kaku Gothic Pro','メイリオ',Meiryo,sans-serif;
	font-size:10px;
	line-height:1;
}
table {
	border-collapse:collapse;
	border-spacing:0pt;
}
fieldset {
	border: none;
}
img {
	border: none;
	vertical-align:bottom;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style:normal;
	font-weight:normal;
}
ol, ul, li {
	list-style: none;
}
caption, th {
	text-align:left;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}
a {
	color:#888888;
	text-decoration:none;
	font-style: normal;
}
a:hover {
	color: #b2cc04;
	text-decoration:none;
}
hr {
	display:none;
}

/*==============================================================================
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 */

