@charset "UTF-8";

/**
 * これまで応援した祭り
 * 共通スタイル
 */

/* ==========================================================================
   インデックス
   ========================================================================== */

#ttl-index{
	/* margin-bottom:-33px; */
	margin-bottom:100px;
}

#tab-list{margin-top: 8px;
  display: table;
  width: 960px;
  /*background: #bb0019;*/
  border-radius: 8px;
background: url(/common/css/images/pattern02.gif) repeat 0 0;
}

#tab-list li{
  display: table-cell;
  font-family: 'Gentium Book Basic', serif;
  font-size: 15px;
  text-align: center;
  padding: 16px 0 13px;
  border-right: 1px solid #ddd;
  line-height: 1;
  letter-spacing: 0.1em;
}

#tab-list li:last-child{
  border-right: none;
}
#tab-list li a{
  text-decoration: none;
  color: #333;
}

/* 検索バー
   ========================================================================== */

#srch-bar{
	margin-bottom:0;
}
#srch-bar dt,
#srch-bar dd{
	text-align:left;
}
	.input-w268{
		background:url(images/input_w268.gif) no-repeat left top;
		height:21px;
		padding-top:1px;
		width:268px;
	}
		.input-w268 input{
			border:1px solid #FFF;
			font-size:93%;
			height:18px;
			outline:none;
			margin-left:10px;
			width:248px;
		}



/* 年度ごとのセクション
   ========================================================================== */

#fixed-wrap{
	/*margin-bottom:117px;*//*117*/
	/* position:absolute; */
	/* top:447px; */
	z-index: 1000;
}
.sec-archive{
	border-top:3px solid #3b2163;
	position:relative;
	margin-bottom:155px;/*69*/
	margin-bottom:69px;/*69*/
	padding-left:189px;
	padding-top:32px;
	zoom:1;
	/*padding-top:80px;
	margin-top:-80px;*/
}
 	.sec-archive h2{
		left:14px;
		position:absolute;
		top:21px;
	}
.year-copy{
	color:#c70226;
	font-size:184%;
	font-weight:bold;
}
.tv-program{
	margin-top:10px;
}
.name-list{
	border-top:3px solid #f3f0ed;
	margin-top:34px;
	padding-top:18px;
}
	.name-list li{
		font-weight:bold;
		margin-bottom:10px;
		padding-right:35px;
		width:202px;/*257*/
	}

/* 検索結果
   ========================================================================== */

#result .name-list{
	border-top:none;
	margin-top:0px;
	padding-top:18px;
}

#notfound,
#clear{
	width:100%;
	text-align:center;
}

#notfound h2,
#notfound p{
  letter-spacing: 0;
}
#notfound h2{
  color: #c70226;
  font-size: 25px;
  font-weight: bold;
  margin-top: 55px;
}
#notfound p{
  margin: 13px 0 34px;
}


/* ==========================================================================
   詳細ページ
   ========================================================================== */

#archive-ttl{
	text-align:center;
	margin-bottom:13px;
	margin-top:21px;
}

/* 番組情報
   ========================================================================== */

#tv,
.tv{
	margin-top:13px;
}
.prg-info{
	text-align:right;
	margin-top:6px;
	width:720px;
}
	.prg-info dt,
	.prg-info dd{
		font-weight:bold;
	}
	.prg-info dt{
		color:#bc090b;
		margin-left:15px;
	}
#prg-ttlwrap,
.prg-ttlwrap{
	background:url(images/prg_ttl.gif) repeat-y left top;
	-moz-border-radius:3px;
	border-radius:3px;
	color:#FFF;
	font-weight:bold;
	margin-bottom:21px;
	padding:14px 21px 10px;
}
	#prg-ttlwrap p,
	.prg-ttlwrap p{
		font-size:100%;
	}
	#prg-ttlwrap h3,
	.prg-ttlwrap h3{
		font-size:184%;
	}

/* 祭り紹介
   ========================================================================== */

#intro-wrap{
}

#intro-ttl{
	position:relative;
}
	#intro-btn{
		position:absolute;
		right:0;
		top:29px;
	}
		#intro-btn li{
			margin-left:3px;
		}
#intro-in h3{
	color:#c70226;
	font-size:184%;
	font-weight:bold;
	margin-bottom:8px;
}
#intro-item,
#intro-in .caution{
	border-top:1px solid #d1cdc8;
	padding-top:15px;
	margin-top:10px;
}
	#intro-item dt{
		margin-bottom:5px;
	}
	#intro-item dd{
		font-size:100%;
		line-height: 1.6;
	}
#intro-in .caution{
		font-size:100%;
		line-height: 1.6;
}
/* ==========================================================================
   2005年以前の番組ページ
   ========================================================================== */

.tv{
	margin-bottom:34px;
}
.archive-scdttl{
	text-align:center;
	margin-top:55px;
}
.prg-scd{
	text-align:left;
	width:auto;
}
	.prg-scd dt{
		margin-left:0;
	}
	.prg-scd dd{
		margin-right:15px;
	}
	.prg-scd .w-all{
		width:845px;
	}
