@charset "utf-8";

/* page_database.css */

/*----------------------------------------------*
*
* index
*
*----------------------------------------------*/


/* index
--------------------------------------*/


/* calendar
--------------------------------------*/
body#database div.calendar ul.ulLegend {
	text-align: right;
}
		body#database div.calendar ul.ulLegend li {
			margin-left: 20px;
		}

body#database div.calendar table {
}
		body#database div.calendar div.dModLayCol2 table tbody th {
			width: 4em;
			white-space: nowrap;
		}
		body#database div.calendar div.dModLayCol2 table tbody td {
			padding: 8px;
		}
		body#database div.calendar div.dModLayCol2 table tbody td.tTime {
			width: 100px;
		}


body#database div.calendar div.dTabContent table {
}
		body#database div.calendar div.dTabContent table th,
		body#database div.calendar div.dTabContent table td.tdWeek {
			width: 1em;
			white-space: nowrap;
		}
		body#database div.calendar div.dTabContent table th {
			background-color: #0445ab;
			color: #ffffff;
			text-align: center;
			font-weight: bold;
		}
		body#database div.calendar div.dTabContent table td.tdSat {
			background-color: #bde3f3;
		}
		body#database div.calendar div.dTabContent table td.tdHoliday,
		body#database div.calendar div.dTabContent table td.tdSun {
			background-color: #ffdbdb;
		}
				body#database div.calendar div.dTabContent table ul.ulModEleTextNavi {
				}
						body#database div.calendar div.dTabContent table ul.ulModEleTextNavi li {
							margin-right: 20px;
						}
								body#database div.calendar div.dTabContent table ul.ulModEleTextNavi li a {
									padding-right: 5px;
								}

body#database div.calendar .pAttention {
	font-size: 16px;
	font-weight: bold;
}

body#database div.calendar .dExamMenu {
}
	body#database div.calendar .dExamMenu div {
		background-color: #0445ab;
		text-align: center;
		padding:10px 5px;
		cursor: pointer;
	}
		body#database div.calendar .dExamMenu div a {
			color: #fff;
			font-weight: bold;
			text-decoration: none;
		}

/* Search系詳細ページ
--------------------------------------*/
/* dUniversityList */
body#database div.dUniversityList {
	padding: 30px 30px 20px;
}
body#database div.dUniversityList ul {
	margin-bottom: 0;
}
		body#database div.dUniversityList ul li {
			padding: 20px;
			background-color: #bde3f3;
			margin-bottom: 10px;
		}
				body#database div.dUniversityList ul li div.dModLayImgRight div.dModLayText {
					width: 440px;
				}
						body#database div.dUniversityList ul li ul.ulModEleTextNavi {
							margin-bottom: 0;
						}
								body#database div.dUniversityList ul li ul.ulModEleTextNavi li {
									margin: 0 5px 0 0;
									padding: 0 5px;
									background-color: #ffffff;
									border: 1px solid #dc0000;
									color: #dc0000;
									font-size: 0.85em;
								}
		body#database div.dUniversityList ul li h3 {
			margin-bottom: 10px;
			padding: 0;
			font-size: 1em;
			font-weight: normal;
		}
				body#database div.dUniversityList ul li h3 span {
					color: #0445ab;
					font-size: 1.45em;
					font-weight: bold;
				}
/* dDetailList */
body#database .dDetailList {
	margin-bottom: 40px;
}

body#database .dDetailList .ulYearList {
	text-align: center;
	display: block;
}
body#database .dDetailList .ulYearList li{
	margin-left: 40px;
	font-size: 16px;
	display: inline;
}
body#database .dDetailList .ulYearList li:first-child {
	margin-left: 0;
}


body#database .dDetailList .ulYearList li.current {
	color: #0445ab;
	background: url(../../image/module/ico_arrow_down.gif) no-repeat left center;
	padding-left: 10px;
	font-weight: bold;
}

body#database .dDetailList .ulYearList li a{
	color: #666;
}

body#database .pHeading {
	border: 1px solid #ccc;
	padding: 20px;
	text-align: center;
	font-weight: bold;
	
}

