@charset "UTF-8";/* -------------------------------------------------------- CSS Information Last up date:   2014.01.29Style Info:     schedule css------------------------------------------------------------------------ */  /*CommonCSS_link*/@import url(base.css);@import url(common.css);/*------------------------------------------------------------schedule*/table#sheet_schedule {	width: 100%;	border-collapse: collapse;	margin: 0 0 10px;}table#sheet_schedule th, table#sheet_schedule td {	font-size: 12px;	line-height: 150%;	padding: 8px;	border: 1px solid #aaa;}table#sheet_schedule thead th {	font-weight: normal;	text-align: center;	background: #f6e7cb;}table#sheet_schedule thead td, table#sheet_schedule tbody th {	font-weight: normal;	text-align: center;	white-space: nowrap;	background: #dde5f3;}/*------------------------------------------------------------comment01*/.comment01 {	overflow: hidden;	background: #eeeceb;	padding: 10px 15px 0;	border-radius: 8px;}.comment01 p {	margin: 0 0 10px;}/*------------------------------------------------------------comment02*/.comment02 {	overflow: hidden;}.comment02 p {	margin: 0 0 10px;}