@charset "utf-8";

/* 全体
---------------------------*/
#boc {
width:980px;
background-color: #000;
background-image:url(http://image.pia.jp/images2/static/pia/feature/music/bumpofchicken/top.jpg);
background-repeat:no-repeat;
margin:0 auto;
padding-top:480px;
padding-bottom:30px;
color:#f0f0f0;
}

#boc .font-orange { color:#FFA500;}
#boc .font-medium { font-size: 1.2em;}
#boc .font-big { font-size: 1.5em;}
#boc .font-bold { font-weight: bold;}

#boc .margin-t5 { margin-top:5px;}
#boc .margin-t10 { margin-top:10px;}
#boc .margin-t15 { margin-top:15px;}
#boc .margin-t20 { margin-top:20px;}
#boc .margin-t30 { margin-top:30px;}

#boc .margin-b5 { margin-bottom:5px;}
#boc .margin-b10 { margin-bottom:10px;}
#boc .margin-b15 { margin-bottom:15px;}
#boc .margin-b20 { margin-bottom:20px;}
#boc .margin-b30 { margin-bottom:30px;}

#boc .clear { clear:both;}

#boc .img_center {
display: block;
margin-left: auto;
margin-right: auto;
text-align: center;
}

#boc ul,li{
list-style:none;
}

#boc a:hover img {
opacity: 0.6;
filter: alpha(opacity=60);
}


/** ライブ **/
#boc .live {
margin:20px 130px 50px 130px;
}
#boc .live ul {
margin-top:10px;
}
#boc .live li {
padding:15px 25px;
border:1px solid #7e352a;
background-color:#691407;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
font-size:1.3em;
margin-left:0px;
margin-bottom:20px;
text-align:center;
}
#boc .live p.term {

}
#boc .live p.small {
font-size:0.8em;
margin-bottom:10px;
}
#boc .live p.area {
font-weight:bold;
border-bottom:1px solid #7e352a;
margin:0px 0px 5px 0px;
color:#FFA500;
}
#boc .live p.taisyou {
font-weight:bold;
margin-top:5px;
color:#FFA500;
}

/** お気に入り **/
#boc .favorite {
clear: both;
width: 750px;
margin: 0px auto;
}
#boc .favorite .box-title {
clear: both;
margin-top: 0px;
margin-bottom: 10px;
padding: 4px 10px ;
background-color:#691407;
color:#fff;
font-weight:bold;
}
#boc .favorite .txt {
	margin-right: 180px;
}
#boc .favorite .btn {
	float: right;
	margin: 0px;
}
#boc .favorite a {
color:#691407;
}