@charset "UTF-8";
/*
Theme Name: yamashita_concept
Author: LeadDesign
Description: All
*/
/* 山下ホームの想い */
.thought {
	padding: 0 0 60px 0;
}
.thought h3 {
	font-size: 12px;
	text-align: center;
	font-family: 'Dosis', sans-serif;
	padding: 20px 0 20px 0;
}
.thought h3 span {
	display: block;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 16px;
	border-bottom: 1px solid #313131;
	padding: 0 0 5px 0;
	margin: 0 0 5px 0;
}
.thought .top_text {
	text-align: center;
	padding: 30px 0;
	font-size: 15px;
	line-height: 2;
}
.thought .thought_list {
	display: -webkit-flex;
	display: flex;
	align-items: center;
}
.thought .thought_list .thought_image {
	width: 300px;
}
.thought .thought_list .thought_image img {
	height: 300px;
	width: 300px;
	object-fit: cover;
	object-position: center center;
	font-family: 'object-fit: cover; object-position: bottom;';
	border: 1px solid #313131;
	box-shadow: 4px 4px #cdc294;
}
.thought .thought_list .thought_text {
	width: calc(100% - 300px);
	padding: 0 0 0 20px;
}
.thought .thought_list .thought_text dl {
	font-size: 15px;
}
.thought .thought_list .thought_text dl dt {
	font-weight: 600;
}
.thought .thought_list .thought_text dl dt:before {
	content: "■";
	padding: 0 5px 0 0;
}
.thought .thought_list .thought_text dl dd {
	font-size: 13px;
	line-height: 2;
}
.thought .bottom_text {
	text-align: center;
	padding: 30px 0;
	font-size: 18px;
	font-weight: 600;
	line-height: 2;
}
.concept_president {
	width: 100%;
	background-color: #f0ecdb;
	padding: 40px 0;
}
.concept_president .concept_president_inner {
	max-width: 960px;
	margin: 0 auto;
}
.concept_president .concept_president_inner h3 {
	font-size: 12px;
	text-align: center;
	font-family: 'Dosis', sans-serif;
	padding: 20px 0 20px 0;
}
.concept_president .concept_president_inner h3 span {
	display: block;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 16px;
	border-bottom: 1px solid #313131;
	padding: 0 0 5px 0;
	margin: 0 0 5px 0;
}
.concept_president .concept_president_inner .president_container {
	display: -webkit-flex;
	display: flex;
	align-items: center;
}
.concept_president .concept_president_inner .president_container .president_image {
	width: 300px;
}
.concept_president .concept_president_inner .president_container .president_image p {
	text-align: center;
	padding: 15px 0 0 0;
	font-weight: 600;
}
.concept_president .concept_president_inner .president_container .president_image span {
	display: block;
	text-align: center;
	font-size: 12px;
}
.concept_president .concept_president_inner .president_container .president_image img {
	height: 300px;
	width: 300px;
	object-fit: cover;
	object-position: center center;
	font-family: 'object-fit: cover; object-position: bottom;';
	border: 1px solid #313131;
	box-shadow: 4px 4px #cdc294;
}
.concept_president .concept_president_inner .president_container .president_text {
	width: calc(100% - 300px);
	padding: 0 0 0 20px;
}
.concept_president .concept_president_inner .president_container .president_text h4 {
	font-size:  16px;
	padding: 10px 0 10px 0;
	margin: 30px 0 0 0;
	position:  relative;
}
.concept_president .concept_president_inner .president_container .president_text h4:before {
	content: '';
	width: 30px;
	height: 3px;
	background-color: #80af3e;
	display: block;
	position: absolute;
	left: 0;
	top: -6px;
}
.concept_president .concept_president_inner .president_container .president_text p {
	font-size: 15px;
	line-height: 2;
	padding: 15px 0 0 0;
}
.rinen {
	width: 100%;
	background-color: #cdc294;
	padding: 40px 0;
}
.rinen .rinen_inner {
	max-width: 960px;
	margin: 0 auto;
}
.rinen .rinen_inner h3 {
	font-size: 12px;
	text-align: center;
	font-family: 'Dosis', sans-serif;
	padding: 20px 0 20px 0;
}
.rinen .rinen_inner h3 span {
	display: block;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 16px;
	border-bottom: 1px solid #313131;
	padding: 0 0 5px 0;
	margin: 0 0 5px 0;
}
.rinen .rinen_inner ol {
	width: calc(100% - 4px);
	counter-reset: number;
	list-style-type: none!important;
	padding: 15px;
	background-color: #fff;
	border: 1px solid #313131;
	box-shadow: 4px 4px #313131;
}
.rinen .rinen_inner ol li {
	padding: 10px 0;
	position: relative;
	padding-left: 20px;
	line-height: 2;
	border-bottom: 1px dashed #aaaaaa;
}
.rinen .rinen_inner ol li:last-child {
	border-bottom: 0;
}
.rinen .rinen_inner ol li:before{
	counter-increment: number;
	content: counter(number) ".";
	position: absolute;
	left: 0;
	font-family: 'Dosis', sans-serif;
	font-size: 16px;
}
.environment {
	padding: 40px 0;
}
.environment h3 {
	font-size: 12px;
	text-align: center;
	font-family: 'Dosis', sans-serif;
	padding: 20px 0 20px 0;
}
.environment h3 span {
	display: block;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 16px;
	border-bottom: 1px solid #313131;
	padding: 0 0 5px 0;
	margin: 0 0 5px 0;
}
.environment .environment_container {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.environment .environment_container h4 {
	font-size:  16px;
	padding: 10px 0 10px 0;
	margin: 30px 0 0 0;
	position:  relative;
}
.environment .environment_container h4:before {
	content: '';
	width: 30px;
	height: 3px;
	background-color: #80af3e;
	display: block;
	position: absolute;
	left: 0;
	top: -6px;
}
.environment .environment_container p {
	font-size: 15px;
	line-height: 2;
}
.environment .environment_container .environment_t_l {
	width: calc(100% - 300px);
	padding: 20px 20px 20px 0;
}
.environment .environment_container .environment_t_r {
	width: calc(100% - 300px);
	padding: 20px 0 20px 20px;
}
.environment .environment_container .environment_i_l {
	width: 300px;
	padding: 20px 0;
}
.environment .environment_container .environment_i_l img {
	height: 300px;
	width: 300px;
	object-fit: cover;
	object-position: center center;
	font-family: 'object-fit: cover; object-position: bottom;';
	border: 1px solid #313131;
	box-shadow: 4px 4px #cdc294;
}
.environment .environment_container .environment_i_r {
	width: 300px;
	padding: 20px 0;
}
.environment .environment_container .environment_i_r img {
	height: 300px;
	width: 300px;
	object-fit: cover;
	object-position: center center;
	font-family: 'object-fit: cover; object-position: bottom;';
	border: 1px solid #313131;
	box-shadow: 4px 4px #cdc294;
}
.tour {
	padding: 20px 0;
}
.tour h4 {
	font-size:  16px;
	padding: 10px 0 10px 0;
	margin: 30px 0 0 0;
	position:  relative;
}
.tour h4:before {
	content: '';
	width: 30px;
	height: 3px;
	background-color: #80af3e;
	display: block;
	position: absolute;
	left: 0;
	top: -6px;
}
.tour p {
	font-size: 15px;
	line-height: 2;
	padding: 0 0 20px 0;
}
.tour ul {
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.tour ul li {
	width: 100%;
}
.tour ul li img {
	width: calc(100% - 10px);
	height: 150px;
	object-fit: cover;
	object-position: center center;
	font-family: 'object-fit: cover; object-position: bottom;';
	border: 1px solid #313131;
	box-shadow: 4px 4px #cdc294;
}
/* 健康な家 */
.housing {
	padding: 0 0 40px 0;
}
.housing h3 {
	font-size: 12px;
	text-align: center;
	font-family: 'Dosis', sans-serif;
	padding: 20px 0 20px 0;
}
.housing h3 span {
	display: block;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 16px;
	border-bottom: 1px solid #313131;
	padding: 0 0 5px 0;
	margin: 0 0 5px 0;
}
.housing h4 {
	font-size:  16px;
	padding: 10px 0 10px 0;
	margin: 30px 0 0 0;
	position:  relative;
}
.housing h4:before {
	content: '';
	width: 30px;
	height: 3px;
	background-color: #80af3e;
	display: block;
	position: absolute;
	left: 0;
	top: -6px;
}
.housing p {
	font-size: 13px;
	line-height: 2;
}
.housing .housing_top {
	font-size: 15px;
	line-height: 2;
}
.housing .housing_container {
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 0 0 15px 0;
}
.housing .housing_container div {
	width: calc(100% / 3);
	padding: 15px 0;
}
.housing .housing_container div h5 {
	text-align: center;
	font-size: 16px;
}
.housing .housing_container div h5 span {
	display: block;
	font-size: 13px;
}
.housing .housing_container div p {
	font-size: 13px;
	line-height: 2;
	padding: 0 20px;
}
.housing .housing_container div img {
	width: calc(100% - 10px);
	height: 150px;
	object-fit: cover;
	object-position: center center;
	font-family: 'object-fit: cover; object-position: bottom;';
	border: 1px solid #313131;
	box-shadow: 4px 4px #cdc294;
}
.housing .choice_container {
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	padding: 0 0 30px 0;
}
.housing .choice_container div {
	width: calc(25% - 10px);
}
.housing .choice_container div img {
	margin: 0 auto;
	width: 200px;
	height: 200px;
	object-fit: cover;
	object-position: center center;
	font-family: 'object-fit: cover; object-position: bottom;';
	border: 1px solid #313131;
	box-shadow: 4px 4px #cdc294;
}
.housing .season_container {
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	padding: 0 0 30px 0;
}
.housing .season_container div {
	width: calc(50% - 10px);
}
.housing .season_container div img {
	margin: 0 auto;
	width: 300px;
	padding: 20px 0 10px 0;
}
.housing .fp_link {
	width: 100%;
}
.housing .fp_link img:hover,
.housing .fp_link img:active {
	opacity: 0.8;
	transition: 0.6s;
}
.housing .fp_link img {
	margin: 0 auto;
	width: 350px;
	transition: 0.6s;
}
.housing .airtight_container {
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 0 30px 0;
}
.housing .airtight_container .at_text {
	width: calc(100% - 300px);
	padding: 0 20px 0 0;
}
.housing .airtight_container .at_image {
	width: 300px;
}
.housing .insulation_container {
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	padding: 0 0 30px 0;
}
.housing .insulation_container div {
	width: calc(50% - 10px);
}
.housing .insulation_container div img {
	margin: 0 auto;
	width: 80%;
	max-width: 400px;
	padding: 20px 0 0 0;
}
.housing .other_container {
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.housing .other_container div {
	width: calc(50% - 10px);
}
.housing .other_container div img {
	margin: 0 auto;
	width: 300px;
	padding: 20px 0 0 0;
}
/* 現場のこだわり */
.genba {
	padding: 0 0 40px 0;
}
.genba h3 {
	font-size: 12px;
	text-align: center;
	font-family: 'Dosis', sans-serif;
	padding: 20px 0 20px 0;
}
.genba h3 span {
	display: block;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 16px;
	border-bottom: 1px solid #313131;
	padding: 0 0 5px 0;
	margin: 0 0 5px 0;
}
.genba h4 {
	text-align: center;
	font-size: 15px;
	padding: 0 0 20px 0;
}
.genba p {
	font-size: 13px;
	line-height: 2;
}
.genba .genba_container {
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 0 30px 0;
}
.genba .genba_container .genba_container_text {
	width: calc(100% - 300px);
	padding: 0 20px 0 0;
}
.genba .genba_container .genba_container_image {
	width: 300px;
}
.genba .genba_container .genba_container_image img {
	width: calc(300px - 4px);
	box-shadow: 4px 4px #cdc294;
}
.genba .syokushinkai {
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	border: 1px solid #313131;
	padding: 20px;
}
.genba .syokushinkai .syokushinkai_title {
	width: 200px;
}
.genba .syokushinkai .syokushinkai_title h4 {
	text-align: left;
}
.genba .syokushinkai .syokushinkai_text {
	width: calc(100% - 200px);
}
.genba .syokushinkai .syokushinkai_text p {
	padding: 0 0 20px 0;
}
.genba .syokushinkai .syokushinkai_text h5 {
	font-size: 15px;
	padding: 0 0 10px 0;
}
.genba .syokushinkai .syokushinkai_text ul {
	font-size: 13px;
}
.genba .syokushinkai .syokushinkai_text ul li {
	border-bottom: 1px dashed #aaaaaa;
	padding: 5px 0;
}
.genba .syokushinkai .syokushinkai_text ul li:before {
	content: "○";
	padding: 0 5px 0 0;
}
/* 設計のこだわり */
.sekkei {
	padding: 0 0 40px 0;
}
.sekkei h3 {
	font-size: 12px;
	text-align: center;
	font-family: 'Dosis', sans-serif;
	padding: 20px 0 20px 0;
}
.sekkei h3 span {
	display: block;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 16px;
	border-bottom: 1px solid #313131;
	padding: 0 0 5px 0;
	margin: 0 0 5px 0;
}
.sekkei h4 {
	padding: 0 0 20px 0;
}
.sekkei p {
	font-size: 13px;
	line-height: 2;
}
.sekkei img {
	height: 300px;
	width: calc(100% - 4px);
	object-fit: cover;
	object-position: center center;
	font-family: 'object-fit: cover; object-position: bottom;';
	border: 1px solid #313131;
	box-shadow: 4px 4px #cdc294;
	margin: 30px auto;
}
.sekkei .sekkei_container {
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	border: 1px solid #313131;
	padding: 20px;
	margin: 0 auto 20px auto;
}
.sekkei .sekkei_container .sekkei_container_title {
	width: 200px;
}
.sekkei .sekkei_container .sekkei_container_title h4 {
	text-align: left;
}
.sekkei .sekkei_container .sekkei_container_text {
	width: calc(100% - 200px);
}
.sekkei .sekkei_container .sekkei_container_text ul {
	font-size: 13px;
}
.sekkei .sekkei_container .sekkei_container_text ul li {
	border-bottom: 1px dashed #aaaaaa;
	padding: 5px 0;
}
.sekkei .sekkei_container .sekkei_container_text ul li:before {
	content: "○";
	padding: 0 5px 0 0;
}
.sekkei a {
	margin: 0 auto;
	width: 180px;
	font-size: 14px;
	font-weight: 300;
	padding: 3px 15px 3px 15px;
	text-align: center;
	background-color: #fff;
}
.sekkei a:after {
	content: ">";
	padding: 0 0 0 10px;
}
/* 完成後のお付き合い */
.afterfollow {
	padding: 0 0 40px 0;
}
.afterfollow h3 {
	font-size: 12px;
	text-align: center;
	font-family: 'Dosis', sans-serif;
	padding: 20px 0 20px 0;
}
.afterfollow h3 span {
	display: block;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 16px;
	border-bottom: 1px solid #313131;
	padding: 0 0 5px 0;
	margin: 0 0 5px 0;
}
.afterfollow h4 {
	text-align: center;
	padding: 0 0 20px 0;
}
.afterfollow p {
	font-size: 13px;
	line-height: 2;
	padding: 0 0 20px 0;
}
.afterfollow ul {
	display: -webkit-flex;
	display: flex;
	justify-content: space-around;
	align-items: center;
	padding: 0 0 20px 0;
}
.afterfollow ul li {
	font-weight: 600;
	width: 80px;
	height: 80px;
	border: 2px solid #313131;
	text-align: center;
	border-radius: 50%;
	line-height: 4.7;
}
.afterfollow img {
	width: 100%;
	max-width: 500px;
	margin: 0 auto 30px auto;
}
.afterfollow a {
	margin: 0 auto;
	width: 180px;
	font-size: 14px;
	font-weight: 300;
	padding: 3px 15px 3px 15px;
	text-align: center;
	background-color: #fff;
}
.afterfollow a:after {
	content: ">";
	padding: 0 0 0 10px;
}
@media screen and (max-width:980px) {
	.concept_president .concept_president_inner {
		padding: 0 20px;
	}
	.rinen .rinen_inner {
		padding: 0 20px;
	}
}
@media screen and (max-width:750px) {
	/* 山下ホームの想い */
	.thought {
		padding: 0 0 30px 0;
	}
	.thought .top_text {
		text-align: left;
		padding: 15px 0;
		font-size: 13px;
	}
	.thought .thought_list {
		flex-wrap: wrap;
	}
	.thought .thought_list .thought_image {
		width: 100%;
	}
	.thought .thought_list .thought_image img {
		height: 200px;
		width: 300px;
	}
	.thought .thought_list .thought_text {
		width: 100%;
		padding: 15px 0 0 0;
	}
	.thought .thought_list .thought_text dl {
		font-size: 13px;
	}
	.thought .bottom_text {
		text-align: left;
		padding: 10px 0 0 0;
		font-size: 13px;
	}
	.concept_president {
		padding: 30px 0;
	}
	.concept_president .concept_president_inner .president_container {
		flex-wrap: wrap;
	}
	.concept_president .concept_president_inner .president_container .president_image {
		width: 100%;
	}
	.concept_president .concept_president_inner .president_container .president_image img {
		height: 200px;
		width: 300px;
	}
	.concept_president .concept_president_inner .president_container .president_text {
		width: 100%;
		padding: 0 0 0 0;
	}
	.concept_president .concept_president_inner .president_container .president_text h4 {
		font-size:  15px;
	}
	.concept_president .concept_president_inner .president_container .president_text p {
		font-size: 13px;
		padding: 0 0 0 0;
	}
	.rinen {
		padding: 30px 0;
	}
	.rinen .rinen_inner ol li {
		font-size: 13px;
	}
	.rinen .rinen_inner ol li:before{
		font-size: 13px;
	}
	.environment {
		padding: 30px 0;
	}
	.environment .environment_container h4 {
		font-size:  15px;
	}
	.environment .environment_container p {
		font-size: 13px;
	}
	.environment .environment_container .environment_t_l {
		width: 100%;
		padding: 20px 0px 20px 0;
	}
	.environment .environment_container .environment_t_r {
		width: 100%;
		padding: 20px 0 20px 0;
	}
	.environment .environment_container .environment_i_l {
		width: 100%;
		padding: 0 0;
	}
	.environment .environment_container .environment_i_l img {
		height: 200px;
		width: 300px;
	}
	.environment .environment_container .environment_i_r {
		width: 100%;
		padding: 0 0;
	}
	.environment .environment_container .environment_i_r img {
		height: 200px;
		width: 300px;
	}
	.tour {
		padding: 0;
	}
	.tour h4 {
		font-size:  15px;
	}
	.tour p {
		font-size: 13px;
	}
	.tour ul {
		flex-wrap: wrap;
	}
	.tour ul li {
		width: 100%;
		margin: 0 auto 15px auto;
	}
	.tour ul li img {
		width: 100%;
		height: 150px;
	}
	.environment_1 {
		order: 1;
	}
	.environment_2 {
		order: 2;
	}
	.environment_3 {
		order: 3;
	}
	.environment_4 {
		order: 4;
	}
	/* 健康な家 */
	.housing {
		padding: 0 0 20px 0;
	}
	.housing h4 {
		font-size:  15px;
	}
	.housing .housing_top {
		font-size: 13px;
	}
	.housing .housing_container {
		padding: 0 0 10px 0;
	}
	.housing .housing_container div {
		width: 100%;
		padding: 10px 0;
	}
	.housing .housing_container div h5 {
		font-size: 15px;
	}
	.housing .housing_container div h5 span {
		font-size: 12px;
	}
	.housing .housing_container div p {
		padding: 0 0;
	}
	.housing .housing_container div img {
		width: calc(100% - 4px);
	}
	.housing .housing_container .housing_01 {
		order: 1;
	}
	.housing .housing_container .housing_02 {
		order: 2;
	}
	.housing .housing_container .housing_03 {
		order: 3;
	}
	.housing .housing_container .housing_04 {
		order: 4;
	}
	.housing .housing_container .housing_05 {
		order: 5;
	}
	.housing .housing_container .housing_06 {
		order: 6;
	}
	.housing .housing_container .housing_07 {
		order: 7;
	}
	.housing .housing_container .housing_08 {
		order: 8;
	}
	.housing .housing_container .housing_09 {
		order: 9;
	}
	.housing .choice_container {
		flex-wrap: wrap;
		padding: 0 0 20px 0;
	}
	.housing .choice_container div {
		width: 100%;
	}
	.housing .choice_container div p {
		padding: 0 0 20px 0;
	}
	.housing .season_container {
		flex-wrap: wrap;
		padding: 0 0 20px 0;
	}
	.housing .season_container div {
		width: 100%;
	}
	.housing .fp_link img {
		width: 100%;
	}
	.housing .airtight_container {
		flex-wrap: wrap;
		padding: 0 0 20px 0;
	}
	.housing .airtight_container .at_text {
		width: 100%;
		padding: 0 0 0 0;
		order: 2;
	}
	.housing .airtight_container .at_image {
		width: 100%;
		padding: 0 0 10px 0;
	}
	.housing .insulation_container {
		flex-wrap: wrap;
		padding: 0 0 20px 0;
	}
	.housing .insulation_container div {
		width: 100%;
	}
	.housing .insulation_container div img {
		margin: 0 auto;
		width: 100%;
		}
	.housing .other_container div {
		width: 100%;
	}
	/* 現場のこだわり */
	.genba {
		padding: 0 0 20px 0;
	}
	.genba h3 span {
		font-size: 15px;
	}
	.genba h4 {
		font-size: 13px;
	}
	.genba .genba_container {
		flex-wrap: wrap;
		padding: 0 0 0 0;
	}
	.genba .genba_container .genba_container_text {
		width: 100%;
		padding: 20px 0 20px 0;
		order: 2;
	}
	.genba .genba_container .genba_container_image {
		width: 100%;
		order: 1;
	}
	.genba .genba_container .genba_container_image img {
		width: calc(100% - 4px);
	}
	.genba .syokushinkai {
		flex-wrap: wrap;
	}
	.genba .syokushinkai .syokushinkai_title {
		width: 100%;
	}
	.genba .syokushinkai .syokushinkai_text {
		width: 100%;
	}
	.genba .syokushinkai .syokushinkai_text h5 {
		font-size: 13px;
	}
	/* 設計のこだわり */
	.sekkei {
		padding: 0 0 20px 0;
	}
	.sekkei h3 span {
		font-size: 15px;
	}
	.sekkei h4 {
		font-size: 13px;
	}
	.sekkei img {
		height: 200px;
		width: calc(100% - 4px);
		margin: 20px auto;
	}
	.sekkei .sekkei_container {
		flex-wrap: wrap;
	}
	.sekkei .sekkei_container .sekkei_container_title {
		width: 100%;
	}
	.sekkei .sekkei_container .sekkei_container_text {
		width: 100%;
	}
	.sekkei a {
		width: 160px;
		font-size: 13px;
		padding: 2px 15px 2px 15px;
	}
	.sekkei a:after {
		padding: 0 0 0 8px;
	}
	/* 完成後のお付き合い */
	.afterfollow {
		padding: 0 0 20px 0;
	}
	.afterfollow h3 span {
		font-size: 15px;
	}
	.afterfollow h4 {
		font-size: 15px;
		text-align: left;
	}
	.afterfollow ul li {
		width: 50px;
		height: 50px;
		line-height: 3.5;
		font-size: 13px;
	}
	.afterfollow a {
		width: 160px;
		font-size: 13px;
		padding: 2px 15px 2px 15px;
	}
	.afterfollow a:after {
		padding: 0 0 0 8px;
	}
}