@charset 'utf-8';

/* COSPLAY PAGE
--------------------------------------------------    */
ul.cosplayimage {
  width: auto;
  margin: auto;
  overflow: hidden;
  list-style: none;
  padding: 20px;
}
ul.cosplayimage li {
  position: relative;
  width: 23%;
  float: left;
  margin: 8px;
}
ul.cosplayimage li img {
  width: 100%;
  height: 100%;
  padding: 3px;
  -webkit-border-radius: 120px;
  -moz-border-radius: 120px;
  border-radius: 120px;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.5) ;
}
ul.cosplayimage li ul {
  padding: 0px;
}
ul li.cosplay {
  width: 100%;
  height:100%;
  margin: 5px 0px 80px;
  list-style: none;
  text-align: center;
}
ul li.cosplay a {
  font-size: 0.9em;
}
ul li.cosplay span {
  font-size: 1.2em;
  color: #3395FF;
  font-weight: bold;
}
/* 以下　レスポンシブ
--------------------------------------------------    */
@media only screen and (max-width: 768px) {
  ul.cosplayimage {
	max-width: 100%;
	padding: 5px;
  }
  ul.cosplayimage li {
	margin: 5px 0px 40px 8px;
  }
}
@media only screen and (max-width: 510px) {
  ul.cosplayimage {
	padding: 0;
  }
  ul.cosplayimage li {
	width: 30%;
	margin: 5px 0px 20px 8px;
	text-align: left;
  }
  ul li.cosplay {
	width: 100%;
	height: 100%;
  }
}
@media only screen and (max-width: 400px) {
  ul li.cosplay a {
	font-size: 0.8em;
  }
}
