@charset "utf-8";

@import "../../css/dpt_hotel.css";

/* ----- 授業紹介 ----- */

#main.lesson .teaching h4, #main.lesson .teaching dl { display: none; }

#main.lesson .teaching {
	height: 420px;
	margin: 0 0 20px 0;
}

#main.lesson .t_hotel { background:url(../img/hotel.jpg) no-repeat; }
#main.lesson .t_drink { background:url(../img/drink.jpg) no-repeat; }
#main.lesson .t_advanced { background:url(../img/advanced.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;
}

