@charset "UTF-8";

	  
@media(max-width:1100px){
	  #course_view > table:nth-child(9), #course_step > table {
	  	display:none;
	  }
	  
	  #course_step {
    	width: 100%;
	  }
	  #course_step > div.container > div > label, #course_step > div.container > fieldset > legend{
	  	text-align: left;
	  }
	  
	  #btn_box {
		margin: 0 auto;
	  }
	      
	  #course_step {
	    width: 100%;
	  }
	  
	  #course_step > table{
	  	display: block;
	  }
}