@font-face{ 
	font-family: 'A1 Mincho'; /* お好きな名前にしましょう */
}
/**
 * Progress bar for imagesLoaded
 */
.progress-bar {
  background-color: #0BC20B;
  height: 3px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 0;
  -webkit-box-shadow: 0 1px 3px rgba(11, 194, 11, 0.2);
     -moz-box-shadow: 0 1px 3px rgba(11, 194, 11, 0.2);
          box-shadow: 0 1px 3px rgba(11, 194, 11, 0.2);
  -webkit-transition: width 0.1s ease-out;
     -moz-transition: width 0.1s ease-out;
       -o-transition: width 0.1s ease-out;
          transition: width 0.1s ease-out;
}

/**
 * Placerholder css
 */
.wookmark-placeholder {
  z-index: -1;
}

/**
 * Grid container
 */
.tiles-wrap {
  position: relative; /** Needed to ensure items are laid out relative to this container **/
  margin: 10px 0;
  padding: 0;
  list-style-type: none;
  display: none;
color: #fff;
	font-size: 80%;
font-family: 'A1 Mincho';
}


/**
 * Grid items
 */
.tiles-wrap li {
  display: block;
  opacity: 0;
  text-align: center;
  list-style-type: none;
  float: left;
  cursor: pointer;
  width: 200px;
  padding: 4px;
}
.tiles-wrap.wookmark-initialised.animated li {
  -webkit-transition: all 0.5s ease-out;
     -moz-transition: all 0.5s ease-out;
       -o-transition: all 0.5s ease-out;
          transition: all 0.5s ease-out;
   -webkit-animation: fadeIn 2s ease 0s 1 normal;
	  -moz-animation: fadeIn 2s ease 0s 1 normal;
		-o-animation: fadeIn 2s ease 0s 1 normal;
		   animation: fadeIn 2s ease 0s 1 normal;
}
@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
.tiles-wrap.wookmark-initialised li {
  opacity: 1;
}

.tiles-wrap li.wookmark-inactive {
  visibility: hidden;
  opacity: 0;
}

.tiles-wrap li:hover {
  background-color: #fff;
}

.tiles-wrap img {
  display: block;
}

.tiles-wrap a {
  text-align: center;
  /* display: table-cell; */
  width: 200px;
  height: 200px;
  font-size: 2em;
  font-weight: bold;
  text-decoration: none;
}

.tile-loading:after {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: "Loading\2026";
  padding-top: 20px;
  color: #999;
}

/**
 * Filters
 */
#filters {
  list-style-type: none;
  text-align: center;
  margin: 0 12% -30px 12%;
	padding-left: 12%;
	color: #000;
	letter-spacing: 2px;
	margin-bottom: 35px;

}

#filters:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

#filters li {
  font-size: 15px;
  float: left;
  padding: 10px 25px 10px 25px;
}

#filters li:hover {
  background: #000;
  color: #ffffff;
}

#filters li.active {
  background: #000;
  color: #ffffff;
}

#wrapper {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
	margin-top: 130px;
}
#wrapper h1 {
  color: #000;
	font-size: 155%;
	margin: 45px 0 40px 0;
}


.hide {
	display: none;
}

.syo_title {
	color: #44444;
}

#about {
	list-style-type: none;
	font-size: 60%;
	text-align: center;
	margin: 0 12% 50px 29.2%;
	color: #ffffff;
	letter-spacing: 2px;
	display: block;
	clear: both;
}

#about:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

#about li {
	float: left;
	margin-right: 36px;
	padding-top: -100px;
	cursor: pointer;
	border-bottom: 1px solid #ffffff;
}

#about li:hover {
	color: #ffffff;
	border-bottom: 1px solid #444444;
}

#archives {
	margin: 80px 0 140px 50%;
}

#archives ol a {
	font-size: 120%;
	color: #444444;
}
#archives ol {
	list-style: none;	
}
#archives li {
	margin: 20px 0 20px -200px;
}

#archives a:hover  {
	color: #777777;
}

/**
#container {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
*/