@charset "EUC-JP";
/* ------------------------------------------------------------------------------
* reset
		tagについている設定を解除
* style
		全ページ共通設定
* clear
		clearfix
------------------------------------------------------------------------------ */

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

* {
	word-break:break-all;
}

table {
	font-size:100.01%;
	border-collapse:collapse;
	border-spacing:0;
}

fieldset,img {
	border:0;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}

img {
	vertical-align: bottom;
}

ol,ul {
	list-style:none;
}

caption,th {
	font-weight:normal;
	text-align:left;
}

h1,h2,h3,h4,h5,h6 {
	font-size:100.01%;
	zoom:1;
}

q:before,q:after {
	content:'';
}

/* style
------------------------------------------------------------------------------ */
body {
	background-color:#fff;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',Helvetica,sans-serif;
	color:#333;
	font-size:83%;
	word-break:break-all;
}


/* common
------------------------------------------------------------------------------ */

/* clear
------------------------------------------------------------------------------ */
/* ie \*/
* html div#featureHeader,
* html div.wmp,
* html .clearfix {
	zoom:1;
}
*+html div#featureHeader,
*+html div.wmp,
*+html .clearfix {
	zoom:1;
}

/* modern brow */
div#featureHeader:after,
div.wmp:after,
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

/* MacIE only \*//*/
div#featureHeader,
div.wmp,
.clearfix {
	display: inline-table;
}/* end */


