@charset "UTF-8";


/* **************************************************************
 ページID　定義
************************************************************** */

#course_wp {
	width: 566px;
	min-height: 500px;
	color: #505050;
	padding-bottom: 30px;
}
*html #course_wp {
	height: 500px;
}

#course_wp a {
	text-decoration: underline;
}

/* **************************************************************
 ▼▼ スタイル定義 ▼▼
************************************************************** */
/* 表スタイル */
.wp-table-style01 {
	width: 100%;
	border-top: 1px solid #bdbdbd;
	border-left: 1px solid #bdbdbd;
}
.wp-table-style01 th {
	border-bottom: 1px solid #bdbdbd;
	border-right: 1px solid #bdbdbd;
	background: #f9f2ea;
	font-size: 80%;
	font-weight: bold;
	text-align: center;
	color: #505050;
	padding-top: 8px;
	padding-bottom: 8px;
}
.wp-table-style01 td {
	border-bottom: 1px solid #bdbdbd;
	border-right: 1px solid #bdbdbd;
	font-size: 80%;
	padding: 3px 5px;
}


/* ******************************************
 MT用メインタイトル　定義
****************************************** */

.mt-main-title {
	width: 566px;
	height: 60px;
	margin-bottom: 30px;
	background: url(../images/mt_main-title.gif) left top;
}

.mt-main-title h3 {
	padding-top: 13px;
	line-height: 47px;
	font-size: 15px;
	font-weight: bold;
	color: #707070;
	text-indent: 15px;
}


#course_wp div.licenseLt {
	width: 300px;
	float: left;
}
#course_wp div.licenseRt {
	width: 254px;
	float: right;
}
#course_wp h5.licenseH5 {
	font-size: 80%;
	font-weight: bold;
	line-height: 1.4em;
	margin-bottom: 15px;
}
#course_wp ul.license-list {
	margin-bottom: 10px;
}
#course_wp ul.license-list li {
	font-size: 80%;
	line-height: 1.4em;
}
#course_wp ul.license-list span {
	color: #fa7d19;
	margin-right: 5px;
}

#course_wp div.license-link {
	background: #efefef;
	padding: 5px 0px;
	text-align: center;
}
#course_wp div.license-link li {
	background: url(../images/course_ic_006.gif) left 50% no-repeat;
	display: inline;
	margin-right: 20px;
	padding-left: 10px;
	font-size: 80%;
}


#course_wp img.point-ico {
	margin-bottom: 10px;
}
#course_wp h4 {
	padding-bottom: 30px;
}
#course_wp h5.learnH5 {
	font-size: 80%;
	font-weight: bold;
	line-height: 1.4em;
	color: #3c3c3c;
}


/* 私のViewポイントブロック */
#course_wp div.view-Lt {
	width: 152px;
	float: left;
}
#course_wp div.view-Rt {
	width: 395px;
	float: right;
}
#course_wp h5.viewH5 {
	font-size: 90%;
	font-weight: bold;
	line-height: 1.4em;
	color: #3c3c3c;
	margin-bottom: 15px;
}


/* 写真画像用クラス */
#course_wp img.photo01 {
background: #fff;
padding: 6px;
border-width: 1px;
border-style: solid;
border-color: #ccc #8c8c8c #8c8c8c #ccc;
}
#course_wp img.photo02 {
	border: 1px solid #bbbbbb;
}
















