@charset "utf-8";

/*//////////////////////////////////////////////////////////
//  - SCHEDULE
//////////////////////////////////////////////////////////*/

#schedule {}


/*----------------------------------------------------------
  - TITLE
----------------------------------------------------------*/

#schedule #wrapper {
	background: url(../../images/schedule/page_base.jpg) repeat 0 0;
}

#schedule h1#title {
	position: relative;
	left: 0;
	top: 0;
	text-align: center;
	width: 100%;
	height: 160px;
	background: url(../../images/schedule/page_title_base.png) no-repeat center 0;
	-webkit-background-size: auto 160px;
	   -moz-background-size: auto 160px;
		    background-size: auto 160px;
}

#schedule h1#title img {
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 260px;
	margin: -61px 0 0 -130px;
}


/*----------------------------------------------------------
  - CONTENTS
----------------------------------------------------------*/

#schedule #contents {
	padding: 30px 10px 40px 10px;
}

#schedule #contents .main .innerblock {
	width: 100%;
	margin: 0 auto;
	padding: 0;
}


/*----------------------------------------------------------
  - INTRODUCTION
----------------------------------------------------------*/

#schedule #contents .introduction {
	width: 100%;
	padding: 10px 0 20px 0;
}

#schedule #contents .introduction .text {
	margin: 0 auto;
}


/*----------------------------------------------------------
  - SCHEDULE
----------------------------------------------------------*/

#schedule #contents .schedule {
	width: 100%;
	padding: 20px 0 40px 0;
}

#schedule #contents .schedule h2 {
	width: 100%;
	height: 93px;
	background: url(../../images/schedule/schedule_title.png) no-repeat center center;
	-webkit-background-size: auto 93px;
	   -moz-background-size: auto 93px;
		    background-size: auto 93px;
	margin: 0;
	padding: 0 0 40px 0;
	text-indent: -9999px;
	text-decoration: none;
	overflow: hidden;
}

#schedule #contents .schedule .before,
#schedule #contents .schedule .arrived,
#schedule #contents .schedule .after {
	position: relative;
	width: 100%;
}

#schedule #contents .schedule .before h3,
#schedule #contents .schedule .arrived h3,
#schedule #contents .schedule .after h3 {
	width: 180px;
	margin: 0 auto 20px auto;
}

#schedule #contents .schedule .before h3 {  }
#schedule #contents .schedule .arrived h3 {  }
#schedule #contents .schedule .after h3 {  }


#schedule #contents .schedule .before ol,
#schedule #contents .schedule .arrived ol,
#schedule #contents .schedule .after ol {
	width: 100%;
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#schedule #contents .schedule .before li,
#schedule #contents .schedule .arrived li,
#schedule #contents .schedule .after li {
	position: relative;
	margin: 0;
	padding: 0 0 20px 0;
}
#schedule #contents .schedule .after li.step8 { padding: 0; }

#schedule #contents .schedule li .label {
	width: 160px;
	height: 25px;
	text-indent: -9999px;
	text-decoration: none;
	overflow: hidden;
}
#schedule #contents .schedule .step1 .label { background: url(../../images/schedule/step1_label.png) no-repeat 0 0; }
#schedule #contents .schedule .step2 .label { background: url(../../images/schedule/step2_label.png) no-repeat 0 0; }
#schedule #contents .schedule .step3 .label { background: url(../../images/schedule/step3_label.png) no-repeat 0 0; }
#schedule #contents .schedule .step4 .label { background: url(../../images/schedule/step4_label.png) no-repeat 0 0; }
#schedule #contents .schedule .step5 .label { background: url(../../images/schedule/step5_label.png) no-repeat 0 0; }
#schedule #contents .schedule .step6 .label { background: url(../../images/schedule/step6_label.png) no-repeat 0 0; }
#schedule #contents .schedule .step7 .label { background: url(../../images/schedule/step7_label.png) no-repeat 0 0; }
#schedule #contents .schedule .step8 .label { background: url(../../images/schedule/step8_label.png) no-repeat 0 0; }
#schedule #contents .schedule .step1 .label,
#schedule #contents .schedule .step2 .label,
#schedule #contents .schedule .step3 .label,
#schedule #contents .schedule .step4 .label,
#schedule #contents .schedule .step5 .label,
#schedule #contents .schedule .step6 .label,
#schedule #contents .schedule .step7 .label,
#schedule #contents .schedule .step8 .label {
	-webkit-background-size: 160px auto;
	   -moz-background-size: 160px auto;
		    background-size: 160px auto;
}

#schedule #contents .schedule li .dotted {
	display: none;
}

#schedule #contents .schedule li .wrapper {
	position: relative;
	background-color: rgba(255, 255, 255, 0.75);
	-webkit-box-shadow: 0px 0px 3px #999999;
	   -moz-box-shadow: 0px 0px 3px #999999;
	        box-shadow: 0px 0px 3px #999999;
	padding: 10px;
	z-index: 1;
}

#schedule #contents .schedule li .wrapper .bottom,
#schedule #contents .schedule li .wrapper .top {
	display: block;
	position: absolute;
	width: 30px;
	height: 30px:
	z-index: 2;
}
#schedule #contents .schedule li .wrapper .bottom { left: -8px; bottom: -5px; background: url(../../images/schedule/step_decor_bottom.png) no-repeat 0 0; }
#schedule #contents .schedule li .wrapper .top    { right: -12px; top: -8px; background: url(../../images/schedule/step_decor_top.png) no-repeat 0 0; }

#schedule #contents .schedule li .wrapper .box {
	_zoom: 1;
	overflow: hidden;
}

#schedule #contents .schedule li .wrapper .pict {
	text-align: center;
	margin: 0 auto;
}

#schedule #contents .schedule li .wrapper .text {}

#schedule #contents .schedule li .wrapper .text h4 {
	font-size: 14px;
	font-weight: bold;
	margin: 5px 0;
}
#schedule #contents .schedule .before .wrapper .text h4 { color: #03bae8; }
#schedule #contents .schedule .arrived .wrapper .text h4 { color: #fe4f78; }
#schedule #contents .schedule .after .wrapper .text h4 { color: #1dc2b4; }

#schedule #contents .schedule li .wrapper .text p {
	font-size: 12px;
	line-height: 160%;
}


/*----------------------------------------------------------
  - CONTACT
----------------------------------------------------------*/

#contents .contact {
	text-align: center;
	margin: 0 auto 20px auto;
	_zoom: 1;
	overflow: hidden;
}

#contents .contact ul {
	margin: 0;
	padding: 0;
}

#contents .contact ul li {
	margin: 0;
	padding: 0 40px;
}


/*----------------------------------------------------------
  - TBD
----------------------------------------------------------*/

.sample {
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
	        border-radius: 5px;
	text-indent: -9999px;
	text-decoration: none;
	overflow: hidden;
	_zoom: 1;
	overflow: hidden;
	filter:alpha(opacity=30);
	-moz-opacity: 0.3;
	opacity: 0.3;
	-webkit-background-size: 30px auto;
	   -moz-background-size: 30px auto;
		    background-size: 30px auto;
	-webkit-background-origin: content;
	   -moz-background-origin: content;
	        background-origin: content;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

@media screen and (min-width: 769px) {
}

@media screen and (min-width: 0px) and (max-width: 768px) {
}

