@charset "euc-jp";
/* ========================= [ #page ] */
#page {
  line-height: 1.5;
}
#page h1, #page h2, #page h3, #page p, #page ol, #page ul, #page li, #page dl, #page dt, #page dd, #page form {
  margin: 0;
  padding: 0;
}
#page ol, #page ul {
  list-style: none;
}
#page em {
  font-style: normal;
}
#page img {
  vertical-align: bottom;
}
#page h1 {
  margin-bottom: 20px;
  padding: 4px 0;
  border-top: 1px #ccc solid;
  border-bottom: 1px #ccc solid;
  color: #545454;
  font-size: 22px;
  font-weight: normal;
}
#page h2 {
  position: relative;
  height: 30px;
  line-height: 34px;
  margin-bottom: 20px;
  padding: 0 0 3px 5px;
  border-bottom: 1px #ccc solid;
  font-size: 24px;
  font-weight: normal;
}
#page h3 {
  margin-bottom: 10px;
  padding: 3px 0 0 10px;
  border-left: 3px #666 solid;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.3;
}

#page .sab-navi {
	position: relative;
	top: 8px;
	float: right;
}
#page .sab-navi li {
	display: inline;
	padding: 0 8px;
}

#page .sect-news {
	position: relative;
	overflow: hidden;
	margin-bottom: 40px;
	padding-top: 12px;
	border-top: 1px #bbb dotted;
}
#page .sect-news .ttl {
	position: relative;
	top: -2px;
	float: left;
	margin-right: 12px;
	padding: 2px 10px 1px;
	border-radius: 4px;
	background: #999;
	color: #fff;
}
#page .sect-news .tolist {
	position: absolute;
	top: 12px;
	right: 0;
}

/* ========================= [ #content ] */
#page #content {
  width: 916px;
  overflow: hidden;
  margin: 0 auto;
}
#page #content .container {
  overflow: auto;
  margin-bottom: 50px;
}
#page #content .sect02 {
  position: relative;
  margin: 0 10px 50px;
}
#page #content .sect03 {
  margin: 0 10px 16px;
}

#page #content #sect-info {
  float: left;
  width: 440px;
}
#page #content #sect-info dl {
  margin: 0 10px 15px;
}
#page #content #sect-info dt {
  float: left;
  margin-bottom: 10px;
}
#page #content #sect-info dd {
  margin-left: 7em;
  margin-bottom: 12px;
}
#page #content #sect-guide {
  margin-left: 460px;
  padding-left: 20px;
  border-left: 1px #bbb dotted;
}
#page #content .flatlink li {
  display: inline;
  margin-left: 4px;
  padding-left: 8px;
  border-left: 1px #ccc solid;
  white-space: nowrap;
}
#page #content .flatlink li:first-child {
  margin-left: 0;
  padding-left: 0;
  border-left: none;
}

#page #content .list-pickup {
	overflow: hidden;
	margin-right: -25px;
}
#page #content .list-pickup li {
	float: left;
	width: 210px;
	margin-right: 20px;
}
#page #content .list-pickup li > img {
	margin: 0 auto 6px;
	cursor: pointer;
}
#page #content .list-pickup li > p {
	margin-bottom: 20px;
	font-size: 14px;
}

#page #content .note-premium {
  position: relative;
  margin: 14px 0 20px;
  padding-left: 60px;
}
#page #content .note-premium img {
  position: absolute;
  left: 3px;
}

#page #content .weekly {
  overflow: auto;
  margin-bottom: 5px;
}
#page #content .weekly li {
  float: left;
  margin-left: 7px;
}
#page #content .weekly li:first-child {
  margin-left: 0;
}
#page #content .weekly li a {
  display: block;
  width: 122px;
  padding: 5px 0;
  background: #ddd;
  color: #333;
  font-size: 16px;
  text-align: center;
}
#page #content .weekly li.active a {
  background: #444;
  color: #fff;
}
#page #content .weekly li a:hover {
  background: #444;
  color: #fff;
  text-decoration: none;
}
#page #content .weekly li a span {
  padding-left: 3px;
  font-size: 13px;
}

