select{
    -webkit-appearance:button;
    -moz-appearance:button;
    appearance:button;
}


.myButton{
    -webkit-appearance:button;
    -moz-appearance:button;
    appearance:button;
  height:3em;
  text-align: center;
  vertical-align: middle;
  display:block;
  width:100%;
}

.myButton a {
  text-decoration: none;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  display:block;
	border: none;
}

img {
  width:100%;
}

.myHeader {
  text-align: center;
  line-height: 30px;
  padding: auto; 
  margin-top: 0px;
  font-size: 18px;
  background-color: black;
  color: white;
	text-shadow: none;
	text-decoration: none;
}

strong.strong {
  color: red;
}

h2 {
  margin: 10px 0 0 0;
  padding: 4px 0px;
  border-top: 1px blue solid;
  border-bottom: 1px blue solid;
  background: skyblue;
  line-height: 110%;
  font-size: 16px;
  color: #004080;
/*
  background-image: url(./../../images/template/titlebar.gif);
*/
  background-repeat: no-repeat;
  background-size: 100% 100%;
  vertical-align: middle;
}

div.pankuzu {
  margin-bottom: 20px;
  margin-top: 0px;
  padding-top: 0px;
}

div.park {
  margin: 0px;
  padding: 0px;
}


div.park-select {
  margin: 0px;
  padding: 0px;
  text-align: center;
  height: 100%;
}

div.not-selected
{
/* Firefox */
  background: -moz-linear-gradient(top center, #fff 0%, #999 100%);
  /* Chrom と Safari */
  background: -webkit-gradient(linear, center top, center bottom, from(#fff), to(#999));
  /* 共通 */
  background: linear-gradient(top center, #fff 0%, #999 100%);
}

div.selected
{
  /* Firefox */
  background: -moz-linear-gradient(top center, #55f 0%, #009 100%);
  /* Chrom と Safari */
  background: -webkit-gradient(linear, center top, center bottom, from(#55f), to(#009));
  /* 共通 */
  background: linear-gradient(top center, #55f 0%, #009 100%);
}

span.arrow {
  color : orange;
  font-weight: bold;
}
div.myContent{
  margin-top: 5px;
  padding-top: 5px;
}


/*
 * カレンダー
 */
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;
  height: 45px;
}
 
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;
}

div.callendar_level1 {
  background: #FFFAFA;
}

div.callendar_level2 {
  background: #FFFCEF;
}

div.callendar_level3 {
  background: #FFFFE0;
}

div.callendar_level4 {
  background: #FFFF70;
}

div.callendar_level5 {
  background: #FFFF00;
}

div.callendar_level6 {
  background: #FFEA00;
}

div.callendar_level7 {
  background: #FFD700;
}

div.callendar_level8 {
  background: #FFBF00;
}

div.callendar_level9 {
  background: #FFA500;
}

div.callendar_level10 {
  background: #FF9000;
}

div.callendar_level11 {
  background: #FF7500;
}

div.callendar_level12 {
  background: #EE3700;
}

div.callendar_level13 {
  background: #DD0000;
}

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

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

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

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

div.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:-8px;
  margin-bottom:-7px;
  padding:1px;
}


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

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




/*
 * リンクをボタン型にする
 */
a.my_button {
border-style: solid;
border-width: 1px;
border-color: #ccc #999 #999 #ccc;

-webkit-border-radius: 7px; /* Chrome,Safari */
-moz-border-radius: 7px;    /* Firefox */
border-radius: 7px;         /* CSS3 */

padding: 0.1em 0.2em 0.1em 0.2em;


/* ▼Chrome,Safari */
background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ccc));
/* ▼CSS3 */
background: linear-gradient(top, #fff, #ccc);


/* ▼Firefox */
background: -moz-linear-gradient(top, #fff, #ccc);
/* ▼Opera */
background: -o-linear-gradient(top, #fff, #ccc);
/* ▼IE */
filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#ffffffff,EndColorStr=#ffcccccc);

text-decoration: none;

}

div.callendar_link {
margin-bottom: 3px;
}


a.my_button:hover {
  background: black;
}


.myButton, p.top a {
    -webkit-appearance:button;
    -moz-appearance:button;
    appearance:button;
  height:3em;
  text-align: center;
  vertical-align: middle;
  width:100px;
}

.myButton a, p.top a{
  text-decoration: none;
  vertical-align: middle;
  width: 10px;
  height: 10px;
  margin: 0px;
  padding: 0px;
}

img {
  width:100%;
}


p.top, p#top, span.top {
  margin: 15px 0px 10px 0px;
  padding: 0px;
  font-size: 10px;
  height: 30px;
}

div.myContent {
  margin: 0px;
  padding-top: 5px;
}

div.headerHeight {
  margin-top: 0px;
  padding-top: 0px;
  height: 30px;
  vertical-align: middle;
}

a.callendar_link {
  text-decoration: none;
  color: black;
}


ul.pankuzu li {
  display: inline;

}


/*
#breadcrumbs {
  background: #FFF;
  border-radius: 5px;
  overflow: hidden;
  width: 100%;
  margin: 0 0;
  padding: 0px 0px 21px 0px;
  height: 18px;
  margin-top: 10px;
}

#breadcrumbs li {
  list-style: none;
  padding-left: 0;
  display: inline;
  line-height: 1;
  height: 3px;
  font-size: 18px;
  margin-left: 0;
}
*/

#breadcrumbs a {
  padding: .7em 0em .7em 2em;
  float: left;
  text-decoration: none;
  color: #000;
  position: relative;
  /* background-color: #AAAFB5; */
  background-color: #ff0;
}

#breadcrumbs strong {
  padding: .7em 0em .7em 2em;
  float: left;
  text-decoration: none;
  color: black;
  position: relative;
  background-color: white;
  display: block;
}

#breadcrumbs li:first-child a {
  padding-left: 1.5em;
  border-radius: 5px 0 0 5px;
}

#breadcrumbs a:after,
#breadcrumbs a:before {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -1.5em;
  border-top: 1.5em solid transparent;
  border-bottom: 1.5em solid transparent;
  border-left: 1.5em solid;
  right: -1.5em;
}

#breadcrumbs a:after {
  /* border-left-color: #AAAFB5; */
  border-left-color: #ff0;
  z-index: 3;
}

