@charset "utf-8";
/* ===========================================================

	Title: contents.css
	Created: 2016-10-27

=========================================================== */
/*

	icon
	btn
	tab
	hub
	list
	sort
	page-link


=========================================================== */
/* ===========================================================

	icon

=========================================================== */
.icon {
	width: 80px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	background-color: #000;
	color: #fff;
	font-size: 11px;
	display: inline-block;
	border-radius: 3px;
}
.icon-s {
	width: 40px;
	height: 16px;
	line-height: 17px;
	text-align: center;
	display: inline-block;
	margin: 0 5px;
	color: #111;
	background-color: #e5e5e5;
	font-size: 10px;
	border-radius: 3px;
}
.icon-l {
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	display: inline-block;
	margin: 0 5px;
	font-size: 13px;
	border-radius: 3px;
	color: #E60012;
	border: solid 1px #E60012;
	background-color: #fff;
	background-size: 28px 27px;
	background-repeat: no-repeat;
	background-position: 50% 8px;
}

@media screen and (max-width: 1024px) {
	.icon-l {
	width: 60px;
	height: 60px;
	line-height: 60px;
	}
}

.ic-xls-l{
	color: #29754b;
	border: solid 1px #29754b;
}

.ic-mov-l{
	color: #005BAC;
	border: solid 1px #005BAC;
}

