@charset "utf-8";

@import "../../css/dpt_travel.css";

/* ----- 授業紹介 ----- */

#main.lesson .teaching h4 { display: none; }

#main.lesson .teaching {
	height: 420px;
	margin: 0 0 20px 0;
}

#main.lesson .teaching dl { display: none; }

#main.lesson .t_travel { background: url(../img/travel.jpg) no-repeat; }
#main.lesson .t_planner { background: url(../img/planner.jpg) no-repeat; }
#main.lesson .t_conductor { background: url(../img/conductor.jpg) no-repeat; }


#main.lesson div.to_license {
	clear: both;
	height: 40px;
	line-height: 40px;
	text-align: center;
	margin: 10px 0 12px 0;
	}

#main.lesson div.to_license a {
	vertical-align: top;
	display: inline-block;
	text-align: center;
	width: 386px;
	margin-left: 20px;
	height: 40px;
	line-height: 40px;
	background: url(../img/to_license.gif) left top no-repeat;
	text-decoration: none;
	color: #666;
	}

#main.lesson div.to_license a:hover, #main.lesson div.to_license a:active {
	background-position: left bottom;
}
