@charset "utf-8";

.paditop15 {
	clear:both;
	padding: 15px 0 0 0;
}
.profimg {
	width: 50%;
}
#prof2 h2,
#prof2 p {
	margin: 0 0 20px 0;
}
ul.clientlist li {
	float: left;
	margin: 0 3px 0 0;
	list-style-type: none;
}
ul.clientlist li:after {
	content: "/";
}
.martop20 {
	clear: both;
	margin: 20px 0 0 0;
}
.chosyo {
	margin: 20px 0 0 0;
}
.sns li {
	list-style-type: none;
	float: left;
	width: 31%;
	margin: 1%;
}
.sns li a {
	text-align: center;
	display: block;
	font-size: 0.8em;
	background-color: #333;
	color: #fff;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}
.sns li a:hover{
	text-decoration: none;
}
@media screen and (min-width : 1140px) {
	.profimg {
		width: auto;
	}
	#prof1,
	#prof2 {
		float: left;
	}
	#prof1 {
		width: 400px;
		text-align: right;
		vertical-align: bottom;
		padding: 80px 0 0 0;
	}
	#prof2 {
		width: 500px;
		text-align: left;
		padding:  50px 0 0 60px;
	}
	.chosyo {
		width: 21%;
		float: left;
		font-size: 0.8em;
		line-height: 120%;
	}
	h3 {
		clear: both;
	}
}