@charset "Shift_JIS";

.spcontwrap{
	width:560px;
	margin:0 0 10px!important;
	overflow:hidden;
}

.spcontwrapLeft{
	float:left;
	width:260px;
	overflow:hidden;
}

.spcontwrapLeft .spPhoto{
	float:left;
	width:90px;
}

.spcontwrapLeft .spText{
	float:right;
	width:160px;
	color: #666;
	font-size:14px!important;
	line-height:18px;
}

.spcontwrapRight{
	float:right;
	width:260px;
	overflow:hidden;
}

.spcontwrapRight .spPhoto{
	float:left;
	width:90px;
}

.spcontwrapRight .spText{
	float:right;
	width:160px;
}
.spTextTitle{
	font-size:14px!important;
	line-height:18px!important;
	color: #333;
}
.spTextcont{
	float:left;
	width:160px;
	margin:8px 0 !important;
	color: #666;
	font-size:11px!important;
	line-height:15px!important;
}

.mb10{
	margin:0 0 8px!important;
}
@media (max-width:640px) {
	.spcontwrap{
		width:auto;
		margin:0 0 10px!important;
		overflow:hidden;
	}
	
	.spcontwrapLeft{
		float:left;
		width:260px;
		overflow:hidden;
	}
	
	.spcontwrapLeft .spPhoto{
		float:left;
		width:90px;
	}
	
	.spcontwrapLeft .spText{
		float:right;
		width:160px;
		margin:0 0 10px;
		color: #666;
		font-size:8px!important;
		line-height:130%!important;
}
	
	.spcontwrapRight{
		float:right;
		width:260px;
		overflow:hidden;
	}
	
	.spcontwrapRight .spPhoto{
		float:left;
		width:90px;
	}
	
	.spcontwrapRight .spText{
		float:right;
		width:160px;
		color: #666;
	}
	
	.spTextTitle{
		line-height:1em!important;
		font-size:130%!important;
		font-weight:bold!important;
	}
	.spTextcont{
		float:left;
		width:160px;
		margin:10px 0 !important;
		font-size:80%!important;
		line-height:120%!important;
	}
}