@charset "utf-8";


body {
font-size:12px;
line-height:1.8;
color:#111;
font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
letter-spacing:0.05em;
}




/* ============================================

          Link

============================================ */
a:link {
color:#111;
text-decoration:underline;
}

a:visited {
color:#111;
text-decoration:underline;
}

a:hover {
color:#111;
text-decoration:none;
}

a:active {
color:#111;
text-decoration:none;
}




/* ============================================

          Selected Text

============================================ */
::selection {
background:#111; /* Safari */
color:#fff;
}

::-moz-selection {
background:#111; /* Firefox */
color:#fff;
}




/* ============================================

          Others

============================================ */
.bold {
font-weight:bold;
}

.underline {
text-decoration:underline !important;
}

.none {
text-decoration:none;
}

.large {
font-size:120%;
}

.medium {
font-size:110%;
}

.small {
font-size:90%;
}

.pnk {
color:#da53b9;
}

.gray {
color:#999;
}

.blk {
color:#000 !important;
}

.wht {
color:#ffffff !important;
}