<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.btn{box-shadow:3px 3px 5px #999;}

/*Title*/
h6{font-size:24px;font-weight:bold;text-shadow:1px 1px 1px #000;color:#2c3e50;margin:70px 0 10px 0;font-family:"ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3","serif";}

/*Slideshow*/
.transition-timer-carousel .carousel-caption {
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.1) 4%, rgba(0,0,0,0.5) 32%, rgba(0,0,0,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(4%,rgba(0,0,0,0.1)), color-stop(32%,rgba(0,0,0,0.5)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.1) 4%,rgba(0,0,0,0.5) 32%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.1) 4%,rgba(0,0,0,0.5) 32%,rgba(0,0,0,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.1) 4%,rgba(0,0,0,0.5) 32%,rgba(0,0,0,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.1) 4%,rgba(0,0,0,0.5) 32%,rgba(0,0,0,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
	width: 100%;
	left: 0px;
	right: 0px;
	bottom: 0px;
	text-align: left;
	padding-top: 5px;
	padding-left: 15%;
	padding-right: 15%;
}
.transition-timer-carousel .carousel-caption .carousel-caption-header {
	margin-top: 10px;
	font-size: 24px;
}

@media (min-width: 970px) {
    /* Lower the font size of the carousel caption header so that our caption
    doesn't take up the full image/slide on smaller screens */
	.transition-timer-carousel .carousel-caption .carousel-caption-header {
		font-size: 36px;
	}
}
.transition-timer-carousel .carousel-indicators {
	bottom: 0px;
	margin-bottom: 5px;
}
.transition-timer-carousel .carousel-control {
	z-index: 11;
}
.transition-timer-carousel .transition-timer-carousel-progress-bar {
    height: 5px;
    background-color: #5cb85c;
    width: 0%;
    margin: -5px 0px 0px 0px;
    border: none;
    z-index: 11;
    position: relative;
}
.transition-timer-carousel .transition-timer-carousel-progress-bar.animate{
    /* We make the transition time shorter to avoid the slide transitioning
    before the timer bar is "full" - change the 4.25s here to fit your
    carousel's transition time */
    -webkit-transition: width 4.25s linear;
	-moz-transition: width 4.25s linear;
	-o-transition: width 4.25s linear;
	transition: width 4.25s linear;
}
footer{width:100%;height:120px;position:relative;background:#3e3f3a;}

/*Modal Window*/
.modal-window {-webkit-transform: translate(0, 100%);-moz-transform: translate(0, 100%);-o-transform: translate(0, 100%);-ms-transform: translate(0, 100%);
transform: translate(0, 100%);-webkit-transform: translate3d(0, 100%, 0);transform: translate3d(0, 100%, 0);
position: fixed;top: 0;left: 0;right: 0;bottom: 0;z-index: 999;opacity: 0;line-height:1.3;display: none\9;}
.modal-window:target {-webkit-transform: translate(0, 0);-moz-transform: translate(0, 0);-o-transform: translate(0, 0);-ms-transform: translate(0, 0);transform: translate(0, 0);opacity: 1;}
.is-active.modal-window {display: block\9;}
.modal-window:target {display: block\9;}
.modal-window .modal-inner {position: absolute;top: 50px;left: 50%;z-index: 20;margin-left: -240px;width: 480px;height:461px;overflow: hidden;border-radius:0px;background-color: #b3d39b;}
.modal-window .modal-inner p {padding:0;}
.modal-window .modal-close {display: block;text-indent: -50px;overflow: hidden;}
.modal-window .modal-close:before {content: '';position: absolute;top: 0;left: 0;right: 0;bottom: 0;z-index: 10;background-color:#000;opacity:0.7;);}
.modal-window .modal-close:after {
content: '\00d7';position: absolute;top: 28px;left: 50%;z-index: 20;margin-left: 300px;background: #ddd;border-radius: 0px;padding: 2px 8px;font-size: 1em;text-decoration: none;text-indent: 0;}
.modal-window {-webkit-transition: opacity 0.4s;-o-transition: opacity 0.4s;transition: opacity 0.4s;}
</pre></body></html>