@charset "UTF-8";
/* ================================
	fonts.css
================================ */
html {
  font-size: 62.5%;
}
body {
	font-family: "メイリオ", Meiryo, sans-serif, Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN";
	color: #333;
	line-height: 1.6;
}
/*for IE8*/
html>/**/body div,
html>/**/body h1,
html>/**/body h2,
html>/**/body h3,
html>/**/body h4,
html>/**/body h5,
html>/**/body h6,
html>/**/body pre,
html>/**/body li,
html>/**/body dt,
html>/**/body dd,
html>/**/body th,
html>/**/body td,
html>/**/body p { font-size/*\**/: small\9; }
select,
input,
button,
textarea,
button { font: 99% arial, helvetica, clean, sans-serif; }
table { font-size: inherit; }

a { color: #333; }
a:link,
a:visited { text-decoration: none; }
a:hover,
a:active { text-decoration: underline; }

address{ font-style: normal; }
strong { font-weight: bold; }
/*em { color: #f00; }*/
em{font-style: italic;}

.colBlue { color: #007bc7; }
.fs12 {
	font-size: 12px !important;
	font-size: 1.2rem !important;
}
small { font-size:1rem; }


