@charset "utf-8";
/* CSS Document */

body {
	font-size: 105%;
	color: #444;
}

a {
	color: #09C;
}

a:hover {
	background-color: #FF6;
}

#bd {
	width: 550px;
	margin: 0 auto;
}

h1 {
	margin-bottom: 0.5em;
}

h3 {
	border-bottom: 1px solid #ccc;
}

h4 {
	margin-bottom: 0.1em;
}

h4.tag {
	margin-bottom: 1em;
}

h5 {
	color: #666;
}

.note {
	font-size: 72%;
	color: #666;
	line-height: 140%;
}

.nav {
	margin-bottom: 2em;
}

#airInstallBox {
	margin: 0 auto 20px;
	width: 215px;
	text-align: center;
}

#screens {
	text-align: center;
	margin-bottom: 1em;
}

.os {
	text-align: center;
	color: #999;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.alert {
	background-color:#FF6;
	font: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}

/*
* =HACKS
* ---------------------------------------- */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix { display: inline-block; }

/* Hide from IE-mac \*/
.clearfix { display: block; }
/* End hide from IE-mac */

* html .clearfix { height: 1px; }

