@charset "utf-8";

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

#schedule {}


/*----------------------------------------------------------
  - TITLE
----------------------------------------------------------*/
#contents h2 {
    text-align: center;
    font-family: Oswald, sans-serif;
    font-size: 25px;
    margin-bottom: 40px;
}
#contents .contact a{
	width: 60%;
	line-height: 1;
    color: #000;
    margin: 0 auto;
    display: block;
    border: 1px solid #000;
    padding: 10px 30px;
    font-size: 24px;
    text-align: center;
}
#contents .contact a:after {
    content: "\0025b6\00fe0e";
    font-size: .7rem;
    position: relative;
    left: 5px;
    top: -4px;
}
#schedule #wrapper {
}

#schedule h1#title {
    font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    position: relative;
    text-align: center;
    font-size: 35px;
    margin: 0 auto;
    padding-top: 50px;
}

#schedule h1#title img {
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -90px 0 0 -190px;
}


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

#schedule #contents {
	padding: 60px 0 80px 0;
}

#schedule #contents .main .innerblock {
	width: 1000px;
	margin: 0 auto;
	padding: 0;
}


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

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

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


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

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


#schedule #contents .schedule .before,
#schedule #contents .schedule .arrived,
#schedule #contents .schedule .after {
	position: relative;
	width: 1000px;
}

#schedule #contents .schedule .before h3,
#schedule #contents .schedule .arrived h3,
#schedule #contents .schedule .after h3 {
	position: absolute;
	top: 0;
}

#schedule #contents .schedule .before h3 { left: 0; }
#schedule #contents .schedule .arrived h3 { right: 0; }
#schedule #contents .schedule .after h3 {  left: 0; }


#schedule #contents .schedule .before ol,
#schedule #contents .schedule .arrived ol,
#schedule #contents .schedule .after ol {
	width: 720px;
}
#schedule #contents .schedule .before ol { padding: 0 0 0 280px; }
#schedule #contents .schedule .arrived ol { padding: 0 280px 0 0; }
#schedule #contents .schedule .after ol { padding: 0 0 0 280px; }

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

#schedule #contents .schedule li .label {
	width: 230px;
	height: 36px;
	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 li .dotted {
	position: absolute;
	width: 40px;
	height: 105px;
	text-indent: -9999px;
	text-decoration: none;
	overflow: hidden;
	z-index: 0;
}
#schedule #contents .schedule li.step1 .dotted { left: 50%; bottom: -30px; background: url(../../images/schedule/step1_dotted.png) no-repeat 0 0; }
#schedule #contents .schedule li.step2 .dotted { left: 50%; bottom: -30px; background: url(../../images/schedule/step2_dotted.png) no-repeat 0 0; }
#schedule #contents .schedule li.step3 .dotted { left: 30%; bottom: -30px; background: url(../../images/schedule/step3_dotted.png) no-repeat 0 0; }
#schedule #contents .schedule li.step4 .dotted { left: 50%; bottom: -30px; background: url(../../images/schedule/step4_dotted.png) no-repeat 0 0; }
#schedule #contents .schedule li.step5 .dotted { left: 50%; bottom: -30px; background: url(../../images/schedule/step5_dotted.png) no-repeat 0 0; }
#schedule #contents .schedule li.step6 .dotted { left: 50%; bottom: -30px; background: url(../../images/schedule/step6_dotted.png) no-repeat 0 0; }
#schedule #contents .schedule li.step7 .dotted { left: 80%; bottom: -30px; background: url(../../images/schedule/step7_dotted.png) no-repeat 0 0; }

#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 {
	float: left;
	width: 200px;
	margin: 0 20px 0 0;
}

#schedule #contents .schedule li .wrapper .text {
	float: left;
	width: 460px;
}

#schedule #contents .schedule li .wrapper .text h4 {
	font-size: 18px;
	font-weight: bold;
	margin: 10px 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: 13px;
	line-height: 160%;
}


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

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

#contents .contact ul {}

#contents .contact ul li {}


/*----------------------------------------------------------
  - 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) {
}

