@charset "UTF-8";


/* layout (1column-layout)
----------------------------------------------- */
#main {
	float: none;
	width: 900px;
	padding: 0 0 50px;
}
#main p {
	margin: 15px 0 0;
}
#topicPath {
	margin: 25px 0 0;
}
h1 {
	margin: 25px 0 0;
}


/* show.html
----------------------------------------------- */
.show .column {
	width: 280px;
	margin: 0 0 0 595px;
}
* html .show .column {
	width: 280px;
}

.show .column .left {
	float: left;
	width: 110px;
}
.show .column .right {
	float: right;
	width: 160px;
}

.show .submit {
	text-align: center;
}
.show .submit ul {
	width: 390px;
	margin: 50px auto 0;
}
.show .submit li {
	float: left;
	margin: 0 0 0 20px;
}

/* tableType_carts */
.tableType_carts {
	width: 900px;
	margin: 20px 0 0;
}
.tableType_carts .head td {
	padding: 5px 10px;
	border-top: 1px solid #c8c8c8;
	background: #eee;
	font-weight: bold;
	text-align: center;
}
.tableType_carts td {
	padding: 10px;
	border-bottom: 1px solid #c8c8c8;
	text-align: center;
}
.tableType_carts .photo { width: 100px; }
.tableType_carts .name { width: 490px; text-align: left; }
.tableType_carts .quantity { width: 60px; }
.tableType_carts .delete { width: 60px; }
.tableType_carts .gift { width: 80px; }
.tableType_carts .price { width: 110px; text-align: right; }

.tableType_carts .check {
	padding: 10px 10px 0;
	border: none;
	text-align: right;
}
.tableType_carts .check img {
	margin: 0 0 0 5px;
}
.tableType_carts .total {
	padding: 15px 10px 10px;
	text-align: right;
}
.tableType_carts .total .fontsize3 {
	color: #ff8c00;
	font-weight: bold;
}



/* clearfix
----------------------------------------------- */
.show .column:after,
.show .submit ul:after {  
    content: ".";  
    display: block;  
    visibility: hidden;  
    height: 0.1px;  
    font-size: 0.1em;  
    line-height: 0;  
    clear: both;  
}