@charset "utf-8";

a{
	color: #231815;
}
a:hover{
	color: #ff6720;
}
.areaL{
	float: left;
}
.areaR{
	float: right;
}
@media (max-width: 736px) {
	img,iframe{
		max-width: 100%;
	}
}

.clearfix:before,
.clearfix:after {
	content:"";
	display:block;
	overflow:hidden;
}
.clearfix:after {
	clear:both;
} 
.clearfix {
	zoom:1;
}

.clear {
	clear:both;
}

ul.clearfix > li{
	float: left;
}

.richtext{
	line-height: 1.8;
}
@media (max-width: 736px) {
	.richtext{
		line-height: 1.2;
	}
}