.ic-press10 {background-color: #80A25E; } /*物件*/
.ic-press11 {background-color: #5595AA; } /*決算*/
.ic-press12 {background-color: #BC756D; } /*借入*/
.ic-press13 {background-color: #DAC267; } /*増資*/
.ic-press14 {background-color: #7f7f7f;} /*その他*/
.ic-press15 {background-color: #23275b;} /*災害*/

.ic-top-press1 {background-color: #7cb25e;} /*HP更新*/
.ic-top-press2 {background-color: #785EB2;} /*お知らせ*/
.ic-top-press3 {background-color: #DAC267;} /*決算*/
.ic-top-press4 {background-color: #7f7f7f;} /*その他*/
.ic-top-press5 {background-color: #23275b;} /*災害*/
.ic-top-press10,
.ic-top-press11,
.ic-top-press12,
.ic-top-press13,
.ic-top-press14,
.ic-top-press15 {background-color: #598cd2;} /*リリース*/

.ul-sort li.top-cate00 a:hover,
.ul-sort li.top-cate00 a:hover span,
.ul-sort li.top-cate00 a.current,
.ul-sort li.cate00 a:hover,
.ul-sort li.cate00 a:hover span,
.ul-sort li.cate00 a.current   {background-color: #E60012;} /*すべて*/

.ul-sort li.top-cate01 a:hover,
.ul-sort li.top-cate01 a:hover span,
.ul-sort li.top-cate01 a.current {background-color: #7cb25e;} /*HP更新*/
.ul-sort li.top-cate02 a:hover,
.ul-sort li.top-cate02 a:hover span,
.ul-sort li.top-cate02 a.current {background-color: #785EB2;} /*お知らせ*/
.ul-sort li.top-cate03 a:hover,
.ul-sort li.top-cate03 a:hover span,
.ul-sort li.top-cate03 a.current {background-color: #DAC267;} /*決算*/
.ul-sort li.top-cate04 a:hover,
.ul-sort li.top-cate04 a:hover span,
.ul-sort li.top-cate04 a.current {background-color: #7f7f7f;} /*その他*/
.ul-sort li.top-cate10 a:hover, .ul-sort li.top-cate10 a:hover span, .ul-sort li.top-cate10 a.current,
.ul-sort li.top-cate11 a:hover, .ul-sort li.top-cate11 a:hover span, .ul-sort li.top-cate11 a.current,
.ul-sort li.top-cate12 a:hover, .ul-sort li.top-cate12 a:hover span, .ul-sort li.top-cate12 a.current,
.ul-sort li.top-cate13 a:hover, .ul-sort li.top-cate13 a:hover span, .ul-sort li.top-cate13 a.current,
.ul-sort li.top-cate14 a:hover, .ul-sort li.top-cate14 a:hover span, .ul-sort li.top-cate14 a.current,
.ul-sort li.top-cate15 a:hover, .ul-sort li.top-cate15 a:hover span, .ul-sort li.top-cate15 a.current {background-color: #598cd2;} /*リリース*/

.ul-sort li.cate10 a:hover,
.ul-sort li.cate10 a:hover span,
.ul-sort li.cate10 a.current {background-color: #80A25E;} /*物件*/
.ul-sort li.cate11 a:hover,
.ul-sort li.cate11 a:hover span,
.ul-sort li.cate11 a.current {background-color: #5595AA;} /*決算*/
.ul-sort li.cate12 a:hover,
.ul-sort li.cate12 a:hover span,
.ul-sort li.cate12 a.current {background-color: #BC756D;} /*借入*/
.ul-sort li.cate13 a:hover,
.ul-sort li.cate13 a:hover span,
.ul-sort li.cate13 a.current {background-color: #DAC267;} /*増資*/
.ul-sort li.cate14 a:hover,
.ul-sort li.cate14 a:hover span,
.ul-sort li.cate14 a.current {background-color: #7f7f7f;} /*その他*/
.ul-sort li.cate15 a:hover,
.ul-sort li.cate15 a:hover span,
.ul-sort li.cate15 a.current {background-color: #23275b;} /*災害*/

/* ===========================================================

	base

=========================================================== */
/* btn-details */
.btn-details-2 {
	width: 200px;
	height: 40px;
	line-height: 40px;
	background: #E60012;
	border-radius: 5px;
	color: #fff !important;
}
.btn-details-2:hover {
	color: #fff !important;
}
.btn-details-2 .back {
	width: 100%;
	height: 0%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
	background: #e8e8e8;
	border-radius: 0;
}
.btn-details-2 .text {
	z-index: 2;
	width: 100%;
	top: 0;
	position: absolute;
	left: 0px;
}
.btn-details-2:hover .text {
	color: #E60012 !important;
}
/* ===========================================================

	tab

=========================================================== */
.tabs > .tab {
}
.tabs > .tab.active, .tabs > .tab a.active {
	font-weight: bold;
}
.panels > .panel {
	display: none;
}
.panels > .panel.active {
	display: block;
}
/* tab-a
----------------------------------------------------------- */
ul.tab-a {
	position: relative;
	z-index: 0;
	font-weight: bold;
	display: table;
	table-layout: fixed;
	height: auto;
	margin: 0 auto 30px;
	padding: 0;
	zoom: 1;
	width: 100%;
	border-bottom: solid 1px #ddd;
}
ul.tab-a li {
	display: table-cell;
	text-align: center;
	padding: 0 5px 0 0;
}
ul.tab-a li:last-child {
	padding: 0;
}
ul.tab-a a {
	position: relative;
	display: block;
	/*height: 55px;*/
	margin: 0 0 -1px;
	line-height: 1.4;
	padding: 15px 0 15px;
	font-weight: bold;
	text-decoration: none;
	border: 1px solid #ddd;
	border-bottom: none;
	border-radius: 3px 3px 0 0;
	color: #111;
	background-color: #eeeeee;
	overflow: hidden;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all .2s ease;
	z-index: 1;
}
ul.tab-a a:after {
	content: " ";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	height: 1px;
	width: 100%;
	border-bottom: solid 1px #ddd;
}
ul.tab-a a:hover,
ul.tab-a li a.current,
ul.tab-a li a.active  {
	text-decoration: none;
	color: #E60012 !important;
	background-color: #fff;
}
ul.tab-a a:hover:after,
ul.tab-a li a.current:after,
ul.tab-a li a.active:after  {
	border-bottom: solid 1px #fff;
}
ul.tab-a li a span {
	position: relative;
	display: inline-block;
	padding: 0 0 0 16px;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: bold;
}

ul.tab-a li a span.f-size-s {
	position: relative;
	display: inline-block;
	padding: 0 0 0 16px;
	font-size: 15px;
	font-size: 1.3rem;
	font-weight: bold;
}

ul.tab-a li a span:before {
	content: " ";
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 6px;
	height: 6px;
	margin: -4px 0 0;
	border-top: 1px solid #E60012;
	border-right: 1px solid #E60012;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
@media screen and (max-width: 1024px) {
ul.tab-a {
	display: block;
	border: none;
}
ul.tab-a li {
	display: block;
	text-align: center;
	padding: 0;
	margin: 0 0 2px;
}
ul.tab-a a {
	display: block;
	padding: 15px 0 15px;
	border: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-radius: 0;
}
ul.tab-a a:after {
	display: none;
}
ul.tab-a li a span {
	display: block;
	padding: 0;
}
ul.tab-a li a span:before {
	left: 95%;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}
}

/* tab-b
----------------------------------------------------------- */
ul.tab-b {
	position: relative;
	margin: 0 0 20px;
	padding: 0 32px 0 0;
	height: 30px;
	overflow: hidden;
}
ul.tab-b li {
	width: 20%;
	float: left;
}
ul.tab-b li a {
	position: relative;
	background-color: #eeeeee;
	border: solid 1px #ddd;
	display: block;
	margin: 0 2px 2px 0;
	line-height: 30px;
	height: 30px;
	padding: 0 10px 0 25px;
	white-space: nowrap;
	overflow: hidden;
	color: #111;
	text-decoration: none;
	/* transition */
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all .2s ease;
}
ul.tab-b li a:hover,
ul.tab-b li.active a {
	background-color: #fff;
	color: #E60012;
}
ul.tab-b li a:before {
	position: absolute;
	top: 50%;
	left: 13px;
	margin: -3px 0 0;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 3px 0 3px 4px;
	border-color: transparent transparent transparent #aaa;
}
ul.tab-b li a:hover:before {
	border-color: transparent transparent transparent #E60012;
}
ul.tab-b li.active a:before {
	display: none;
}
ul.tab-b li.active a:after {
	content: " ";
	display: block;
	position: absolute;
	top: 50%;
	left: 12px;
	width: 3px;
	height: 8px;
	margin: -6px 0 0;
	border-right: 2px solid #E60012;
	border-bottom: 2px solid #E60012;
	-webkit-transform: rotate(35deg);
	transform: rotate(35deg);
}
/* icon plus minus  */
ul.tab-b .icon-plus,
ul.tab-b .icon-minus {
	display: inline-block;
	position: absolute;
	top: 0;
	right: 0;
	height: 30px;
	width: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 15px;
	color: #fff;
	background-color: #111;
	cursor: pointer;
	border-radius: 3px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all .2s ease;
}
ul.tab-b .icon-plus:hover,
ul.tab-b .icon-minus:hover {
	background-color: #005BAC;
	background-color: #E60012;
}
ul.tab-b .icon-plus:before {
	content: "+";
}
ul.tab-b .icon-minus:before {
	content: "-";
}
@media screen and (max-width: 736px) {
ul.tab-b li {
	width: 50%;
	float: left;
}
}
/* ===========================================================

	hub

=========================================================== */
.hub li.bl-hover dl dt a {
	color: #fff;
	background-color: #E60012;
	background-image: url(../img/common/ic/ic_arrow_e.png);
	background-size: 8px 11px;
}
/* Simulate hover on contained link */
.bl-hover a:link {
}
.bl-hover a:visited {
}
/* Some demo layout */
.hub {
	margin: 0 -10px 20px;
}
.hub li {
	display: inline;
	float: left;
	width: 293px;
	margin: 0 10px 20px 10px;
	background-color: #fff;
	border:1px solid #ddd;
}
.hub li.bl-hot {
}
.hub li:before {
	content: '';
}
.hub li.lastChild {
	margin-right: 0;
}
.hub li dl {
	margin: 0;
	padding: 0;
}
.hub li dl dt {
	overflow: hidden;
}
.hub li dl dt a {
	margin: 0;
	padding: 0 10px 0 20px;
	background-image: url(../img/common/ic/ic_arrow_d.png);
	background-size: 8px 11px;
	background-position: 20px 50%;
	background-repeat: no-repeat;
	background-color: #ddd;
	line-height: 40px;
	height: 40px;
	display: block;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
	color: #111;
}
.hub li dl dd {
	padding: 16px 20px;
}
.hub li dl dd:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.hub li dl dd {
	zoom: 1;
}

@media screen and (max-width: 1024px) {
	.hub {
	margin: 0;
}
.hub li {
	display: block;
	float: none;
	width: auto;
	margin: 0 0 10px;
}

.hub li dl dd {
	min-height:auto;
}

}
/* ===========================================================

	list

=========================================================== */
/* dl-horizontal-a
----------------------------------------------------------- */
dl.dl-horizontal-a {
	clear: both;
}
dl.dl-horizontal-a dt {
	clear: both;
	float: left;
}
dl.dl-horizontal-a dd {
	border-bottom: dotted 1px #ccc;
	margin: 0 0 10px;
	padding: 0 0 10px 12em;
}

/* dl-date
----------------------------------------------------------- */
dl.dl-date {
	clear: both;
}
dl.dl-date dt {
	clear: both;
	float: left;
	margin: 0 0 8px;
	padding: 0 0 7px;
}
dl.dl-date dd {
	border-bottom: dotted 1px #ccc;
	margin: 0 0 8px;
	padding: 0 0 7px 11em;
}
/* revied */
dl.dl-date dt.revied {
	background: url(../img/common/ic/revied_last.png) 10px -2px no-repeat;
	padding-left: 30px !important;
}
dl.dl-date dd.revied {
	margin: 0 0 10px 30px;
}
@media screen and (max-width: 1024px) {
dl.dl-date dt {
	clear: both;
	float: none;
	margin: 0 0 5px;
	padding: 0;
}
dl.dl-date dd {
	padding: 0 0 10px 0;
}
}

/* dl-pertinent
----------------------------------------------------------- */
dl.dl-pertinent {
	clear: both;
	border: solid 1px #d8dbdf;
	padding: 0 0 10px;
}
dl.dl-pertinent:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
dl.dl-pertinent {
	zoom: 1;
}
dl.dl-pertinent dt {
	clear: both;
	border-bottom: solid 1px #d8dbdf;
	font-weight: bold;
	margin: 0 0 15px;
	padding: 8px 20px;
	background: #f9f9f9;
}
dl.dl-pertinent dd {
	float: left;
	margin: 0 0 5px 20px;
	padding: 0 10px 0 25px;
	position: relative;
}
dl.dl-pertinent dd:before {
	position: absolute;
	top: 50%;
	left: 15px;
	margin: -3px 0 0;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 3px 0 3px 4px;
	border-color: transparent transparent transparent #aaa;
}
@media screen and (max-width: 1024px) {
dl.dl-pertinent dt {
	padding: 8px 10px;
}
dl.dl-pertinent dd {
	margin: 0 0 5px 0;
	padding: 0 10px 0 25px;
}
}

/*ul-sort
----------------------------------------------------------- */
.ul-sort li {
	line-height: 25px;
	height: 25px;
	margin: 0 5px 10px 0;
	display: inline-block;
}
.ul-sort li a {
	vertical-align: text-bottom;
	font-size: 12px;
	text-align: center;
	line-height: 23px;
	height: 25px;
	position: relative;
	padding: 0 20px 0 25px;
	background-color: #fff;
	color: #E60012;
	display: inline-block;
	border-style: solid;
	border-width: 1px;
	border-color: #ddd;
}
.ul-sort li a:before {
	position: absolute;
	top: 50%;
	left: 15px;
	margin: -3px 0 0;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 3px 0 3px 4px;
	border-color: transparent transparent transparent #aaa;
}
.ul-sort li a:hover:before  {
	border-color: transparent transparent transparent #fff;
}
.ul-sort li a:hover {
	border-color: transparent;
	text-decoration: none;
	color: #fff;
}
.ul-sort li a.current {
	cursor: default;
	border-color: transparent;
	color: #fff;
}
.ul-sort li a.current:before {
	border-color: transparent transparent transparent #fff;
	opacity: 0.2;
}

/* ul-backnumber
----------------------------------------------------------- */
.ul-backnumber {
	clear: both;
	margin: 0 0 25px;
	padding: 0 !important;
	line-height: 1;
}
.ul-backnumber li {
	float: left;
	overflow: hidden;
	margin: 0 5px 10px 0;
}
.ul-backnumber li a {
	border-right: solid 1px #ccc;
	display: block;
	padding: 0 10px 0 13px;
	background: url(/img/common/ic/ic_arrow_b.gif) 5px 50% no-repeat;
}
.ul-backnumber li a.current {
	font-weight: bold;
	color: #E60012;
	text-decoration: none;
}
.ul-backnumber li a:link, .ul-backnumber li a:visited {
}
.ul-backnumber li a:hover {
}

/* ul-page-link
----------------------------------------------------------- */
.ul-page-link,
.ul-page-link-bottom {
	clear: both;
	margin: 0 0 20px;
	padding: 0 !important;
	line-height: 1;
	border-left: none;
	width: 100%;
}
.ul-page-link li,
.ul-page-link-bottom li {
	display: inline-block;
	float: left;
	text-align: center;
	margin: 0 5px 5px 0;
}
.ul-page-link li a,
.ul-page-link-bottom li a {
	display: inline-block;
	padding: 10px 35px 10px 20px;
	border: solid 1px #ddd;
	color: #E60012;
	position: relative;
	overflow: hidden;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all .3s ease;
}
.ul-page-link li a:after,
.ul-page-link-bottom li a:after {
	position: absolute;
	content: "";
	vertical-align: middle;
	top: 50%;
	right: 15px;
	width: 6px;
	height: 6px;
	border-top: 1px solid #E60012;
	border-right: 1px solid #E60012;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all .2s ease;
}
.ul-page-link li a:after {
	margin: -6px 0 0;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}
.ul-page-link-bottom li a:after {
	margin: -2px 0 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(-45deg);
}
.ul-page-link li a:hover,
.ul-page-link-bottom li a:hover {
	text-decoration: none;
	border: solid 1px #fff;
	color: #fff !important;
	background-color: #E60012;
}
.ul-page-link li a:hover:after,
.ul-page-link-bottom li a:hover:after {
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
}

/* ===========================================================

	news

=========================================================== */
.news {
	padding: 0;
}
.news dt {
	clear: both;
	float: left;
	width: 15.5em;
	margin: 0 0 8px;
	padding: 0;
	position: relative;
}
.news dd {
	margin: 0 0 8px;
	padding: 0 0 8px 17em;
	border-bottom: dotted 1px #d8dbdf;
}
.news dt span {
	/*margin: 0 0 0 10px;
	width: 110px;
	display: inline-block;*/
}
.news dt span.icon {
	float: right;
}
.news dd img {
	margin: 0 2px 0 4px;
	vertical-align: text-bottom;
}
.news a:link, .news a:visited {
	text-decoration: none;
	color: #111;
}
.news a:hover {
	text-decoration: underline;
	color: #005BAC;
}

@media screen and (max-width: 1024px) {
.news {
}
.news dt {
	clear: both;
	float: none;
	width: 15.5em;
	height: 23px;
	margin: 0 0  5px;
}
.news dd {
	clear: both;
	padding: 0 0 10px 0;
}
}

/* ===========================================================

	scroll-area

=========================================================== */
.scroll-table {
}
.scroll-graph {
	width: 920px;
}
.scroll-area {
}
.scroll-caution {
	display: none;
}

@media screen and (max-width: 1024px) {
.scroll-wrap {
	overflow: auto;
	position: relative;
}
.scroll-table th, .scroll-table td {
	white-space: nowrap;
}
.scroll-caution {
	display: block;
	margin: 0 0 5px;
	font-size: 12px;
	color: #999;
	padding: 0 0 0 45px;
	background-image: url(../img/common/ic/ic_scroll_side.png);
	background-size: 37px 14px;
	background-position: 0 50%;
	background-repeat: no-repeat;
}
}