@charset "UTF-8";
/* CSS Document */

.down6{
	margin-top:70px !important;	
}

.down6:after{
	top:-85px !important;
	height:60px !important;	
}

.down4{
	margin-top:190px !important;	
}

.down4:after{
	top:-198px !important;
	height:180px !important;	
}

.down5{
	margin-top:565px !important;	
}

.down5:after{
	top:-570px !important;
	height:540px !important;	
}

/***********/

#leftBlock{
	float:left;
	width:150px;
}

#lineBlock{
	float:left; margin-left:10px;
	width:30px;	
}

#rightBlock{
	float:left; padding-top:17px;
	width:520px;
}

.square1, .square2, .square3{
	display:block; clear:both;
	overflow:visible;
}

.square{
	font-size:14px;
	width:108px; text-align:center;
	padding:12px 20px;
	/*border:thin #999 solid;*/
	background-color:#4E83A5;
	color:#FFF;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-o-border-radius: 8px;
	-ms-border-radius: 8px;
}

.down1,.down2,.down3{
	margin-bottom:-15px;
	margin-left:auto; margin-right:auto;
 	position: relative;
  	width: 0;
  	height: 0;
  	border: 30px solid transparent;
  	border-top-color: #4E83A5;
}

.down1:after,.down2:after,.down3:after{
  	position: absolute;
  	content: '';
  	left: -15px;
  	width: 30px;
  	background: #4E83A5;
}

.down1{margin-top:45px;}
.down1:after{top:-60px; height:40px;}

.down2{margin-top:130px;}
.down2:after{top:-140px; height:120px;}

.down3{margin-top:600px;}
.down3:after{top:-600px; height:575px;/*top:-730px; height:710px;*/}

#vline{
	margin-top:20px; margin-bottom:10px;
	width:1px; border:none;
	border-left:1px #000000 solid;
	margin-left:auto; margin-right:auto;
	position:relative;
}

.circle{
	position:absolute;
	width:10px; height:0px; padding-top:10px;
    -moz-border-radius:50%; 
    -webkit-border-radius:50%; 
    border-radius:50%;
    background:#666;
	left:-6px; overflow:hidden;
}

.title{font-size:14px; margin-bottom:10px;}
.contents{margin-left:10px; margin-bottom:30px; font-size:12px; line-height:14px;}

.blueButton{
	display:inline-block; position:relative;
	width:210px; height:0px; padding-top:52px;
	background-repeat:no-repeat;
	overflow:hidden;
	margin-top:10px; margin-left:10px;
}

#requiredWorkshop{
	background-image:url(../img/btn_required.png);
}

#otherWorkshop{
	background-image:url(../img/btn_other.png);
}

#applyForm{
	width:240px !important;
	background-image:url(../img/btn_apply.png);
}

#downloadForm{
	width:240px !important;
	background-image:url(/flow/img/btn_download.png);
}