@charset "utf-8";
/* CSS Document */



.main_contents.contents_box .left_contents {
    min-height: 1000px;
	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_info {
    border: 1px solid #152f50;
    padding: 15px;
    display: flex;
}

.news_box .day {
	color: #c56193;
    padding: 7px 0;
}

.news_box .news_title {
	font-size: 170%;
	font-weight: bold;
    margin: 0 0 0 15px;
}

.news_box .news_comment {
	margin: 20px 0;
}

.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;
}



/*-----------------*/
.news_comment.left_pic,
.news_comment.right_pic {
	overflow: hidden;
	margin: 20px 0;
}
.news_comment.left_pic img {
	float: left;
    margin-right: 15px;
}

.news_comment.right_pic img {
	float: right;
    margin-left: 15px;
}

.pic_box {
	overflow: hidden;
}

.pic_box ul {
	margin: 20px 0;
    display: flex;
    justify-content: space-around;
	flex-wrap: wrap;
}

.pic_box ul li .p-pack {
	text-align: center;
}

.pic_box ul li p {
    padding-top: 5px;
}

.pic_box.pic02 ul li {
	width: 46%;
}

.pic_box.pic03 ul li {
	width: 30%;
}

.topics_table {
	overflow: hidden;
}

.topics_table table {
	background: #fff;
    margin: 20px auto;
}

.topics_table th {
	border: 1px solid #ccc;
	padding: 10px 10px;
    background: #f1f5f6;
}

.topics_table td {
	border: 1px solid #ccc;
	padding: 10px 10px;
}


.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;
}


/* 固有のスマホ対応記述
========================== */

/* 700pxより小さい場合 */
@media screen and ( max-width: 700px ){
	
	.pc_br {
		display: none;
	}
	
	.main_contents.contents_box .left_contents {
		min-height: fit-content;
	}
	
	.pic_box.pic02 ul li,
	.pic_box.pic03 ul li {
		width: auto;
		margin-bottom: 10px;
	}
	
	.news_comment.left_pic img,
	.news_comment.right_pic img {
		float: none;
		margin: 0px 0 15px;
		display: block;
	}
	
	.news_info {
		display: inherit;
	}

	.news_box .news_title {
		font-size: 120%;
	}
	
}

/* 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;
	}
	
	tabele {
	  width: 100%;
	}
	.topics_table{
		overflow: auto;
		white-space: nowrap;
	}
	.topics_table::-webkit-scrollbar{
		height: 5px;
	}
	.topics_table::-webkit-scrollbar-track{
		background: #F1F1F1;
	}
	.topics_table::-webkit-scrollbar-thumb {
	 	background: #BCBCBC;
	}
	
	
	
}

