@charset "utf-8";
/* CSS Document */



.main_contents.contents_box .left_contents {
    min-height: 1000px;
}

.main_contents.contents_box .left_contents2 {
    float: left;
    width: 70%;
    padding: 35px 0;
    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;
}

a {
 
color:#0000ee;
text-decoration:underline;
 
}
a:link {
	color:0000ee;
	text-decoration:underline;
}
a:visited {
 
color:#551b8c;
text-decoration:underline;
 
}
a:hover {
 
color:#fe0000;
text-decoration:underline;
 
}

li {
list-style-type: none;
	padding-left:1em;
	text-indent:-1em;
}

.pull-list {
  line-height:1.5em;
}



/* 固有のスマホ対応記述
========================== */

/* 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;
	}
	
}

