﻿@charset "utf-8";
/* ===================================================================
CSS information

 file name  :course.css
 author     :Kato
 style info :コース紹介
=================================================================== */

/*----------------------------------------------------
	#main
----------------------------------------------------*/
#main div#course,
#main div#special,
#main div#kitakou,
#main div#option {
	width: 570px;
	margin: 0px;
	padding: 0px 25px;
	float: left;
	clear: both;
}

#main div#option {
	margin-bottom: 2em;
	clear: both;
}

p.chusyaku {
	margin-left: 1em;
	font-size: 0.875em;
	_font-size: 0.8em;
	text-indent: -1em;
}

p.chusyaku .kome {
	color: #CC0000;
}

#main div#course ul#list,
#main div#kitakou ul.list,
#main div#option ul.list {
	padding-right: 20px;
	padding-left: 20px;
	margin-top: 1em;
}

#main div#course ul#list li,
#main div#kitakou ul.list li,
#main div#option ul.list li {
	list-style-position: outside;
	list-style-type: disc;
	margin-left: 2em;
}

#main div#course ul#list li.title,
#main div#kitakou ul.list li.title,
#main div#option ul.list li.title {
	list-style-type: none;
	color: #0F218B;
	font-size: 1.5em;
	font-weight: bold;
	margin-left: 0px;
	padding-left: 10px;
	margin-bottom: 0.5em;
	border-top: 1px solid #0F218B;
	border-bottom: 1px solid #0F218B;
	padding-top: 3px;
}

/*----------------------------------------------------
	#course
----------------------------------------------------*/
#main_wide div#course_index div {
	margin-bottom: 1em;
}

#main_wide div#course_index div.box {
	float: left;
	width: 298px;
	margin-right: 10px;
	border: 1px solid #0F218B;
	padding-bottom: 10px;
}

#main_wide div#course_index div.box_none {
	float: left;
	width: 298px;
	margin-right: 0px;
	border: 1px solid #0F218B;
	padding-bottom: 10px;
}

#main_wide div#course_index #el_05 {
	background-image: url(../img/course/bg_el_05.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

#main_wide div#course_index #el_06 {
	background-image: url(../img/course/bg_el_06.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

#main_wide div#course_index #jr_high01 {
	background-image: url(../img/course/bg_jr_high01.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

#main_wide div#course_index #jr_high02 {
	background-image: url(../img/course/bg_jr_high02.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

#main_wide div#course_index #jr_high03 {
	background-image: url(../img/course/bg_jr_high03.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

#main_wide div#course_index #jiritsu {
	background-image: url(../img/course/bg_jiritsu.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

#main_wide div#course_index #juken {
	background-image: url(../img/course/bg_juken.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

#main_wide div#course_index #kitakou {
	background-image: url(../img/course/bg_kitakou.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

#main_wide div#course_index #kousyuukai {
	background-image: url(../img/course/bg_kousyuukai.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

#main_wide div#course_index h3 {
	font-size: 2em;
	font-weight: bold;
	color: #0F218B;
	padding: 0px 10px;
	border-bottom: 1px solid #08126B;
	margin: 10px 5px;
}

#main_wide div#course_index h4 {
	margin-right: 10px;
	margin-left: 10px;
}

#main_wide div#course_index div.txt {
	width: 273px;
	clear: both;
	float: left;
	margin: 0px 10px;
	_margin: 0px 5px 0px 5px;
	padding: 10px 0px 0px;
	text-align: left;
	font-weight: bold;
}

#main_wide div#course_index div.button {
	width: 278px;
	clear: both;
	float: left;
	margin: 0px 10px;
	_margin: 0px 10px 0px 5px;
	padding: 10px 0px 0px;
	text-align: center;
}

#course div.title {
	clear: both;
	width: 562px;
	margin: 0px 0px 5px;
	padding: 0px 0px 0px 8px;
	font-size: larger;
	font-weight: bold;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #8C94B1;
}

#course div.title:first-letter {
	color: #0F218B;
	font-size: 2em;
}

#course div.title span {
	margin-left: 20px;
	font-weight: normal;
	font-size: 0.75em;
}

h2 span#time {
	font-size: 0.5em;
}

#course h3 {
	margin-top: 0.5em;
	margin-bottom: 1em;
}

