@charset "UTF-8";
/******************************************************************************
 header.
 ******************************************************************************/
.profile {
	float: left;
	width: 14%;
	position: relative;
	top: 80px;
	margin-left: 150px;
}

.pic {
	margin-bottom: 30px;
	text-align: center;
	/*
	border: 10px solid #fff;
	height: 100px;
	width: 100px;
	margin: 20px;
	overflow: hidden;

	-webkit-box-shadow: 5px 5px 5px #111;
	box-shadow: 5px 5px 5px #111;
	*/
}

.profile img{
	width:150px;
	height:150px;
	border-radius:130px;
	-moz-border-radius:130px;
	-webkit-border-radius:130px;
	filter: alpha(opacity = 30);
	box-shadow:0 0 5px #000;
	-moz-box-shadow:0 0 5px #000;
	-webkit-box-shadow:0 0 5px #000;
	border:8px solid;
	border-color:rgba(254,18,13,0.8);
	box-shadow:0 0 3px rgba(254,18,13,0.5);
	-moz-ox-shadow:0 0 3px rgba(254,18,13,0.5);
	-webkit-box-shadow:0 0 3px rgba(254,18,13,0.5);
}

.profile img:hover {
	/*
	width: 200px;
	height: 200px;
	*/
}

.name {
	position: relative;
	top: 40px;
	width: 200px;
	font-size: 12px;
	color: #000;
}

.contents {
	position: absolute;
	left: 370px;
	top: 80px;

}

.heading6{
	width: 90%;
	padding-left:80px;
	border-bottom:2px solid #ccc;
	/* font-weight: bold; */
	font-size: 22px;
	line-height: 38px;
}

.heading6:before{
	content:'';
	border-radius:30px;
	-webkit-border-radius:30px;
	-moz-border-radius:30px;
	height:15px;
	width:15px;
	display:block;
	position:absolute;
	top:14px;
	left:7px;
	background-color:#ffffaa;
	box-shadow: 0 0 2px 2px rgba(255,255,255,0.2) inset;
	filter:alpha(opacity=50);
	-moz-opacity:0.50;
	-khtml-opacity: 0.50;
	opacity:0.50;
	z-index: 1;
}

.heading6:after{
	content:'';
	border-radius:30px;
	-webkit-border-radius:30px;
	-moz-border-radius:30px;
	height:18px;
	width:18px;
	display:block;
	position:absolute;
	top:7px;
	left:2px;
	background-color:#FE120D;
	box-shadow: 0 0 2px 2px rgba(255,255,255,0.2) inset
}

.selector01 {
	width: 60%;
	margin: 0;
	border-left:7px solid #FE120D;
	padding:.6em .8em;
}

.selector01 img{
	width: 300px;
}

.notes {
	padding: 15px;
}

.workList img{
	width: 200px;
}

.workList li{
	margin: 20px;
	display: inline-block;
}

.lessonList img{
	width: 320px;
}

.lessonList li{
	margin: 20px;
	display: inline-block;
}

.button {
	display: inline-block;
	width: 100%;
	height: 54px;
	text-align: center;
	text-decoration: none;
	line-height: 54px;
	outline: none;
	margin: 8px auto;
}
.button::before,
.button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button,
.button::before,
.button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.button {
	background-color: #444;
	color: #fff;
}
.button:hover {
	letter-spacing: 6px;
}
.buttonB {
	display: inline-block;
	width: 100%;
	height: 54px;
	text-align: center;
	text-decoration: none;
	line-height: 54px;
	outline: none;
	margin: 8px auto;
}
.buttonB {
	background-color: #ccc;
	color: #fff;
}
