@charset "UTF-8";

/* ==================================================================

	対象者別メニュー｜大同大学
	/common/css/cat_target.css

================================================================== */
@media screen and (min-width: 741px), print {
	#main_contents_body.height_jyuken { min-height: 1700px; }
	#main_contents_body.height_ippan { min-height: 900px; }
}


/* ==================================================================
	高校生・保護者の方
	jyuken/index.html
================================================================== */
.doc_list li {
	box-sizing: border-box;
	border: solid 1px #d2d2d2;
	text-align: center;
}
.doc_list li a {
	display: inline-block;
	padding-right: 0;
	/*height: 70px;*/
	background-position: left top;
	background-repeat: no-repeat;
}
.doc_list li.doc01 a { background-image: url(../../jyuken/images/subcat_img01.png); padding-left: 55px; }
.doc_list li.doc02 a { background-image: url(../../jyuken/images/subcat_img02.png); padding-left: 65px; }
.doc_list li.doc03 a { background-image: url(../../jyuken/images/subcat_img03.png); padding-left: 55px; }
.doc_list li.doc04 a { background-image: url(../../jyuken/images/subcat_img04.png); padding-left: 65px; }
.doc_list li.doc05 a { background-image: url(../../jyuken/images/subcat_img05.png); padding-left: 65px; }
.doc_list li a > span {
	display: table-cell;
	height: 64px;
	padding-top: 8px;
	text-align: left;
	vertical-align: middle;
}

/* .box_list */
.box_list {
	overflow: hidden;
	margin-top: 50px;
}
.box_list .sec_headline {
	margin-bottom: 15px;
}
.cat_jyuken-index .bnr_webcampus a {
	display: block;
	padding: 14px 0 12px;
	border: solid 1px #d2d2d2;
	text-align: center;
}
.cat_jyuken-index .bnr_webcampus img {
	margin-bottom: 7px;
}
.cat_jyuken-index .bnr_nyushi {
	box-sizing: border-box;
	margin-top: 10px;
	border: solid 1px #d2d2d2;
}
.cat_jyuken-index .bnr_nyushi a {
	display: block;
	padding-top: 6px;
	text-align: center;
}
.cat_jyuken-index .bnr_nyushi a > span {
	display: inline-block;
	padding-left: 35px;
	background: url(../../jyuken/images/subcat_img06.png) left center no-repeat;
	text-align: center;
	font-size: 120%;
	text-decoration: none;
}
.cat_jyuken-index .bnr_nyushi a > span span {
	display: table-cell;
	height: 52px;
	text-align: left;
	vertical-align: middle;
}

@media screen and (max-width: 740px) {
	.box_list {
		margin-top: 0;
	}
	.box_list > div {
		margin-top: 2em;
	}
}


/* ==================================================================
	見学会・相談会｜高校生・保護者の方
	jyuken/kengaku/index.html
================================================================== */
body.cat_jyuken-kengaku #main_contents_side li a[href^="javascript"],
body#cat_ippan #main_contents_side li a[href^="javascript"] {
	cursor: pointer;
}


/* ==================================================================
	企業・採用担当者の方
	kisai/index.html
================================================================== */
@media screen and (max-width: 740px) {
	.career_ind {
		display: inline-block;
		padding-left: 3em;
	}
}


/* ==================================================================
	一般の方
	ippan/index.html
================================================================== */
/* PC */
@media screen and (min-width: 741px), print {
	.item_name { display: none; }
}
/* SP */
@media screen and (max-width: 740px) {
	.cat_ippan-renkei .table01_sp {
		border-top: none;
	}
	.cat_ippan-renkei .table01_sp tbody th {
		/*margin-top: 25px;*/
		background: #144d80;
		color: #fff;
	}
	.cat_ippan-renkei .table01_sp tbody tr:first-child th {
		margin-top: 0;
	}
	.cat_ippan-renkei .table01_sp tbody th br {
		display: none;
	}
	.cat_ippan-renkei .table01_sp th,
	.cat_ippan-renkei .table01_sp td {
		display: block;
		width: auto;
		padding-top: 10px;
		border-left: none;
		border-right: none;
		text-align: left;
	}
	.cat_ippan-renkei .table01_sp td {
		background: url(../../outline/contact/images/sp_item_name_bg.png) left top repeat-y;
	}
	.cat_ippan-renkei .table01_sp td.no_bg {
		background: none;
	}
	.cat_ippan-renkei .table01_sp .item_name,
	.cat_ippan-renkei .table01_sp .item_body {
		display: block;
	}
	.cat_ippan-renkei .table01_sp .item_name {
		float: left;
	}
	.cat_ippan-renkei .table01_sp .item_body {
		padding-left: 8.5em;
	}
}


/* ==================================================================
	大学院公開講義｜一般の方
	ippan/in_open/index.html
================================================================== */
.cat_ippan-renkei-in_open .tbl_kougi tr td:nth-child(4) {
	text-align: left;
}

@media screen and (min-width: 741px) {
	.cat_ippan-renkei-in_open .tbl_kougi tr td:nth-child(2),
	.cat_ippan-renkei-in_open .tbl_kougi tr td:nth-child(3),
	.cat_ippan-renkei-in_open .tbl_kougi tr td:nth-child(6) {
		white-space: nowrap;
	}
}

@media screen and (max-width: 740px) {
	.cat_ippan-renkei-in_open .tbl_kougi tr td:nth-child(3) {
		min-width: 2.5em;
	}
}


.attention{
	margin-bottom: 10px;
	
	color: #ab1c24;
	font-weight: bold;
	}









