@charset "utf-8";

/* ======================

 [brake-point]
 min-width:768px
 max-width:767px

====================== */


.newsDetailsInner {}

.newsDetailsInner .newsItem {
	margin-bottom: 15px;
	padding-bottom: 0;
	border-bottom: 1px solid #eee;
}

.newsDetailsInner .newsItem dt{
	display: inline-block;
	padding: 2px 20px;
	background-color: #006699;
	color: #fff;
}

.newsDetailsInner .newsItem dd{
}

.newsDetailsInner .newsItem dd a{
	display: block;
	padding: 10px 0 15px 0;
	color: #333;
}




#wrapNewsDetails{}
#wrapNewsDetails #wrapNewsTtl{
	display: table;
	width: 100%;
	padding-bottom: 20px;
	border-bottom: 1px solid #ccc;
}

#wrapNewsDetails #wrapNewsTtl .newsttlL{
	display: table-cell;
	width: 80%;
}

#wrapNewsDetails #wrapNewsTtl .newsttlL .data{
	display: inline-block;
	margin-bottom: 20px;
	padding: 3px 15px;
	background-color: #1e3447;
	color: #fff;
	font-size: 1.2rem;
}

#wrapNewsDetails #wrapNewsTtl .newsttlL h1{
	font-weight: normal;
	font-size: 2.4rem;
}





#wrapNewsDetails #wrapNewsTtl .newsttlR{
	display: table-cell;
	width: 20%;
	text-align: right;
}

#wrapNewsDetails #wrapNewsTtl .newsttlR p{
	padding-top: 20px;
}

#wrapNewsDetails #wrapNewsTtl .newsttlR a{
	display: inline-block;
	background-image: url(/sp/nano/english/img/top/ic_list.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding: 0 0 0 25px;
	color: #333;
}



/* ===========================================================================================================================
Ô”¼š»­Ãæ
=========================================================================================================================== */

#newsDetailWrap .bloItem {
	margin-bottom: 50px;
}
/*	¥Æ©`¥Ö¥ëÔO¶¨
 ------------------------------------------------------------------------------------------------------- */
.normalTable {
	-webkit-text-size-adjust:none;
}
.normalTable a {
	color: #dc3884 !important;
}
.smallTable {
	font-size: 1.3rem;
}
.xsmallTable {
	font-size: 1.2rem !important;
}
.bigTable {
	font-size: 100% !important;
}

.tableSmallText th,
.tableSmallText td{
	padding: 1% 0.5% !important;
	word-wrap:break-all !important;
}
.normalTable table{
	width: 100%;
	border-collapse: collapse;
}
.normalTable th,
.normalTable td{
	box-sizing:border-box;
	word-wrap:break-all !important;
	font-weight: normal;
}

.normalTable th {
	background: #4a6985;
	color: #fff;
}
.normalTable td {
	background: #edeff1;
}


.normalTable .tCenter {
	text-align: center;
}
.normalTable th,
.normalTable td{
	padding: 10px;
	border-top: 1px #bbbbbb solid;
	border-left: 1px #bbbbbb solid;
	border-right: 1px #bbbbbb solid;
	border-bottom: 1px #bbbbbb solid;
}

/* ===============================================
#newsDetailWrap
=============================================== */
#newsDetailWrap p:first-child{
  margin-top: 0;
}
.newsDetailImage{
  font-size: 0;
  line-height: 0;
  margin-top: 22px;
}
.newsDetailImage:first-child{
  margin-top: 0;
}
.newsDetailImage img{
  width: 100%;
  height: auto;
}
.newsDetailImage p{
  margin-top: 3px;
}


#newsDetailWrap{
  margin-top: 20px;
}
.newsDetailImage p{
  font-size: 10px;
  line-height: 1.5em;
}
#newsDetailSideImage + #newsDetailMain,
#newsDetailDoubleImage,
#newsDetailWideImage + #newsDetailSideImage {
  margin-top: 15px;
}
#newsDetailSideFile{
  font-size: 0;
  line-height: 0;
  margin: 0 -8px 25px;
}
#newsDetailSideFile .newsDetailImage{
  display: inline-block;
  vertical-align: top;
  margin: 0 !important;
  width: 50%;
  padding: 0 8px;
  box-sizing:border-box;
  -webkit-box-sizing:border-box;
}
#newsDetailSideFile .newsDetailImage > div{
  border: solid 1px #a9a9a9;
  padding: 9px;
  margin-bottom: 7px;
}

#newsDetailMain p{
  margin-top: 18px;
  font-size: 11px;
  line-height: 19px;
}

/* ===============================================
#newsDetailPager
=============================================== */
#newsDetailPager{
  text-align: center;
  position: relative;
}
#newsDetailPager div{
  display: inline-block;
}
#newsDetailPager div a{
  display: block;
  color: #333333;
  text-decoration: none;
}
#newsDetailPager div a:hover{
  opacity:.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}
#newsDetailPagerPrev a{
  position: absolute;
  left: 0;
  top: 0;
}
#newsDetailPagerBack a{
}
#newsDetailPagerNext a{
  position: absolute;
  right: 0;
  top: 0;
}
	#newsDetailPager{
	  margin-top: 10px;
	}
	#newsDetailPager div a{
	  padding-top: 30px;
	  text-align: center;
	  font-size: 10px;
	  line-height: 1em;
	}
	#newsDetailPagerPrev a{
	  background: url(/sp/nano/english/img/common/bt_prev.png) center top no-repeat;
	  -moz-background-size: 14px 18px;
	  background-size: 14px 18px;
	}
	#newsDetailPagerBack a{
	  background: url(/sp/nano/english/img/common/bt_index.png) center top no-repeat;
	  -moz-background-size: 14px 18px;
	  background-size: 14px 18px;
	}
	#newsDetailPagerNext a{
	  background: url(/sp/nano/english/img/common/bt_next.png) center top no-repeat;
	  -moz-background-size: 14px 18px;
	  background-size: 14px 18px;
	}