/* Slider */
.slideshow-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slideshow-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slideshow-list:focus
{
    outline: none;
}
.slideshow-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slideshow-slider .slideshow-track,
.slideshow-slider .slideshow-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slideshow-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slideshow-track:before,
.slideshow-track:after
{
    display: table;

    content: '';
}
.slideshow-track:after
{
    clear: both;
}
.slideshow-loading .slideshow-track
{
    visibility: hidden;
}

.slideshow-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slideshow-slide
{
    float: right;
}
.slideshow-slide img
{
    display: block;
}
.slideshow-slide.slideshow-loading img
{
    display: none;
}
.slideshow-slide.dragging img
{
    pointer-events: none;
}
.slideshow-initialized .slideshow-slide
{
    display: block;
}
.slideshow-loading .slideshow-slide
{
    visibility: hidden;
}
.slideshow-vertical .slideshow-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slideshow-arrow.slideshow-hidden {
    display: none;
}
/* Button */
.slideshow-prev,
.slideshow-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 30px;
    height: 30px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none; 
}
.slideshow-prev {
	top: 70px;
	left: 20px;
    background: url(/images/icon_prev.png) left no-repeat;
}
	
.slideshow-next {
	top: 70px;
	right: 20px;
	background: url(/images/icon_next.png) right no-repeat;
}
	
.slideshow-prev:hover,
.slideshow-prev:focus,
.slideshow-next:hover,
.slideshow-next:focus
{
    color: transparent;
    outline: none;
}
.slideshow-prev:hover:before,
.slideshow-prev:focus:before,
.slideshow-next:hover:before,
.slideshow-next:focus:before
{
    opacity: 1;
}
.slideshow-prev.slideshow-disabled:before,
.slideshow-next.slideshow-disabled:before
{
    opacity: .25;
}

.slideshow-prev:before,
.slideshow-next:before
{
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slideshow-prev
{
    left: 10px;
    z-index:1000;
}
[dir='rtl'] .slideshow-prev
{
    right: 10px;
    left: auto;
}
.slideshow-prev:before
{
    content: '';
}
[dir='rtl'] .slideshow-prev:before
{
    content: '';
}

.slideshow-next
{
    right: 10px;
}
[dir='rtl'] .slideshow-next
{
    right: auto;
    left: 10px;
}
.slideshow-next:before
{
    content: '';
}
[dir='rtl'] .slideshow-next:before
{
    content: '';
}
/* Dots */
.slideshow-dotted.slideshow-slider
{
    margin-bottom: 30px;
}

.slideshow-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slideshow-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slideshow-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slideshow-dots li button:hover,
.slideshow-dots li button:focus
{
    outline: none;
}
.slideshow-dots li button:hover:before,
.slideshow-dots li button:focus:before
{
    opacity: 1;
}
.slideshow-dots li button:before
{
    font-size: 15px;
    line-height: 15px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '★';
    text-align: center;

    color: #CCC;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slideshow-dots li.slideshow-active button:before
{
    opacity: .75;
    color: #ECA535;
}
/* Main */
.slide-bg {
	margin:-30px 0 30px;
	width: 100%;
	background-color:#C1E0F0;
	border-top: #D1D1D1 1px solid;
}
.slide-container {
	margin: 0 auto;
	width: 1000px;
	padding-bottom:18px;
	background-color: #3399CC;
}
.slide-title {
	width: 270px;
	display: inline-block;
	padding: 10px 0px 10px 80px;
	color: #FFF;
	font-size: 20px;
    font-size: 2.0rem;
    font-weight: bold;
	background: url(/images/icon_report.png) 30px no-repeat;
}
.slide-day {
	float: right;
	display: inline-block;
	padding: 15px 20px;
	width: 550px;
	text-align: right;
	color: #FFF;
	font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
}
.slide-body {
  margin: 0 auto;
  width: 960px;
  color: #333;
  border: #2687BF 3px solid;
  background: #FFF url(/images/icon_hit.png) right 50px center no-repeat;
}
.slideWrap {
	margin: 15px 70px 0;
	display: none; }
  .slideWrap .media {
    width: 820px;
    height: 170px; }
    .slideWrap .media:after {
      display: block;
      clear: both;
      content: ""; }
  .slideWrap .media-left {
    position: relative; }
  .slideWrap .media-heading {
    float: left;
    margin: 0 20px 10px 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: bold;
    color: #005999; }
  .slideWrap .unitId {
    float: left; }
  .slideWrap .media-text {
    clear: both;
	word-break: break-all;
	margin-left: 10px;
    font-size: 14px;
    font-size: 1.4rem;
	text-shadow: 0 1px 0 #FFF;
	 }

/* SP Main */
.slide-containerSP {
	margin: 0 auto;
	border-bottom: #FFF 1px solid;
	width: 100%;
	padding-bottom:10px;
	background: #3399CC url(/s/images/icon_report.png) 15px 9px no-repeat;
}
.slide-titleSP {
	display: inline-block;
	padding: 5px 0px 0px 70px;
	color: #FFF;
	font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
	
}
.slide-daySP {
	display: inline-block;
	padding: 0px 0px 5px 70px;
	width: 100%;
	color: #FFF;
	font-size: 10px;
    font-size: 1.0rem;
}
.slide-bodySP {
  margin: 0 auto;
  padding-top: 10px;
  width: 95%;
  color: #333;
  border: #2687BF 2px solid;
  background: #FFF url(/s/images/icon_hit.png) right 5px top 5px no-repeat;
}
.slide-bodySP .media-text {
  word-break: break-all;
  padding: 10px 10px 0 10px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 170%;
}
.slide-bodySP .media-text a {
	color:#005599;
	text-decoration: underline;
}
.slide-display {
	display: none;
}
.side-pl {
	padding-left: 20px;
}
.side-pr {
	padding-right: 20px;
}
