/* カテゴリ・グループのフリースペース内全体の指定 */
.cg_freespace_01 {
	padding:0 0 0 0;
	margin:0 0 1em 20px;
}
.cg_freespace_02 {
	padding:0 0 0 0;
	margin:0 0 1em 20px;
}
/* カテゴリ・グループのフリースペース内の<p>タグの余白設定 */
.cg_freespace_01 p,
.cg_freespace_02 p {
	margin:0 0 10px 0;
}
/* カテゴリ・グループのフリースペース内の<ul>タグの余白設定 */
.cg_freespace_01 ul,
.cg_freespace_02 ul {
	margin:0 0 10px 0;
	padding:0;
}

.product_item .name  { text-align    : left !important; }
.product_item .price { text-align    : left !important; }
.product_list        { margin-left   : 15px; }
.my_product_list     { width         : 100%; }
.my_product_item     { margin-bottom : 1em; margin-left : 15px; }

.my_product_item_table {
	width         : 98%;
	margin        : 0 auto 10px auto;
	border        : solid 1px #444;
}

.my_product_name_table {
	padding          : 10px 0;
	background-color : #eee;
	border-bottom    : solid 1px #ddd;
}

.my_product_name_table a {
	text-decoration : none;
	margin-left     : 20px;
	padding-left    : 15px;
	font-size       : 16px;
	border-left     : solid 5px #d50000;
}

.my_product_name_underline {
	color           : #000;
	padding-bottom  : 2px;
	border-bottom   : dotted 1px #444;
}

.my_product_picture_box_table {
	width            : 200px;
	height           : 150px;
}

.my_product_picture_box_table img {
	width  : auto;
	height : 120px;
	border : solid 1px #aaa;
}

.my_detail_button {
	width  : 120px;
	height : 20px;
	margin : 25px 40px 0 0;
}

.my_expl {
	text-align    : right;
	margin-right  : 20px;
	margin-left   : 50px;
	padding       : 0 20px 10px 0;
	border-bottom : solid 1px #888;
	font-size     : 120%;
}

.my_price {
	border-bottom : solid 1px #444;
	margin        : 0 20px 10px 0px;
	padding       : 5px 20px;
	text-align    : right;
}

.my_price p {
	font-size : 150%;
}

.category_top {
	width  : 680px;
	height : 200px;
	border : solid 1px #aaa;
}

.category_top p {
	margin-top : 20px;
}

.img_category_top {
	float : left;
}

.category_top_description {
	float     : left;
	width     : 350px;
	height    : 200px;
	padding   : 20px 0 0 10px;
	font-size : 12px;
}

.pagenavi {
	clear : both;
}
