@charset "utf-8";
/* CSS Document */
/* common */
*{
	margin:0px;
	padding:0px;
	list-style:inherit;
}
img{
	border:0px;
}
ul{
	margin:0px;
	padding:0px;
}
ul li{
	margin:0px;
	padding:0px;
	list-style-position: inside;
	list-style-type: none;
}
.btn_over a:hover{
	background-position:bottom;
	text-decoration:none;
}

p{
	margin:0px;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }

section:before,
section:after {
    content:"";
    display:block;
    overflow:hidden;
}
 
section:after {
    clear:both;
}
/* For modern browsers */
.cf:before,
.cf:after {
    content:"";
    display:block;
    overflow:hidden;
}
 
.cf:after {
    clear:both;
}
 
/* For IE 6/7 (trigger hasLayout) */
.cf {
    zoom:1;
}

.clear{
	clear:both;
}
.float_left{
	float:left;
}
.float_right{
	float:right;
}
.center{
	text-align:center;
}

/* マージン */
.spacer{
	height:20px;
}
.m10{
	margin:10px;
}
.m20{
	margin:20px;
}
.m_tb10{
	margin:10px 0px;
}
.m_top5{
	margin-top:5px;
}
.m_top30{
	margin-top:30px;
}
.m_bottom5{
	margin-bottom:5px;
}
.m_bottom10{
	margin-bottom:10px;
}
.m_bottom20{
	margin-bottom:20px;
}
.m_bottom30{
	margin-bottom:30px;
}
.m_bottom40{
	margin-bottom:40px;
}
.m_bottom50{
	margin-bottom:50px;
}
.m_bottom60{
	margin-bottom:60px;
}
.m_bottom100{
	margin-bottom:100px;
}
.m_right9{
	margin-right:9px;
}
.m_right10{
	margin-right:10px;
}
.m_right15{
	margin-right:15px;
}
.m_right20{
	margin-right:20px;
}
.m_right25{
	margin-right:25px;
}
.m_right30{
	margin-right:30px;
}
.m_right40{
	margin-right:40px;
}

/* border */
.border_b{
	border-bottom:dotted 1px #DDD;
}

.img_left{
	float:left;
	margin:0 20px 20px 0;
}
.img_right{
	float:right;
	margin:0 0 20px 20px;
}


/*font*/
.font_small{
	font-size:smaller;
}