@charset "utf-8";

/* ==========================================================
	一覧ページ
========================================================== */

#news .newsArea {
	margin: 0 2%;
}
#news .newsArea.lastGray {
	border-bottom: 1px solid #d5dae3;
}

#news .newsBox {
	border-top: 1px solid #d5dae3;
	border-bottom: 1px solid #d5dae3;
	clear: both;
}
#news .newsBox.grayBox {
	background: #f6f6f6;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

#news .newsBox a {
	padding: 15px;
}
#news .newsBox a .date {
	font-weight: bold;
	width: 13%;
	background: url(/images/common/summary_bg.png) 0 center no-repeat;
	background: url(/images/common/summary_bg_ie8.png) 0 center no-repeat\9;
	-moz-background-size: 20px 20px;
	background-size: 20px 20px;
	padding: 0 0 0 30px;
	display: inline-block;
	vertical-align: top;
	/display: inline;
	/zoom: 1;
}


#news .newsBox a .date20160616 {
	font-weight: bold;
	width: 13%;
	background: url(/images/common/summary_bg.png) 0 center no-repeat;
	background: url(/images/common/summary_bg_ie8.png) 0 center no-repeat\9;
	-moz-background-size: 20px 20px;
	background-size: 20px 20px;
	padding: 0 0 0 30px;
	display: inline-block;
	vertical-align: top;
	/display: inline;
	/zoom: 1;
}


#news .newsBox a .select01 {
	display:inline-block;
	text-align:center;
	width:85px;
	height:18px;
	font-size:12px;
	line-height:18px;
	font-weight:bold;
	color:#fff;
	margin-right:10px;
	margin-bottom:5px;
	padding:2px;
	background-color:#0099ff;
}


#news .newsBox a .select02 {
	display:inline-block;
	text-align:center;
	width:85px;
	height:18px;
	font-size:12px;
	line-height:18px;
	font-weight:bold;
	color:#fff;
	margin-right:10px;
	margin-bottom:5px;
	padding:2px;
	background-color:#66cc00;
}


#news .newsBox a:hover .date {
	background: url(/images/common/summary_bg_on.png) 0 center no-repeat;
	background: url(/images/common/summary_bg_on_ie8.png) 0 center no-repeat\9;
	-moz-background-size: 20px 20px;
	background-size: 20px 20px;
}

#news .newsBox .title {
	width: 82%;
	display: inline-block;
	vertical-align: top;
	/display: inline;
	/zoom: 1;
}

#news .newsBox .title2 {
	width: 52%;
	display: inline-block;
	vertical-align: top;
	margin-left:60px;
	/display: inline;
	/zoom: 1;
}


#news table.detail td {
	padding: 10px;
}
#news table.detail th,
#news table.detail td {
	border-top: 1px solid #d5dae3;
	border-bottom: 1px solid #d5dae3;
}
#news table.detail tr {
	border-top: 1px solid #d5dae3;
	border-bottom: 1px solid #d5dae3;
}
#news table.detail .bgGray {
	background: #f6f6f6;
	border-bottom: 1px solid #d5dae3;
}
#news table.detail .bgGray th,
#news table.detail .bgGray td {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

#news table.example {
	border: 1px solid #d7dce5;
	margin-bottom: 20px;
}
#news table.example th {
	width: 20%;
	border: 1px solid #d7dce5;
	background: #f6f6f6;
	padding: 10px;
	border-bottom: none;
}
#news table.example td {
	border: 1px solid #d7dce5;
	padding: 10px;
	border-bottom: none;
}


/* ==========================================================
	詳細ページ
========================================================== */

#news.newsreleaseDetail .date {
	text-align: right;
	font-size: 105%;
	margin-top: 30px;
}
#news.newsreleaseDetail .h4_area {
	margin-top: 0;
	background: url(/images/news/h4_logo.png) 100% center no-repeat;
	background: url(/images/news/h4_logo_ie8.png) 100% center no-repeat\9;
	-moz-background-size: 175px 33px;
	background-size:  175px 33px;
	padding-right: 185px;
}
#news.newsreleaseDetail .detailArea {
       color:#666666;
	margin: 0 2%;
}
#news.newsreleaseDetail .detailArea p {
       
	margin-bottom: 10px;
}

#news.newsreleaseDetail .detailArea .imagedown {
        width:591px;
	margin-bottom: 10px;
}


#news.newsreleaseDetail .detailArea .contactArea {
	margin: 30px 0;
}
#news.newsreleaseDetail .detailArea .contactArea .minusIndent {
　　font-size: 110%;
      font-weight: bold;
	text-indent: -0.5em;
     color:#333333;
}
#news.newsreleaseDetail .detailArea .back_btn {
	width: 20%;
       margin-top:70px;
}

