@charset "utf-8";
/* CSS Document */
#title_image {
	background-image:url(../images/licence/blocks/title_licence.jpg);
	width:100%;
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
}
#title_image .word {
	width:100%;
	padding:1em;
	text-shadow:0 0 0.6em #333;
	text-align:center;
	color:#FFF;
	display:inline-block;
}
#title_image .word .ch {
	font-size:2.4em;
	letter-spacing:0.2em;
	text-shadow:0 0 8px #999,0 0 8px #999,0 0 8px #999;
}
#title_image .word .en {
	text-shadow:0 0 6px #666,0 0 6px #666,0 0 6px #666;
}
#searchform input[type="text"] {
	height:50px;
}
#searchform select {
	height:50px;
	background-image:url(../images/common/icon_select02.png);
	color:#00909E;
}
#filter {
	color:#333;
	width:100%;
	background-color:#EEE;
	padding:15px 10px;
}
#filter .leftSide {
	width:calc(100% - 125px);
	float:left;
}
#filter .rightSide {
	width:120px;
	font-weight:bold;
	float:left;
}
#filter .rightSide a {
	padding-left:50px;
	color:#009688;
}
#filter .leftSide .data {
	font-size:0.9em;
}
#licenceList {
	width:100%;
	padding-left:10px;
	padding-right:10px;
}
#licenceList ul li {
	width:100%;
	margin-bottom:16px;
}
#licenceList ul li .title {
	margin-top:5px;
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
	-o-text-overflow:ellipsis;
}
#licenceList ul li .title a {
	color:#333;
}
#licenceList ul li .title a:hover {
	color:#03C;
}
#licenceList ul li .unit {
	font-size:0.8em;
	color:#0052A5;
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
	-o-text-overflow:ellipsis;
}
#licenceContent {
	margin-right:10px;
	margin-left:10px;
	color:#333;
}
#licenceContent * {
	max-width:99% !important;
}
#licenceContent .title {
	color:#0052A5;
	font-size:0.8em;
}
#licenceContent .content1 {
	margin-bottom:20px;
}
#licenceContent .content2 {
	line-height:1.8em;
	margin-bottom:20px;
}
#likeCourse {
	width:100%;
	padding-left:10px;
	padding-right:10px;
}
#likeCourse ul li {
	width:100%;
	margin-bottom:20px;
}
#likeCourse ul li .title {
	margin-top:5px;
	text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
}
#likeCourse ul li .title a {
	color:#333;
}
#likeCourse ul li .title a:hover {
	color:#03C;
}
#likeCourse ul li .date {
	font-size:0.8em;
	color:#0052A5;
	text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
}
#likeCourse ul li .date strong {
	margin-right:20px;
}
#likeCourse ul li .date a {
	color:#0052A5;
}
#likeCourse ul li .date a:hover {
	color:#03C;
}