@charset "UTF-8";

hr {
	margin-bottom:10px;
}



.gakuin-textarea {
	margin:30px 0 0 0;
}

.nihongoclass {
	margin:10px 20px;
	padding:10px;
	border:solid 2px #678269;
	background-color: #e8f5dc;
	font-weight:bold;
	/* ▼CSS3 */
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	/* ▼Safari,Chrome */
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	/* ▼Firefox */
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
}


.course {
	background-color: #F2F5FF;
	border:solid 3px #859DB1;
	font-size:12px;
	padding:10px 10px 0 10px;
	margin:10px 20px 20px 20px;
	/* ▼CSS3 */
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	/* ▼Safari,Chrome */
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	/* ▼Firefox */
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
}
.course strong {
	font-size:14px;
	color: #596984;
}
.course table {
	border-collapse:collapse;
	margin:0 0 10px 0;
}
.course table td {
	padding:3px 2px;
	vertical-align:top;
}

.news {
	background-color:#FFecec;
	border:solid 3px #FF6633;
	font-size:12px;
	font-weight:bold;
	color:#FF0000;
	padding:10px;
	margin:10px 20px 20px 20px;
	/* ▼CSS3 */
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	/* ▼Safari,Chrome */
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	/* ▼Firefox */
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
}
.news strong {
	font-size:16px;
	color:#FF0000;
}

.guide {
	margin:10px 20px 30px 20px;
	padding:10px;
	border:solid 2px #597B59;
	background-color:#eeffdd;
	/* ▼CSS3 */
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	/* ▼Safari,Chrome */
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	/* ▼Firefox */
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
}
.guide strong {
	font-size:14px;
	color:#597B59;
}

.question {
	margin:10px 10px 0 10px;
	padding:5px;
	border:solid 2px #FF6633;
	border-bottom:solid 1px;
	background-color:#FFEEE4;
	color:#FF3333;
	font-weight:bold;
}
.answer {
	margin:0 10px 20px 10px;
	padding:5px;
	border:solid 2px #006699;
	border-top:solid 1px;
	background-color:#D4FFE9;
	color:#003366;
}

.timetable {
	margin:0 10px 20px 10px;
}
.timetable table {
	border:solid 1px #006666;
	border-collapse:collapse;
	margin:0;
	width:540px;
}
.timetable table td {
	border:solid 1px #006666;
	padding:5px;
	margin:0;
	text-align:center;
}
.timetable #size1 {
	width:7%;
}
.timetable #size2 {
	width:31%;
}
.timetable .title {
	background-color:#2e8ba9;
	color:#FFFFFF;
}
.timetable .blue {
	color:#2e8ba9;
}

.classinfo {
	margin:0 10px 20px 10px;
}
.classinfo table {
	border:solid 1px #006666;
	border-collapse:collapse;
	margin:0;
	width:540px;
}
.classinfo table td {
	border:solid 1px #006666;
	padding:5px;
	margin:0;
	text-align:left;
}

.classinfo #size1 {
	width:25%;
}
.classinfo #size2 {
	width:20%;
}
.classinfo #size3 {
	width:55%;
}
.classinfo .title {
	background-color:#2e8ba9;
	color:#FFFFFF;
	text-align:center;
}

.information {
	margin:0;
}
.information td {
	padding:5px;
	text-align:left;
	vertical-align:top;
}
.information #left {
	white-space:nowrap;
	width:30px;
	text-align:center;
}
.greenbox {
	margin:10px 10px 20px 10px;
	border:solid 2px #678269;
}

.helperschedule {
	margin:0 0 30px 0;
}
.helperschedule table {
	border:solid 1px #999999;
	border-collapse:collapse;
	margin:0;
}
.helperschedule table td {
	border:solid 1px #999999;
	padding:3px;
	margin:0;
	text-align:center;
}
.helperschedule #left {
	text-align:left;
}

.outline {
	margin:0 0 20px 0;
	padding:0;
}
.outline table {
	margin:0;
	border-collapse:collapse;
}
.outline td {
	border:solid 1px #666666;
	padding:3px;
	vertical-align:top;
}
.outline #left {
	width:30px;
}
.outline #red {
	color:#FF3333;
}
.outline strong {
	color:#006666;
}

.press {
	margin:0;
	padding:0;
}

.course-menu {
	margin:0;
	padding:0;
	height:270px;
}
.course-menu #photo {
	float:left;
	width:370px;
	margin:0;
	padding:0;
}
.course-menu #photo img {
	vertical-align:bottom;
}
.course-menu #menu {
	margin:0 0 0 375px;
}
.course-menu #menu ul {
	font-size:1px;
}
.course-menu #menu li {
	list-style:none;
	font-size:11px;
	line-height:27px;
	margin-bottom:4px;
	display:block;
}
.course-menu #menu a {
	list-style:none;
	background-color:#eeeeee;
	border:solid 1px #CCCCCC;
	padding:0 5px;
	display:block;
}
.course-menu #menu a:hover {
	list-style:none;
	background-color:#f0ecfc;
	border:solid 1px #2e8ba9;
	color:#2e8ba9;
	display:block;
}
.course-menu #mag0 {
	margin-bottom:0;
}

