/* This is the StyleCatcher theme addition. Do not remove this block. */
@import url(http://gmcc-glass.sakura.ne.jp/mt/mt-static/themes-base/blog.css);
@import url(http://gmcc-glass.sakura.ne.jp/mt/mt-static/support/themes/at_01/at_01.css);
/* end StyleCatcher imports */

/* 商品詳細の枠の厚み、幅、ハングマンのテーブルCSS */
.shousai_table {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #999;
	border-left-color: #999;
}
.shousai_table tr th {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999;
	border-bottom-color: #999;
	background-color: #333;
	color: #FFF;
	text-align: center;
}
.shousai_table tr td {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999;
	border-bottom-color: #999;
	background-color: #FFF;
}

