@charset "UTF-8";

@media print, screen and (min-width: 768px) {

#background {
	padding-top:150px;
	padding-bottom:500px;
}
.listArtist {
	width:465px;
}
.listSat {
	float:left;
}
.listSun {
	float:right;
}
.listArtist h4 {
	margin-bottom:50px;
}
.listArtist h4 img{
	width:465px;
	height:auto;
}
.listArtist .list li {
	float:left;
	margin-bottom:30px;
	width:230px;
}
.listArtist .list li:nth-child(2n) {
	margin-left:5px;
}
.listArtist .list li a {
	display:block;
	position:relative;
	background-color:#FFF;
}
.listArtist .list li a:hover {
	opacity:0.8;
}
.listArtist .list li a img {
	width:230px;
	height:auto;
}
.listArtist .list li a .ico {
	display:block;
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
}
.listArtist .list li.new a .ico {
	background:url(../img/ico_new.png) left top no-repeat;
	background-size:cover;
}
.listArtist .list li h5 {
    text-align: center;
    background-color: rgba(0,0,0,0.4);
    color: #FFFFFF;
    font-size: 12px;
    font-family: "MS PGothic", "Osaka", Arial, sans-serif;
    line-height: 2.0;
}
#wrapper .note {
	font-size:14px;
	text-align:center;
	color:#000;
	font-family: "MS PGothic", "Osaka", Arial, sans-serif;
}

#wrapper .note-big {
	font-size:30px;
	font-weight:bold;
	text-align:center;
	color:#000;
	font-family: "MS PGothic", "Osaka", Arial, sans-serif;
}

}
/* min-width: 768px */

@media screen and (max-width: 767px) {

#background {
	padding-bottom:100px;
}
.listArtist {
	margin:0 auto;
	width:96%;
}
.listSat {
	margin-bottom:40px;
}
.listSun {
}
.listArtist h4 {
	margin-bottom:20px;
}
.listArtist h4 img{
	width:100%;
	height:auto;
}
.listArtist .list {
	display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
.listArtist .list li {
	margin-bottom:10px;
	width:49%;
	background-color: rgba(0,0,0,0.4);
}
.listArtist .list li:nth-child(2n) {
	margin-left:2%;
}
.listArtist .list li a {
	position:relative;
	display:block;
	background-color:#FFF;
}
.listArtist .list li a:hover {
	opacity:0.8;
}
.listArtist .list li a img {
	width:100%;
	height:auto;
}
.listArtist .list li a .ico {
	display:block;
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
}
.listArtist .list li.new a .ico {
	background:url(../img/ico_new.png) left top no-repeat;
	background-size:cover;
}
.listArtist .list li h5 {
	padding:5px;
    text-align: center;
    color: #FFFFFF;
    font-size: 12px;
    line-height: 1.5;
}
#wrapper .note {
	font-size:14px;
	text-align:center;
	color:#000;
	font-family: "MS PGothic", "Osaka", Arial, sans-serif;
}

#wrapper .note-big {
	font-size:30px;
	font-weight:bold;
	text-align:center;
	color:#000;
	font-family: "MS PGothic", "Osaka", Arial, sans-serif;
}

}
/* max-width: 767px */