@charset "utf-8";
/*====================================================
	基金について
----------------------------------------------------*/
#contentsinner h3 {
  padding-top: 0;
}
/*tubmenu*/
#program, #committee, #address { display: none;}
#pagelink_sp {
    width: 99%;
    margin:0 auto 0 1%;
	padding:0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
#pagelink_sp li {
	float: left;
	width:44%;
	margin: 2px 1% 2px 0;
	padding: 8px 2%;
	color: #0BABC5;
	border: 1px solid #0BABC5;
	text-align: left;
	font-size: 14px;
	letter-spacing: 0em;
	line-height:150%;
  cursor: pointer;
}
#pagelink_sp li:hover,
#pagelink_sp li.current {
	background: #0BABC5;
	color: #fff;
}

/*info*/
#info{
	text-align:center;
	margin:0;
	padding:0;
}
#info img {
    float: none;
    margin: 0;
	width:100%;
}
#info p{
	width:100%;
	text-align:left;
	margin:20px auto;
	font-size:14px;
	line-height:150%;
}
.imgC img{
	width:100%;
}

/*program*/
#program{
	margin-bottom:30px;
}
#program h3{
	margin-bottom:10px;
}
#program .block {
    float: none;
    width: 95%;
    height: auto;
    margin: 0 auto 10px;
	padding-bottom:20px;
    text-align: left;
	clear:both;
}
#program .sp_img_title{
	float:left;
	width:35%;
	text-align:center
}
#program .block_img {
	width:60%;
	margin:10px auto;
}
#program .block_title{
	font-size:13px;
	font-weight:normal;
	letter-spacing:0;
}
#program .block_text{
	width:65%;
	float:right;
	padding:0 0 0 3px;
	text-align:left;
	font-size:13px;
	font-weight:normal;
	margin:0 0 10px;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
#program .block_btn {
    position:static;
	padding:0;
	margin: 10px 0 0 0;
	width:32%;
}
#program .effort,
#program .safe{
	padding:15px 0;
	border-right:none;
	border-left:none;
	border-top:1px #ccc solid;
	border-bottom:none;
	clear:both;
}

/*committee*/
#committee h3{
	margin-bottom:10px;
}
#committee table {
    width: 100%;
    margin: 0 auto 20px;
    vertical-align: top;
	border:0;
}
#committee table th,
#committee .category{
	display:none;
	border:none;
}
#committee table tr{
	margin-bottom:10px;
	display:block;
	border-bottom:2px solid #ddd;
}

#committee table td{
	display:block;
	text-align:left;
	font-size:13px;
	border-bottom:1px dotted #ccc;
}
#committee table td:last-child{
	border-bottom:0;
}
#committee table td:before {
	content:attr(data-label);
	float:left;
	font-weight: bold;
	margin-right:20px;
	height:3.5em;
}

/*address*/
#address #map,
#address #map img{
	width:100%;
	height:auto;
	float:none;
}
#address .address_text {
    float: none;
    padding:0;
	width:100%;
	margin:0 auto;
}