@charset "utf-8";

/* ============================================================ */
/* index.html */
/* ============================================================ */

/*----- #visual -----*/

#visual {
	position: relative;
	margin: 0 0 3px;
}

#visual > ul > li:nth-child(n+2) {
	display: none;
}

#visual img {
	width: 100%;
}

#visual .bx-viewport {
	z-index: 1;
}

#visual .bx-pager {
	position: absolute;
	bottom: 10px;
	right: 10px;
	z-index: 10;
}

#visual .bx-pager .bx-pager-item {
	float: left;
	margin: 0 0 0 6px;
}

#visual .bx-pager .bx-pager-item a {
	display: block;
	width: 8px;
	height: 8px;
	background: #fff;
	border-radius: 4px;
	text-indent: -9999px;
}

#visual .bx-pager .bx-pager-item a.active {
	background: #e60012;
}

#visual .bx-controls-direction .bx-prev,
#visual .bx-controls-direction .bx-next {
	position: absolute;
	top: 50%;
	width: 15px;
	height: 24px;
	margin: -12px 0 0;
	text-indent: -9999px;
	background-size: cover;
	z-index: 10;
}

#visual .bx-controls-direction .bx-prev {
	left: 15px;
	background-image: url(/common/img/index/visual_btn_01.png);
}

#visual .bx-controls-direction .bx-next {
	right: 15px;
	background-image: url(/common/img/index/visual_btn_02.png);
}


/*----- #menu_nav01 -----*/

#menu_nav01 {
	margin: 0 0 15px;
}

#menu_nav01 ul li {
	float: left;
	width: 50%;
}


/*----- #info -----*/

#info {
	margin: 15px 10px 20px;
}

#info h2 {
	font-size: 1.4rem;
}

#info p {
	margin: 10px 0 0;
	font-size: 1.1rem;
}


/*----- #news -----*/

#news {
	margin: 0 0 25px;
	padding: 15px 7px;
	background: #eaeaea;
}

#news .tab {
	display: table;
	width: 100%;
	margin: 0 0 20px;
}

#news .tab li {
	display: table-cell;
	width: 33%;
	padding: 0 3px;
	box-sizing: border-box;
	text-align: center;
	vertical-align: middle;
}

#news .tab li span {
	position: relative;
	display: block;
	padding: 6px 0;
	background: #c9caca;
	font-size: 1.1rem;
}

#news .tab li span::after {
	position: absolute;
	bottom: -9px;
	left: 50%;
	content: "";
	margin: 0 0 0 -4px;
	border: 4px solid transparent;
	border-top: 5px solid #c9caca;
}

#news .tab .select span {
	background: #fff;
	color: #000;
}

#news .tab .select span::before {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	content: "";
	border-bottom: 2px solid #e60012;
}

#news .tab .select span::after {
	border-top: 5px solid #e60012;
}

#news .news_list {
	margin: 0 3px;
}

#news .news_list a {
	color: #595757;
}

#news .news_list ul {
	height: 200px;
	margin: 0 0 10px;
	overflow: scroll;
	-webkit-overflow-scrolling: touch
}

#news .news_list ul li {
	margin: 0 0 10px;
	line-height: 1.6;
}

#news .news_list ul li::after {
	display: block;
	content: "";
	clear: both;
}

#news .news_list ul li time {
	float: left;
	margin: 0 8px 0 0;
}

#news .news_list ul li span {
	float: left;
	width: 6em;
	padding: 1px 0;
	text-align: center;
	color: #fff;
	font-size: 1.0rem;
}

#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 {
	clear: left;
}

#news .news_list > p {
	font-size: 1.4rem;
	font-weight: bold;
}


#news .news_list.non {
	display: none;
}


#news .news_list ul li.new p::before {
	position: relative;
	top: 2px;
	display: inline-block;
	content: "";
	width: 28px;
	height: 13px;
	margin: 0 5px 0 0;
	background: url(/common/img/icon_new.png) 0 center no-repeat;
	background-size: contain;
}



#news .news_list .ir_event {
	margin: 20px 0 15px;
	box-sizing: border-box;
}

#news .news_list .ir_event h2 {
	margin: 0 0 10px;
	font-size: 1.5rem;
}

#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 li {
	float: left;
	width: 50%;
	margin: 0 0 5px;
	box-sizing: border-box;
}

#menu_nav02 ul li:nth-child(odd) {
	padding: 0 2px 0 0;
}

#menu_nav02 ul li:nth-child(even) {
	padding: 0 0 0 2px;
}

#menu_nav02 ul li a img {
	width: 100%;
}