.course-menu #menu dl dt {
	margin-bottom:4px;
	border:solid 1px #F63;
	padding:12px 5px;
	background-color:#FFE2E8;
	display:block;
}

.course-menu #menu dl a {
	list-style:none;
	background:none;
	border:none;
	font-weight:bold;
	color:#F33;
	display:block;
}
.course-menu #menu dl a:hover {
	list-style:none;
	background:none;
	border:none;
	color:#F00;
}

.redbox {
	margin-bottom:4px;
	margin-left:375px;
	border:solid 1px #F63;
	padding:5px;
	background-color:#FFE2E8;
	display:block;
}
.redbox a {
	list-style:none;
	background:none;
	border:none;
	font-weight:bold;
	color:#F33;
	display:block;
}
.redbox a:hover {
	list-style:none;
	background:none;
	border:none;
	color:#F00;
}

.short-shadow {
	margin:0 0 20px 0;
	padding:0;
	width:370px;
	height:10px;
	background: -moz-linear-gradient(center top, #ccc, #fff);
	background: -webkit-gradient(linear, center top, center bottom, from(#ccc), to(#fff));
	position: relative;
	top: -10px;
}
.joes td {
	vertical-align:top;
}
.joes td #left {
	white-space:nowrap;
}

.journey-photo {
	margin:0 0 20px 0;
	padding:0;
	width:200px;
}
.journey-photo #text {
	float:left;
	width:380px;
}
.journey-photo #photo {
	margin:0 0 0 400px;
}
.journey-photo div {
	text-align:center;
	font-size:10px;
	margin:0 0 10px 0;
}

.ad01 {
	position:absolute;
	top:200px;
	margin-left:410px;
	width:250px;
	height:180px;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	z-index:auto;
}
.ad02 {
	position:absolute;
	top:350px;
	margin-left:400px;
	width:200px;
	height:170px;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	z-index:auto;
}

.first {
	border:solid 3px #B9736B;
	margin:20px 10px;
	padding:10px;
	font-size:14px;
	/* ▼CSS3 */
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	/* ▼Safari,Chrome */
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	/* ▼Firefox */
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
}
.first .center {
	text-align:center;
}

.price-list {
	margin:10px;
}
.price-list table {
	border-collapse:collapse;
}
.price-list table td {
	border:solid 1px #666;
	padding:2px 5px;
	vertical-align:top;
	white-space:nowrap;
	background-color:#FFF;
}
.price-list #center {
	text-align:center;
}
.price-list #left {
	text-align:left;
}
.price-list #right {
	text-align:right;
}

.price-list .two {
	width:170px;
	float:left;
	margin-top:10px;
}

.larger-text {
	font-size:18px;
	line-height:1.5em;
}

.matsuda {
	border:solid 3px #F00;
	margin:10px 0;
	padding:10px;
}
.matsuda strong {
	line-height:2em;
	color:#900;
}

.jsl-420schedule {
	margin:0 20px 10px 30px;
}
.jsl-420schedule table {
	border-collapse:collapse;
	margin:0;
	padding:0;
}
.jsl-420schedule table td {
	padding:2px 5px;
	white-space:nowrap;
	border:none;
	text-align:right;
}

.koreanspeech {
	margin:10px 0;
}
.koreanspeech #text14 {
	font-size:14px;
	line-height:1.8em;
}
.koreanspeech .guideline table {
	border-collapse:collapse;
}
.koreanspeech .guideline td {
	border:none;
	vertical-align:top;
	padding:3px 6px;
}
.koreanspeech .guideline #left {
	width:50px;
	white-space:nowrap;
}

.e-price {
	margin:10px 0 10px 20px;
}
.e-price table {
	border-collapse:collapse;
	margin-bottom:20px;
}
.e-price table td {
	padding:3px 5px;
	vertical-align:top;
	white-space:nowrap;
	border:solid 1px #999;
}
.e-price #price {
	text-align:right;
}
.e-price #mag10px {
	margin:0 0 0 10px;
}
.e-price div table td {
	border:none;
	white-space:normal;
	text-align:left;
	vertical-align:top;
}
.e-price p {
	margin:12px 0 0 0;
}
.e-price .schedule table {
	border-collapse:collapse;
}
.e-price .schedule table td {
	border:solid 1px #999;
	white-space:normal;
	text-align:left;
	vertical-align:top;
}
.taisaku-time {
	margin:10px 0;
}
.taisaku-time table {
	border-collapse:collapse;
}
.taisaku-time table td {
	padding:3px 5px 3px 0;
	border:none;
	vertical-align:top;
}
.taisaku-time #day {
	white-space:nowrap;
}
.bunkacho-copy {
	margin:20px 0;
	font-size:14px;
	font-weight:bold;
}
.bunkacho-copy table {
	border-collapse:collapse;
}
.binkacho-copy table td {
	border:none;
	padding:3px 5px 3px 0;
}

.doc-number {
	font-size:10px;
	line-height:1.4em;
	text-align:right;
}