
body{
	background:#f2f2f2;
	#width:980px;
	margin: 0 auto;
}

main{
	width:920px;
	padding:0 30px;
	margin:0 auto;
	line-height:150%;
	background:#fff;
	display:block;
	
}

h1{
	line-height:150%;
	padding:25px 0 0 0;
	z-index:200;
	color:#000;
	font-size:28px;
	font-weight:bold;
	text-align:center;
}

h1 span{
	font-size:38px;
	font-weight:bold;
	color:#1f46ac;
}

.top-image{
	width:350px;
	#margin-right:380px;
	#opacity:0.7;
	margin-top:30px;
	float:left;
}

.top-text{
	margin-top:20px;
	float:right;
	width:530px;
	
}


ul{
	margin:40px 0 0 0;
	padding:0;
}

li a{
	color:#1d3994;
}



h2{
	#border-left: 12px solid #1f46ac;
	padding:16px 10px 30px 20px;
	line-height:150%;
	font-size:35px;
	font-weight:bold;
	margin:70px 0 0px 0;
	color:#000;
	text-align:center;
}

h2 span{
	color:#1f46ac;
}


div.text{
	line-height:170%;
	font-size:19px;
	padding:10px;
}

div.text-indent{
	margin-left:50px;
}

div.text span.marker{
	background: linear-gradient(transparent 45%, yellow 45%);
	font-weight:bold;
}

div.text span.bold{
	font-weight:bold;
}

div.text span.small{
	font-size:17px;
}


.register-link{
	clear:both;
	display:block;
	background:#1f46ac;
	border-radius: 5px;
	text-align:center;
	color:#fff;
	width:500px;
	#height:30px;
	padding:20px 0;
	margin:15px auto 15px auto;
	text-decoration:none;
	font-weight:bold;
	font-size:25px;
}

.register-link:hover{
	opacity:0.8;
}


.subject-box{
	width:285px;
	float:left;
	margin-top:30px;
	margin-right:20px;
}

.subject-box .title{
	background:#1f46ac;
	color:#fff;
	font-weight:bold;
	padding:5px 15px;
	font-size:19px;
}

.subject-box .detail{
	background:#f2f2f2;
	margin-top:6px;
}
.subject-box .detail ul{
	margin:0;
	padding:8px 0;
	list-style-type: disc;
	
}

.subject-box .detail ul li{
	margin:0 0 0 40px;
	padding:0px 0;
	font-size:16px;
	line-height:200%;
}

.circle{
	width: 140px;
	height: 140px;
	border-radius: 50%;
	background:#ffd966;
	text-align:center;
	line-height: 140px;
	vertical-align: middle;
	font-weight:bold;
}

.coma-left{
	float:left;
	width:140px;
	margin-left:50px;
}
.coma-right{
	float:right;
	width:660px;
	margin-top:20px;
}

img.user-voice{
	width:800px;
	margin:20px auto;
	display:block;
}

.quote{
	background:#deebf7;
	padding:30px !important;
	margin-top:25px;
	width:800px;
	margin:25px auto 35px auto;
}

.quote img{
	width:450px;
	display:block;
	margin-bottom:0px;
}

.lecturer-subject{
	background:#1f46ac;
	color:#fff;
	font-weight:bold;
	text-align:center;
	font-size:20px;
	padding:10px 0;
	margin:50px 0 10px 0;
	clear:both;
}

ul.lecturer-list{
	margin-top:75px;
}

ul.lecturer-list li{
	display:inline;
	width:272px;
	height:108px;
	float:left;
	margin-right:20px;
	background:#f2f2f2;
	padding:20px 0 15px 20px;
	position:relative;
}

ul.lecturer-list li:last-child{
	margin-right:0;
}

ul.lecturer-list li div.genre{
	margin:0;
	font-weight:bold;
	position:absolute;
	top:-50px;
	width:252px;
	text-align:center;
	color:#1f46ac;
	font-size:20px;
}


ul.lecturer-list li div.thumbnail,
ul.lecturer-list li div.name,
ul.lecturer-list li div.title{
	width:292px;
}

ul.lecturer-list li div.thumbnail{
	width:100px;
	float:left;
}
ul.lecturer-list li div.thumbnail img{
	width:100%;
}

ul.lecturer-list li div.name{
	float:right;
	width:160px;
	font-size:18px;
	font-weight:bold;
	padding-top:17px;
}

ul.lecturer-list li div.title{
	clear:both;
	font-size:14px;
	width:250px;
	padding-top:4px;
	line-height:1.6;
	
}

img.contact{
	width:450px;
	margin:20px auto;
	display:block;
}

ul.check-list{
	margin-left:200px;
	list-style: none;
	margin-top:0;
}

ul.check-list li{
	font-size:24px;
	padding:10px 0;
	clear:both;
	height:40px;
}

ul.check-list li img{
	width:30px;
	margin-right:20px;
	display:block;
	float:left;
	width:35px;
}

ul.check-list li span{
	display:block;
	float:left;
	width:600px;
	padding-top:7px;
}

header{
	height:80px;
	border-bottom:5px solid #1f46ac;
	width:100%;
}

header .header-logo{
	height:80px;
	float:left;
	width:150px;
}

header .header-logo img{
	width:130px;
	margin-top:26px;
}

header .header-text{
	height:80px;
	float:left;
	width:320px;
	font-size:17px;
	color:#000;
	margin-top:31px;
}

header .header-tel{
	height:80px;
	float:left;
	margin-top:23px;
	width:445px;
	text-align:right;
}

header .header-tel img{
	width:350px;
}


footer{
	margin-top:50px;
	border-top:5px solid #1f46ac;
	padding-top:30px;
	font-size:14px;
}

footer .left{
	width:600px;
	float:left;
}

footer .left a{
	color:#000;
	text-decoration:none;
}

footer .right{
	width:320px;
	text-align:right;
	float:left;
}

.screen-shot{
	width:400px;
	margin:10px auto 30px auto;
	display:block;
}


.micro-copy{
	font-size:17px;
	text-align:center;
}

.price-label{
	font-size:20px;
	text-align:center;
	line-height:160%;
	color:#f00;
	font-weight:bold;
}

.note-label{
	font-size:14px;
	text-align:center;
}

img.amazon{
	width:80%;
	margin:40px auto 20px auto;
}

.recommend{
	width:550px;
	margin:10px auto 20px auto;
	display:block;
}

.icon-10min{
	width:150px;
	margin:10px auto 20px auto;
	display:block;
}


.movie-cap{
	width:440px;
}
.movie-cap:hover{
	opacity:0.8;
}
