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

/**** トップ画像 *****************************************/
#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;
//	margin-bottom:20px;
	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:20%;
}

.no1 > table td{
	width:80%;
}

.no1 .tbl02{
	margin-bottom:0;
}


.no1 .tbl02 td:nth-of-type(1){
	width:40%;
	border:none;
	border-bottom:1px dotted #ccc;
}

.no1 .tbl02 td:nth-of-type(2){
	width:60%;
	border:none;
	border-bottom:1px dotted #ccc;

}

/* スマホ *********************************/
@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;
	}


}

