@charset "utf-8";

/*======================================
SUPER CHANNEL
http://supercannel.jp/
----------------------------------------
description:information page stylesheet
edit: 2008/6/04
lastupdate:
======================================*/

body#informationListPage #pageTitle {
	background: url(../image/h2_information_list.gif) no-repeat;
}
body#informationDetailPage #pageTitle {
	background: url(../image/h2_information.gif) no-repeat;
}

/*--------------------------------------
	list
--------------------------------------*/
.informationDate {
	margin-bottom: 0.25em;
	padding-left: 4px;
}
.informationTable {
	width: 700px;
	margin: 0 auto 12px;
	border-collapse: separate;
	border-spacing: 2px;
}
.informationTable th {
	width: 100px;
	padding: 10px 0;
	
	background-color: #E8E8E8;
	border-right: 1px solid #C9C9C9;
	border-bottom: 1px solid #C9C9C9;
	
	font-weight: normal;
	text-align: center;
	vertical-align: top;
}
th.sun {
	background-color: #F2D1D7;
	border-right: 1px solid #E79AB4;
	border-bottom: 1px solid #E79AB4;
}
th.sat {
	background-color: #d2d2f7;
	border-right: 1px solid #9AA1FF;
	border-bottom: 1px solid #9AA1FF;	
}
.informationTable td {
	padding: 10px 5px;
	border-bottom: 1px solid #E7E7E7;
	vertical-align: middle;
}

/* th */
.md {
	display: block;
	font-size: 24px;
	line-height: 28px;
}
.week {
	font-size: 10px;
}

/* td */
.informationTable td ul {
	margin: 0;
	padding: 0;
}
.informationTable td ul li {
	padding-left: 42px;
	font-size: 12px;
	line-height: 1.4em;
}

.infoBaps {
	background: url(http://superchannel.jp//image/common/infoicon_baps.gif) no-repeat 0 2px;
}
.infoDefault {
	background: url(http://superchannel.jp//image/common/infoicon_information.gif) no-repeat 0 2px;
}
.infoTotal {
	background: url(http://superchannel.jp//image/common/infoicon_total.gif) no-repeat 0 2px;
}
.infoSuperMarket {
	background: url(http://superchannel.jp//image/common/infoicon_supermarket.gif) no-repeat 0 2px;
}
.infoIppin {
	background: url(http://superchannel.jp//image/common/infoicon_ippin.gif) no-repeat 0 2px;
}
.infoManga {
	background: url(http://superchannel.jp//image/common/infoicon_manga.gif) no-repeat 0 2px;
}


/*--------------------------------------
	詳細
--------------------------------------*/
h3.informationTitle {
	width: 680px;
	margin: 0 auto 1.2em auto;
	
	font-size: 14px;
	padding: 14px 25px;
	
	background-color: #EEE;
	border-bottom: 2px solid #C9C9C9;
	border-top: 2px solid #C9C9C9;
}
h3.informationTitle span {
	display: block;
	font-size: 10px;
	margin-top: 4px;
	font-weight: normal;
}
.newsMain {
	width: 680px;
	min-height: 330px;
	margin: 0 auto 1.2em auto;
	
	font-size: 12px;
	line-height: 1.4em;
	text-align: left;
}

/*--------------------------------------
	dl ol
--------------------------------------*/
dl.newsList {
}
dl.newsList dt {
	font-size: 12px;
	font-weight: bold;
	padding: 8px 0 4px 0;
	
	border-top: 1px dotted #C9C9C9;
}
dl.newsList dd {
	margin-left: 1.5em;
	margin-bottom: 4px;
}
dl.childList dt {
	border: none;
	padding: 4px 0 4px;
}

ol {
}
ol li {
	margin-left: 2em;
	list-style: outside decimal;
}

ul.newsList {
}
ul.newsList li {
	margin-left: 2em;
	list-style: outside disc;
}


