@charset "utf-8";
/* CSS Document */



/* -------------------------------------------------------
				Visual
------------------------------------------------------- */

div.program-visual {
	margin-bottom: 20px;
}



/* -------------------------------------------------------
				Fig.
------------------------------------------------------- */

img.program-fig {
	margin-bottom: 20px;
}



/* -------------------------------------------------------
				Thumb
------------------------------------------------------- */

div.program-thumb {
}

div.program-thumb div {
	float: left;
	width: 150px;
	
	margin-right: 10px;
}
* html div.program-thumb div {
	display: inline;
}

div.program-thumb div p {
	font-size: 0.9em;
	color: #333333;
	text-align: center;
}



/* -------------------------------------------------------
				Caution
------------------------------------------------------- */

div.program-caution {
	clear: both;
	
	padding-top: 110px;
	margin-bottom: 20px;
}

div.program-caution h3 {
	font-size: 1.2em;
	font-weight: bold;
	color: #CC0000;
	
	margin-bottom: 10px;
}

div.program-caution h3 img {
	vertical-align: middle;
	margin-right: 10px;
}

div.program-caution div {
	border: solid 2px #CC0000;
	padding: 10px;
}



/* ------------------------------------------- Ready-made -------------------- */


/* -------------------------------------------------------
				Visual
------------------------------------------------------- */

div#ready-visual {
	position: relative;
	
	margin-bottom: 40px;
}

div#ready-visual ul {
	position: absolute;
	top: 363px;
	left: 5px;
}

div#ready-visual ul li {
	float: left;
	width: 300px;
	
	text-align: center;
}



/* -------------------------------------------------------
				Title
------------------------------------------------------- */

.ready-title {
}

.ready-title img {
	float: right;
}

/*
.ready-title {
	position: relative;
}

.ready-title img {
	position: absolute;
	top: 10px;
	right: 8px;
}
*/



/* ------------------------------------------- Gathering -------------------- */


/* -------------------------------------------------------
				Subject
------------------------------------------------------- */

div.gathering-box {
	padding-top: 40px;
}

div.gathering-box div {
	margin-bottom: 30px;
}

div.gathering-box div h4 {
	font-size: 1.1em;
	font-weight: bold;
	color: #333333;
	
	border-left: solid 4px #437926;
	
	padding: 2px 15px;
	
	margin-bottom: 10px;
}

div.gathering-box div table {
	border-collapse: separate;
	border-spacing: 1px;
	
	border: solid 1px #EBE8E0;
	
	margin-bottom: 10px;
}

div.gathering-box div table tbody tr th,
div.gathering-box div table tbody tr td {
	border-style: solid;
	border-width: 1px;
	
	padding: 5px 15px;
}

div.gathering-box div table tbody tr th {
	border-color: #87AA35;
	background-color: #87AA35;
	
	/*font-weight: bold;*/
	color: #FFFFFF;
	
	white-space: nowrap;
}

div.gathering-box div table tbody tr td {
	border-color: #EBE8E0;
}

div.gathering-box div ul li a img {
	vertical-align: middle;
	margin-right: 10px;
}

div.gathering-box div ul li a {
	text-decoration: none;
}



/* ------------------------------------------- Order-made -------------------- */

/* -------------------------------------------------------
			Degree
------------------------------------------------------- */

