@charset "UTF-8";

.tab_wrap {
	display: table;
	table-layout: fixed;
	width: 100%;
	border-bottom: solid 3px #008cd6;
}

.tab_item {
	box-sizing: border-box;
	display: table-cell;
	padding: 0 7px;
	text-align: center;
}

.tab_item:first-child {
	padding: 0 7px 0 14px;
}

.tab_item:last-child {
	padding: 0 14px 0 7px;
}

.tab_item>a,
.tab_item>span {
	padding: 18px 10px;
	display: block;
	font-weight: bold;
	text-decoration: none;
	color: #333;
	background: #eeeeee;
}

.tab_item>a:hover {
	color: #00b8e6;
}

.tab_item>a.is-active,
.tab_item>span.is-active {
	color: #fff;
	background: #008cd6;
}


#globalHeader {
    min-height: 73px;
    height: 73px;
}

.fund_header {
	height: 0;
	margin: 0;
	padding: 140px 0 0;
	overflow: hidden;
	background: url(../images/fund_header.jpg) no-repeat center top;
}

.fund_lead {
	margin: 28px 0;
	padding: 0 14px;
}

.fund_content {
	margin-bottom: 25px;
	padding: 23px 133px;
	border: solid 1px #cccccc;
}

.fund_contact {
	display: table;
	margin-bottom: 50px;
	width: 100%;
	box-sizing: border-box;
	border: solid 4px #ebf0f2;
}

.fund_contact_heading {
	display: table-cell;
	box-sizing: border-box;
	padding: 25px;
	width: 245px;
	text-align: right;
	vertical-align: middle;
}

.fund_contact_body {
	display: table-cell;
	box-sizing: border-box;
	padding: 25px;
	vertical-align: middle;
}



/* ------------------------------

	トップページ

------------------------------ */
.fund_main {
	height: 0;
	margin: 0 0 50px;
	padding: 470px 0 0;
	overflow: hidden;
	background: url(../images/fund_main.jpg) no-repeat center top;
}

.entrance {
	margin-bottom: 10px;
}

.entrance::after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.entrance_item {
	float: left;
	width: 489px;
	height: 230px;
	margin-left: 30px;
	margin-bottom: 30px;
	position:relative;
	box-sizing: border-box;
}

.entrance_item:nth-child(odd) {
	margin-left: 0;
}

.entrance_item .item_wrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 489px;
}

.entrance_item .item_btn {
	position: absolute;
	top: 125px;
	left: 35px;
	width: 419px;
}
.entrance_item .item_btn .btn-block {
	position: absolute;
	top: 40px;
	left: 0;
	right: 0;
	margin: auto;
	width: 212px;
}

.entrance_item .item_btn li {
	display: inline-block;
}

.entrance_item .item_btn li a {
	padding-right: 10px;
}

.entrance_item .item_wrapper>a {
	position: relative;
	display: block;
	padding: 0 35px;
	text-decoration: none;
	color: #333;
	line-height: 1.625;
	background-color: #FFF;
}

.entrance_item .item_wrapper>a::after {
	box-sizing: border-box;
	display: block;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-style: solid;
	border-width: 1px;
	border-color: #CCC;
	height: 230px;
	box-sizing: border-box;

	-moz-transition-property: border-width;
	-webkit-transition-property: border-width;
	-ms-transition-property: border-width;
	
	-moz-transition-duration: 0.25s;
	-webkit-transition-duration: 0.25s;
	-ms-transition-duration: 0.25s;
}

.entrance_item .item_wrapper>a:hover::after {
	border-width: 1px;
	border-color: #CCC;
}

.entrance_heading {
	margin: 0 0 15px;
	padding: 26px 0 7px;
	font-weight: bold;
	font-size: 22px;
	text-align: center;
	border-bottom: solid 2px #008cd6;
}

.entrance_body {
	margin: 0;
	padding-bottom: 23px;
}

.entrance_body p {
	font-size: 16px;
}

.entrance_body .list-ghost {
	margin-top: 1em;
	letter-spacing: -.40em;
}

.entrance_body .list-ghost li {
	display: inline-block;
	margin-right: 1.5em;
	margin-bottom: 0;
	letter-spacing: normal;
}


/* sczaidan_news */
.sczaidan_news {
	padding: 26px 35px 20px;
	margin: 0 0 40px;
	border: 1px solid #ccc;
}

.heading-news {
	padding-left: 14px;
	padding-bottom: 8px;
	margin: 0 0 26px;
	font-size: 20px;
	border-bottom: 2px solid #008cd6;	
}

.sczaidan_news dl {
	font-size: 15px;
	position: relative;
}

.sczaidan_news dl:after {
	content: "";
	display: block;
	clear: both;
}

.sczaidan_news dt {
	display: inline;
	position: absolute;
	left: 10px;
}

.sczaidan_news dd {
	padding-right: 10px;
	padding-left: 120px;
	padding-bottom: 12px;
	margin-bottom: 13px;
	margin-left: 0;
	background: url(../cmn/images/pattern/border_dot.png) repeat-x;
	background-position: bottom;
}

.sczaidan_news dd a {
	display: inline-block;
}


/* ------------------------------

	事業報告ページ

------------------------------ */

#business_report .fund_content .item_btn{
 width: 400px;
 margin-left: auto;
 margin-right: auto;
}



