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

#instructor .name{
	font-size:16px;
	font-weight:bold;
	border-left:#DDBB2A 5px solid;
	border-bottom:#CCC 1px dotted;
	padding-top:4px;
	padding-bottom:5px;
	padding-left:15px;
	margin-bottom:15px;
}

@media screen and (min-width: 769px){

#instructor .block .photo{
	float:left;
	margin-right:20px;
}
#instructor .block .photo img{
	margin-bottom:10px;
}
#instructor dl{
	width:440px;
	float:right;
}
#instructor dt{
	background:#EEE;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:15px;
	margin-bottom:10px;
}
#instructor dd{
	margin-bottom:20px;
	padding-left:15px;
	padding-right:15px;
}
#instructor .convention{
	display:block;
}
#instructor .result{
	display:block;
	border-bottom:#CCC 1px dashed;
	padding-bottom:5px;
	margin-bottom:5px;
}
}

@media screen and (max-width: 768px){

#instructor .block img{
	margin:0px auto 20px;
}
#instructor dl{
	width:100%;
}
#instructor dt{
	background:#EEE;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:15px;
	margin-bottom:10px;
}
#instructor dd{
	margin-bottom:20px;
	padding-left:15px;
	padding-right:15px;
}
#instructor .result{
	display:block;
	border-bottom:#CCC 1px dashed;
	padding-bottom:5px;
	margin-bottom:5px;
}
}
