@import url(http://fonts.googleapis.com/css?family=Arvo);
/**
*** least.
*** Author: Kamil Czujowski, Sergej Müller
*** Version: 1.5
*** Made with ♥ - Copyright (c) 2013 Hamburg, Germany - All rights reserved.
*** https://twitter.com/kamilczujowski, http://wpcoder.de
**/
/* @group Mixins */
/* @end */
/* @group Colors */
/* @end */
/* @group Default */
* {
  border: 0;
  margin: 0;
  padding: 0;
  outline: 0; }

html {
	overflow-y: scroll;
}
header {
	width: 100%;
	text-align: center;
}
	img#headban {
		width: 100%;
		max-width: 1048px;
		height: auto;
		max-height: 148px;
	}

ul {
  list-style: none; }

h1 { display: none; }
@media screen and (max-width: 630px) {
h1 {
	display: block;
	text-align: center;
	font-size: medium;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding-top: 1em;
}
}

h2 {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 15px;
  line-height: 18px;
  font-weight: 500;
  color: white; 
}

p {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 12px;
  line-height: 15px;
  font-weight: normal;
  color: white;
}

footer {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	display: block;
	width: 100%;
	height: auto;
	background-color: #000;
	color: #FFF;
	padding: 0.3em 0;
	text-align: center;
	font-weight: bold;
	font-size: small;
}
/* @end */
/* @group Gallery */
section {
  min-width: 100%;
  width: 100%;
  min-height: 100%;
  text-align: center;
  padding: 22px 0 0 0;
  margin-bottom: 30px;

  /* @group Fullimage */
  /* @end */
  /* @group Smallimages */ }
@media screen and (max-width: 630px) {
section {
	padding: 10px 0 0 0;
}
}
  section #fullPreview {
    background-color: #000;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
    padding: 50px 0 30px 0;
    display: none; }
    section #fullPreview img,
    section #fullPreview .fullCaption {
      max-width: 1024px;
      width: 100%;
      margin: 0 auto;
      display: block; }
    section #fullPreview .fullCaption {
	  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
      font-size: 13px;
      line-height: 15px;
      font-weight: normal;
      color: white;
      margin: 15px auto 0 auto; }
    section #fullPreview figure {
      background-image: url("../img/effects/close.png");
      background-size: 100%;
      width: 30px;
      height: 30px;
      position: absolute;
      top: 10px;
      right: 20px;
      cursor: pointer; }
  section li {
    display: inline-block;
    vertical-align: top;
    position: relative;
    /* @group Over */
    /* @group Description */
    /* @end *
    /* @end */ }
    section li:hover .overLayer {
      -webkit-transition: opacity 0.3s linear;
      -moz-transition: opacity 0.3s linear;
      -ms-transition: opacity 0.3s linear;
      -o-transition: opacity 0.3s linear;
      transition: opacity 0.3s linear;
      opacity: 0.4;
      display: block;
      background: black;
	   }
    section li:hover .infoLayer {
      -webkit-transition: opacity 0.3s linear;
      -moz-transition: opacity 0.3s linear;
      -ms-transition: opacity 0.3s linear;
      -o-transition: opacity 0.3s linear;
      transition: opacity 0.3s linear;
      opacity: 1;
      display: block;
	   }
    section li a {
      display: block;
      width: 155px;
      height: 120px;
      position: absolute;
      top: 3px;
      left: 0;
      z-index: 6;
	  box-shadow: 2px 2px 2px #666; }
      section li a.spinner {
        background-size: 100%;
        background-image: url("../img/effects/spinner.gif");
        width: 50px;
        height: 50px;
        position: absolute;
        left: 95px;
        top: 60px; }

		section li a.url {
			display: inline;
			font-size: 100%;
			font-weight: bold;
			text-decoration: underline;
			position: static;
			box-shadow: none;
			color: #0099FF;
		}



    section li img {
      border: none;
      margin: 3px 5px 0 0; }
    section li .overLayer,
    section li .infoLayer {
      -webkit-transition: opacity 0.3s linear;
      -moz-transition: opacity 0.3s linear;
      -ms-transition: opacity 0.3s linear;
      -o-transition: opacity 0.3s linear;
      transition: opacity 0.3s linear;
      width: 155px;
      height: 120px;
      position: absolute;
      text-align: center;
      opacity: 0;
      top: 3px;
      left: 0;
      z-index: 4;
      /* @end */ }
      section li .overLayer ul,
      section li .infoLayer ul {
        padding: 30px 0 0 0; }
        section li .overLayer ul li,
        section li .infoLayer ul li {
          display: block;
          margin: 0 auto;
          width: 155px;
          padding: 0 0 5px 0; }
          section li .overLayer ul li:first-child,
          section li .infoLayer ul li:first-child {
            border-bottom: 1px white solid; }
          section li .overLayer ul li:last-child,
          section li .infoLayer ul li:last-child {
            padding: 5px 0 0 0;
            text-transform: lowercase; }
          section li .overLayer ul li h2,
          section li .infoLayer ul li h2 {
            font-size: 15px; }
    section li .projectInfo {
      display: none; }

		#place {
			font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
			width: 150px;
			height: 1.5em;
			position: absolute;
			bottom: 2px; left: 0px;
			padding: 0 0.2em;
			background: -moz-linear-gradient(left,  rgba(190,0,0,0.65) 0%, rgba(0,0,0,0) 100%); /* FF3.6+ */
			background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(190,0,0,0.65)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
			background: -webkit-linear-gradient(left,  rgba(190,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
			background: -o-linear-gradient(left,  rgba(190,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
			background: -ms-linear-gradient(left,  rgba(190,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* IE10+ */
			background: linear-gradient(to right,  rgba(190,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* W3C */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6be0000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */
			color: #FFF;
			font-size: x-small;
			z-index: 10;
			font-weight: 200;
			text-align: left;
		}
		#time {
			font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
			width: 150px;
			height: 1.5em;
			position: absolute;
			bottom: 2px; left: 0px;
			padding: 0 0.2em;
			background: -moz-linear-gradient(left,  rgba(0,4,150,0.65) 21%, rgba(0,0,0,0) 100%); /* FF3.6+ */
			background: -webkit-gradient(linear, left top, right top, color-stop(21%,rgba(0,4,150,0.65)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
			background: -webkit-linear-gradient(left,  rgba(0,4,150,0.65) 21%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
			background: -o-linear-gradient(left,  rgba(0,4,150,0.65) 21%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
			background: -ms-linear-gradient(left,  rgba(0,4,150,0.65) 21%,rgba(0,0,0,0) 100%); /* IE10+ */
			background: linear-gradient(to right,  rgba(0,4,150,0.65) 21%,rgba(0,0,0,0) 100%); /* W3C */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000496', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */
			color: #FFF;
			font-size: x-small;
			z-index: 10;
			font-weight: 200;
			text-align: left;
		}

/* end */
