/*************************************
reset
*************************************/

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-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

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


/*************************************
clearfix
*************************************/

.s-clearfix:after, .c-header_global-header .inner:after, .c-header_ploom-header .inner:after, .c-nav_sitemap:after, .c-unit_article > .inner .article-paragraph:after, .c-unit_article > .inner .thumbnail-list ul:after {
  content: "";
  display: block;
  clear: both; }

.c-form_select01 .value-box {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

/*************************************
common
*************************************/

html,body{
  width: 100%;
  height: 100%;
}

body{
  font-family: Helvetica,Arial,'ヒラギノ角ゴ Pro W3',Hiragino Kaku Gothic Pro,'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  background-color: #000;
  font-weight: 200;
  color: #FFF;
}

#container{
  width: 1100px;
  margin: 0 auto;
  background-image: url(../img/bg_top.png);
  background-repeat: no-repeat;
  background-position: center 120px;
  overflow: hidden;
}

.left{ float: left; }
.right{ float: right; }

/*************************************
content
*************************************/

#header{
  margin-bottom: 160px;
  padding-top: 15px;
}
#header .h_top{
  margin-bottom: 185px;
  padding-bottom: 15px;
  border-bottom: 1px solid #262626;
  overflow: hidden;
}
#header .inner {
  width: 930px;
  margin: 0 auto;
}
#header h1{
  text-align: center;
  margin-bottom: 65px;
}
#header .date{
  text-align: right;
}
#content h2{
  text-align: center;
  margin-bottom: 175px;
}
#content .box{
  text-align: center;
  margin-bottom: 120px;
}
#content .box a:hover{
  -webkit-transition: all .2s ease-out;
  -ms-transition: all .2s ease-out;
  transition: all .2s ease-out;
}
#content .box a:hover{
  opacity: .8;
}
#content .box h3{
  margin-bottom: 40px;
}
#content .box .text{
  font-size: 18px;
  letter-spacing: 2px;
  margin-bottom: 40px;
}
#content .box .img{
  margin-bottom: 40px;
}
#content .box .more{
}
#footer {
  width: 900px;
  padding-bottom: 30px;
  margin: 0 auto;
}
#footer .inner{
  width: 100%;
  margin-bottom: 120px;
  overflow: hidden;
}

#footer .title{
  margin-bottom: 75px;
}

#footer .text{
  font-size: 16px;
  line-height: 1.8em;
  letter-spacing: 2px;
}

#footer .copy{
  text-align: center;
  font-size: 14px;
}

