@charset "utf-8";

/*----------------------------------------------------
  BASIC
----------------------------------------------------*/
body {
    font-size: 14px;
    line-height: 1.4;
    font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",Osaka,sans-serif;
}

.cf:after {
    content: "";
    display: block;
    overflow: hidden;
    clear: both;
}
.cf ul { zoom: 1 }

a,
a:link {
    color: #073e65;
}
a:visited { color: #624d67 }
a:hover { color: #65ae07 }


.note {
	margin: 5px 0 0;
	color: #444444 !important;
	font-size: 85%;
	text-indent:-1em;
	padding:0 0 0 1em;
	display:inline-block;
}
.note.pink{
	color:#fa0550 !important;
}
.note.no-ind{
    padding: 0;
    text-indent: 0;
}
