﻿@charset "UTF-8";

.chapter {
	text-indent: -9999px;
	width: 876px;
	margin: 33px 12px 20px;
}

.chapter_block {
	width: 834px;
	margin: 0 28px 33px 30px;
}

#chapter1 {
	height: 45px;
	background-image: url("../profile/images/chapter_1.jpg");
	background-repeat: no-repeat;
	margin-top: 12px;
}

/* 教室概要 */
#chapter_block1 {
	margin-bottom: 40px;
}

#chapter_block1 table {
	width: 834px;
	background-color: #ffffff;
}

#chapter_block1 td {
	background-color: #000013;
}

#chapter_block1 td {
	font-size: 16px;
	line-height: bold;
	padding: 10px;
}

#chapter_block1 td.item {
	font-weight: bold;
	width: 180px;
}

#chapter_block1 td.content {
	width: 614px;
}

#chapter_block1 td.content a {
	color: #e7c27c;
}

#chapter_block1 td#item_logo {
	line-height: 24px;
}

#chapter_block1 td#content_logo .left {
	line-height: 24px;
	width: 480px;
	float: left;
}

#chapter_block1 td#content_logo .right {
	width: 60px;
	float: right;
	padding: 0 30px;
}

