@charset 'utf-8';

html,body{
	height: 100%;
}
body{
	font-size: 100%;
	font-size: 18px;
}
dd,p,ul,dl,h2{
	margin: 0;
}
ul{
	padding: 0;
	list-style-type: none;
}
p{
	line-height: 1.88;
}
img{
	vertical-align: top;
}
a{
	color: #b43c3c;
}
.small{
	font-size: 88%; /* 14px */
}
/* float */
.fl{
  float: left;
}
.fr{
  float: right;
}

/* clearfix */
.cf:before,
.cf:after {
    content:"";
    display:table;
}
.cf:after {
    clear:both;
}
.cf {
    zoom:1;
}