@charset "utf-8";

#about {
	font-size: 15px;
	line-height: 1.6;
	margin: 0 auto 0;
	padding: 0 10px 0 10px;
}
#about.jp {
	font-size: 14px;
}
#about p {
	margin-bottom: 30px;
}
#about p.margin_none {
	margin-bottom: 0;
}
#about h2 {
	background: url(/img/common/h2_icon.png) left center no-repeat;
	color: #444;
	font-size: 16px;
	font-weight: normal;
	line-height: 18px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 5px;
	padding: 7px 0 5px 15px;
}
#about.jp h2 {
	font-size: 15px;
}
#about .banner {
	padding: 0 10px 0 10px;
}
#about .banner_img {
	text-align: center;
	margin: 10px auto 25px;
}
#about .banner_img a img {
	display: inline-block;
	margin: 0 5px 5px 5px;
}
#about .banner_img a:hover img {
	opacity: 0.8;
}
#about .button {
	font-size: 12px;
	text-align: right;
	margin: 30px 0 30px 0;
}
#about .button a {
	color: #fff;
	text-decoration: none;
	text-align: center;
	background: #444;
	border-radius: 4px;
	-moz--border-radius: 4px;
	-webkit-border-radius: 4px;
	display: inline-block;
	padding: 7px 10px 7px 10px;
}
#about .button a:hover {
	color: #ec798f;
}

/* Media Query
---------------------------------------------- */
@media screen and (max-width: 767px) { /* 767px以下用 */
	#about .banner_img a:hover img {
		opacity: 1.0;
	}
	#about .button {
		text-align: center;
		margin: 30px 0;
	}
	#about .button a {
		width: 100%;
		height: 34px;
		line-height: 34px;
		margin: 0;
		padding: 0;
	}
	#about .button a:hover {
		color: #fff;
	}
}

/* Font Awesome
---------------------------------------------- */
#about .button a i {
	padding-right: 5px;
}

