/* ---------------------------------------------
main
--------------------------------------------- */
h2{
	border-bottom: 1px solid #008965;
}

/* ---------------------------------------------
mediaquery main
--------------------------------------------- */
@media screen and (max-width: 1019px) {
	h2 img{
		height: auto;
	}
}

@media screen and (max-width: 480px) {
	h2 img{
		height: 30px;
	}
}

/* ---------------------------------------------
summary
--------------------------------------------- */
#summary{
	width: 100%;
}

#summary th{
	width: 24%;
	min-width: 70px;
	padding: 10px 20px;
	background-color: #ededed;
	text-align: left;
}

#summary td{
	padding: 10px 20px;
}

#summary th,#summary td{
	border: 1px solid #dbdbdb;
}


/* ---------------------------------------------
philosophy
--------------------------------------------- */
.philosophy{
	border: 1px solid #dbdbdb;
	padding:20px;
	margin:0 0 20px;
}
.philosophy h4 {
	margin:0 0 10px;
	font-weight:bold;
}



/* ---------------------------------------------
business
--------------------------------------------- */
.greyBorder{
	padding-bottom: 5px;
	border-bottom: 1px solid #e4e4e4;
}
#business ul{
	float: left;
	max-width: 50%;
}

#business li{
	text-indent: -1em;
	padding-left: 1em;
}

#project{
	float: left;
	width: 49%;
}

#place{
	float: right;
	width: 49%;
}

.businessImg{
	max-width: 50%;
	float: right;
}

.businessImg img{
	max-width: none;
	width: 100%;
	height: auto;
}

/* ---------------------------------------------
mediaquery business
--------------------------------------------- */
@media screen and (max-width: 600px) {
	#project{
		margin-bottom: 30px;
	}
	
	#project,#place{
		float: none;
		width: 100%;
	}
		
	#business ul{
		float: none;
		max-width: none;
	}
	
	.businessImg{
		margin-top: 10px;
		max-width: none;
		float: none;
		text-align: center;
	}
	
	.businessImg img{
		width: 80%;
	}
}

/* ---------------------------------------------
history
--------------------------------------------- */
#history{
	border: 1px solid #71bb74;
}

#history img{
	max-width: 100%;
	height: auto;
	padding: 10px 50px;
	border-radius: 0px 0px 7px 0px;
	background-color: #71bb74;
}

#history table{
	margin: 20px;
}

#history table th,#history table td{
	border-bottom: 1px dotted #71bb74;
	padding: 5px 0px;
}

#history table th{
	color: #71bb74;
	text-align: center;
	vertical-align: middle;
	width: 120px;
	padding-right: 20px;
}

.historyTh{
	color: #71bb74;
	display: none;
}

/* ---------------------------------------------
mediaquery history
--------------------------------------------- */
@media screen and (max-width: 480px) {
	#history h3 img{
		max-height: 17px;
	}
	#history table th{
		display: none;
	}
	.historyTh{	
		display: block;
	}
}



/* ---------------------------------------------
group
--------------------------------------------- */
#group h3 img{
	max-width: 100%;
	height: auto;
	padding: 10px 50px;
	border-radius: 0px 0px 7px 0px;
	background-color: #007253;
}

.groupList{
	margin: 35px 60px;
}

.groupList > li{
	float: left;
	width: 270px;
	line-height: 30px;
}

.groupList > li img{
	vertical-align: middle;
	padding: 0px 3px;
	position: relative;
	top: -2px;
}

.groupType{
	background-color: #F6F9ED;
	border: 1px solid #007253;
}

.groupList a{
	color: #0068B6;
	text-decoration: underline;
}

.sportsService{
	font-size: 80%;
	line-height: 20px;
	text-indent: 1.2em;
}

/* ---------------------------------------------
mediaquery group
--------------------------------------------- */
@media screen and (max-width: 480px) {
	#group h3 img{
		max-width: 200px;
		max-height: 17px;
	}
	
	.groupList{
		margin: 35px auto;
		width: 270px;
	}
}

/* ---------------------------------------------
other
--------------------------------------------- */
#bnr02 a{
	border: 1px solid #000;
	padding: 5px;
}