
h2 {
	width: 90%;
	max-width: 960px;
	margin: 0 auto 20px;
	font-weight: bold;
	color: #000;
	text-align: left;
	border-bottom: solid 2px #000;
	font-size: 30px;

}

.h2Desc {
	width: 90%;
	max-width: 960px;
	margin: 0 auto 50px;
	line-height: 1.3;
}



h3 {
	width: 90%;
	max-width: 960px;
	margin: 0 auto 20px;
	font-weight: bold;
	color: #000;
	text-align: left;
	border-bottom: solid 2px #e60012;
	font-size: 30px;
}

h4 {
	width: 80%;
	max-width: 880px;
	padding: 5px 0px;
	margin: 0 auto 20px;
	font-weight: bold;
	color: #e60012;
	border: solid 1px #e60012;
	text-align: center;
	font-size: 18px;
	cursor: pointer;
}

.sciBox {
	width: 80%;
	max-width: 880px;
	margin: 0 auto 20px;
}


.societyProject li, {
	margin-bottom: 10px;
}

/*会則*/
.societyRules .listIndent{
	padding-left: 15px;
}

.societyRules li{
	margin-bottom: 15px;
}

.societyRules .joubun {
	font-size: 1.3em;
	color: #000;
}

.societyRules  .listinvolve ul{
	margin-left: 50px;
	margin-top: 15px;
}

/*役員*/
	.societyMember table {
		width: 100%;
		max-width: 880px;
		margin: 0px auto 0px;
		border-top: solid 1px #808080;
		border-left: solid 1px #808080;
	}

	.societyMember table th{
		max-width: 20%;
		padding: 5px 10px;
		text-align: left;
		font-weight: normal;
		border-bottom: solid 1px #808080;
		border-right: solid 1px #808080;
		background-color: #;
	}

	.societyMember table td{
		padding: 5px 10px;
		text-align: left;
		font-weight: normal;
		border-bottom: solid 1px #808080;
		border-right: solid 1px #808080;
	}

	.societyMember table .alignC{
		text-align: center;
	}


.endoutazou {
	width: 90%;
	margin: 20px auto 30px;
	max-width: 960px;
	text-align: right;
	font-size: 0.8em;
}

/*成り立ち以下*/
	.originTxt {
		width: 95%;
		max-width: 840px;
		margin: 0 auto 20px;
	}


.scrollTop {
	cursor: pointer;
	color: #e60012;
}

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

	h2 {
		font-size: 22px;
	}

	h3 {
		font-size: 22px;
	}

	/*会則*/
	.societyRules .listIndent{
		padding-left: 0px;
	}
	.societyRules  .listinvolve ul{
		margin-left: 0px;
	}

	.societyMember table {
		width: 100%;
		margin: 0 auto;
		border: none;
	}

	.societyMember table tr{
        display:block;
        width: 100%;
        margin-bottom: 5px;
	}


	.societyMember table th{
		width: 100%;
		max-width: 100%;
		padding: 10px 0px;
		text-align: center;
		margin-bottom: 10px;
		font-weight: normal;
		background-color: #cecece;
		color: #000;
		display:block;
        width: 100%;
        border: none;
	}

	.societyMember table td{
		display: list-item;
		width: 90%;
		margin-left: 10%;
		border:none;
		margin-bottom: 0px;
		list-style-type: none;
		text-align: left;
		padding: 5px 0px;
	}

	.societyMember table .alignC{
		list-style-type: none;
		text-align: right;
	}

}



