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

.js-masonry {
   margin: 0 auto;
}

.item {
  margin: 2px;
  width: 400px;
  padding: 8px;
  
}
.item.image2 {
  width: 320px;
}
.item.image3 {
  width: 422px;
}

.item img {
  width: 100%;
   padding-top: 16px;
  
 
}

.item a {
	text-decoration:none;
	color:#000;
}
.item-p{
	text-align:center;
	font-weight:bold;
	
}

.item-back{
	background-color:rgb(204,204,204);
}
@media screen and (max-width: 480px) {
  .item {
    margin: 5px auto;
    width: 350px;
    padding: 4px;
   
  }
  
  .item.image2 {
    width: 200px;
  }
  
  .item.image3 {
  width: 200px;
}
  
}

.language-box{
	position: relative;
	margin: 1em 0;
	padding: 100px 5px 80px;
	background: #eeeeee;
}

.language-box p:last-child{
	margin-bottom: 0;
}

.language-box:before{
	position: absolute;
	top: 30px;
	left: 20px;
	width: 58px;
	height: 45px;
	content: url(../../images/icon/icon-laquo1.png);
}

.language-box:after{
	position: absolute;
	right: 20px;
	bottom: 20px;
	width: 58px;
	height: 45px;
	content: url(../../images/icon/icon-raquo1.png);
}

	/*Retina（高解像度）ディスプレイ用*/
	@media screen and (-webkit-min-device-pixel-ratio:2),
	(min-resolution: 2dppx){

		.language-box:before{
			display: inline-block;
			width: 58px;
			height: 45px;
			vertical-align: middle;
			background: url(../../images/icon/icon-laquo1@2x.png);
			-webkit-background-size: 58px 45px;
			background-size: 58px 45px;
			content: " ";
		}

		.language-box:after{
			display: inline-block;
			width: 58px;
			height: 45px;
			vertical-align: middle;
			background: url(../../images/icon/icon-raquo1@2x.png);
			-webkit-background-size: 58px 45px;
			background-size: 58px 45px;
			content: " ";
		}

	}

.language-box a{
	color: #15a5e6;
}

.language-box a:hover,
.language-box a:active,
.language-box a:focus{
	color: #f60;
}
   
   
.back-yellow{ background-color: #faf9ee; }/*黄*/
.oback-range{ background-color: #faf4ee; }/*橙*/
.back-pink{ background-color: #faeeee; }/*ピンク*/
.back-lime{ background-color: #f0faee; }/*黄緑*/
.back-parple{ background-color: #f8eefa; }/*灰*/


