@charset "utf-8";
* {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#4d4d4d;
	font-size: 100%;
	font-weight:normal;
	line-height: 1;
	text-decoration: none;
	vertical-align: middle;
	white-space: normal;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: 0 0;
	border: none 0px;
	background-color: transparent;
	outline:none;
	word-wrap:break-word;/*firefox*/
	word-break:break-all;/*IE*/
}
/* For modern browsers */
.cf:before,
.cf:after {
    content:"";
    display:table;
}

.cf:after {
    clear:both;
}