@charset "UTF-8";

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

	NEWS｜大同大学
	/common/css/cat_news.css

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


/* ==================================================================
	NEWS 共通
	news/index.html
================================================================== */
#cat_news #title_text_area_bg {
	background: none;
}
#cat_news #title_text_area_bg h1 {
	letter-spacing: 1em;
	color: #000;
}

@media screen and (min-width: 741px), print {
	#cat_news #main_contents_body {
		min-height: 778px;
	}
}

html:not([lang*=""]) #cat_news table {
	border-collapse: collapse;
	border-spacing: 0;
}



/* ==================================================================
	#main_contents_side
================================================================== */

/* .side_nav_heading
------------------------------------------------------------------ */
.side_nav_heading {
	display: block;
	position: relative;
	padding: 14px 20px;
	border-bottom: solid 1px #cdcdcd;
	background: #e5e5e5;
	font-size: 114%;
	line-height: 1.2;
	cursor: pointer;
}
.side_nav_heading:after {
	content: "＋";
	display: inline-block;
	position: absolute;
	top: 11px;
	right: 10px;
	vertical-align: middle;
	font-size: 20px;
	color: #4d4d4d;
}
.side_nav_heading.open:after {
	content: "ー";
	top: 12px;
}


/* .side_nav
------------------------------------------------------------------ */
.fixnav {
	/*min-height: 764px;*/
	padding-bottom: 0;
}

.side_nav {
	/*display: none;*/
	padding-bottom: 0;
}

.side_nav li.cat_news-admission {
    display: none!important;
}
body.cat_year .side_nav.side_nav-year,
body.cat_ctgr .side_nav.side_nav-ctgr,
body.cat_dept .side_nav.side_nav-dept {
	display: block;
}

@media screen and (min-width: 741px), print {
	/*.side_nav:last-child {
		padding-bottom: 50px;
	}*/
	.side_nav.side_nav-dept a,
	.side_nav.side_nav-dept span.no_link {
		display: block;
		padding: 8px 10px 5px;
		border-bottom: solid 1px #dadada;
	}
}


/* ==================================================================
	記事一覧ページ
	news/index.html
================================================================== */
.news_cat_tab_list ul {
	height: 40px;
	border-bottom: solid 1px #b0b0b0;
}
.news_cat_tab_list ul li {
	float: left;
	width: 103px;
	margin-right: 5px;
	margin-bottom: -1px;
}
.news_cat_tab_list ul li a {
	display: block;
	height: 39px;
	border: solid 1px #b0b0b0;
	text-align: center;
	line-height: 39px;
	font-size: 92%;
	color: #1a1a1a;
	text-decoration: none;
	cursor: pointer;
	transition: background ease-out 0.3s;
}
.news_cat_tab_list ul li a:hover {
	opacity: 1;
	background: #dfe4ed;
}
.news_cat_tab_list ul li.select a {
	border-bottom: solid 1px #fff;
	color: #144d80;
}
.news_cat_tab_list ul li:nth-child(6) {
    display: none !important;
}
.hide {
	display: none;
}

@media screen and (max-width: 740px) {
	.news_cat_tab_list ul {
		height: auto;
		margin: 0 5%;
		border: solid 1px #c7c7c7;
		border-right: none;
		overflow: hidden;
	}
	.news_cat_tab_list ul li {
		box-sizing: border-box;
		width: 33.3%;
		margin: 0;
	}
	.news_cat_tab_list ul li a {
		display: block;
		height: 39px;
		border: solid 1px #c7c7c7;
		text-align: center;
		line-height: 39px;
		font-size: 92%;
		text-decoration: none;
		cursor: pointer;
		transition: background ease-out 0.3s;
	}
	.news_cat_tab_list ul li:nth-child(3n) a {
		border-right-width: 2px;
	}
	.news_cat_tab_list ul li.select a {
		border: solid 1px #2f4d93;
		background: #2f4d93;
		color: #fff;
	}
}


/* .ent_list
------------------------------------------------------------------ */
.ent_list {
	padding: 20px 0;
}
.ent_list .entry {
	overflow: hidden;
	padding: 20px 0;
	border-bottom: solid 1px #c7c7c7;
}
.ent_list a {
	display: block;
	overflow: hidden;
	padding-right: 20px;
	text-decoration: none;
	color: #1a1a1a;
	transition: background ease-out 0.3s;
}
.ent_list a:hover {
	opacity: 1;
	background: #f7f7f9;
}
.ent_list img {
	max-width: 100%;
}
.ent_list .thumb {
	float: left;
	width: 220px;
	margin-right: 20px;
	text-align: center;
}
.ent_list .thumb img {
	max-width: 220px;
	max-height: 200px;
}
.ent_list .outline {
	margin-left: 240px;
	text-align: center;
	font-size: 71%;
}
.ent_list .outline_inbox {
	display: inline-block;
	width: 200px;
	padding-top: 20px;
}
.ent_list .date {
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: solid 1px #dadada;
}
.ent_list a .category {
	color: #144d80;
}
.ent_list .title {
	margin: 20px 0 20px 240px;
	font-size: 114%;
}