#course h4 {
	margin: 5px 0px;
	padding: 5px 0px 0px 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;	
	color: #990000;
	font-weight: bold;
	background-image:url(../img/item/ico_03.gif);
	background-repeat: no-repeat;
	background-position: left 0.8em;
}


/*----.price------*/

#course div.price {
	clear: both;
	margin-bottom: 1em;
}

#course div.price table {
	width: 100%;
	margin: 0px;
	padding: 0px;
	border-top: 1px solid #0F218B;
	border-right: 1px solid #0F218B;	
}

#course div.price table th {
	padding: 2px 3px;
	color: #0F218B;
	text-align: center;
	background-color: #F1F3FF;
	border-bottom: 1px solid #0F218B;
	border-left: 1px solid #0F218B;
}

#course div.price table td {
	padding: 3px 5px;
	text-align: right;
	border-bottom: 1px solid #0F218B;
	border-left: 1px solid #0F218B;
}


/*----#schedule------*/

#course #schedule {
	width: 570px;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 1em;
	margin-left: 0px;
	overflow: hidden;
}

#course #schedule div.img {
	clear: both;
	width: 570px;
	margin: 0px;
	padding: 0px;
}


/*----#support------*/

#course #support {
	float: none;
	clear: both;
	width: 570px;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 1em;
	margin-left: 0px;
}

#course #support div p {
	padding-bottom: 3px;
	border-bottom: 1px solid #0F218B;
	margin-bottom: 5px;
	color: #0F218B;
	font-weight: bold;
	font-size: 1.25em;
}

#course #support div.mosi {
	float: right;
	width: 548px;
	padding: 10px;
	border: 1px solid #0F218B;
	background-color: #F1F3FF;
	margin-bottom: 5px;
}

#course #support div.mosi ul {
	margin: 0px;
}

#course #support div.mosi ul li {
	list-style-type: disc;
	list-style-position: inside;
	margin-left: 20px;
	text-indent: -1em;
}

#course #support div.mosi ul li.ki {
	margin: 0px 0px 0px 10px;
	padding: 0px;
	color: #333333;
	font-weight: bold;
	font-size: 1em;
	border-style: none;
	list-style-type: none;
	_text-indent: -2em;
}

#course #support div.boxel {
	float: left;
	width: 258px;
	padding: 10px;
	border: 1px solid #0F218B;
	margin-right: 8px;
	background-color: #F1F3FF;
}

#course #support div.sansyael {
	float: right;
	width: 258px;
	padding: 10px;
	border: 1px solid #0F218B;
	background-color: #F1F3FF;
}

#course #support div.sansyael ul {
	margin: 0px;
	float:left;
}

#course #support div.sansyael ul li {
	list-style-type: disc;
	list-style-position: inside;
	margin-left: 20px;
	text-indent: -1em;
}

#course #support div.sansyael div.ki {
	margin: 0px;
	padding: 0px;
	color: #333333;
	font-weight: bold;
	font-size: 1em;
	border-style: none;
	list-style-type: none;
	float:left;
}

#course #support div.boxjr {
	float: left;
	width: 166px;
	padding: 10px;
	border: 1px solid #0F218B;
	margin-right: 8px;
	background-color: #F1F3FF;
}

#course #support div.sansyajr {
	float: right;
	width: 350px;
	padding: 10px;
	border: 1px solid #0F218B;
	background-color: #F1F3FF;
}

#course #support div.sansyajr ul {
	margin: 0px;
	float:left;
}

#course #support div.sansyajr ul li {
	list-style-type: disc;
	list-style-position: inside;
	margin-left: 20px;
	text-indent: -1em;
}

