/* CSS Document */
#course {
	border:#999999 solid 2px;
	width:100%;
	padding:10px;
	margin-bottom:30px;
}

.contents_left {
	width:400px;
	float:left;
	margin-right:15px;
}

.contents_right {
	width:230px;
	float:right;
	border:#7B68EE 1px solid;
}

.contents_right h2 {
	width:225px;
	background-color:#7B68EE;
	color:#FFFFFF;
	font-weight:bold;
	font-size:12px;
	padding:5px 0 5px 5px;
}

.contents_right h2 {
	/width:230px;
}

.contents_right p {
	padding:0.3em;
}

.contents_right_solution {
	width:230px;
	float:right;
	border:#FF9933 1px solid;
	margin-top:15px;
}

.contents_right_solution h2 {
	width:225px;
	background-color:#FF9933;
	color:#FFFFFF;
	font-weight:bold;
	font-size:12px;
	padding:5px 0 5px 5px;
}

.contents_right_solution h2 {
	/width:230px;
}

.contents_right_solution p {
	padding:0.3em;
}

h3.h3_title {
	font-size:16px !important;
	font-weight:bold !important;
	line-height:100% !important;
}

ul.normal li {
	font-size:1.15em;
	color:#000000;
}

ul.normal {
	margin-top:0.3em;
	margin-left:20px !important;
}

.inquiry-button a {
	display:block;
	width:628px;
	height:53px;
	background-repeat:no-repeat;
	background-position:0px 0px;
	overflow:hidden;
	text-indent:-9999px;
}

.inquiry-button a {
	background-image:url(/assets/images/agile-support/inquiry-button.gif);
}

.inquiry-button a:hover {
	background-position: 0px -53px;
}
