@charset "utf-8";
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

body {
  margin: 0;
}

a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

h1 {
  font-size: 2em;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

small {
  font-size: 75%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

button,
input {
  line-height: normal;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
input[disabled] {
  cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

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

body {
  font: 13px/1.7 "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Helvetica, Arial, Sans-Serif;
  color: black;
  background: #fff;
  margin: 0;
  padding: 0;
}

h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
  margin-top: 0;
}

input, textarea {
  font: 13px/1.7 "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Helvetica, Arial, Sans-Serif;
  color: black;
}

a {
  color: #00a0e9;
  text-decoration: none;
}
a:hover {
  color: #e94200;
}

p {
  margin-top: 2em;
  margin-bottom: 2em;
}

img {
  vertical-align: bottom;
}

table {
  width: 100%;
}

.container {
  width: 960px;
  margin: 0 auto;
}

#header {
  height: 100px;
  background: #fff;
}
#header .container {
  padding-top: 43px;
  overflow: hidden;
}

#logo {
  width: 185px;
  height: 23px;
  margin: 0;
  float: left;
}
#logo img {
  vertical-align: top;
}

#nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  float: right;
  overflow: hidden;
}
#nav li {
  margin-right: 30px;
  padding: 0;
  float: left;
}
#nav li:last-child {
  margin-right: 0;
}
#nav li a {
  font: 18px Helvetica, Arial, Sans-Serif;
  font-weight: 100;
  color: #666;
  line-height: 23px;
  text-decoration: none;
  display: block;
}
#nav li a.active, #nav li a:hover {
  color: #000;
  border-bottom: 3px solid black;
}

#footer {
  color: #fff;
  background: #000;
  height: 20px;
  overflow: hidden;
}

#copyright {
  text-align: right;
  line-height: 20px;
}
#copyright small {
  font-family: Helvetica, Arial, Sans-Serif;
  font-size: 11px;
}

.icon-blank {
  width: 14px;
  height: 14px;
  background: url('images/icon-blank.png?1368504395') 0 0 no-repeat;
  margin-right: 5px;
  display: inline-block;
}
