@charset "utf-8";

/* ------------------------------------------------------
bace_setting
------------------------------------------------------ */
.contents {
	background-position:center;
	height:100%;
    margin: 0 auto;
}

/* ------------------------------------------------------
contents
------------------------------------------------------ */

.title_img {
	margin-bottom:20px;
}

.contents_list_top {
	padding: 30px 12px 30px;
	height: 100%;
    margin: 0 auto;
}

.contents_list {
	border-top: solid 2px #F7C77B;
	padding: 30px 12px 30px;
	height: 100%;
    margin: 0 auto;
}

.contents_image {
	float: left;
	height: 165px;
	width: 130px;
	padding-bottom:30px;
}
.students_name {
	height: 30px;
	width: 80px;
	padding-left: 10px;
	line-height: 30px;
	font-size: 14px;
	font-weight: bold;
	border-left: solid 5px #EE441B;
	border-bottom: dotted 1px;
	margin-bottom: 20px;
}
.contents_text {
	float: right;
	height: 100%;
	width: 350px;
	padding-left: 12px;
}

.comment {
	width:350px;
	margin-left:10px;
	margin-bottom: 20px;
}
.message_area {
	background-color: #FFEBC6;
	padding: 10px;
}
.order {
	margin-top:20px;
	margin-bottom:40px;
	text-align: center;
}