@charset "UTF-8";
#parentframe_artist { 
  width: 100%;
}
#parentframe_column { 
  width: 100%;
}

#artist_new_child h3, #column_news_child h3 {
  display: inline-block;
  font-size: 16px;
  margin: 1.4em 0;
  position: relative; }
  #artist_new_child h3:before, #column_news_child h3:before {
    content: '';
    display: inline-block;
    background-image: url(../../image/img_label_icon.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 40px;
    height: 20px;
    vertical-align: sub; 
}

#solbs table {
	width: 1000px;
    border-collapse: separate;  /* 表の線と線の間を空ける */
    border-spacing:  3px;       /* 表の線と線の間の幅 */
}
 
#solbs th,td {
    padding: 5px 10px;          /* 余白指定 */
    min-height: 50px;
}
 
#solbs th {
	width: 250px;
    background-color:  #B2FFD8; /* 背景色指定 */
    color:  #000000;            /* 文字色指定 */
    font-weight:  normal;       /* 文字の太さ指定 */
}
 
#solbs td {
    background-color:  #EFFFF7; /* 背景色指定 */
}

#solbs img {
	width:150px;
	height:auto;
	float:left;
	padding-right:10px;
}
#solbs span {
	font-size: small;
}
#solbs p {
	padding-top: 5px;
}
.inputSol {
	border: 1px solid;
	background-color: white;
}
.inputSolSingle {
	height: 30px;
}
.button_area_bs {
  max-width: 1000px;
  margin: 0 auto 0 auto;
  height: 50px; }
  .button_area_bs:after {
    content: "";
    display: block;
    clear: both; }
  @media screen and (max-width: 600px) {
    .button_area_bs {
      margin: 10px; } }
.btn_bs {
  float:right;
  padding-top:0;
  display: inline-block;
  font-size: 16px;
  width: 180px;
  height: 50px;
  line-height: 50px;
  background-color: #888;
  color: #fff;
  border-radius: 8px;
  text-align: center;
  text-decoration: none; }
  .btn_bs:hover {
    background-color: #6f6f6f; }
  @media screen and (max-width: 600px) {
    .btn_bs {
      display: block;
      width: 100%; 
      float:none;} }
      
.btn_bs_edit {
  padding-top:0;
  display: inline-block;
  font-size: 16px;
  width: 100px;
  height: 50px;
  line-height: 50px;
  border-radius: 8px;
  text-align: center;
  text-decoration: none; }
  .btn_bs_edit:hover {
    background-color: #6f6f6f; }
  @media screen and (max-width: 600px) {
    .btn_bs_edit {
      display: block;
      width: 100%;
      float:none;} }
      
.edit_0C1 {
  background-color: #ff8c00;
  color: #fff;
}
.edit_0C2 {
  background-color: #191970;
  color: #fff;
}
.edit_0C9 {
  background-color: #888;
  color: #fff;
}

.columnli_bs {
 width: 80%; 
 margin: 0 auto;
}
.columnL_bs {
	width: 150px;
	height: 150px;
	float: left;
}
.columnC_bs {
	float: left;
	margin: 15px;
}
.columnR_bs {
	float: right;
}
.columnL_bs img {
  max-width: 150px;
  max-height: 150px;
}
@media screen and (max-width: 600px) {
  .columnli_bs {
   width: 100%; 
  }
  .columnL_bs {
    float: none;
  }
  .columnC_bs {
    float: none;
    margin: 0;
  }
  .columnR_bs {
    float: none;
  }
}
.artist_bs {
	width: 100%;
	height: 240px;
	float: left; 
}
.artist_bs img {
  height: auto;
  max-height: 240px;
}
.artist_bsnew {
	width: 100%;
	height: 270px;
	float: left; 
}
.artist_bsnew img {
  height: auto;
  max-height: 270px;
}
@media screen and (max-width: 600px) {
	.artist_bs {
		height: 200px;
	}
	.artist_bs img {
	  max-width: 160px;
	  max-height: 200px;
	  height: auto;
	}
	.artist_bsnew {
		height: 200px;
	}
	.artist_bsnew img {
	  max-width: 160px;
	  max-height: 200px;
	  height: auto;
	}
}
