@charset "utf-8";
/* CSS Document */
#main h2{ border-bottom:1px solid #999; }
#artistlist { padding:20px 0; }
#artistlist table{ width:100%; border:1px solid #ccc; border-collapse: collapse; border-spacing: 0; margin-bottom:25px;
background: #ffffff;
background: -moz-linear-gradient(top,  #ffffff 0%, #e5e5e5 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5));
background: -webkit-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%);
background: -o-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%);
background: -ms-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%);
background: linear-gradient(to bottom,  #ffffff 0%,#e5e5e5 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 );
}
#artistlist table td{ text-align:center; border:1px solid #888; }
#artistlist table td a{ display:block; padding:3px; }
#artistlist table td.head{
color:#292929;s
background: #88bfe8;
background: -moz-linear-gradient(top,  #88bfe8 0%, #70b0e0 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#88bfe8), color-stop(100%,#70b0e0));
background: -webkit-linear-gradient(top,  #88bfe8 0%,#70b0e0 100%);
background: -o-linear-gradient(top,  #88bfe8 0%,#70b0e0 100%);
background: -ms-linear-gradient(top,  #88bfe8 0%,#70b0e0 100%);
background: linear-gradient(to bottom,  #88bfe8 0%,#70b0e0 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#88bfe8', endColorstr='#70b0e0',GradientType=0 );
	}
#artistlist table td a:hover{ background:#FF0; }
#artistlist ul{ -webkit-border-radius: 3px;    border-radius: 3px; padding:10px; margin-right:10px; } 
#artistlist li:nth-child(even){ float:right; margin-right:0; }
#artistlist li{ width:45%; float:left; list-style:inside; }
#artistlist article{ clear:both; padding-bottom:40px; }
#artistlist article:after{ content: ""; display: block; clear: both; }/* cf */

#artistlist h3{ font-size:20px; font-size:2.0rem; text-align:center; margin-bottom:10px; background-color:#484848; padding:2px 0 0;
-webkit-border-radius: 3px;    border-radius: 3px; color:#fff; 
border:1px solid #000; text-shadow: 0px -1px 1px #000; filter: dropshadow(color=#000, offx=0, offy=-1);
}
#artistlist article div{ clear:both; }

/* 追記 */
#main2 {
  float: none;
}
#content2 .leftBox {
  margin-top: 5.6%;
}
article hgroup + p img {
  width: 100%;
  max-width: 434px;
}
#btn_contacts_boxs li {
  display: inline-block;
}
#btn_contacts_boxs {
  width: 100%;
  max-width: 520px;
  margin-bottom: -10px;
}
#btn_contacts_boxs li {
  margin-bottom: 10px;
}
#artistlist li:nth-child(odd){
  clear: both;
}