/* dSearchBox */
body#database div.dSearchBox {
	background-color: #f6e9cf;
	padding-bottom: 25px;
}

body#database div.dSearchBox ul.ulModEleTextNavi {
	margin-bottom: 30px;
	margin: 0 -20px 25px 0;
}
		body#database div.dSearchBox ul.ulModEleTextNavi li {
			margin: 0 20px 5px 0;
		}
		body#database div.dSearchBox ul.ulModEleTextNavi li.active a{
			font-weight: bold;
			color: #333333;
		}
				body#database div.dSearchBox p.pActive a,
				body#database div.dSearchBox ul.ulModEleTextNavi li.liActive a {
					color: #333333;
				}



/*----------------------------------------------*
*
* detail
*
*----------------------------------------------*/
#database #dGlobalWrapper.detail #dSubColumn .detail-disp {
	display: none;
}


body#database div#dMain table th.thBottomNoBorder {
	border-bottom: none;
}

		body#database div#dGlobalWrapper div#dMain ul.ulTabBottom {
			margin-bottom: 0;
		}
body#database div#dMain div#dContents div.dheadingWrapper {
	margin-top: 30px;
}
		body#database p.pBtnSearch {
			position: relative;
			margin: 20px 0;
		}
				body#database p.pBtnSearch:before {
					content: "";
					position: absolute;
					z-index: -1;
					top: 100%;
					right: 0;
					bottom: 0;
					left: 0;
					height: 5px;
					background-position: 0 0;
					background-repeat: no-repeat;
					background-image: url(../../database/detail/image/bg_shadow_btn.png);
				}

body#database div#dMain ul.ulTopHalf {
	margin-top: 8px;
	margin-bottom: 0;
}
body#database .dBanner {
	margin-top:30px;
}

/* dDBDetailInformation
--------------------------------------*/
body#database div.dDBDetailInformation{
}
		body#database div.dDBDetailInformation div.dModSecNormal {
			background-color: #f6e9cf;
		}

/* dUpdateInfo */
body#database div.dUpdateInfo ul {
	margin-bottom: 0;
}
		body#database div.dUpdateInfo ul li {
			margin-bottom: 5px;
			width: 210px;
		}
				body#database div.dUpdateInfo ul li a {
					display: block;
				}
/* dOpenCampusInfo */
body#database div.dOpenCampusInfo ul {
	margin-bottom: 0;
	padding-bottom: 3px;
}
		body#database div.dOpenCampusInfo ul li {
			margin-bottom: 12px;
			padding-bottom: 5px;
			border-bottom: 1px dotted #bbbbbb;
		}
				body#database div.dOpenCampusInfo ul li dl {
					margin-bottom: 0;
				}
						body#database div.dOpenCampusInfo ul li dl dt {
							clear: both;
							float: left;
							width: 35px;
						}
								body#database div.dOpenCampusInfo ul li dl dt img {
									vertical-align: middle;
									display: inline-block;
								}
						body#database div.dOpenCampusInfo ul li dl dd {
							width: 172px;
							margin-left: 35px;
							margin-bottom: 7px;
						}

body#database div.dDBDetailInformation table.tblBorder {
			margin-bottom: 10px;
			padding-bottom: 10px;
			border-bottom: 1px dotted #bbbbbb;
			border-collapse: separate;
}
				body#database div.dDBDetailInformation table.tblBorder th {
					width: 28px;
					padding-right: 10px;
				}
		body#database div.dDBDetailInformation div.dConnectionBox {
			background-color: #ffffff;
			text-align: center;
			padding: 10px;
		}
				body#database div.dDBDetailInformation div.dConnectionBox .sModEleMore {
					font-size: 1.15em;
				}
				body#database div.dDBDetailInformation div.dConnectionBox .lastElement .sModEleMore {
					color: #0445ab;
					font-size: 1.6em;
				}

