@charset "UTF-8";
/*\\\\\\ menu \\\\\\*/
/*
=01 default
=02 layout
\\\\\\\\\\\\\\\*/
/*************************************************
			=01 default
*************************************************/
html, body, div, span,
applet, object, iframe,
h1, h2, h3, h4, h5, h6,
p, pre,
dl, dt, dd, ol, ul, li,
table, caption, thead, tbody, tfoot, tr, th, td,
form, fieldset, legend, label,
a, img,
abbr, dfn, acronym,
address, cite, blockquote, q,
code, var, samp, kbd,
del, ins,
em, strong,
sub, sup {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

input, textarea {
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

html {
  overflow-y: scroll;
}

body {
  background-color: #000;
  color: #bbb;
  font-family: メイリオ, Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3" , "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 13px;
}

h1, h2, h3, h4, h5, h6, p, li, dt, dd, th, td {
  line-height: 1.4;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th {
  text-align: left;
}

hr {
  display: none;
  height: 0;
  margin: 0;
  padding: 0;
}

img {
  vertical-align: bottom;
}

strong {
  font-weight: bold;
}

q:before, q:after {
  content: "";
}

a {
  color: #009ceb;
}

a:hover {
  text-decoration: none;
}

/*************************************************
			=02 layout
*************************************************/
/*= body
======================================*/
body {
  background-color: #192930;
}

/*= wrap
======================================*/
#wrap {
  width: 940px;
  background-color: #f9ed16;
  margin: 0 auto;
}

/*= contents
======================================*/
/* detail */
#detail {
  border-bottom: 1px solid #c6be17;
  margin-bottom: 30px;
  *zoom: 1;
  /*IE6,7*/
}
#detail:after {
  content: "";
  display: block;
  clear: both;
}
#detail dl {
  width: 400px;
  padding-left: 30px;
  float: left;
}
#detail > p {
  width: 510px;
  float: right;
}

/* b-btn */
#contents .b-btn {
  margin-bottom: 30px;
  text-align: center;
}

/* notes */
#notes {
  width: 660px;
  background-color: #fff;
  border-radius: 5px;
  padding: 20px;
  margin: 0 auto 30px;
  color: #666;
}
#notes h2 {
  margin-bottom: 5px;
  font-size: 108%;
  font-weight: bold;
}
#notes li {
  margin-left: 1em;
  line-height: 1.6;
  text-indent: -1em;
  font-size: 93%;
}

/*= footer
======================================*/
#footer .b-like {
  padding-bottom: 30px;
  text-align: center;
}
#footer .b-like li {
  display: inline-block;
  *display: inline;
  /*IE6,7*/
  *zoom: 1;
  /*IE6,7*/
}
#footer .b-like .like-twitter {
  width: 90px;
}
#footer .b-like .like-facebook {
  width: 120px;
}
#footer .b-like .like-google {
  width: 70px;
}
