@charset "UTF-8";

/* ==========================================================================
   Common
========================================================================== */

/* .news-nav */
.news-nav {
	margin-top: 30px;
}

.news-nav .nav-tabs li:last-child {
	margin-left: 20px;
}

.news-nav .nav-tabs {
	margin: 0 0 20px 0;
	border: none;
}

.news-nav .nav-tabs li a {
	position: relative;
	width: 480px;
	margin: 0;
	padding: 15px 10px 12px 10px;
	border: 4px solid #d8d8d8;
	border-radius: 0;
	background-color: #fff;
	color: #999;
	font-size: 1.3em;
	text-align: center;
	text-shadow: 0 0 0 rgba(0,0,0,.5);
}


/* responsived */
@media only screen and (max-width: 640px) {
	.nav-tabs > li {
		width: 49%;
	}

	.news-nav .nav-tabs li:last-child {
		margin-left: 5px;
	}

	.news-nav .nav-tabs li a {
		width: 100%;
	}

	.main-content nav.row {
		margin-top: 10px;
	}

	.main-content nav.row ul li {
		float: none;
		margin-left: 0;
	}

	.select-year ul li:nth-child(2n+1) {
		float: left !important;
		margin-right: 100px;
	}

	section .media figure img {
		width: 100%;
		height: 100%;
	}
}

.news-nav .nav-tabs li a:before {
	display: inline-block;
	content: "";
	width: 18px;
	height: 18px;
	margin-top: -3px;
	margin-right: .4em;
	background: url('/news_old/assets/img/icon_arrow04-light-gray-large.png') no-repeat left center;
	vertical-align: middle;
}
.news-nav .nav-tabs li a:hover,
.news-nav .nav-tabs li a:focus {
	border: 4px solid #d1cbc8;
	background-color: #fff;
	color: #333;
}

.news-nav .nav-tabs li.active a {
	border-color: #d1cbc8;
	color: #333;
}
.news-nav .nav-tabs li.active a:before,
.news-nav .nav-tabs li a:hover:before {
	background-image: url('/news_old/assets/img/icon_arrow04-red-large-bottom.png');
}
.news-nav .nav-tabs li.active a:after,
.news-nav .nav-tabs li a:hover:after {
	position: absolute;
	left: 227px;
	bottom: -17px;
	content: "";
	width: 18px;
	height: 17px;
	background: url("/corporate/news/img/bg_news-nav-active.gif") no-repeat left top;
}
.news-nav .nav-tabs li.active a:hover,
.news-nav .nav-tabs li.active a:focus {
	border: 4px solid #d1cbc8;
	background-color: #fff;
}

/* responsived */
@media only screen and (max-width: 640px) {
	.news-nav .nav-tabs li.active a,
	.news-nav .nav-tabs li a {
		font-size: 12px;
	}
	.news-nav .nav-tabs li.active a:after,
	.news-nav .nav-tabs li a:hover:after {
		left: 49%;
	}
}
/* ==========================================================================
   News
========================================================================== */

/* .news-list */
.news-list-wrap {
	min-height: 650px;
}

.news-list {
	display: none;
}

.news-list .item {
	margin-bottom: 20px;
	width: 100%;
	padding: 20px 10px 0 0;
	background: url('/news_old/assets/img/bg_border-dotted-x.png') repeat-x left top;
}
.news-list .item:before,
.news-list .item:after {
	display: table;
	content: " ";
}
.news-list .item:after {
	clear: both;
}

.news-list .item .item-text {
	float: left;
	width: 750px;
}

.news-list .item .item-text .item-head {
	margin-bottom: 8px;
}
.news-list .item .item-text .item-head:before,
.news-list .item .item-text .item-head:after {
	display: table;
	content: " ";
}
.news-list .item .item-text .item-head:after {
	clear: both;
}

.news-list .item .item-text .item-head .item-icon {
	display: inline-block;
	float: left;
	min-width: 85px;
	margin: 0 5px 0 0;
	padding: 4px 6px 2px 6px;
	border-radius: 3px;
	background-color: #606060;
	color: #fff;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1;
	text-align: center;
}

.news-list .item .item-text .item-head h2 {
	float: left;
	width: 200px;
	margin: 3px 0 0 0;
	font-size: 1.2em;
}

.news-list .item .item-text p:not([class="item-icon"]) {
	margin: 0;
	font-size: 1.2em;
}

.news-list .item .item-text p a {
	text-decoration: underline;
}

.news-list .item .item-text.nophoto {
  width: 100%;
}
.news-list .item .item-text.nophoto p {
  width: auto;
}

.news-list .item figure {
	float: right;
	width: 150px;
	margin: 2px 0 0 0;
}

/* responsived */
@media only screen and (max-width: 640px) {
	.news-list .item {
		display: block;
	}

	.news-list .item .item-text .item-head {
		width: 300px;
	}

	.news-list .item .item-text {
		width: 50%;
		padding-right: 5px;
	}

	.news-list .item .item-text.nophoto {
		width: 100%;
		padding-right: 0;
	}

	.news-list .item figure {
		float: left;
		margin: 30px 0 0 0;
		width: 50%;
	}
}

/* ==========================================================================
   Event
========================================================================== */

