@charset "utf-8";/*文字コード*/

/*=============================
 * all
 *=============================*/

.box_top_1,
.box_top_2,
.box_top_eval{
	overflow:hidden;
	margin-bottom:10px;
}
	.box_top_1_1,
	.box_top_2_1{
		float:left;
		width:310px;
	}
	.box_top_1_2,
	.box_top_2_2{
		float:right;
		width:310px;
	}

	.box_top_1_1 > .box_1{
		background:#ccc;
		color:#f00;
		font-size:14px;
		padding:5px 5px 0px 5px;
		height:30px;
	}
	.box_top_1_1 > .box_2{
		overflow:hidden;
	}
	.box_top_1_1 > .box_2 img{
		width:310px;
	}

	.box_top_2_1 > ul > li > .box_0,
	.box_top_2_2 > ul > li > .box_0,
	.box_top_1_2 > ul > li > .box_0{
		overflow:hidden;
		width:310px;
	}
	.box_top_2_1 > ul > li > .box_0 > .box_1,
	.box_top_2_2 > ul > li > .box_0 > .box_1,
	.box_top_1_2 > ul > li > .box_0 > .box_1{
		float:left;
		width:100px;
		height:75px;
	}
	.box_top_2_1 > ul > li > .box_0 > .box_2,
	.box_top_2_2 > ul > li > .box_0 > .box_2,
	.box_top_1_2 > ul > li > .box_0 > .box_2{
		float:right;
		width:200px;
		height:75px;
	}
	.box_top_2_1 > ul > li:nth-child(n+2),
	.box_top_2_2 > ul > li:nth-child(n+2),
	.box_top_1_2 > ul > li:nth-child(n+2){
		border-top:1px dotted #ccc;
		margin-top:10px;
		padding-top:10px;
	}
	.box_top_2_1 > ul > li > .box_0 > .box_1 img,
	.box_top_2_2 > ul > li > .box_0 > .box_1 img,
	.box_top_1_2 > ul > li > .box_0 > .box_1 img{
		width:100px;
	}


.box_top_lesson_cmt{
	overflow:hidden;
	margin-bottom:20px;
	margin:0px;
	padding:0px;
}
	.box_top_lesson_cmt li{
		float:none;
	}
	.box_top_lesson_cmt .box_0{
		overflow:hidden;
		margin-bottom:20px;
	}
	.box_top_lesson_cmt .box_0 .box_1{
		float:left;
		width:120px;
		height:80px;
	}
	.box_top_lesson_cmt .box_0 .box_1 img{
		width:120px;
	}
	.box_top_lesson_cmt .box_0 .box_2{
		float:right;
		width:510px;
	}
	.box_top_lesson_cmt .box_2 .box_2_1{
		margin-bottom:10px;
		font-size:16px;
	}
	.box_top_lesson_cmt .box_2 .box_2_2{
		overflow:hidden;
		padding:10px;

		border:1px dotted #ccc;

		-webkit-border-radius: 5px;
		   -moz-border-radius: 5px;
		        border-radius: 5px;
	}
	.box_top_lesson_cmt .box_2 .box_2_2 .box_2_2_1{
		float:left;
		width:50px;
	}
	.box_top_lesson_cmt .box_2 .box_2_2 .box_2_2_2{
		float:right;
		width:420px;
		font-size:16px;
	}
	.box_top_lesson_cmt .box_2 .box_2_2 .box_2_2_1 img{
/*		width:32px;*/
	}

	.box_top_lesson_cmt .span_cmt{
		margin-right:5px; padding:0px 5px; background:#999; color:#fff; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;
	}
