@charset "UTF-8";
/* HOME Styles ---------------------------------------------------------------*/
#header:after {
  display: none;
}

#slideshow {
  position: relative;
  margin-top: -20px;
  padding: 5px 0;
  background: url("/img/cmn/mesh.png") #fcfaf5;
}
#slideshow ul {
  position: relative;
  width: 100%;
  margin: 0 auto;
  border: solid #fcfaf5;
  border-width: 1px 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 901px) {
  #slideshow ul {
    width: 76%;
    border-width: 1px;
  }
}
#slideshow li {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#slideshow img {
  width: 100%;
  height: 100%;
}

#projects > h1 {
  display: none;
}
#projects section {
  margin-bottom: 4em;
}
#projects section h1 {
  position: relative;
  margin-bottom: 1em;
  text-align: center;
  font-weight: normal;
  line-height: 7;
  font-size: 24px;
  font-size: 2.4rem;
}
#projects section h1:after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: url("/img/cmn/mesh.png");
  width: 7em;
  height: 7em;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
#projects section p {
  font-size: 14px;
  font-size: 1.4rem;
  text-align: justify;
  text-justify: inter-ideograph;
}
#projects section:nth-of-type(3n-2) h1:after {
  background-color: #a6a5c4;
}
#projects section:nth-of-type(3n-1) h1:after {
  background-color: #a6a5c4;
}
#projects section:nth-of-type(3n) h1:after {
  background-color: #a6a5c4;
}
@media screen and (min-width: 901px) {
  #projects {
    overflow: hidden;
    *zoom: 1;
  }
  #projects section {
    float: left;
    width: 30%;
    margin: 2em 5% 5em 0;
  }
  #projects section:last-of-type {
    margin-right: 0;
  }
  #projects section h1 {
    font-size: 28px;
    font-size: 2.8rem;
  }
}

#concept {
  margin-bottom: 4em;
}
#concept h1 {
  margin-bottom: 0.8em;
  font-family: "OpenSans", "Lucida Grande", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
  font-weight: normal;
  font-size: 30px;
  font-size: 3rem;
}
#concept p {
  margin-bottom: 1em;
}

/* TOPICS Styles -------------------------------------------------------------*/
#topics {
  overflow: hidden;
  background: #f6f6f6;
  border: 1px solid #bbbbbb;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 30px;
}
#topics h1 {
  padding: 0.2em 0;
  background: #e9e9e9;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y2ZjZmNiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2RkZGRkZCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f6f6f6), color-stop(100%, #dddddd));
  background: -moz-linear-gradient(#f6f6f6, #dddddd);
  background: -webkit-linear-gradient(#f6f6f6, #dddddd);
  background: linear-gradient(#f6f6f6, #dddddd);
  text-align: center;
}
#topics li {
  padding: 0.5em 0.8em;
  border-top: 1px dotted #bbbbbb;
  line-height: 1.4;
}
#topics li:first-of-type {
  border-top-style: solid;
}
#topics a {
  position: relative;
  display: block;
  margin: -0.6em -0.8em;
  padding: 0.6em 1.8em 0.6em 0.8em;
}
#topics a:before {
  position: absolute;
  top: 50%;
  right: 0.3em;
  margin-top: -0.5em;
  color: #000000;
  line-height: 1;
}
@media screen and (min-width: 901px) {
  #topics a:before {
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
#topics a.hover {
  background: #3388ee;
  color: #fcfaf5;
}
#topics a.hover:before {
  color: #fcfaf5;
}
#topics h1 {
  font-weight: normal;
  letter-spacing: 0.1em;
}
#topics li {
  text-align: justify;
  text-justify: inter-ideograph;
  font-size: 13px;
  font-size: 1.3rem;
}
#topics time {
  display: block;
  margin-bottom: 0.3em;
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: bold;
  color: #0e1b3f;
}
@media screen and (min-width: 901px) {
  #topics time {
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
#topics a.hover time {
  color: #97ade8;
}

/* TWITTER Styles ------------------------------------------------------------*/
#twitter-timeline {
  overflow: hidden;
  background: #f6f6f6;
  border: 1px solid #bbbbbb;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
#twitter-timeline h1 {
  padding: 0.2em 0;
  background: #e9e9e9;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y2ZjZmNiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2RkZGRkZCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f6f6f6), color-stop(100%, #dddddd));
  background: -moz-linear-gradient(#f6f6f6, #dddddd);
  background: -webkit-linear-gradient(#f6f6f6, #dddddd);
  background: linear-gradient(#f6f6f6, #dddddd);
  border-bottom: 1px solid #bbbbbb;
  text-align: center;
  font-weight: normal;
}
#twitter-timeline iframe {
  display: block !important;
}

/* Media Query ---------------------------------------------------------------*/
@media screen and (min-width: 901px) {
  #primary {
    overflow: hidden;
    *zoom: 1;
  }

  #topics {
    float: left;
    width: 48%;
    margin: 0;
  }

  #twitter-timeline {
    float: right;
    width: 48%;
  }
}
/*----------------------------------------------------------------------------*/
