@charset "utf-8";

/* ============================================================ */
/* index.html */
/* ============================================================ */

#contents {
	width: 960px;
	margin: 0 auto;
}

/*----- #visual -----*/

#visual_wrap {
	position: relative;
	min-width: 960px;
	height: 384px;
	margin: 0 0 6px;
	overflow: hidden;
}

#visual {
	position: absolute;
	top: 0;
	left: 50%;
	width: 1920px;
	margin: 0 0 0 -960px;
}

#visual > ul > li:nth-child(n+2) {
	display: none;
}

#visual img {
	width: 100%;
}

#visual a:hover img {
	opacity: 1;
}

#visual .bx-viewport {
	z-index: 1;
}

#visual .bx-controls {
	position: absolute;
	top: 0;
	left: 50%;
	width: 960px;
	height: 384px;
	margin: 0 0 0 -480px;
}

#visual .bx-pager {
	position: absolute;
	bottom: 16px;
	right: 0;
	padding: 0 10px;
	z-index: 10;
}

#visual .bx-pager .bx-pager-item {
	float: left;
	margin: 0 0 0 10px;
}

#visual .bx-pager .bx-pager-item a {
	display: block;
	width: 10px;
	height: 10px;
	background: #fff;
	border-radius: 5px;
	text-indent: -9999px;
}

#visual .bx-pager .bx-pager-item a:hover,
#visual .bx-pager .bx-pager-item a.active {
	background: #e60012;
}

#visual .bx-controls-direction .bx-prev,
#visual .bx-controls-direction .bx-next {
	width: 27px;
	height: 42px;
	position: absolute;
	top: 50%;
	margin: -21px 0 0;
	text-indent: -9999px;
	z-index: 10;
}

#visual .bx-controls-direction .bx-prev {
	left: 10px;
	background: url(/img/visual_btn_01.png) no-repeat;
}

#visual .bx-controls-direction .bx-next {
	right: 10px;
	background: url(/img/visual_btn_02.png) no-repeat;
}



/*----- #menu_nav01 -----*/

#menu_nav01 {
	margin: 0 0 6px;
}

#menu_nav01 ul {
	margin: 0 -5px 0 0;
}

#menu_nav01 ul li {
	float: left;
	margin: 0 5px 0 0;
}



/*----- #info -----*/

#info {
  border: 2px solid #595757;
	margin: 30px 180px;
	padding: 10px;
}

#info h2 {
	font-size: 2.2rem;
	font-weight: bold;
  margin-bottom: 10px;
}

#info p {
	color: #e60012;
  font-size: 1.6rem;
	font-weight: bold;
}

#info a {
	color: #e60012;
}

#info a:visited {
	color: #e60012;
}



/*----- #news -----*/

#news {
	margin: 0 0 35px;
	padding: 28px 23px;
	background: #eaeaea;
}

#news .tab {
	display: table;
	width: 100%;
	margin: 0 0 35px;
}

#news .tab li {
	display: table-cell;
	width: 33%;
	padding: 0 5px;
	box-sizing: border-box;
	text-align: center;
	vertical-align: middle;
	line-height: 35px;
}

#news .tab li span {
	position: relative;
	display: block;
	background: #c9caca;
	font-size: 1.6rem;
	font-weight: bold;
	cursor: pointer;
}

#news .tab li span::after {
	position: absolute;
	left: 50%;
	bottom: -18px;
	content: "";
	margin: 0 0 0 -8px;
	border: 8px solid transparent;
	border-top: 10px solid #c9caca;
}

#news .tab li span:hover,
#news .tab .select span {
	background: #fff;
	color: #000;
}

#news .tab li span:hover::before,
#news .tab .select span::before {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	border-bottom: 2px solid #e60012;
}

#news .tab li span:hover::after,
#news .tab .select span::after {
	border-top: 10px solid #e60012;
}

#news .news_list.non {
  display: none;
}

#news .news_list {
	margin: 0 5px;
	line-height: 1.6;
	-webkit-overflow-scrolling: touch;
}

#news .news_list a {
	color: #595757;
}

#news .news_list ul {
	height: 180px;
	margin: 0 0 30px;
	overflow-y: scroll
}

#news .news_list ul.news_list_info {
	float: left;
	width: 65%;
}

#news .news_list ul li {
	margin: 0 0 15px;
}

#news .news_list ul li:last-child {
	margin: 0;
}

#news .news_list ul li::after {
	display: block;
	content: "";
	clear: both;
}

#news .news_list ul li time {
	float: left;
	margin: 0 20px 0 0;
}

#news .news_list ul li span {
	float: left;
	width: 6em;
	margin: 0 12px 0 0;
	padding: 2px 0;
	color: #fff;
	font-size: 1.1rem;
	text-align: center;
}

#news .news_list ul li .ma {
	background: #0099ce;
}

#news .news_list ul li .results {
	background: #e60012;
}

#news .news_list ul li .organization {
	background: #727171;
}

#news .news_list ul li .shares {
	background: #ff9900;
}

#news .news_list ul li .other {
	background: #8fc31f;
}


#news .news_list ul li p {
	overflow: hidden;
}

#news .news_list ul li.new p:before {
	position: relative;
	top: 3px;
	margin: 0 5px 0 0;
	content: url(/common/img/icon_new.png);
}

#news .news_list > p {
	clear: both;
	font-size: 1.6rem;
	font-weight: bold;
}

#news .news_list .ir_event {
	float: right;
	width: 35%;
	min-height: 180px;
	padding: 0 0 0 40px;
	box-sizing: border-box;
}

#news .news_list .ir_event h2 {
	margin: 0 0 10px;
	font-weight: bold;
}

#news .news_list .ir_event img {
	float: left;
	width: 40%;
	margin: 0 15px 5px 0;
}

#news .news_list .ir_event p {
	margin: 0 0 10px;
}



/*----- #menu_nav02 -----*/

#menu_nav02 ul {
	margin: 0 -5px 0 0;
}

#menu_nav02 ul li {
	float: left;
	margin: 0 5px 10px 0;
}



/* ie8用
----------------------------------------------------------- */
.ie8 #menu_nav02 ul li img {
	background: #fff;
}

.ie8 #visual .bx-pager .bx-pager-item a {
	width: 9px;
	height: 9px;
	background: url(/img/icon_slider_pager.png) 0 0 no-repeat;
}

.ie8 #visual .bx-pager .bx-pager-item a:hover,
.ie8 #visual .bx-pager .bx-pager-item a.active {
	background: url(/img/icon_slider_pager_on.png) 0 0 no-repeat;
}


