@charset "utf-8";

.contentlink dd:nth-of-type(2) li:nth-child(1) a {
	border-color:hsla(215,100%,80%,1);
}
#footer-box div:nth-of-type(2) li:nth-child(1) a {
	background:hsla(220,100%,60%,1);
}


img[src*="lessons"] {
	padding:8px;
	width:200px;
	background:white;
	border:1px solid hsla(30,10%,60%,1);
	border-radius:5px;
	box-shadow:0 1px 2px hsla(30,10%,80%,1);
}
img[src*="授業力＿01"] {
	margin:4px 10px 0 50px;
	float:left;
}
img[src*="授業力＿02"] {
	margin:4px 30px 0 10px;
	float:right;
}


.lessons-box>div {
	margin:0 30px 30px 50px;
	overflow:hidden;
}
.lessons-box>div h3 {
	padding-bottom:3px;
	width:230px;
	border-bottom:1px solid hsla(130,30%,50%,1);
}
.lessons-box div:nth-child(odd) h3 {
	margin:0 0 15px 0;
	float:right;
}
.lessons-box div:nth-child(even) h3 {
	margin:0 0 15px 0;
	float:left;
}
.lessons-box div:nth-child(odd) img[src*="授業力"] {
	margin:0 10px 0 0;
	float:left;
}
.lessons-box div:nth-child(even) img[src*="授業力"] {
	margin:0 0 0 10px;
	float:right;
}
.lessons-box div p {
	margin:10px 0;
}
.lessons-box div:nth-child(odd) p {
	clear:right;
}