/* dRelationEvent
--------------------------------------*/
body#database div.dRelationEvent {
	margin-bottom: 0;
	padding: 25px 30px;
}
		body#database div.dRelationEvent {
		}
				body#database div.dRelationEvent ul {
					margin-bottom: 0;
				}
						body#database div.dRelationEvent ul li {
							padding-bottom: 10px;
							margin-bottom: 20px;
							border-bottom: 1px dotted #bbbbbb;
						}
						body#database div.dRelationEvent ul li.lastElement {
							padding-bottom: 0;
							border-bottom: none;
						}
								body#database div.dRelationEvent ul li p.pModEleHalf img {
									margin-right: 10px;
									vertical-align: middle;
								}


/* h1
--------------------------------------*/
body#database div.detail div.dheadingWrapper {
	display: inline-block;
	padding-top: 10px;
	margin-bottom: 20px;
	background: url(../../image/module/bg_h1_upper.png) no-repeat right 0;
}
		body#database div.detail div.dheadingWrapper p {
			display: inline-block;
			padding-bottom: 10px;
			background: url(../../image/module/bg_h1_lower.png) no-repeat right bottom;
			color: #ffffff;
			font-size: 1.8em;
			font-weight: bold;
		}
				body#database div.detail div.dheadingWrapper p span {
					display: inline-block;
					padding: 20px 65px 10px 30px;
					min-width: 220px;
					background: url(../../image/module/bg_h1_middle.png) repeat-y right top;
				}
						body#database div.detail div.dheadingWrapper p span img {
							vertical-align: middle;
							margin-right: 10px;
						}


/* dDetailHeading
--------------------------------------*/
div.dDetailHeading {
	display: table;
	margin-bottom: 20px;
	width: 100%;
}
	div.dDetailHeading h1{
		text-align: center;
	}
		div.dDetailHeading div.dDetailHeadingPrev {
			display: table-cell;
			width: 170px;
			padding-right: 30px;
			text-align: right;
			vertical-align: middle;
		}
		div.dDetailHeading div.dDetailHeadingCenter {
			display: table-cell;
			width: 250px;
			text-align: center;
			vertical-align: middle;
		}
				div#dMain div.dDetailHeading div.dDetailHeadingCenter h1 {
					font-size: 1.6em;
				}
		div.dDetailHeading div.dDetailHeadingNext {
			text-align: right;
			margin-bottom: 20px;
		}
				div#dMain div.dDetailHeading div.dDetailHeadingNext a.aModEleDef {
					background-position: right 0.55em;
					padding: 3px 10px 3px 0;
				}


/* index
--------------------------------------*/
/* dRecruitingPersonnel */
/*body#database div.dRecruitingPersonnel table {
	margin-bottom: 0;
}*/
/*		body#database div.dRecruitingPersonnel table th {
			width: 17%;
		}*/

/* dRecommendExam */
body#database div.dRecommendExam table th {
	width: 25%;
}

/* dTestSchedule */
body#database div.dTestSchedule table th.thCategory {
	width: 15%;
}
body#database div.dTestSchedule table th.thPeriod {
	width: 15%;
}
body#database div.dTestSchedule table th.thExam,
body#database div.dTestSchedule table th.thPassing,
body#database div.dTestSchedule table th.thProcedure,
body#database div.dTestSchedule table th.thDecline {
	width: 11%;
}

/* dExamSubject */
body#database div.dExamSubject table th.thCategory {
	width: 15%;
}
body#database div.dExamSubject table th.thPoint {
	width: 15%;
}
body#database div.dExamSubject table th.thTime {
	width: 15%;
}



/* preceding
--------------------------------------*/
body#database div.dPreceding div.dModLayColL,
body#database div.dPreceding div.dModLayColC,
body#database div.dPreceding div.dModLayColR {
	margin-bottom: 30px;
}
body#database div.dPreceding .dModLayCol2 div.dModLayColL,
body#database div.dPreceding .dModLayCol2 div.dModLayColR {
	margin-bottom: 15px;
}
body#database div.dPreceding .lastElement div.dModLayColL,
body#database div.dPreceding .lastElement div.dModLayColC,
body#database div.dPreceding .lastElement div.dModLayColR {
	margin-bottom: 0;
}

