@charset "UTF-8";

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

	図書館・各センター｜大同大学
	/common/css/cat_center.css

	+ 図書館

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


/* ==================================================================
	図書館
	center/library/index.html
================================================================== */
@media screen and (min-width: 741px), print {
	.img_x2 img {
		float: left;
		margin-right: 10px;
	}
	/*
	.cat_center-library .relative {
		position: relative;
	}
	.cat_center-library .relative .txt {
		padding-top: 250px;
	}
	.cat_center-library .relative .img {
		position: absolute;
		top: 0;
	}
	.cat_center-library .relative .img img {
		float: left;
		margin-right: 8px;
	}
	*/
}

@media screen and (max-width: 740px) {
	.img_x2 {
		text-align: center;
	}
	.img_x2 img:nth-child(2) {
		margin-top: 10px;
	}
	/*
	.cat_center-library .relative .img {
		margin-top: 10px;
		text-align: center;
	}
	.cat_center-library .relative .img img {
		margin-top: 10px;
	}
	*/
}


/* ==================================================================
	授業参観
	center/library/lesson/visit/index.html
================================================================== */
@media screen and (max-width: 740px) {
	.cat_center-lesson-visit .overflow_scroll .table01 {
		width: 200%;
	}
}


/* ==================================================================
	授業批評
	center/library/lesson/review/index.html
================================================================== */
.cat_center-lesson-review .title_img {
	overflow: hidden;
	margin-top: 20px;
	padding: 20px 0;
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	text-align: center;
}
@media screen and (min-width: 741px), print {
	.cat_center-lesson-review .img_cover {
		margin-right: 30px;
	}
}

@media screen and (max-width: 740px) {
	.cat_center-lesson-review .img_cover {
		margin-bottom: 20px;
	}
}


/* ==================================================================
	情報センター
	center/information/index.html
================================================================== */

/* sec01 */
.cat_center-information .sec00 img {
	width: 100%;
	max-width: 1120px;
}

/* sec02 */
.cat_center-information .sec02 .img,
.cat_center-information .sec03 .img {
	float: right;
	margin-left: 20px;
}
.cat_center-information .sec02 .num_list li {
	margin-top: 10px;
}

@media screen and (min-width: 741px), print {
	.cat_center-information .img_photo {
		float: right;
		width: 225px;
		margin-top: 50px;
	}
	.cat_center-information .img_photo img {
		margin-top: 10px;
	}
	.cat_center-information .sec02,
	.cat_center-information .sec03 {
		padding-right: 245px;
	}
}

@media screen and (max-width: 740px) {
	.cat_center-information .img_photo {
		margin-top: 1em;
	}
	.cat_center-information .img_photo img {
		float: left;
		width: 50%;
	}
	.cat_center-information .sec02 .img,
	.cat_center-information .sec03 .img {
		width: 40%;
		max-width: 200px;
		margin: 0 0 1em 1em;
	}
}

@media screen and (max-width: 374px) {
	.cat_center-information .sec05 table.f_size_xs {
		font-size: 70%;
	}
	.cat_center-information .sec05 table.f_size_xs th,
	.cat_center-information .sec05 table.f_size_xs td {
		padding-left: 6px;
		padding-right: 6px;
	}
}



/* ==================================================================
	ノートパソコンの必携化について
	center/information/rental.html
================================================================== */

	.tyuui_inbox {
		font-size: 90%;
		padding-bottom: 15px;
		border-bottom: dotted 1px #ccc;
	}

	.tyuui_inbox dt {
		display: block;
		margin-top: 15px;
		padding-top: 15px;
		border-top: dotted 1px #ccc;
	}







