/*********************************************************/
/* 会長挨拶 **********************************************/
/*********************************************************/

/**** トップ画像 *****************************************/
#top_image{
	height:0px;
	background:#ccc;
	border-top:5px solid #000066;
//	border-bottom:5px solid #000066;
}







/*** RIGHT SIDE ledt box ********************/
	#header #nav{
		height:0px;
	}

	.page_title{
	//	width:680px;
	margin:25px 0;
	margin-bottom:5px;
	padding:5px 10px;
	color:#FFCC33;
	background:#000066;
}


.no1{
	background-image:url("../images/bk_logo.png");
	background-repeat: no-repeat;
	background-position: center center;
}


.no1 table{
	width:100%;
//	background:#ffff00;
	border-collapse: collapse;
	margin-bottom:50px;
}

.no1 table th,
.no1 table td
{
	padding:5px;
	border: solid 1px #000066; 
	text-align:left;
	vertical-align:top;
	
}

.no1 table th{
	width:28%;
}

.no1 table td{
	width:72%;
}

/*** アクセス ****/

.ac_tbl td .ac_map{
	margin:10px auto;
	width:80%;
}

.sp_map{
	display:none;
}

.ac_map iframe{
	width:100%;
}

/*** endアクセス ****/



/** リンク ******/

table.link_tbl td{
	width:50%;
}

table.link_tbl td.link_tbl_title{
	background:#7BBDEA;
	color:#000066;
	font-weight:bold;
}





table.link_tbl td a:link{
	text-decoration:none;
	color:#000066;
}

table.link_tbl td a:visited{
	color:#000066;
}


table.link_tbl td a:hover{
	color:#FF6600;
}




/** endリンク ******/


/* スマホ *********************************/
@media only screen and (max-width: 480px) {

	#header #nav{
		height:0px;
	}

	.page_title{
	//	width:680px;
		margin-top:25px;
		padding:5px 10px;
		color:#000066;
		background:#FFCC33;
	}


	
	.title_size{
		font-size:18px;
	}

	.no1{
		width:100%;
		box-sizing:border-box;
		padding:15px;
		background-size:70%;
		font-size:14px;
	}

	.no1 table{
			width:100%;
			box-sizing:border-box;
	}

	.no1 table.ac_tbl{
			width:100%;
			box-sizing:border-box;
	}

/*** アクセス ****/

	.pc_map{
		display:none;
	}
	.sp_map{
		display:block;
	}

/** リンク ******/

	table.link_tbl td{
		width:50%;
		font-size:14px;
	}



}