body#database div.dPreceding table {
	margin-bottom: 0;
}
body#database div.dPreceding span.sLegendWrapper {
	border: 1px solid #bbbbbb;
	display: inline-block;
	margin: 0 3px 0 1px;
	vertical-align: middle;
}
		body#database div.dPreceding span.sLegendWrapper span {
			display: block;
			height: 0;
			width: 0;
			border-style: solid;
			border-width: 5px 6px;
		}
		body#database div.dPreceding span.sLegendWrapper span.sLegendInner01 {
			background-color: #00a2d5;
			border-color: #00a2d5;
		}
		body#database div.dPreceding span.sLegendWrapper span.sLegendInner02 {
			background-color: #ff5c00;
			border-color: #ff5c00;
		}

/* dGraphBox */
body#database div.dModLayCol2 div.dGraphBox {
	width: 310px;
	height: 280px;
}
body#database div.dModLayCol3 div.dGraphBox {
	width: 196px;
	height: 150px;
}
		body#database div.dModLayCol3 div.dGraphBox table {
			border-collapse: separate;
		}
body#database div.dPreceding dl.dlGraphCaption {
	margin: 8px 0 0;
}

/* jPlot */
body#database .jqplot-highlighter-tooltip {
	font-size: 1em;
}
body#database div.dModLayCol3 .jqplot-data-label {
	color: #ffffff;
}
body#database table.jqplot-table-legend {
	margin: 12px 0 0 0;
}
body#database .jqplot-table-legend .jqplot-table-legend-swatch div.jqplot-table-legend-swatch-outline {
	margin: 0 4px 0 8px;
}
body#database .jqplot-table-legend .jqplot-table-legend-swatch:first-child div.jqplot-table-legend-swatch-outline {
	margin-left: 0;
}


/* dPassSituation */
body#database div.dPassSituation table th {
	width: 16%;
}
body#database div.dPassSituation table th.thItem {
	width: 16%;
}

/* dPassSituation */
body#database div.dPassScore table thead th.thGeneral {
	width: 14%;
}
body#database div.dPassScore table thead th.thItem {
	width: 17%;
}
body#database div.dPassScore table tbody th {
	white-space: nowrap;
}


/* analysis
--------------------------------------*/
body#database div.dAnalysis div.dModLayCol2 p img {
	vertical-align: middle;
	margin-bottom: 2px;
}
body#database div.dAnalysis table.tModEleDef {
}
		body#database div.dAnalysis table.tModEleDef tbody th {
			text-align: center;
		}
				body#database div.dAnalysis table.tModEleDef tbody th span {
					display: inline-block;
					margin: 0 1px;
					white-space: normal;
				}
		body#database div.dAnalysis table th.thNumber,
		body#database div.dAnalysis table td.tdField {
			width: 7%;
		}
		body#database div.dAnalysis table th.thField {
			width: 27%;
		}
		body#database div.dAnalysis table th.thFormat {
			width: 14%;
		}
		body#database div.dAnalysis table th.thLevel {
			width: 10%;
		}

/* dSubjectEssay */
body#database div.dAnalysis div.dSubjectEssay table th.thTime {
	width: 18%;
}

/* dSubjectInterview */
body#database div.dAnalysis div.dSubjectInterview table th.thFormat,
body#database div.dAnalysis div.dSubjectInterview table th.thTime {
	width: 16%;
}
body#database div.dAnalysis div.dSubjectInterview table th.thLayout {
	width: 28%;
}

/* analysis (Login)
--------------------------------------*/
body#database div.dAnalysisLogin {
	background: url(../../database/detail/image/bg_detail_login.jpg) no-repeat 0 0 #ffffff;
}
/* dLoginBox */
body#database div.dLoginBox {
	background-color: #f6e9cf;
	margin: 100px 0 490px;
	padding: 30px;
	position: relative;
}
		body#database div.dLoginBox:before {
			content: "";
			position: absolute;
			z-index: 0;
			top: 100%;
			right: 0;
			bottom: 0;
			left: 0;
			height: 5px;
			background-position: 0 0;
			background-repeat: no-repeat;
			background-image: url(../../image/module/bg_shadow_box650.png);
		}
		body#database div.dLoginBox div.dModLayColL,
		body#database div.dLoginBox div.dModLayColR {
			width: 280px;
		}
				body#database div.dLoginBox dl.dlModEleDef dt {
					margin-top: 20px;
					font-weight: normal;
					font-size: 1em;
				}
				body#database div.dLoginBox  ul.ulCheck li {
					margin-bottom: 5px;
				}

