@charset "utf-8";

/* table
-------------------------------------------------------------- */
table.tableB01 .lastYear,
table.tableB01 .comparison,
table.tableB01 .comparison_num,
table.tableB01 .event,
table.tableB01 .stock {
	background: #F7F1C5;
}

table.tableB01 .thisYear,
table.tableB01 .shop,
table.tableB01 .shop_num,
table.tableB01 .data,
table.tableB01 .price {
	background: #E0F1F5;
}

table.tableB01 .day {
	background: #FFE8D0;
}

/* IRカレンダー */
table.tableB01.calendar th {
	padding: 8px 15px;
	text-align: center;
}
table.tableB01.calendar td {
	padding: 8px 15px;
	text-align: left;
}
table.tableB01.calendar .date {
	text-align: right;
}


/* /ir/
-------------------------------------------------------------- */
table.dateTable {
	margin-top: 5px;
	width: 100%;
	border: 0;
}
table.dateTable th,
table.dateTable td {
	padding-top: 5px;
	border: 0;
	line-height: 1.4;
}
table.dateTable th {
	padding-right: 10px;
	width: 4em;
}
table.dateTable .flag {
	padding-right: 5px;
	width: 16px;
}

/* heading */
div.h2Top {
	margin-top: 20px;
	border-bottom: 1px solid #CBC9AF;
}
div.h2Top h2 {
	float: left;
	line-height: 0;
}
div.h2Top p {
	margin-top: 2px;
	float: right;
	width: 178px;
	color: #827F5B;
	font-weight: bold;
	font-size: 90%;
	line-height: 1;
}

ul.newStore {
	margin: 7px 2px 0 2px;
}
ul.newStore li {
	margin-bottom: 2px;
	line-height: 1.4;
}


/* /ir/data/
-------------------------------------------------------------- */
div.highlightsArea div.cnt01 {
	float: left;
	width: 312px;
}
div.highlightsArea div.cnt02 {
	float: right;
	width: 312px;
}
div.highlightsArea  table.tableA02 th,
div.highlightsArea  table.tableA02 td {	/* overwrite */
	padding: 3px;
	vertical-align: middle;
}



/* /ir/data/shop.html
-------------------------------------------------------------- */
p.graphNote {
	margin-top: 10px;
	width: 312px;
	text-align: center;
	font-size: 90%;
}


/* /ir/stock/holder.html
-------------------------------------------------------------- */
p.update {
	margin-top: 10px;
	text-align: right;
}


/* /ir/renew.html
-------------------------------------------------------------- */
/* 更新情報一覧 */
div.whatsnew table.dateTable {
	margin-top: -8px;
	width: 100%;
	border: 0;
}
div.whatsnew table.dateTable th,
div.whatsnew table.dateTable td {
	padding: 8px 0;
	border: 0;
	line-height: 1.4;
	border-bottom: 1px solid #CCC;
}
div.whatsnew table.dateTable th {
	padding-right: 10px;
	padding-left: 8px;
	width: 5em;
}
div.whatsnew table.dateTable .flag {
	padding-right: 5px;
	width: 16px;
}


/* /ir/management.html
-------------------------------------------------------------- */
div.managementArea {
	margin: 0 50px;
}
div.managementArea div.section {
	margin-top: 18px;
	position: relative;
	height: 93px;
}
div.managementArea div.section p {
	position: absolute;
	left: 196px;
	top: 26px;
}


/* /ir/event/record.html
-------------------------------------------------------------- */
div.wmpArea {
	padding: 10px;
	background: #F5F4EA;
	border: 1px solid #C9C7AC;
}
div.wmpArea img.pct {
	margin-right: 13px;
	float: left;
}

div.notice {
	padding: 15px 20px;
	background: #EFEFEF;
}
div.notice h3 {
	margin-bottom: 3px;
	font-weight: normal;
}


/* clear fix
-------------------------------------------------------------- */
div.highlightsArea:after,
div.wmpArea:after,
div.h2Top:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

div.highlightsArea,
div.wmpArea,
div.h2Top {
	_height: 1px;
	min-height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}

