@charset "utf-8";

#transition {
	position: relative;
	padding: 15px 30px 15px 15px;
	background-color: #def0ff;
}

#transition .inner {
	position: relative;
}

#transition ul {
	position: relative;
	display: block;
	width: 100%;
	list-style: none;
	padding: 0 0 15px;
	margin: 0;
}

#transition ul li {
	position: relative;
	display: block;
	width: 100%;
}

#transition ul li .glaph-label {
	position: absolute;
	top: 0;
	left: 0;
	width: 75px;
	text-align: right;
}

#transition ul li .glaph-label span {
	display: inline-block;
	color: #0ba3aa;
	font-size: 1.285em;
	font-weight: bold;
	height: 50px;
	line-height: 50px;
}

#transition ul li .glaph-label span:before,
#transition ul li .glaph-label span:after {
	font-size: 0.75em;
}

#transition ul li .glaph-label span:before {
	content: "第";
	margin-right: 3px;
}

#transition ul li .glaph-label span:after {
	content: "回";
	margin-left: 3px;
}

#transition ul li .glaph {
	position: relative;
	color: #0ba3aa;
	padding-left: 80px;
}

#transition ul li .glaph dl {
	position: relative;
	display: block;
	width: 100%;
	margin: 0;
}

#transition ul li .glaph dl:before {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	bottom: 0;
	width: 0;
	height: 100%;
	border-left: solid 1px #fff;
	content: "";
}

#transition ul li .glaph dl:after {
	content: "."; 
	display: block; 
	height: 0; 
	font-size:0;	
	clear: both; 
	visibility:hidden;
}

#transition ul li .glaph dl dt {
	position: absolute;
	display: block;
	width: 100%;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
	letter-spacing: -.40em;
	vertical-align: middle;
	white-space: nowrap;
	margin-left: 1px;
	z-index: 100;
}

#transition ul li .glaph dl dt > * { letter-spacing: normal; vertical-align: middle; }

#transition ul li .glaph dl dt strong span {
	font-size: 1.285em;
	margin-right: 3px;
}

#transition ul li .glaph dl dt p {
	position: relative;
	display: inline-block;
	width: 0%;
	height: 24px;
	background: url(../../img/glaph.png) top right no-repeat;
	background-size: auto 100%;
	margin: 0;
}

#transition ul li .glaph dl dt strong {
	position: relative;
	display: inline-block;
	padding-left: 5px;
}

#transition ul li .glaph dl dd {
	position: relative;
	float: left;
	display: block;
	width: 5%;
	height: 50px;
}

#transition ul li .glaph dl dd:after {
	position: absolute;
	display: block;
	top: 0;
	right: 0;
	bottom: 0;
	width: 0;
	height: 100%;
	border-right: solid 1px #fff;
	content: "";
}

#transition ul li:first-child .glaph {
	padding-top: 20px;
}

#transition ul li:first-child .glaph dl:before { border-left-color: #0ba3aa; }

#transition ul li:first-child .glaph dl dd {
	height: 15px;
	border-top: solid 1px #0ba3aa;
}
#transition ul li:first-child .glaph dl dd:after { border-right-color: #0ba3aa; }

#transition ul li:first-child .glaph dl dd span {
	position: absolute;
	display: block;
	top: -20px;
	right: 0;
	font-size: 0.6em;
	-webkit-transform: translateX(50%);
	-moz-transform: translateX(50%);
	transform: translateX(50%);
}

#transition ul li:first-child .glaph dl dd:nth-of-type(1):before {
	position: absolute;
	display: block;
	top: -20px;
	left: 0;
	font-size: 0.65em;
	font-weight: bold;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
	content: "0";
}

#transition ul li .glaph dl dt .guide {
	position: relative;
	display: inline-block;
	font-size: 0.875em;
	white-space: nowrap;
	padding: 15px;
	border: solid 1px #0ba3aa;
	background-color: #fff;
	margin-left: 35px;
}

#transition ul li .glaph dl dt .guide:before {
	position: absolute;
	display: block;
	top: 50%;
	left: -30px;
	width: 30px;
	height: 0;
	border-top: solid 1px #0ba3aa;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
	content: "";
}






/* ------------------------------
 *  Media Query Property
 * ------------------------------ */

@media only screen and (min-width: 768px) {
}

@media only screen and (min-width: 992px) {
}

@media only screen and (min-width: 1200px) {
}

@media only screen and (max-width: 1199px) {
	#transition { font-size: 0.875em; }
}

@media only screen and (max-width: 991px) {
	
	#transition .inner {
		overflow: auto;
		width: 100%;
		height: 600px;
	}
	
	#transition ul {
		min-width: 890px;
	}
}

@media only screen and (max-width: 767px) {
	
	#transition .inner {
		height: 400px;
	}
}


@media print {
}
