div.sub_title {
	color: blue;
	font-weight: bold;
	background-color: #FFFF99;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 1px;
	margin-bottom: 3px;
	margin-left: 0px;
	margin-top: 5px;
	border-bottom: 1px #FF00FF solid;
	border-left: 1px #3300DD solid;
}

div.one_item {
	color: #FF00FF;
	background-color: #FFF9F9;
	margin-left: 5px;
	margin-top: 10px;
	border-bottom: 2px pink solid;

}

div.realtime_item {
	color: brown;
	background-color: #FFF9F9;
	margin-left: 5px;
	margin-top: 10px;
	padding-bottom: 10px;
	border-bottom: 2px #8888cc solid;
	font-weight: bold;

}

span.waittime {
	color: #FF3300;
	font-size: 20px;
	font-weight: bold;
}

ul {
	list-style-image: url(../images/point049/point049_07.gif);
}


h3 {
  margin: 12px 0px 1px 0px;
  padding: 9px 0px 5px 10px;
  line-height: 110%;
  font-size: 13px;
  color: #583822;
  border-bottom: solid 1px #7777cc;
  border-left: solid 4px #8888ff;
  background-color: #eeeeee;
}

strong.strong {
	color:red;
}

table.calendar {
    border-collapse:collapse;
    border-spacing:0;
    border:1px #666 solid;
    text-align:center;
    font-size:12px;
}
 
table.calendar td,
table.calendar th {
    padding:5px;
    border:1px #666 solid;
	width: 50px;
}
 
table.calendar th {
    background:#eee;
}
 
table.calendar td.today {
    background:#999;
    color:#fff;
}
 
table.calendar .red {
    color:#f33;
}
 
table.calendar .blue {
    color:#33f;
}

th.callendar {
	width: 40px;
}

div.callendar_day {
	border-bottom: blue 1px solid;
}

div.callendar_max {
	margin-top: 5px;
}

.callendar_level1 {
	background: #FFFAFA;
}

.callendar_level2 {
	background: #FFFCEF;
}

.callendar_level3 {
	background: #FFFFE0;
}

.callendar_level4 {
	background: #FFFF70;
}

.callendar_level5 {
	background: #FFFF00;
}

.callendar_level6 {
	background: #FFEA00;
}

.callendar_level7 {
	background: #FFD700;
}

.callendar_level8 {
	background: #FFBF00;
}

.callendar_level9 {
	background: #FFA500;
}

.callendar_level10 {
	background: #FF9000;
}

.callendar_level11 {
	background: #FF7500;
}

.callendar_level12 {
	background: #EE3700;
}

.callendar_level13 {
	background: #DD0000;
}

.callendar_level14 {
	background: #A00000;
	color: red;
}

.callendar_level15, .callendar_levelA {
	background: #660000;
	color: red;
}

.callendar_level16 {
	background: #4F0000;
	color: red;
}

.callendar_level17 {
	background: #330000;
	color: red;
}

.callendar_level18 {
	background: #000000;
	color: red;
}


.wday_0 {
	color: red;
/*
	background-color: #FF5555;
*/
}

.wday_6 {
	color: blue;
/*
	background-color: #5555FF;
*/
}

.holiday {
	color: red;
}

.holiday_name {
	font-size: 8px;
	color: red;
	line-height: 0px;
	margin-bottom: 9px;
}

.day {
	font-weight: bold;
	margin-top:-1px;
	margin-bottom:-7px;
	padding:1px;
}


hr.day_separate {
	border: 1px gray solid;
	padding: 0px;
	margin: 0px;
}

table {
	padding: 0px;
	margin: 0px;
}


.header_separate {
	color: blue;
}

.day_link {
	display:block;
	text-decoration: none;
}

.day_link:hover {
	background: #CCCCFF;
}


div.point {
	padding: 10px 10px;
	font-size: 14px;
}


/* チケットの表に使用 */
table.type09 {
    border-collapse: collapse;
    text-align: left;
    line-height: 1.5;
    margin-bottom: 15px;
    margin-top: 15px;
}
table.type09 thead th {
    padding: 10px;
    font-weight: bold;
    vertical-align: top;
    color: #369;
    border-bottom: 3px solid #036;
}
table.type09 tbody th {
    padding: 10px;
    font-weight: bold;
    vertical-align: top;
    border-bottom: 1px solid #ccc;
    background: #f3f6f7;
}
table.type09 td {
    padding: 10px;
    vertical-align: top;
    border-bottom: 1px solid #ccc;
}



table.type03 {
  /* width: auto; */
  border-spacing: 0;
  font-size:14px;
}
table.type03 th {
  color: #fff;
  padding: 8px 15px;
  background: #258;
  background:-moz-linear-gradient(rgba(34,85,136,0.7), rgba(34,85,136,0.9) 50%);
  background:-webkit-gradient(linear, 100% 0%, 100% 50%, from(rgba(34,85,136,0.7)), to(rgba(34,85,136,0.9)));
  font-weight: bold;
  border-left:1px solid #258;
  border-top:1px solid #258;
  border-bottom:1px solid #258;
  line-height: 120%;
  text-align: center;
  text-shadow:0 -1px 0 rgba(34,85,136,0.9);
  box-shadow: 0px 1px 1px rgba(255,255,255,0.3) inset;
}
table.type03 th:first-child {
  border-radius: 5px 0 0 0;
}
table.type03 th:last-child {
  border-radius:0 5px 0 0;
  border-right:1px solid #258;
  box-shadow: 2px 2px 1px rgba(0,0,0,0.1),0px 1px 1px rgba(255,255,255,0.3) inset;
}
table.type03 tr td {
  padding: 4px 7px;
  border-bottom: 1px solid #84b2e0;
  border-left: 1px solid #84b2e0;
  text-align: left;
}
table.type03 tr td:last-child {
  border-right: 1px solid #84b2e0;
  box-shadow: 2px 2px 1px rgba(0,0,0,0.1);
}
table.type03 tr {
  background: #fff;
}
table.type03 tr:nth-child(2n+1) {
  background: #f1f6fc;
}
table.type03 tr:last-child td {
  box-shadow: 2px 2px 1px rgba(0,0,0,0.1);
}
table.type03 tr:last-child td:first-child {
  border-radius: 0 0 0 5px;
}
table.type03 tr:last-child td:last-child {
  border-radius: 0 0 5px 0;
}
table.type03 tr:hover {
  background: #bbd4ee;
  cursor:pointer;
}


a span.day_detail {
  font-size: 2px;
}

.pre_weather {
  display: flex;
}
.pre_weather > div {
  flex: 1;
  text-align: center;
  margin: auto;
  padding: auto;
}

.weather_str {
  font-size: 10px;
}

.min-temp {
  font-weight: bold;
  color: blue;
}

.max-temp {
  font-weight: bold;
  color: red;
}

