@charset "utf-8";

/*-------------------
（.sp_change_lengthway）
SP表示では縦に並べて<tbody>で分割し表示させる
複数のidやclassを全て持った要素にだけスタイルを適用させたい場合の記述(複数指定箇所はドット(.)つなぎにして絞り込む)
--------------------------------------------------*/
#vc_style table.sp_change_lengthway.sp_width_max {
	display: block;
}
#vc_style table.sp_change_lengthway.sp_tbl_center {
	margin-right: auto;
	margin-left: auto;
}
#vc_style table.sp_change_lengthway,
#vc_style table.sp_change_lengthway tbody,
#vc_style table.sp_change_lengthway tbody tr,
#vc_style table.sp_change_lengthway tbody tr th,
#vc_style table.sp_change_lengthway tbody tr td {
	display: block;
	text-align: left;
}
#vc_style table.sp_change_lengthway thead {
	display: none;
}
#vc_style table.sp_change_lengthway tbody {
	border-bottom: 1px solid #ccc;
	margin-top: 16px;
}
#vc_style table.sp_change_lengthway tbody:first-of-type {
	margin-top: 0;
}
#vc_style table.sp_change_lengthway tbody th,
#vc_style table.sp_change_lengthway tbody td {
	border-bottom: none;
}
#vc_style table.sp_change_lengthway tbody td.goods_title {
	background: #888;
	color: #fff;
}
#vc_style table.sp_change_lengthway tbody tr:last-of-type {
	/*border-bottom: 1px solid #ccc;*/
}