div.order-box-degree {
	background-color: #EAEEF6;
	
	padding: 10px 20px;
	
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

div.order-box-degree h3 {
	font-size: 1.1em;
	font-weight: bold;
	color: #486BAA;
	
	margin-bottom: 5px;
}



/* -------------------------------------------------------
			Tabs
------------------------------------------------------- */

div.order-box-01 {
	padding-top: 30px;
	margin-bottom: 40px;
}

/* ==================== Tabs ==================== */

ul.tabs {
	height: 32px; /*--Set height of tabs--*/
	
	border-style: solid;
	border-width: 0 0 1px 1px;
	border-color: #BDB9AE;
	
	width: 100%;
}

ul.tabs li {
	float: left;
	
	height: 31px; /*--Subtract 1px from the height of the unordered list--*/
	
	line-height: 31px; /*--Vertically aligns the text within the tab--*/

	border-style: solid;
	border-width: 1px 1px 1px 0;
	border-color: #BDB9AE;
	
	background-image: url(../images/program/order/order_tab_bg_inactive.gif);
	background-position: left top;
	background-repeat: repeat-x;

	margin-bottom: -1px; /*--Pull the list item down 1px--*/
	overflow: hidden;

	position: relative;
}
* html ul.tabs li {
	position: relative;
	top: 1px;
}

ul.tabs li a {
	text-decoration: none !important;

	display: block;
	padding: 0 15px;
	border: 1px solid #fff; /*--Gives the bevel look with a 1px white border inside the list item--*/
	
	color: #646058;

	outline: none;
}

ul.tabs li a:hover {
	/*background: #ccc;*/
	/* => color.css */
}

html ul.tabs li.active {
	border-bottom: solid 1px #FFFFFF !important;
}

html ul.tabs li.active, html ul.tabs li a:hover  { /*--Makes sure that the active tab does not listen to the hover properties--*/
	/*border-bottom: 1px solid #fff;*/ /*--Makes the active tab look like it's connected with its content--*/
	border-bottom: solid 1px #BDB9AE;
	
	background-image: url(../images/program/order/order_tab_bg_active.gif);
	background-position: left top;
	background-repeat: repeat-x;
}

html ul.tabs li.active a, html ul.tabs li a:hover  {
	color: #437926;
}


/* ==================== Container ==================== */

.tab_container {
	/*border: 1px solid #999;
	border-top: none;*/
	overflow: hidden;
	clear: both;
	/*float: left;*/
	width: 100%;
	/*background: #fff;*/
}

.tab_content {
	padding-top: 20px;
	/*font-size: 1.2em;*/
}



/* -------------------------------------------------------
				Subject
------------------------------------------------------- */

div.order-box-02 {
}

div.order-box-02 table {
	border-collapse: separate;
	border-spacing: 1px;
	
	border: solid 1px #EBE8E0;
	
	margin-bottom: 10px;
}

div.order-box-02 table thead tr th,
div.order-box-02 table tbody tr th,
div.order-box-02 table tbody tr td {
	border-style: solid;
	border-width: 1px;
}

div.order-box-02 table thead tr th {
	border-color: #E1E9CF;
	background-color: #E1E9CF;
	
	/*font-weight: bold;*/
	color: #437926;
	text-align: center;
	
	white-space: nowrap;
}
div.order-box-02 table thead tr th.subject {
	width: 400px;
}
div.order-box-02 table thead tr th.hours {
	width: 120px;
}
div.order-box-02 table thead tr th.period {
	width: 100px;
}

div.order-box-02 table tbody tr th,
div.order-box-02 table tbody tr td {
	border-color: #EBE8E0;
	
	
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	padding-right: 15px;
}

div.order-box-02 table tbody tr th {
}

div.order-box-02 table tbody tr td {
	text-align: center;
	color: #444444;
}



/* -------------------------------------------------------
				e.g.
------------------------------------------------------- */

div.order-box-03 h4 {
	font-size: 1.1em;
	font-weight: bold;
	color: #333333;
	
	border-left: solid 4px #437926;
	
	padding: 2px 15px;
	
	margin-bottom: 20px;
}

div.order-box-03 div {
	border: solid 1px #E1E9CF;
	padding: 10px;
	
	margin-bottom: 5px;
}

div.order-box-03 div h5 {
	font-weight: bold;
	color: #437926;
	
	margin-bottom: 10px;
}

div.order-box-03 div ul {
	float: left;
	width: 200px;
}
div.order-box-03 div ul li {
	margin-bottom: 0.1em;
	font-size: 0.9em;
}

div.order-box-03 div img {
	float: right;
	margin-left: 5px;
}