@charset "utf-8";
/* 共通のスタイル */
@import "common.css";
/* Win版 IE5.x系列用に上書きするスタイル */
@media tty {i{content:"\";/*" "*/}} @import 'winie5x.css'; /*";}}/* */
/* Mac版 IE5.x系列用に上書きするスタイル */
/*\*//*/@import "macie5x.css";/**/

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {
    display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */


* {
	line-height: 18px;
	font-size: 16px;
}
.small {
	background-color: #1769CC;
	text-decoration: none;
}
.medium {
	background-color: #11498E;
	text-decoration: none;
	margin-left: 5px;
}
.large {
	background-color: #1769CC;
	text-decoration: none;
	margin-left: 5px;
}