@charset "utf-8";
/* CSS Document */



.main_contents.contents_box .left_contents {
    min-height: 1200px;
	background: #e2e5e9;
}

.news_topBar {
    width: 90%;
	max-width: 900px;
    margin: 0px auto 35px;
    padding: 0 0 20px;
    border-bottom: 1px solid #848ba8;
}

.news_box {
    width: 90%;
	max-width: 900px;
    margin: 0px auto 35px;
    padding: 0 0 35px;
    border-bottom: 1px solid #848ba8;
	overflow: hidden;
}

.news_box .day {
	color: #999999;
	
}


.news_box .day img {
	padding: 4px 0 0 10px;
}

.news_box .news_title {
	font-size: 120%;
	font-weight: bold;
    margin: 10px 0;
}

.news_box .news_comment {
	margin-bottom: 15px;
}

.news_box .dit_btn {
	background: #0d284a;
	width: 120px;
	float: right;
}

.news_box .dit_btn p {
    padding: 8px 0 8px 35px;
	color:#fff;
	background: url(/engineering/common/img/link_icon02.png)no-repeat 12px center;
}

.news_box .dit_btn p a:link {
	color:#fff;
}

.news_box .dit_btn p a:visited {
	color:#fff;
}

.link_list ul li.other01 {
    background: url(/engineering/common/img/contents_link_bg07.png)no-repeat center center;
}
.link_list ul li.other01 p {
    background: url(/engineering/common/img/link_icon03.png)no-repeat 20px center;
    color: #0d284a;
}


.left_contents .main_img {
    text-align: center;
    background: url(/engineering/graduate/img/main_bg.png)no-repeat center center;
    background-size: cover;
}


/* 固有のスマホ対応記述
========================== */

/* 700pxより小さい場合 */
@media screen and ( max-width: 700px ){
	
	.pc_br {
		display: none;
	}
	
	.main_contents.contents_box .left_contents {
		min-height: fit-content;
	}
	
}

/* 520pxより小さい場合 */
@media screen and ( max-width: 520px ){
    
	.main_contents.contents_box .other_midashi .midashi {
		font-size: 160%;
	}
	
	.left_contents .pink_midashi {
		font-size: 130%;
	}
	
	.about_comment .comment_img {
		width: 100%;
		max-width: 320px;
		margin: auto;
	}
	
}

