@charset "UTF-8";

/* examページのスタイル */
.CurriculumHead {
	font-size: 115%;
	font-weight: bold;
	margin-top: 40px;
}

/* examページのスタイル */

.UlSub {
	font-size: 90%;
}
.ExamList li {
	background-image: url(/gig/contents/exam/img/catch_logo.png);
	background-repeat: no-repeat;
	background-position: left center;
	margin-bottom: 50px;
	padding-left: 60px;
	line-height: 180%;
}
.ExamList strong {
	font-size: 160%;
	font-weight: normal;
	letter-spacing: 5px;
}

/* licenceページのスタイル */

.LicenceGuide{
	font-weight: bold;
	text-indent: -1em;
	padding-left: 1em;
}
.DiamondListBold{
	font-weight: bold;
}
.LicenceBtn{
	font-size: 14px;
	font-weight: bold;
	margin-top: 30px;
	text-align: center;
	width: 300px;
}
.LicenceBtn a{
	border: 2px solid #c7c7c7;
	display: block;
	padding: 10px;
}
.LicenceBtn a:hover{
	border-color: #6eb92b;
}

/* staffページのスタイル */
.StaffText {
	line-height: 200%;
}
.ContentFrame2 {
	display: block;
	height: auto;
	width: 952px;
	margin: 37px auto 0px auto;
    padding-left: 2px;
    letter-spacing: -.4em;
}

.ContentFrame2:after {
    content:"";
	zoom: 1;
	clear: both;
	display: block;
	height: 0;
	overflow: hidden;
}

.StaffList a{
	display: inline-block;
	width: 240px;
	height:auto;
	margin:0 0 40px -2px;
    vertical-align: top;
    letter-spacing: 0;
}

.StaffList a:link,.StaffList a:visited{
	background: url(/gig/contents/staff/img/staff_line_gray.png) no-repeat left top;
}
.StaffList a:active,.StaffList a:hover{
	background: url(/gig/contents/staff/img/staff_line_green.png) no-repeat left top;
}
.StaffList p ,.StaffList strong ,.StaffList em ,.StaffList small {
	display:inline-block;
	margin:0;
	padding:0;
	font-weight: normal;
	font-style: normal;
}
.StaffList p{
	margin: 0 52px 0 4px;
	line-height:150%;
    font-size: 90%;
}
.StaffList strong {
	font-size: 140%;
}
.StaffList em {
	margin:3px 0;
    font-size: 120%;
}
.StaffList small {
    font-size: 100%;
	line-height: 150%;
}


/* curriculumページのスタイル */

.CurriculumImg{
	display: block;
	margin: 0px 110px;
	border-bottom: 1px solid #e2e2e2;
}
.CurriculumText{
	text-align: center;
	font-size: 150%;
	margin: 48px  0px 35px 0;
}
.CurriculumList{
	clear:both;
	display: block;
	width:550px;
	margin:0 auto;
}
.CurriculumList img, .CurriculumList dl{
	margin-bottom: 50px;
}
.CurriculumList img{
	float: left;
}
.CurriculumList dl{
	display: block;
	margin-left: 150px;
}
.CurriculumList dt{
	display:block;
	float: left;
	width: 52px;
	font-size: 80%;
	text-align: center;
	vertical-align: middle;
	background-color: #c8b09d;
	color: #FFF;
	font-weight: bold;
}
.CurriculumList dt.core{
	background-color: #f1968e;
	margin:3px 0;
}
.CurriculumList dt.professional{
	background-color: #5a92c3;
	margin:3px 0;
}
.CurriculumList dt.common{
	background-color: #8e6da8;
	margin:3px 0;
}
.CurriculumList dd{
	margin: 10px 0;
	margin-left: 60px;
	width:auto;
}
.CurriculumList dd.large{
	font-size: 120%;
}
.CurriculumList a{
	padding-left:15px;
	background-repeat: no-repeat;
	background-position: left 6px;
}
.CurriculumList a:link, .CurriculumList a:visited{
	background-image: url(/gig/common/img/diamond_gray.png);
}
.CurriculumList a:active, .CurriculumList a:hover{
	background-image: url(/gig/common/img/diamond_green.png);
}

/* QandAページのスタイル */
.QandAFrame{
	border-bottom: 1px solid #c7c7c7;
	margin-top: 37px;
}
.QandAFrame .question{
	background-image: url(/gig/contents/qanda/img/icon_Q.png);
	background-repeat: no-repeat;
	font-size: 120%;
	font-weight: bold;
	line-height: 24px;
	padding-left: 30px;
}
.QandAFrame .answer{
	background-image: url(/gig/contents/qanda/img/icon_A.png);
	background-repeat: no-repeat;
	min-height: 24px;
	margin: 20px auto 35px;
	padding-left: 40px;
	width: 830px;
}
.QandAFrame .answer span{
	display: block;
	font-size: 110%;
	font-weight: bold;
	margin-top: 16px;
	margin-bottom: 6px;
}

/* thesisページのスタイル */
.ContentFrame .indentBlock{
	margin:0 0 0 60px;
}

.ContentFrame .DiscList{
	list-style-type: disc;
}
