@charset "utf-8";

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
NewsList
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.plural_head1{
	margin-bottom:25px;
	padding-bottom:5px;
	border-bottom:4px solid #eaeaea;
}
.plural_head1 h2{
	float:left;
	font-weight:bold;
}
.plural_head1 h2 span{
	font-size:80%;
}
.plural_head1 p{
	float:right;
	text-align:right;
	font-size:70% !important;
}
.top_head1{
	margin-bottom:15px;
	padding:3px 0 5px 0;
	border-bottom:4px solid #eaeaea;
	font-size:90%;
	font-weight:bold;
}
.plural_head2{
	margin-bottom:15px;
	padding-bottom:5px;
	border-bottom:1px solid #eaeaea;
}
.plural_head2 h3{
	float:left;
	font-size:80%;
}
.plural_head2 p{
	float:right;
	font-size:70%;
}
.plural_head2 p span{
	padding:2px 5px;
	font-weight:bold;
	background:#ebebeb;
}
.top_news_list{
	clear: both;
	width: 613px; /*for IE6*/
	font-size:75%;
	line-height:1.8;
}
.top_news_list dt{
	margin-bottom:8px;
	clear: both;
	float: left;
	width: 105px;
	color:#666;
}
.top_news_list dd {
	margin-bottom:8px;
	position: relative;
	width: 502px;
	overflow: hidden;
}
.top_news_list dd img {
	position: absolute;
	top: 1px;
	left: 0;
}
.top_news_list dd a {
	float: left;
	margin-left: 90px;
	padding-left: 13px;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
ReleaseDetail
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.release_title1{
	margin-bottom:25px;
	font-size:90%;
	font-weight:bold;
	color:#333;
	line-height:1.5;
	text-align:center;
}

.release_title1 .sub{
	font-size:80%;
}

.contact_head1{
	margin-bottom:7px;
	font-size:70%;
	color:#999;
}

/* その他お知らせタイトル */
h2 span.sub{
	font-size:80%;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
FeaturedContents
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#fc_slides{
	position:relative;
	width:160px;
	overflow:hiddent;
	margin-bottom:40px;
}
.fc_slides_tools{
	width:180px;
	height:21px;
	background:#eee;
}
.slides_container {
  width:180px;
 }
.prev{
	position:absolute;
	top:5px;
	left:150px;
	display:block;
	width:11px;
	height:11px;
	background:url(/content/dam/nttcom/mig2/template_j/images/fc_slides_prev.gif) no-repeat;
	text-indent:-9800px;
	overflow:hidden
	z-index:10;
}
.next{
	position:absolute;
	top:5px;
	left:163px;
	display:block;
	width:11px;
	height:11px;
	background:url(/content/dam/nttcom/mig2/template_j/images/fc_slides_next.gif) no-repeat;
	text-indent:-9800px;
	overflow:hidden
	z-index:11;
}
.pagination{
	position:absolute;
	top:5px;
	left:66px;
	list-style:none;
	margin:0;
	padding:0;
	z-index:12;
}
.pagination li{
	float:left;
	display:block;
	margin:0 0 0 3px;
	width:11px;
	height:11px;
	text-indent:-9800px;
	overflow:hidden
}
.pagination li a{
	display:block;
	width:11px;
	height:11px;
}
.pagination li a.mv-c0{
	background:url(/content/dam/nttcom/mig2/template_j/images/mv-c0.gif) no-repeat;
}
.pagination li a.mv-c0:hover{
	background:url(/content/dam/nttcom/mig2/template_j/images/mv-c0_o.gif) no-repeat;
}
.pagination li.current a.mv-c0{
	background:url(/content/dam/nttcom/mig2/template_j/images/mv-c0_o.gif) no-repeat;
}
.pagination li a.mv-c1{
	background:url(/content/dam/nttcom/mig2/template_j/images/mv-c0.gif) no-repeat;
}
.pagination li a.mv-c1:hover{
	background:url(/content/dam/nttcom/mig2/template_j/images/mv-c0_o.gif) no-repeat;
}
.pagination li.current a.mv-c1{
	background:url(/content/dam/nttcom/mig2/template_j/images/mv-c0_o.gif) no-repeat;
}
.pagination li a.mv-c2{
	background:url(/content/dam/nttcom/mig2/template_j/images/mv-c0.gif) no-repeat;
}
.pagination li a.mv-c2:hover{
	background:url(/content/dam/nttcom/mig2/template_j/images/mv-c0_o.gif) no-repeat;
}
.pagination li.current a.mv-c2{
	background:url(/content/dam/nttcom/mig2/template_j/images/mv-c0_o.gif) no-repeat;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
NewsTable2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.news_table2{
	font-size:75%;
}
.news_table2 th{
	padding:0 17px 10px 0;
	font-weight:normal;
	text-align:left;
	vertical-align:top;
}
.news_table2 td{
	padding:0 17px 10px 0;
	text-align:left;
	vertical-align:top;
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
121016 吹き出し
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.tip{
 background: url(/content/dam/nttcom/mig2/release/template/images/icon_tooltip.gif) no-repeat right center;
 padding-right: 12px;
 cursor: pointer;
text-indent:0;
}

div.target-active{
    color: #333333;
    font-size: 70%;
    line-height: 1.6;
     background-color:#ffffe0;
}
