
/*-----------------------------------------------------
リセット
-------------------------------------------------------*/
*{
	margin:0;
	padding:0;
}

.clearfix:after{
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}
.clearfix{
    display:inline-block;
    min-height:1%;  /* for IE 7*/
}
*html .clearfix{height: 1%;}
.clearfix{display: block;}

.clear { clear:both; }


/*-----------------------------------------------------
共通
-------------------------------------------------------*/


#conts {
	width:740px;
	font-size:small;
	color:#666;
	line-height: 1.6em;
}
.txt-center {
	text-align:center;
}
.txt10 {
	font-size: x-small; 
	line-height: 1.6em;
}


/*-----------------------------------------------------
margin
-------------------------------------------------------*/
.mb10 {margin-bottom:10px;}
.mb15 {margin-bottom:15px;}
.mb20 {margin-bottom:20px;}
.mb30 {margin-bottom:30px;}
.ml10 {margin-left:10px;}