@media screen and (max-width: 740px) {
	.ent_list {
		padding: 0;
	}
	.ent_list .entry {
		margin: 4em 5% 0;
		padding: 0;
		border-bottom: none;
	}
	.ent_list a {
		padding-right: 0;
	}
	.ent_list a:hover {
		background: none;
	}
	.ent_list .thumb {
		width: 35%;
		margin-right: 2%;
	}
	.ent_list .thumb img {
		max-width: 100%;
		max-height: auto;
	}
	.ent_list .outline {
		margin-left: 37%;
	}
	.ent_list .outline_inbox {
		width: 60%;
		padding-top: 7%;
	}
	.ent_list .title {
		clear: both;
		margin: 0;
		padding-top: 0.75em;
	}
}


/* .ent_pager
------------------------------------------------------------------ */
.ent_pager .page_num li {
	float: left;
}
.ent_pager .page_num li a,
.ent_pager .page_num li span {
	display: block;
	width: 37px;
	height: 37px;
	margin-right: -1px;
	border: solid 1px #c7c7c7;
	line-height: 37px;
	text-align: center;
	text-decoration: none;
}
.ent_pager .page_num li .current_page {
	background: #000;
	border-color: #000;
	color: #fff;
}

@media screen and (max-width: 740px) {
	.ent_pager .page_num {
		text-align: center;
	}
	.ent_pager .page_num li {
		display: inline-block;
		float: none;
	}
	.ent_pager .page_num li a {
		border: none;
	}
	.ent_pager {
		margin: 4em 5% 0;
		padding-top: 2em;
		border-top: solid 1px #c7c7c7;
	}
}


/* ==================================================================
	記事詳細ページ
	news/entry.html
================================================================== */
.dtl_outline {
	margin-bottom: 20px;
	padding-bottom: 5px;
	border-bottom: solid 1px #dadada;
	font-size: 86%;
}
.dtl_outline span {
	display: inline-block;
	margin-right: 10px;
}
.dtl_category {
	color: #2f4d93;
}
.dtl_title {
	line-height: 1.46;
	font-size: 214%;
	color: #2f4d93;
}
.dtl_mainimg {
	width: 560px;
	margin: 50px auto;
	text-align: center;
}
.dtl_mainimg img {
	max-width: 560px;
}
.dtl_imgcap {
	text-align: left;
	margin-top: 10px;
}
.dtl_body {
	overflow: hidden;
}
.dtl_body p {
	margin-top: 2em;
	font-size: 114%;
	line-height: 1.8;
}


.dtl_body img {
	max-width: 560px;
}


#cat_news .dtl_body strong { font-weight: bold!important; }


#cat_news .dtl_body em{
	font-family: "游ゴシック", "游ゴシック体"!important;
	font-weight: 500!important;
	font-style: italic!important;
}





@media screen and (max-width: 740px) {
	.dtl_title {
		line-height: 1.46;
		font-size: 157%;
		color: #2f4d93;
	}
	.dtl_mainimg {
		width: 100%;
		margin: 2em auto;
		text-align: center;
	}
	.dtl_mainimg img {
		max-width: 100%;
	}
	.dtl_body img {
		max-width: 100%;
		height: auto;
	}
}


/* .dtl_sns
------------------------------------------------------------------ */
.dtl_sns {
	margin-top: 50px;
	padding-top: 20px;
	border-top: solid 1px #c6c6c6;
}
.dtl_sns dl {
	float: right;
}
.dtl_sns dl dt,
.dtl_sns dl dd {
	float: left;
	margin-left: 20px;
	line-height: 30px;
}
.dtl_sns dl dd {
	width: 30px;
}

@media screen and (max-width: 740px) {
	.dtl_sns dl {
		float: none;
		text-align: center;
	}
	.dtl_sns dl dt {
		display: block;
		float: none;
		margin: 0 0 1em;
	}
	.dtl_sns dl dd {
		display: inline-block;
		float: none;
		width: 20%;
		margin: 0 5px;
	}
}


/* .dtl_pager
------------------------------------------------------------------ */
.dtl_pager {
	clear: both;
	padding-top: 40px;
}
.dtl_pager a,
.dtl_pager span {
	display: inline-block;
	line-height: 30px;
	color: #333;
	text-decoration: none;
}
.dtl_pager .pager_prev {
	float: left;
}
.dtl_pager .pager_next {
	float: right;
}
.dtl_pager .pager_list {
	text-align: center;
}
.dtl_pager .pager_prev a {
	padding-left: 36px;
	background: url(../../daido_news/images/btnPrev_pc.png) left center no-repeat;
}
.dtl_pager .pager_next a {
	padding-right: 36px;
	background: url(../../daido_news/images/btnNext_pc.png) right center no-repeat;
}
.dtl_pager .pager_list a span {
	display: block;
	padding-left: 36px;
	background: url(../../daido_news/images/btnList_pc.png) left center no-repeat;
}

@media screen and (max-width: 740px) {
	.dtl_pager .pager_prev a {
		padding-top: 40px;
		padding-left: 0;
		background: url(../../daido_news/images/btnPrev_sp.png) center top no-repeat;
		background-size: 40px auto;
	}
	.dtl_pager .pager_next a {
		padding-top: 40px;
		padding-right: 0;
		background: url(../../daido_news/images/btnNext_sp.png) center top no-repeat;
		background-size: 40px auto;
	}
	.dtl_pager .pager_list a span {
		display: block;
		padding-top: 40px;
		padding-left: 0;
		background: url(../../daido_news/images/btnList_sp.png) center top no-repeat;
		background-size: 40px auto;
	}
}
