@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-family: YuGothic, "游ゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ", "ＭＳ ゴシック", Helvetica, Arial, Verdana, sans-serif;
  color: #4c4c4c;
  background-color: #e5e5e5;
}

a {
  outline: none;
  text-decoration: underline;
}
a:link, a:visited {
  color: #07913a;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
a:hover, a:focus, a:active {
  color: #ff0000;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

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

strong {
  font-weight: bold;
}

sup {
  vertical-align: super;
  font-size: 80%;
}

.alignright {
  float: right;
  margin-left: 1em;
}

.alignleft {
  float: left;
  margin-right: 1em;
}

.t10 {
  font-size: 62.5%;
}

.t12 {
  font-size: 75%;
}

.t14 {
  font-size: 87.5%;
}

.t16 {
  font-size: 100%;
}

.t18 {
  font-size: 112.5%;
}

.t20 {
  font-size: 125%;
}

.t22 {
  font-size: 137.5%;
}

.t24 {
  font-size: 150%;
}

.t26 {
  font-size: 162.5%;
}

.t28 {
  font-size: 175%;
}

.t30 {
  font-size: 187.5%;
}

.t32 {
  font-size: 200%;
}

.t34 {
  font-size: 212.5%;
}

.t36 {
  font-size: 225%;
}

.t38 {
  font-size: 237.5%;
}

.t40 {
  font-size: 2.5%;
}

.t42 {
  font-size: 262.5%;
}

.t44 {
  font-size: 275%;
}

.t46 {
  font-size: 287.5%;
}

.t48 {
  font-size: 300%;
}

.container {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  width: 940px;
  margin: 0 auto;
  padding: 30px;
  background-color: #000000;
  -webkit-box-shadow: 0 0 10px #999999;
  -moz-box-shadow: 0 0 10px #999999;
  box-shadow: 0 0 10px #999999;
}

.header {
  margin: -30px;
  margin-bottom: 0;
}

.footer p {
  color: #cccccc;
  text-align: center;
}

.content {
  overflow: hidden;
  zoom: 1;
  margin-bottom: 40px;
  padding-bottom: 50px;
  background: url("../images/content_footer.png") no-repeat center bottom;
}
.content .ph {
  float: right;
  width: 350px;
}
.content .info {
  float: left;
  width: 500px;
  color: #ffffff;
}
.content .info .name {
  margin-bottom: 20px;
}
.content .info .concept_title {
  margin-bottom: 10px;
}
.content .info .concept {
  line-height: 1.75;
}

.banner {
  margin-bottom: 40px;
  text-align: center;
}
.banner a:hover {
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
}
