@import url(https://fonts.googleapis.com/css?family=Roboto:100,300,400,700);
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700);
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

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


/* -----------------------------------
  リセット
----------------------------------- */

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

h1, h2, h3, h4, h5, h6 {
  font-size: 14px;
  font-weight: normal;
  line-height: 1em;
}

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

ol, ul { list-style: none; }

a {
  color:#000;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

blockquote, q { quotes: none; }

:focus { outline: 0; }

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

img{
  max-width: 100%;
  height: auto;
  width /***/:auto;
  vertical-align: bottom;
}

/* For modern browsers */
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

/* For IE 6/7 (trigger hasLayout) */
.clearfix {
  zoom: 1;
}

/* -----------------------------------
  @font
----------------------------------- */

@font-face {
  font-family: 'icomoon';
  src:url('fonts/icomoon.eot');
  src:url('fonts/icomoon.eot?#iefix') format('embedded-opentype'),
  url('fonts/icomoon.ttf') format('truetype'),
  url('fonts/icomoon.woff') format('woff'),
  url('fonts/icomoon.svg#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* -----------------------------------
  全体設定
----------------------------------- */

html{
  overflow:hidden;
}

body {
  font-family: "Roboto",'ヒラギノ角ゴ Pro','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 2em;
  color: #222;
  position: relative;
  overflow: hidden;
  min-width:100%;
}

section {
  padding: 0;
}

/* -------------------- */

.container p {
  text-align: center;
}

/* -------------------- */

#news-list dt {
  clear: both;
  float: left;
  width: 120px;
  min-height: 32px;
  font-weight: bold;
  padding-top: 10px;
}

#news-list dd {
  min-height: 32px;
  margin-left: 140px;
  padding-top: 10px;
  line-height: 2.286em;
}

#news-list dd span {
  font-size: 12px;
  color: #999;
}

/* -------------------- */

#build a {
  float: left;
  display: block;
  width: 300px;
  padding-left: 30px;
  text-decoration: none;
}

#build a:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}

#build a:first-child {
  padding-left: 0;
}

#build dt p {
  display: block;
  width: 300px;
  height: 200px;
  background-color: #eee;
}

#build dt p img {
  width: auto;
  height: 100%;
}

#build dd {
  text-align: center;
  padding-top: 10px;
  line-height: 1.5em;
}

#build dd p {
  font-size: 12px;
  color: #999;
}

/* ------------------------------------------------------------------------- */
@media only screen and (min-width: 486px) and (max-width: 881px){ /* 540 < 959 */
/* ------------------------------------------------------------------------- */

#build a {
  width: 32%;
  padding-left: 2%;
}

#build dt p {
  width: auto;
  height: 160px;
}

} /* End of (min-width: 486px) and (max-width: 881px) */

/* ------------------------------------------------------------------------- */
@media only screen and (max-width: 485px){
/* ------------------------------------------------------------------------- */

body {
  font-size: 12px;
}

/* -------------------- */

#news-list dt {
  width: 60px;
  padding-top: 5px;
}

#news-list dt img {
  width: 60px;
  vertical-align: top;
}

#news-list dd {
  margin-left: 70px;
  padding-top: 5px;
  line-height: 1.7em;
}

#news-list dd span {
  font-size: 10px;
}

/* -------------------- */

#build a {
  width: 32%;
  padding-left: 2%;
}

#build a:nth-child(3n+1) {
  padding-left: 0;
}

#build dt p {
  width: auto;
  height: 72px;
}

#build dd {
  padding: 5px 0 10px;
}

#build dd p {
  font-size: 10px;
}

} /* End of (max-width: 485px) */
