@charset "UTF-8";

/* pc_news.css */

.news_header {
	display: table;
	padding: 20px 0;
}
.news_header h2 {
	display: table-cell;
	width: 192px;
	height: 27px;
	background: url(../images/news/pc_news_ttl.png) no-repeat 20px 50%;
	text-indent: -9999px;
	vertical-align: top;
	*float: left;
}
.news_nav {
	display: table-cell;
	vertical-align: middle;
	padding: 8px 40px 0 30px;
	*float: left;
}
.news_nav li {
	float: left;
	padding-left: 10px;
	padding-right: 15px;
	background: url(../images/news/pc_news_icn.png) no-repeat 0 50%;
	line-height: 1.1;
}
.news_nav li.navon a {
	color: #1cbcf8;
}
.popwindow .section_news .pop_close {
	position: absolute;
	top: 0px;
	right: 0px;
}

.section_news {
	min-width: 870px;
	padding: 0px 20px 20px;
	border-top: 1px solid #ccc;
}
.news_list {
	display: table;
	width: 100%;
	margin: 0 auto;
	padding: 7px 0;
	border-bottom: 1px solid #ccc;
}
.news_list p {
}
.news_list p.news_list1 {
	display: table-cell;
	width: 13em;
	font-size: 83%;
	vertical-align: middle;
	*display: inline;
	*zoom: 1;
}
.news_list .news_list_txt {
	display: table-cell;
	padding-right: 20px;
	vertical-align: middle;
	*display: inline;
}
.news_list p.news_list2 {
	display: inline;
}
.news_list p.news_list3 {
	display: inline;
	color: #1cbcf8;
}
.news_list_btn {
	display: table-cell;
	width: 103px;
	vertical-align: middle;
	*display: inline;
	*zoom: 1;
}
.news_list_btn a {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 103px;
	height: 25px;
	background: url(../images/series/pc_series_btn01.png) no-repeat 0 100%;
	text-indent: -9999px;
}
.news_list p a {
	text-decoration: underline;
	color: #333;
	font-weight: bold;
}
.news_list p a:hover {
	text-decoration: none;
}


/* news_detail */
.section_news_detail {
	position: relative;
	min-width: 641px;
	width: auto;
}
.popwindow .section_news_detail .pop_close {
	position: absolute;
	bottom: 0px;
	right: 0px;
}
.news_detail_sns {
	display: table;
	margin: 0 auto;
	padding: 30px 0 0;
	text-align: center;
}
.news_detail_sns li {
	display: table-cell;
	*display: inline;
	*zoom: 1;
	padding: 0 20px;
}