#breadcrumbs a:before {
  border-left-color: #333;
  right: -1.6em;
  z-index: 2;
}

#breadcrumbs a:hover {
  background: blue;
  border-left-color: blue;
}

h1.title {
  font-size: 20px;
  border: 1px hotpink solid;
  background: pink;
  margin: 0px;
  margin-top: 5px;
  padding: 5px;
}


h4 {
  font-size: 14px;
  border-left: 1px red dotted;
  border-bottom: 1px red dotted;
  background: #FFEBF8;
  margin-left: 10px;
  margin-bottom: 0px;
}


p.order {
  margin-top: 10px;
}

.info a {
  display: block;
  text-align: center;
  border: 3px #ffefdc solid;
  border-radius: 10px;
  margin: 10px;
  color: #5c5cff;
  padding: 5px;
  font-size: 12px;
  background: url("./images/next") no-repeat;
  background-position: 99% 50%;
  text-decoration: none;
  background-color: #ffefdc;
}

.breadcrumb {
  display: flex;
  padding: 0px;
  margin-left: -14px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.breadcrumb li {
  text-align: center;
  display: inline-block;
  border-radius: .6em 5em 5em .6em;
  font-size: 18px;
  background-color: #ddeeff;
  padding: 2px 10px 2px 2px;
  margin-right: 5px;
}

.breadcrumb li.active {
  background: #eeeeff;
  border: #aaeeff 1px solid;
}

.breadcrumb li a {
  text-decoration: none;
}

.breadcrumb li a span {
  color: #19609e;
}

h1 {
  font-size: 20px;
  text-align: center;
  background: white;
}

.order {
  display: flex;
}

.order a.order_item,
.order a.order_item:visited {
  background-color: royalblue;
  padding: 2px;
  border: 1px solid blue;
  text-decoration: none;
  color: white;
  flex: 1;
  font-size: 16px;
  text-shadow: none;
  text-align: center;
}

.order a.target,
.order a.target:visited {
  background-color: white;
  color: royalblue;
  padding: 2px;
  border: 1px solid blue;
  text-decoration: none;
  flex: 1;
}

ul {
  margin-block-start: 0px;
  margin-block-end: 0px;
}

.pre_weather {
  display: flex;
}

.pre_weather img {
  width: 30px;
  height: 30px;
}

.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;
}


#events_container .index_events,
#events_container .index_stops {
  display: -webkit-flex; /* Safari */
  display: flex;
#  -webkit-flex-wrap: wrap; /* Safari */
#  flex-wrap: wrap;
  text-decoration: none;
  color: black;
}

.right_align {
  text-align: right;
}

.flex {
  flex: 1;
}

.events_name,
.stops_name {
  flex: 3;
}

.events_term,
.stops_term {
  flex: 1;
}



.ui-li .ui-btn-text a.ui-link-inherit {
    white-space: normal;
}

.video{
  position:relative;
  width:100%;
  padding-top:56.25%;
}
.video iframe{
  position:absolute;
  top:0;
  right:0;
  width:100%;
  height:100%;
}

.info2 {
  text-align: center;
  font-size: 25px;
}

