@charset "UTF-8";
/* CSS Document */

html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote {
	margin: 0;
	padding: 0;
}
body, td, th, h1, h2, h3, h4, h5, h6 {
	font-size: 12px;
	font-weight: normal;
	line-height: 1.2;
}
ol, ul {
	list-style-type: none;
}
img {
	border: 0;
}

/* クリアフィックス */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	display: inline-table;
	min-height: 1%;
	overflow: hidden;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */

.clear {
	clear: both;
}
.alCenter {
	text-align: center;
}

/* フォント関連 */
.fsize10px {
	font-size: 10px;
}
.fsize11px {
	font-size: 11px;
}
.fsize12px {
	font-size: 12px;
}
.fsize13px {
	font-size: 13px;
}
.fsize14px {
	font-size: 14px;
}
.fsize15px {
	font-size: 15px;
}
.fsize16px {
	font-size: 16px;
}
.fsize17px {
	font-size: 17px;
}
.fsize18px {
	font-size: 18px;
}

.fcolor_black {
	color: #000;
}
.fcolor_white {
	color: #fff;
}
.fcolor_gray_333 {
	color: #333;
}
.fcolor_gray_666 {
	color: #666;
}
.fcolor_gray_999 {
	color: #999;
}
.fcolor_gray_ccc {
	color: #ccc;
}
.fcolor_red {
	color: #f00;
}
.fcolor_blue {
	color: #00c;
}
.fcolor_orange {
	color: #F60;
}
.fcolor_yellow {
	color: #ff0;
}
.fcolor_green {
	color: #390;
}
article, aside, hgroup, header, footer, figure,  figcaption, nav, section {
	display: block;
	margin: 0;
	padding: 0;
}
img {
	vertical-align: bottom;
}
