@charset "UTF-8";
/* CSS Document */

/*======================================
 事業概要
======================================*/

body#about section.main section {
	display: table;
	position:relative;
	width: 100%;
	max-width: 700px;
	margin:0 auto;
}
body#about section.main section:first-child {
	padding-top: 5rem;
}
body#about section.main section:last-child {
	padding-bottom: 5rem;
}


body#about section.main section aside h2 {
	padding-top: 0;
}

aside, .content {
	display: table-cell;
	vertical-align: top;
}

aside {
	width:130px;
	border-right:solid 1px #ccc;
}
aside h2 {
	text-align:left;
	font-size:2rem;
}

.content {
	padding:0 8% 5rem 8%;
}

#aboutus dl {
	font-size:1.6rem;
}
#aboutus dl dt,
#aboutus dl dd {
	margin-bottom:30px;
}
#aboutus dl dt {
	width:10rem;
	clear: left;
	float: left;
	font-weight: bold;
}
#aboutus dl dd {
	margin-left:10rem;
}

#members ul li {
	clear: both;
	margin-bottom:30px;
}
#members ul li:after { content: ""; clear: both; display: block; }

i.member-icon {
	float: left;
	width:40px;
	height:40px;
	border-radius: 4px;
	vertical-align: top;
	margin-right:20px;
	background-repeat:no-repeat;
	background-position:center;
}
i.member-icon.black {
	background:url(../img/members/staronly500_black.png);
	background-size:cover;
}
i.member-icon.white {
	background:url(../img/members/staronly500_white.png);
	background-size:cover;
	border:solid 1px #ccc;
}

#members span {
	float: left;
}
#members span em {
	font-style: normal;
	display: block;
	font-size:2rem;
	font-weight: bold;
}

@media only screen and (max-width: 800px) {
	aside {
		width:120px;
	}
}
@media only screen and (max-width: 599px) {
	body#about section.main section {
		border-bottom: solid 1px #ddd;
		margin: 0;
	}
	body#about section.main section:first-child {
		padding: 2rem 0;
	}
	body#about section.main section:last-child {
		padding: 2rem 0;
		border-bottom: none;
	}
	aside, .content {
		display: block;
		width:100%;
	}
	aside {
		border-right:none;
	}
	aside h2 {
		text-align:center;
	}
	.content {
		padding:0 8%;
	}
}
