/*主な道路更新情報ページ用CSS
------------------------------------------------*/
body{
	behavior: url(../js/csshover.htc);
}


*{
	margin: 0;
	padding: 0;
}

/* ページ全体 */
#mapcompcontent_all{
	clear: both;
	width: 570px;
	text-align:center;
	}

/* ページ中身 */
#mapcompcontent_in{
	clear: both;
	width: 450px;
	text-align: left;
	margin: 50px auto;
	}


/* ▼▼▼地図比較の説明書▼▼▼ */
#mapcomp_info p{
	font-size: 80%;
	line-height: 1.3em;
	}
#mapcomp_info p#note{
	font-weight:bold;
	margin-top:20px;
	}
/* ▲▲▲地図比較の説明書▲▲▲ */

/* ▼▼▼地図比較メイン▼▼▼ */
#mapcomp_main h1{
	font-size: 130%;
	margin:50px 0 20px;
	}
#mapcomp_main div#mapcomp_update{
	font-size: 90%;
	font-weight:bold;
	margin-bottom:6px;
	}
#mapcomp_main form{
	display:inline;
	margin-right:5px;
	}
/* ▲▲▲地図比較メイン▲▲▲ */





















/*clearfix
------------------------------------------------------------ */

.clearfix:after   {  
    content: ".";  
    display: block;  
    visibility: hidden;  
    height: 0.1px;  
    font-size: 0.1em;  
    line-height: 0;  
    clear: both;  
}
.clearfix {  
    display: inline-block;  
}