/* ============ [ #tbl-program ] */
#page #content #tbl-program {
  height: 580px;
  overflow-y: scroll;
	overflow-x: hidden;
  border: 1px #aaa solid;
}
#d-ie7 #page #content #tbl-program {
	position: relative;
	padding-right: 16px;
}
#page #content #tbl-program table {
	width: 100%;
	border-collapse: collapse;
	border: none;
	border-spacing: 0;
}
#page #content #tbl-program th {
  padding: 6px 0 5px 20px;
  background: #d2d2d2;
	font-size: 16px;
  text-align: left;
}
#page #content #tbl-program td {
  padding: 0;
  vertical-align: top;
}
#page #content #tbl-program td li {
	position: relative;
  border-top: 1px #bbb dotted;
	background: #f2f2f2;
}
#page #content #tbl-program td li:first-child {
  border-top: none;
}
#page #content #tbl-program td li .time {
	position: absolute;
	top: 10px;
	left: 0;
	width: 90px;
	line-height: 1.3;
	text-align: center;
}
#page #content #tbl-program td li .time em {
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
}
#page #content #tbl-program td li .detail {
	position: relative;
	overflow: hidden;
	margin-left: 90px;
	padding: 10px;
	background: #fff;
}
#page #content #tbl-program td li .detail.active {
  background: #fffced;
  cursor: pointer;
}
#page #content #tbl-program td li .detail.active a {
  color: #e20;
  text-decoration: underline;
}
#page #content #tbl-program td li .detail .thumb {
  float: left;
  width: 150px;
	padding: 5px;
	background: #eee;
	box-shadow: inset 0 0 3px rgba(0,0,0,0.2);
}
#page #content #tbl-program td li .detail .av {
  position: relative;
}
#page #content #tbl-program td li .detail .av img:first-child {
  width: 150px;
}
#page #content #tbl-program td li .detail .av img.packe {
  position: absolute;
  height: 92px;
  top: 15px;
  left: 45px;
}
#page #content #tbl-program td li .detail .info {
	overflow: hidden;
	margin-left: 175px;
	padding: 0 15px 0 52px;
}
#page #content #tbl-program td li.pako .detail .info {
	background: url(p/nama/logo_pako_s.png) no-repeat;
}
#page #content #tbl-program td li.nozoki .detail .info {
	background: url(p/nama/logo_nozoki_s.png) no-repeat;
}
#page #content #tbl-program td li.asamade .detail .info {
	background: url(p/nama/logo_asamade_s.png) no-repeat;
}
#page #content #tbl-program td li .detail .info p.ttl {
	font-size: 16px;
	font-weight: bold;
}
#page #content #tbl-program td li .detail img.ico-broadcasting {
  position: absolute;
  top: 1px;
  left: 1px;
  z-index: 9;
}
#page #content #tbl-program td li .detail img.ico-premium {
  position: absolute;
  bottom: 1px;
  right: 1px;
}

/* ============ [ #sect-premium ] */
#page #content #sect-premium {
  position: relative;
  padding: 20px;
  border: 1px #ccc solid;
  background: url(p/nama/bg_premium.jpg) repeat-x 0 top;
  box-shadow: inset 0 0 1px 1px #fff;
  z-index: 10;
}
#page #content #sect-premium .capt-premium {
  height: 30px;
  line-height: 26px;
}
#page #content #sect-premium .capt-premium img {
  margin-right: 12px;
}
#page #content #sect-premium .tx-lead {
  line-height: 1;
  margin-bottom: 18px;
  font-size: 14px;
}
#page #content #sect-premium .tx-lead em {
  padding-left: 20px;
  color: #d00;
  font-size: 18px;
  font-style: normal;
}
#page #content #sect-premium .tx-lead em span {
  position: relative;
  top: 1px;
  padding: 0 3px;
  font-size: 24px;
}
#page #content #sect-premium .bt-regist {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 300px;
  height: 47px;
}
#page #content #sect-premium .bt-regist a {
  display: block;
  width: 300px;
  height: 47px;
  line-height: 47px;
  background: url(p/nama/bt_regist.png) no-repeat left 0;
  color: #333;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
#page #content #sect-premium .bt-regist a:hover,
#page #content #sect-premium .bt-regist a:active {
  background-position: right;
  text-decoration: none;
}
#page #content #sect-premium .tx-caution {
  padding: 12px 0 0 30px;
  border-top: 1px #bbb dotted;
  background: url(p/nama/ico_caution.png) no-repeat 0 11px;
}

/* ========================= [ #f-navi ] */
#page #f-navi {
  position: relative;
  top: -1px;
  width: 916px;
  margin: 0 auto;
  padding: 20px 0;
  border-top: 1px #bbb dotted;
  text-align: center;
}
#page #f-navi li {
  display: inline;
  margin-left: 10px;
  padding-left: 14px;
  border-left: 1px #999 solid;
  white-space: nowrap;
}
#page #f-navi li:first-child {
  margin-left: 0;
  padding-left: 0;
  border-left: none;
}

/* ========================= [ #nama-notice ] */
#page #nama-notice {
  margin-bottom: 20px;
  color: #666;
  font-size: 11px;
  text-align: center;
}