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

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







/*** RIGHT SIDE  ********************/
	#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 img{
	border:solid 8px #7BBDEA;
	width:180px;
	margin-left:30px;
	margin-bottom:15px;
	float:right;
}


.no1 p{
//	float:left;
}


.no1 ul{
	margin:0;
	padding:0;
	margin-bottom:50px;
}

.no1 ul li{
	list-style:none;
	margin-left:40px;
}

/***** rotary_club *****************************/
.rotary_club01{
	margin-bottom:40px;
}

.mokuteki{
//	width:90%;
	margin:0 auto;
	padding:0 2%;
//	border:1px solid #2189CB;
}

.mokuteki h3{
	color:#2189CB;
}

.mokuteki table{
//	background:#ff0000;
	width:90%;
	margin:0 auto;
	margin-bottom:20px;
}

.mokuteki table td:nth-of-type(1){
	width:8%;
	vertical-align:top;
}

.mokuteki table td:nth-of-type(2){
	width:92%;
}

/** /rotary_club ****/


/***** kaiin & katsudou ********************************/
div.kaiin{
	width:100%;
	box-sizing:border-box;
//	float:left;
//	background:#ffccff;
}

table.kaiin_tbl {
	width:100%;
	border-collapse: collapse;
	margin:10px auto;
	box-sizing:border-box;
}

table.kaiin_tbl td{
	width:50%;
	padding:0 2%;
	border:1px solid #2189CB;

}

table.zimukyoku td{
	border:1px solid #000099;

}

table.kaiin_tbl td.name{
	background:#2189CB;
	font-size:18px;
	font-weight:bold;
	color:#FFF;
}



table.kaiin_tbl td:nth-of-type(1){
	width:25%;
	vertical-align:top;
}

table.kaiin_tbl td:nth-of-type(2){
	width:10%;
}

table.kaiin_tbl td:nth-of-type(3){
	width:65%;
}

table.kaiin_tbl .kaiin_image{
//	background:#00ff00;
	margin-top:7px;
}

table.kaiin_tbl .kaiin_image_sp{
	width:60%;
	margin:0 auto;
	margin-top:7px;
	display:none;
}






/** katsudou *****/
table.kaiin_tbl td span{
	font-size:14px;
}

table.kaiin_tbl img{
	width:100%;
}

table.katsudou02{
	margin-bottom:36px;
}

table.katsudou02 td{
	border:1px solid #FFF;
}

table.katsudou02 tr:nth-of-type(1) td{
	height:250px;
	overflow:hidden;
}


/** /kaiin & katsudou ****/

div.katsudou03{
	overflow:hidden;
}


.katsudou03 h2{
	color:#000088;
	padding:0 10px;
	border-bottom:solid 2px #000088;
}



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

	.no1 ul li{
		margin-left:0;
		font-size:16px;
		width:90%;
	}
	
	.no1 ul p{
		margin-top:5px;
		margin-left:0;
	}

/***** rotary_club ***********/
	.mokuteki table td:nth-of-type(1){
		width:12%;
		vertical-align:top;
	}

	.mokuteki table td:nth-of-type(2){
		width:88%;
	}
/****************************/

/***** kaiin & katsudou ********************************/
	div.kaiin{
		width:100%;
		box-sizing:border-box;
		clear:both;
		margin:0;
	}

	table.kaiin_tbl {
		width:97%;
		border-collapse: collapse;
		margin:3% auto;
		box-sizing:border-box;
	}

	table.kaiin_tbl td{
		width:100%;
		padding:0 2%;
		border:1px solid #2189CB;

	}
	table.katsudou02 td{
		border:1px solid #FFF;
	}
	
	.pc_disp{
		display:none;
	}
	
	table.kaiin_tbl .kaiin_image_sp{
		display:block;
	}



/** /kaiin & katsudou ****/



}

