@charset "utf-8";
/**
 *
 * 基本レイアウト、スタイル
 *
 */

.fzL {
	font-size:24px;
	line-height:36px;
}

.fzM {
	font-size:20px;
	line-height:30px;
}

.fzS {
	font-size:16px;
	line-height:24px;
}
.fzSS{
	font-size:14px;
	line-height:21px;
}
.taL {
	text-align: left   !important;
}
.taC {
	text-align: center !important;
}
.taR {
	text-align: right  !important;
}
.mA{
	margin-left:auto;
	margin-right:auto;
}
/* start clear */
.clear:before,
.clear:after {
	content:"";
	display:table;
}

.clear:after {
	clear:both;
}

.clear {
	*zoom:1;
	clear: both;
}
/* end clear */

.flL {
	float:left;
}

.flR {
	float:right;
}

.fwN {
	font-weight:normal;
}

.fwB {
	font-weight:bold;
}
.block {
	display: block;
}

.inline-block{
	display:inline-block;
	*display: inline;
	*zoom: 1;
}
.hide{
	display: none;
}
.tdU{
	text-decoration: underline;
}
.tdN{
	text-decoration: none;
}
.pdN {
	display: none;
}
.sdN {
}