/* ==========================================================================
   About Styles
   ========================================================================== */

/* Index Styles
   -------------------------------------------------------------------------- */
#main .index header {
	margin: 0 0 10px 0;
}

#main .index header p {
	margin: 20px 0 0 0;
}


/* Concept Styles
   -------------------------------------------------------------------------- */
#main .box.concept .box-bottom > header h1 {
	border-left: solid 5px #EAE825;
}
#main .concept h2 {
	font-size: 1.214em;
	font-weight: bold;
}

#main .concept h2 + p {
	margin: 20px 0 0 0;
}
#main .concept p + p {
	margin: 25px 0 0 0;
}
#main .concept section {
	margin: 40px 0 0 0;
}
#main .concept section h1 {
	font-size: 1.000em;
	line-height: 1.6;
	font-weight: bold;
	padding: 12px;
	margin: 0 0 20px 0;
	background: #F4F7F7;
	border: #DDD solid 1px;
}
#main .concept section p + p,
#main .concept section p + ul {
	margin: 20px 0 0 0;
}
#main .concept section ul li {
	padding: 0 0 0 16px;
	background: url(/eco/career/story/common/img/icn_circle_blue.png) 0 0.55em no-repeat;
}

#main .concept ul.images {
	display: block;
	overflow: hidden;
	/zoom: 1;
	margin: 25px 0 -10px -10px;
}
#main .concept ul.images li {
	float: left;
	margin: 0 0 10px 10px;
	padding: 0 0 0 0;
	background: none;
}
#main .concept ul.images + ul.images {
	margin: 10px 0 -10px -10px;
}


/* 一覧部分
   -------------------------------------------------------------------------- */
   
.news h2 {
    font-size: 1.000em;
    line-height: 1.6;
    font-weight: bold;
    padding: 12px;
    margin: 20px 0 8px 0;
    background: #F4F7F7;
    border: #DDD solid 1px;
}

.news dl {
overflow:hidden;
margin: 0 0 6px 0;
padding:8px 0 10px 0;
border-bottom:1px dotted #666;
}

.news dt {
float:left;
width:16%;
margin:0 0 0 12px;
}

.news dd {
float:left;
text-align:left;
font-size:13px;
margin: 0 ;
width:80%;
}

.news dd.pdf a {
padding: 2px 23px 2px 0;
background: url(/eco/career/story/common/img/icn_pdf.png) no-repeat right center;
}



/*追加：メイン写真部分
------------------------------------------------------------*/
#category-title {
}

#category-title p {
	position: relative;
	margin: 0 auto;
	width: 1024px;
	height: 320px;
	background: url(/eco/career/story/common/img/bg_news_ttl.jpg) no-repeat left top;
}

.yearbox {
	margin:0 0 4em 0;
}

h3 {
    font-size: 1.214em;
    font-weight: bold;
	margin: 0.5em 0 1em 0;
}

.newsbox p {
margin: 0 0 1em 0;
line-height: 2.0;
}

table {
    border-collapse: collapse;
}

table.border {
width: 100%;
}
table.border th {
	width: 30%;
}

table.border td {
    border-bottom: 1px solid #e4e4e4;
    border-right: 1px solid #e4e4e4;
    border-top: 1px solid #e4e4e4;
    padding: 15px;
	width: 35%;
}

table.border td.td70 {
width: 70%;
}

.textright {
text-align: right;
}

@media screen and (max-width: 1023px) {
	#index #category-title p {
	width: 728px;
	background: url(/eco/career/story/common/img/bg_news_ttl_tb.jpg) no-repeat left top;
	}
}


@media screen and (max-width: 767px) {
	#index #category-title p {
	width: 100%;
	height: 150px;
	background: url(/eco/career/story/common/img/bg_news_ttl_sp.jpg) no-repeat left top;
	background-size: 100% auto;
	}
	.news dl {
	overflow:hidden;
	margin: 0 0 6px 0;
	}
	.news dt {
	float:none;
	width:100%;
	margin:0 ;
	}
	.news dd {
	float:none;
	width:100%;
	}
	.newsbox table.border th {
	width:100%;
	display: block;
	border:none;
	}
	.newsbox table.border td {
	width:100%;
	display: block;
	border:none;
	}
	.newsbox table.border td.td70 {
	width:100%;
	}
}