body#database div.dLoginBox p {
	position: relative;
	z-index: 10;
}
body#database div.dLoginBox p.pBtnMember {
	z-index: 1;
	margin: -52px 0 0;
}


/* data
--------------------------------------*/
body#database div.dData table {
	margin-bottom: 0;
}

/* dNationalExam */
body#database div.dNationalExam table th.thItem {
	width: 24%;
}

/* dPayment */
body#database div.dPayment dl {
	margin-bottom: 0;
	background: url(../../image/module/bg_line_dotted.gif) repeat-x center center;
}
		body#database div.dPayment dl dt {
			float: left;
			padding-right: 10px;
			background-color: #ffffff;
		}
		body#database div.dPayment dl dd {
			float: right;
			padding-left: 10px;
			background-color: #ffffff;
		}
body#database div.dPayment dl.dlFirstYear {
	margin-bottom: 20px;
	font-weight: bold;
}
body#database div.dPayment dl.dlTotal {
	font-weight: bold;
}
body#database div.dPayment div.dModLayCol2 {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #bbbbbb;
}
		body#database div.dPayment div.dModLayColL {
			width: 45px;
		}
		body#database div.dPayment div.dModLayColR {
			width: 265px;
		}
body#database div.dPayment p.pModEleAttention {
	margin: 16px 0 0 1em;
}
body#database div.dPayment ul.ulModEleAttention {
	margin: 16px 0 0;
}

/* dBaseInformation */
body#database div.dBaseInformation table th {
	width: 25%;
}

div.dLastUpdate,
span.sLastUpdate {
	font-size: 10px;
}

/* opencampus
--------------------------------------*/
body#database div.opencampus div#dMain div#dContents .tModEleDef {
	margin-bottom: 20px;
}
body#database div.opencampus .tModEleDef .tdPrivate {
	background-color: #d9eff9;
	width: 100px;
}

body#database div.opencampus .tModEleDef .tdTime{
	white-space: nowrap;
}

body#database div.opencampus ul.ulLegend {
	text-align: right;
}

body#database div.opencampus .pAttention {
	font-size: 16px;
	font-weight: bold;
}
body#database div.opencampus .tModEleDef .tUniversity{
	width: 20%;
}
body#database div.opencampus .tModEleDef .tDate{
	width: 30%;
}

body#database div.opencampus .tModEleDef .tTime,
body#database div.opencampus .tModEleDef .tPlace{
	width: 25%;
}

/* modification
------------------------------------------------*/

body#database div.modification div#dMain .tdPrivate {
	background-color: #d9eff9;
}
body#database div.modification div#dMain .tdPublic {
	background-color: #fbfac6;
}
body#database div.modification div#dMain .tdNational {
	background-color: #fbead3;
}
body#database div.modification div#dMain .tUniversity,
body#database div.modification div#dMain .t2017,
body#database div.modification div#dMain .tChange {
	width:20%;
}
body#database div.modification div#dMain .tClass {
	width:10%;
}
body#database div.modification div#dMain .tItem {
	width:11%;
}
body#database div.modification div#dMain .t2016 {
	width:19%;
}
body#database ul.ulLegend {
	text-align:right;
}
	body#database ul.ulLegend li {
		margin-left:10px;
	}
		body#database ul.ulLegend li img {
			margin-right:5px;
			vartical-align:middle;
		}
body#database .dDetailList a.aModEleDef{
	background:url(../../image/module/ico_arrow_down.gif) no-repeat left center;
	padding: 3px 0 3px 11px;
}








