@charset "utf-8";
/* wclab.js用スタイル */
.wchide {
	visibility: hidden;
}

/* 汎用クラス */
.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

.red {
	color: #FF0000;
}

.small {
	font-size: 83%;
}

.big {
	font-size: 117%;
}

.bold {
	font-weight: bold;
}

.taright {
	text-align: right;
}

.taleft {
	text-align: left;
}

.tacenter {
	text-align: center;
}


.mt5 {
    margin-top:5px;
}

.mt10 {
    margin-top:10px;
}

.mt20 {
    margin-top:20px;
}

.mt30 {
    margin-top:30px;
}

.block_clear {
	overflow:hidden;
	clear:both;
}

.box-half {
	width:49%;
}
	