@charset "UTF-8";

/*スマホの書き方 */
@media screen and (max-width:600px){
  /*600px以下で適用する内容*/
}


/* commmon
----------------------------------------------- */

*{
	margin:0px;
	padding:0px;
	font-size: 12px;
	line-height: 140%;
	font-size:100%;
}


body{
	font-family: "メイリオ", "Lucida Grande", Verdana, "ＭＳ Ｐゴシック", sans-serif;
	margin:0px;
	padding:0px;
	font-size: 12px;
	line-height: 140%;
	color: #ffffff;
	background-size: cover;
	background-image:url("../img/back.gif");
}


a {
	color:#ffffff;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:visited {
	color:#ffffff;
}


img {
	border: none;
	vertical-align: bottom;
}

ul{
	list-style:none;
}


/* wrapper
----------------------------------------------- */
#wrapper {
	width: 900px;
	margin: 20px auto;
	text-align: center;
}


#wrapper ul {
	padding: 30px 0 20px 0;
	display: inline-block;
}

#wrapper li {
	width: 300px;
	height: 412px;
	float: left;
	margin: 0 0px 20px  0;
}

#wrapper li p {
	padding-top: 8px;
}

#wrapper li:nth-child(4n) {
	margin-right: 0;
}

#wrapper li img {
	width: 280px;
	height: 412px;
}

#wrapper li img.mbc {
	height: 223px;
}



.t_center{
	text-align: center;
}

footer {
	color: #000000;
	text-align: center;
	padding: 0 0 60px 0;
}

#thumb li{transition: .3s;}

#thumb li:hover{
	transition: .3s;
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	-moz-transform: scale(1.1);
}

/* スマホ
----------------------------------------------- */

@media screen and (max-width: 938px){
	body{
		font-size: 14px;
	}
	h1 img {
		width: 80%;
	}

	#wrapper {
		width: 100%;
	}

	#wrapper li {
		width: 300px;
		height: 441px;
		box-sizing: border-box;
		padding: 0 0% 20px 0;
		text-align: center;
		margin: 0 1% 0 0;
		float: none;
	}

	#wrapper li.mbc_box {
		height: 270px;
	}

	#wrapper li img.mbc {
		height: 239px;
	}

	#thumb li img {
		width: 300px;
		height: 441px;
	}

	.jbj {
		padding-left: 20px;
	}

}
