@charset "utf-8";


/* 全体
---------------------------*/
#wire {
width:980px;
line-height: 150%;
background: #000000;
margin: 0;
padding: 0;
}

#wire div.contents{
}

#wire .bold { 
font-weight:bold;
}

#wire .credit { 
font-size:80%;
font-weight:normal;
color: #000000;
}
#wire .t14 { 
font-size:120%;
}
#wire .t18 { 
font-size:180%;
}

#wire .f_col { 
color:#cc3333;
}

#wire .cnt{
text-align: center;
}
#wire a.icon_bl {
padding: 0 0 0 18px;
background: url(http://image.pia.jp/images2/static/pia/feature/music/mrchildren/icon_arrow.png) no-repeat 0 0; /* 0 12px */
}

#wire .clear{
clear: both;
}
/* メイン
---------------------------*/
#wireMain {
	margin: 0;
	padding: 0;
}

/* コンテンツ
---------------------------*/
#wire div.wire_box {
	width: 936px;
	margin: 10px 10px 0 10px;
	padding: 20px 10px;
	border: 2px solid #cc3333;
	background: #ffffff;
}
#wire div.wire_box p.txt {
	padding-left: 8px;
}

#wire div.wire_box .artist_list {
	clear: both;
	margin-bottom: 20px;
}

#wire div.wire_box .box-title {
	clear: both;
	margin-top: 30px;
	margin-bottom: 10px;
    padding: 4px 10px ;
	background-color:#000000;
	color:#fff;
	font-weight:bold;
}

#wire div.wire_box table.sche {
	width: 100%;
    border-top:1px solid #ccc;
    border-left:1px solid #ccc;
}

#wire div.wire_box table.sche td {
    padding:6px 10px;
    border-bottom:1px solid #ccc;
    border-right:1px solid #ccc;
}

#wire div.wire_box table.sche th {
	text-align: center;
	color:#FFF;
    border-bottom:1px solid #ccc;
    border-right:1px solid #ccc;
    background-color:#666666;
}