#course #support div.sansyajr div.ki {
	margin: 0px;
	padding: 0px;
	color: #333333;
	font-weight: bold;
	font-size: 1em;
	border-style: none;
	list-style-type: none;
	float:left;
}

/*----#guidance------*/

#course #guidance {
	float: left;
	clear: both;
	width: 570px;
	margin: 0px;
	padding: 0px;
}

#course #guidanceHead {
	clear: both;
	width: 570px;
	height: 10px;
	margin: 0px;
	padding: 0px;
	background-image: url(../img/course/guidance_head.gif);
	background-repeat: no-repeat;
}

#course #guidanceFoot {
	clear: both;
	width: 570px;
	height: 10px;
	margin: 0px;
	padding: 0px;
	background-image: url(../img/course/guidance_foot.gif);
	background-repeat: no-repeat;
}

#course #guidanceBody {
	float: left;
	clear: both;
	width: 540px;
	margin: 0px;
	padding: 0px 15px 10px;
	background-image: url(../img/course/guidance_body.gif);
	background-repeat: repeat-y;	
}

#course #guidance div.box {
	float: left;
	clear: both;
	width: 540px;
	margin-top: 1em;
	margin-bottom: 0px;
	padding: 0px;
}

#course #guidance div.box div.subject {
	float:left;
	width:50px;
	height: 50px;
	margin-right:10px;
	margin-left: 5px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 1.125em;
	line-height: 50px;
	text-align: center;
	background-color: #0F218B;
}

#course #guidance div.box p {
	float:left;
	width:470px;
	margin: 0px;
	padding: 0px;
}


/*----------------------------------------------------
	#special
----------------------------------------------------*/

#special h4 {
	font-size: 2em;
	font-weight: bold;
	color: #0F218B;
}

#special h5 {
	margin-top: 0.5em;
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 1.25em;
	border-bottom: 1px solid #666666;
}

#special div#start {
	float: left;
	clear: both;
	width: 560px;
	margin: 1em 0px 0px;
	padding: 5px;
	color: #FFFFFF;
	font-size: 1.125em;
	font-weight: bold;
	text-align: center;
	background-color: #0F218B;
}

#special div#goal {
	float: left;
	clear: both;
	width: 560px;
	margin: 0px;
	padding: 2px;	
	color: #FFFFFF;
	font-size: 1.125em;
	font-weight: bold;
	text-align: center;
	border: 3px solid #FFE500;
	background-color: #0F218B;
}

#special div.arrow {
	clear: both;
	width: 570px;
	height: 30px;
	margin: 0px;
	padding: 0px;
	background-image: url(../img/course/special_arrow.gif);
	background-repeat: no-repeat;
	background-position: center;	
}

#special div.box {
	float: left;
	clear: both;
	width: 548px;
	margin: 0px;
	padding: 10px;
	border: 1px solid #0F218B;
}

#special div#kita {
	margin-top: 1em;
	background-color: #F1F3FF;
	background-image: none;
}

#special div.box img {
	float: right;
	width: 170px;
	margin: 5px 0px 5px 10px;
}

#special div.box02 {
	clear: both;
	width: 538px;
	margin: 0px 5px 1em;
	padding: 10px;
	border: 1px solid #0F218B;
	float: left;
	background-image: url(../img/course/bg.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

#special div.box02 h3 {
	font-weight: bold;
	font-size: 1.25em;
	border-bottom: 1px solid #666666;
	margin-bottom: 5px;
	color: #0F218B;
}

#special div.box02 p img {
	float: left;
	width: 170px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-top: 5px;
}

#special div.box02 h3:first-letter {
	font-size: 1.75em;
}
#special ul#tokubetsu {
	padding: 0px;
	margin: 0px 0px 5px;
}
#special ul#tokubetsu li {
	list-style-type: disc;
	list-style-position: inside;
	padding: 0px;
	margin: 0px 1em;
}

/*----------------------------------------------------
	#kitakou
----------------------------------------------------*/

#kitakou h3 {
	font-size: 1.5em;
	font-weight: bolder;
	color: #0F218B;
}