/* .events-list */
/* .events-list-wrap {
	min-height: 650px;
}

.events-list {
	display: none;
}

.events-list .item {
	width: 100%;
	margin-bottom: 18px;
	padding: 20px 10px 0 0;
	background: url('/news_old/assets/img/bg_border-dotted-x.png') repeat-x left top;
}
.events-list .item:before,
.events-list .item:after {
	display: table;
	content: " ";
}
.events-list .item:after {
	clear: both;
}

.events-list .item .item-icon {
	display: inline-block;
	float: left;
	width: 85px;
	margin-right: 15px;
	margin-bottom: 0;
	padding: 4px 6px 2px 6px;
	border-radius: 3px;
	background-color: #606060;
	color: #fff;
	font-weight: bold;
	line-height: 1;
	text-align: center;
}

.events-list .item .item-text {
	float: left;
	width: 611px;
	margin-right: 15px;
}

.events-list .item .item-text h3 {
	margin: 0 0 5px 0;
	font-size: 1.2em;
	line-height: 1.6;
	text-shadow: 0 0 0 rgba(0,0,0,.5);
}

.events-list .item .item-text h3 a {
	text-decoration: underline;
}

.events-list .item .item-text p {
	margin-bottom: 0;
	font-size: 1.2em;
}

.events-list .item .item-text.nophoto {
  width: 815px;
	margin-right: 0;
}

.events-list .item dl {
	float: left;
	width: 204px;
	margin-top: 1px;
}

.events-list .item dl dt {
	margin: 0 0 6px 0;
	width: 40px;
	padding: 3px 0 1px .25em;
	border: 1px solid #5b5b5b;
	font-size: 1em;
	font-weight: bold;
	line-height: 1;
	letter-spacing: .25em;
	text-align: center;
}

.events-list .item dl dd {
	margin: -1.8em 0 3px 46px;
	line-height: 1.4;
} */

/* responsived */
/* @media only screen and (max-width: 640px) {
	.events-list .item {
	padding: 20px 0 0;
	}

	.events-list .item .item-text {
		width: 100%;
		margin: 10px 0 10px 0;
	}

	.events-list .item .item-text.nophoto {
		width: 100%;
		margin-right: 0;
	}

	.events-list .item dl {
		width: 100%;
	}
} */

/* ==========================================================================
   Detail
========================================================================== */

/* .article */
.article {
	margin-top: 30px;
}

/* .article-head */
.article .article-head {
	margin-bottom: 17px;
	padding-bottom: 19px;
	background: url('/news_old/assets/img/bg_border-dotted-x.png') repeat-x left bottom;
}
.article .article-head:before,
.article .article-head:after {
	display: table;
	content: " ";
}
.article .article-head:after {
	clear: both;
}

.article .article-head .article-text {
	float: left;
}
.article .article-head .article-text:before,
.article .article-head .article-text:after {
	display: table;
	content: " ";
}
.article .article-head .article-text:after {
	clear: both;
}

.article .article-head .article-text .article-icon {
	display: inline-block;
	float: left;
	min-width: 85px;
	margin: 0 10px 0 0;
	padding: 4px 6px 2px 6px;
	border-radius: 3px;
	background-color: #606060;
	color: #fff;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1;
	text-align: center;
}

.article .article-head .article-text .article-date {
	float: left;
	width: 200px;
	margin: 0;
	font-size: 1.2em;
}

.article .article-head .article-button-social {
	float: right;
}

/* responsived */
@media only screen and (max-width: 640px) {
	.article .article-head .article-button-social {
		float: none;
		clear: both;
		padding-top: 10px;
	}
}

.article .article-head .article-button-social ul {
	margin: 0;
}
.article .article-head .article-button-social ul:before,
.article .article-head .article-button-social ul:after {
	display: table;
	content: " ";
}
.article .article-head .article-button-social ul:after {
	clear: both;
}

.article .article-head .article-button-social ul li {
	float: left;
	list-style: none;
	height: 20px;
	margin-left: 10px;
	overflow: hidden;
}
.article .article-head .article-button-social ul li:first-child {
	width: 173px;
}

/* responsived */
@media only screen and (max-width: 640px) {
	.article .article-head .article-button-social ul li:first-child {
		margin-left: 0;
	}
}

.article .article-head .article-button-social ul li:last-child {
	width: 108px;
}

/* et cetera */
.article p {
	margin-bottom: 2em;
}

.article .media {
	margin: 3em 0 !important;
	text-align: center;
}

.article .media figure {
	display: inline-block;
	margin: 0 auto;
}

.article .media figure figcaption {
	width: auto;
	margin-top: 3px;
	margin-bottom: 0.5em;
	font-size: 1.2em;
	text-align: left;
}

.article .table tbody tr th {
	width: 27.7%;
}

/* ==========================================================================
   Article
========================================================================== */
article {
	display: table;
}

article p {
	display: table-cell;
}

article .date {
	width: 120px;
}

/* ==========================================================================
   Link
========================================================================== */
.link-list {
	margin-left: 0 !important;
	list-style: none;
}

.link-list li {
	padding: 3px 0 !important;
}

.link-bold {
	font-weight: bold;
	color: #333;
}

.link-bold:hover,
.link-bold:focus {
	text-decoration: none;
	color: #333;
}

.link-warning {
	font-weight: bold;
	color: #ff0000;
}

.link-warning:hover,
.link-warning:focus {
	text-decoration: none;
	color: #ff0000;
}

/* ==========================================================================
   box-text
========================================================================== */
.box-text {
	padding: 10px;
	border: 1px solid #ccc;
}

.box-text_bg {
	padding: 10px;
	background-color: #F3F3F3;
	color: #333;
}

.box-text p,
.box-text_bg p {
	margin-bottom: 0;
}

/* ==========================================================================
   button
========================================================================== */
.button {
	text-align: center;
}
