@charset "utf-8";

/* 年末年始営業についてのテーブル */
table.eigyo_table {
	max-width: 700px;
	min-width: 600px;
}
table.eigyo_table th {
	padding-left: 1.3em !important;
	padding-right: 1.3em !important;
	text-align: center;
	border-bottom: solid 1px #cccccc !important;
}
table.eigyo_table th.cal {
	background: #DEEEFF !important;
	color: #000000 !important;
}
table.eigyo_table td {
	text-align: center;
	padding-left: 0.3em !important;
	padding-right: 0.3em !important;
}
table.eigyo_table td.eigyo {
	background: #ffffcf;
}
table.eigyo_table td.kyugyo {
	color: #ff0000;
	background: #FFDFFF;
	letter-spacing: 2px;
	padding-left: 0.6em !important;
	padding-right: 0.6em !important;
}
table.eigyo_table td.shukujitsu {
	background: #EFFFEF;
}

/* Windows7対応ページなど */
.alignright {
	text-align: right;
}
.centering {
	text-align: center;
}
table.win7_table {
}
table.win7_table th {
}
table.win7_table th.biko {
	width: 200px !important;
}
table.win7_table th.win7s {
	border-bottom: solid 1px #cccccc !important;
	width: 100px !important;
}


/* コンテンツ 箇条書きリスト */
#contents ul {
}
#contents ul li {
	list-style: disc;
	margin: 0.3em 0.8em;
	line-height: 1.35em;
}
#contents ul.contents_description3 li {
	list-style: circle;
}

#contents ul.list4 {
	margin:0px;
	padding:0px;
}
#contents ul.list4 li {
	list-style-image:url("../img/common/ul_marker_kome.gif");
	margin-left:50px;
}

/* コンテンツ 番号つきリスト */
#contents ol {
}
#contents ol li {
	list-style: decimal;
	margin: 0.3em 0.8em;
	line-height: 1.35em;
}
#contents ol li ul {
	margin: 0.8em 1em;
}
#contents ol li ul li {
	list-style: circle;
}