#kitakou div.box {
	float: left;
	clear: both;
	width: 548px;
	margin: 0px;
	padding: 10px;
	border: 1px solid #0F218B;
}

#kitakou div#kita {
	margin-top: 1em;
	background-color: #F1F3FF;
	background-image: none;
}

/*----------------------------------------------------
	#option
----------------------------------------------------*/

#option .clear {
	clear: both;
}

#option h3 {
	font-size: 1.45em;
	font-weight: bold;
	color: #0F218B;
}

#option h4 {
	margin: 5px 0px;
	padding: 5px 0px;
	font-weight: bold;
	font-size: 1.125em;
	border-bottom: 1px solid #666666;
	border-top: 1px solid #666666;
}

#option div.box {
	float: left;
	width: 253px;
	margin: 1em 5px 0px;
	padding: 10px;
	border: 1px solid #0F218B;
	background-image: url(../img/course/bg.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

#option div.box img {
	float: right;
	width: 170px;
	margin: 5px 0px 5px 10px;
}

#option div.box ul {
	margin: 0.5em 0px 0px 0.5em;
	padding: 0px;
}

#option div.box ul li {
	list-style-position: inside;
	list-style-type: disc;
}

#option div.box ul li.square {
	list-style-type: square;
	margin-bottom: 5px;
}

#option div.boxL {
	float: left;
	width: 538px;
	margin: 0px 5px;
	padding: 10px;
	border: 1px solid #0F218B;
	background-image: url(../img/course/jiritsu_bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

#option div.boxL div.taisyou {
	float: left;
	background-color: #FFFFFF;
	width: 200px;
	font-size: 2.5em;
	color: #CC0000;
	font-weight: bold;
	text-align: center;
	line-height: 1.25em;
	padding-top: 12px;
	padding-bottom: 0px;
	margin-top: 5px;
	padding-right: 10px;
	margin-bottom: 10px;
	background-image: url(../img/course/taisyou.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#option div.boxL h3 {
	margin-top: 7px;
	color: #333333;
}

#option div.boxL h4 {
	font-size: 2.5em;
	font-weight: bold;
	color: #0F218B;
	margin-top: 25px;
	padding-bottom: 0px;
}

#option div.boxL div.subBox {
	float: left;
	width: 249px;
	margin: 10px 10px 10px 0px;
	padding: 7px;
	font-size: 0.875em;
	_font-size: 0.8em;
	background-color: #EEEEEE;
}

#option div.boxL div#subLeft {
	margin-right: 0px;
}

#option div.boxL div.subBox em {
	float: left;
	width: 50px;
	font-size: 1.25em;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #0F218B;
	padding: 5px 0px;
	text-align: center;
	margin-right: 10px;
	margin-bottom: 10px;
}

#option div.boxL div#photo {
	float: left;
	clear: both;
	width: 538px;
	margin: 10px 0px;
	padding: 0px;
}

#option div.boxL div#photo img {
	float: left;
	width: 170px;
	padding: 0px;
	margin-right: 14px;
	height: 130px;
}

#option div.boxL div#photo img#none {
	float: left;
	margin: 0px;
	padding: 0px;
}

#option div.boxL table {
	width: 100%;
	margin: 0px;
	padding: 0px;
	border-top: 1px solid #0F218B;
	border-right: 1px solid #0F218B;
	font-size: 0.875em;
	_font-size: 0.8em;
}

#option div.boxL table th {
	padding: 2px 3px;
	color: #0F218B;
	text-align: center;
	background-color: #F1F3FF;
	border-bottom: 1px solid #0F218B;
	border-left: 1px solid #0F218B;
}

#option div.boxL table td {
	padding: 3px 5px;
	text-align: center;
	border-bottom: 1px solid #0F218B;
	border-left: 1px solid #0F218B;
}

#option div.boxL table td.left {
	text-align: left;
	width: 17%;
}

#option div.boxL table td.right {
	text-align: right;
	width: 48%;
}
