@charset "utf-8";

.timeline {
    padding: 0px;
    margin: 0px;
    overflow2: hidden;
 font-size: 12px;
 font-size: 1.2rem;
}

.timeline_arrows {
    overflow: hidden;
    padding-left: 2px; 
    padding-bottom: 10px;
    zoom: 1;
}

.timeline_arrows div {
    float: left;
}

.timeline_date {
    height: 20px;
    padding: 0px 15px 0px 0px;
    line-height: 1.6rem;
 font-size: 13px;
 font-size: 1.3rem;
font-weight: bold;
}

.timeline_lastyear,
.timeline_lastmonth,
.timeline_nextmonth,
.timeline_nextyear {
display :block;
    cursor: pointer;
    width: 26px;
    height: 70px;
    background-color: #0756a0;
}

.timeline_lastyear {
    border-right: 1px solid #000;
display: none;
}

.timeline_lastyear:hover {
    background-position2: 0px -20px;
}

.timeline_lastmonth,
.timeline_nextmonth {
    background-position2: -15px 0px;
}

.timeline_lastmonth:hover,
.timeline_lastmonth:focus,
.timeline_nextmonth:hover,
.timeline_nextmonth:focus {
    background-position: 0px -70px;
background-color: #00a0e9;
}

* html .timeline_lastmonth:hover {
background-color: #00a0e9;
}

.timeline_lastmonth:active,
.timeline_nextmonth:active {
    background-position: 0px 0px;
background-color: #0756a0;
}

.timeline_lastmonth,
.timeline_nextmonth {
position: absolute;
top: 30px;
}

* html .timeline_lastmonth,
* html .timeline_nextmonth {
 top: 33px;
}

.timeline_lastmonth {
left: 48px;
background: #0756a0 url(../../content/images/btn-timeline-arrow_l.png) top left no-repeat;
background-size: 100%;
border-top-left-radius: 5px;
border-bottom-left-radius: 5px;
-webkit-border-top-left-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-bottomleft: 5px;
}

.timeline_nextmonth {
position: absolute;
right: 48px;
background: #0756a0 url(../../content/images/btn-timeline-arrow_r.png) top left no-repeat;
background-size: 100%;
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;
-webkit-border-top-right-radius: 5px;
-webkit-border-bottom-right-radius: 5px;
-moz-border-radius-right: 5px;
-moz-border-radius-bottomright: 5px;
}

* html .timeline_lastmonth {
background: #0756a0 url(../../content/images/btn-timeline-arrow_l_ie6.png) top left no-repeat;
}

* html .timeline_nextmonth {
background: #0756a0 url(../../content/images/btn-timeline-arrow_r_ie6.png) top left no-repeat;
}

.timeline_nextyear {
    background-position: -30px 0px;
    border-left: 1px solid #000;
display: none;
}

.timeline_nextyear:hover {
    background-position: -30px -20px;
}

.timeline_desc {
 position: absolute;
 top: 0;
 right: 48px;
 height: 20px;
 font-size: 12px;
 font-size: 1.2rem;
 line-height: 1.6em;
}

.timeline_desc span {
 display: inline-block;
 width: 48px;
 height: 12px;
 border: 1px solid #999;
 vertical-align: middle;
 margin: 0px 0px 3px 6px;
}

.timeline_desc span.blue {
 background-color: #cbede5;/*#cae8f0;*/
}

.timeline_desc span.grey {
 background-color: #e9e9e9;
}


.timeline_top {
    overflow : hidden;
    display: block;
}

.timeline_bottom,
.timeline_bottom .today {
    overflow: hidden;
    display: block;
margin-top:-1px;
}

.timeline_top ul, 
.timeline_bottom ul {
position: relative;
left: 31px;
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.timeline_top li, 
.timeline_bottom li {
    float: left;
}

.timeline_bottom li {
    border: none;
}

.timeline_bottom li {
    padding: 0px 0px 0px 0px !important;
}

.timeline_top li div, 
.timeline_bottom li div {
    text-transform: uppercase;
    text-align: center;
    width: 26px;
border: 1px solid #bbb;
margin-right: -1px;
}

.timeline_top div {
    padding: 5px 0px 5px 0px !important;
} 

.timeline_bottom div {
    padding: 5px 0px 3px 0px !important;
}

.timeline_top .today {
    padding: 5px 0px 5px 0px !important;
}

.timeline_bottom .today {
    padding: 5px 0px 3px 0px !important;
    margin-top: 0px;
    border-top: 1px solid #bbb;
}

.holiday {
background-color: #e9e9e9;
}

.timeline_top .event, 
.timeline_bottom .event {
    color2: #fff;
    cursor: pointer;
background-color: #cbede5;/*#cceef6;*/
}

.timeline_bubble {
    display: none;   
    overflow: hidden;
    width: 144px; 
    position: absolute; 
z-index: 100;
}

.timeline_bubble .bubble_top,
.timeline_bubble .bubble_bottom,
.timeline_bubble .bubble_mid {
    background: url(../../content/images/bubble.png) repeat-y;
    overflow: hidden;
}

.bubbleIE6 {
    background-image: url(../../content/images/bubble.gif) !important;
}

.timeline_bubble .bubble_top {
    height: 14px;
    background-position: -144px 0px;
}

.timeline_bubble .bubble_bottom {
    height: 14px;
    background-position: -144px -42px;
}

.timeline_bubble .bubble_mid {
    background-position: -288px 0px;
    overflow: hidden;
}

.timeline_bubble .event_title {
    cursor: pointer;
    color: #0756a0;
    padding: 3px 6px 0px;
    margin: -4px 5px 0px 5px;
    border-bottom2: 1px solid #999;
    font-weight: bold;
}

.timeline_bubble .event_title:hover {
    color: #00a0e9;
}

.timeline_bubble .event_title:hover + next {
    display: block;
}

.timeline_bubble .event_data {
    overflow: hidden;
    display: none;
    color: #333;
    font-weight: normal;
 border-top: 1px dotted #ccc;
 padding-top: 3px;
    margin: 3px 0px 0px 0px;
}



/* Retinaディスプレイ用画像 */

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-pixel-ratio: 2) {
 .timeline_lastmonth {
  background: #0756a0 url(../../content/images/x2/btn-timeline-arrow_l.png) top left no-repeat;
  background-size: 100%;
 }
 .timeline_nextmonth {
  background: #0756a0 url(../../content/images/x2/btn-timeline-arrow_r.png) top left no-repeat;
  background-size: 100%;
 }
 .timeline_bubble .bubble_top,
 .timeline_bubble .bubble_bottom,
 .timeline_bubble .bubble_mid {
  background: url(../../content/images/x2/bubble.png) repeat-y;
  background-size: 432px;
 }
 .timeline_bubble .bubble_top{
  height: 14px;
  background-position: -144px 0px;
  overflow: hidden;
 }
 .timeline_bubble .bubble_bottom{
  height: 14px;
  background-position: -144px -42px;
  overflow: hidden;
 }
 .timeline_bubble .bubble_mid {
  background-position: -288px 0px;
  overflow: hidden;
 }
}