@charset "UTF-8";
/* CSS Document */

/* ///////////////////////////////////////////

初期化

////////////////////////////////////////////*/

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset,
img {
  border: 0;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: 300;
}
ol,
ul {
  list-style: none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
q:before,
q:after {
  content: ”;
}
abbr,
acronym {
  border: 0;
}
a {
  cursor: pointer;
  text-decoration: none;
  color: #2d2d2d;
}
a:hover {
  cursor: pointer;
}
figure {
  margin: 0;
  padding: 0;
}
/* ///////////////////////////////////////////

Font    font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;

////////////////////////////////////////////*/

body {
  font: 16px/1.231 "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  /* for IE6/7 */
  *font-size: small;
  /* for IE Quirks Mode */
  *font: x-small;
  -webkit-font-smoothing: antialiased;
  color: #020202;
  line-height: 1.85;
  letter-spacing: 0.5px;
  font-weight: 300;
}

img {
  vertical-align: bottom;
  max-width: 100%;
}

select,
input,
button,
textarea,
button {
  font: 99% arial, helvetica, clean, sans-serif;
}
button {
  border: none;
  background: none;
  margin: 10px 0 0 0;
}
table {
  font-size: inherit;
  font: 100%;
}

pre,
code,
kbd,
samp,
tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}
.bold {
  font-weight: bold;
}
div#contents-area a:hover img {
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
}
div.under-bn-contents a:hover img {
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
}

/* ///////////////////////////////////////////

Global style

////////////////////////////////////////////*/

/* ///////////////////////////////////////////

Common style

////////////////////////////////////////////*/

/*___/ clearfix /___*/
/*
.clearfix{
	content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;	
}*/

.red {
  color: #d4103f;
}

.blue {
  color: #1baab3;
}

.bold {
  font-weight: bold;
}

strong {
  font-weight: bold;
}
