@charset "utf-8";


/* 全体
---------------------------*/
#frf11 {
width:980px;
line-height: 150%;
background-color: #008b50;
margin: 0;
padding: 0;
}

#frf11 div.contents{
}

/* -----font-----*/
#frf11 .t10 { font-size: 84%; }
#frf11 .t14 { font-size: 117%; }
#frf11 .t16 { font-size: 134%; }
#frf11 .bold { font-weight:bold; }

#frf11 .f_col { color:#ff0000; }
#frf11 .f_col2 { color:#009966; }

#frf11 .credit { 
font-size:80%;
font-weight:normal;
color: #999;
}

#frf11 .cnt{
text-align: center;
}
#frf11 a.icon_bl {
padding: 0 0 0 18px;
background: url(http://image.pia.jp/images2/static/pia/feature/music/rockstokyo/icon_arrow.png) no-repeat 0 0; /* 0 12px */
}

#frf11 .clear{
clear: both;
}

/* メイン
---------------------------*/
#frf11Main {
	margin: 0;
	padding: 0;
}

/* コンテンツ
---------------------------*/
#frf11 div.cont_box {
	margin: 10px 10px 0 10px;
	padding: 10px 10px 20px 10px;
	border: 2px solid #333;
	background-color: #ffffff;
}

#frf11 div.cont_box .box-title {
	clear: both;
	margin-top: 20px;
	margin-bottom: 10px;
    padding: 6px 10px ;
	background-color:#333;
	color:#fff;
	font-weight:bold;
}

#frf11 div.cont_box p.tit {
	padding-left: 8px;
	padding-bottom: 8px;
}
#frf11 div.cont_box p.txt {
	padding-left: 40px;
	padding-bottom: 8px;
}
#frf11 div.cont_box p.a_name {
	padding-left: 40px;
	padding-bottom: 8px;
	padding-right: 40px;
}

#frf11 div.cont_box .artist_list {
	clear: both;
	margin-bottom: 20px;
}
#frf11 div.cont_box .artist_list ul {
	clear: both;
	list-style: none;
	margin-left: 20px;
}

#frf11 div.cont_box .artist_list li {
	float: left;
	width: 200px;
	margin: 0 0 10px 18px;
	text-align: center;
	line-height: 1.2em;
}
#frf11 div.cont_box .artist_list li p.ph { padding-top: 2px; height: 138px;}
#frf11 div.cont_box .artist_list li p.ph img { border: 1px solid #ccc; }

#frf11 div.cont_box .line_btm {
	margin-top: 10px;
	margin-bottom: 20px;
    border-bottom:1px dotted #ccc;
}
#frf11 div.cont_box .btn {
	float: right;
	margin: 0 40px 0 0;
}

#frf11 div.line_box {
	margin: 10px 40px;
    padding: 10px 20px;
	border: #ccc 1px solid;
}

#frf11 table.box {
	margin: 10px 40px;
	border-top: #ccc 1px solid;
	border-left: #ccc 1px solid;

}
#frf11 table.box th{
	background-color: #ff9966;
	text-align: center;
}

#frf11 table.box tr,td{
    padding: 6px;
	border-bottom: #ccc 1px solid;
	border-right: #ccc 1px solid;
}
#frf11 table.box .cnt{
	text-align: center;
}
#frf11 table.box .bg{
	background-color: #E8FFE1;
}

#frf11 .attention_box {
	margin-top: 20px;
	margin-bottom: 10px;
    padding: 20px 40px;
	background-color:#ffeeee;
	line-height: 150%;
	color: #990033
}