@charset "shift_jis";

/*
===== CONTENTS =========================================

 // Site Outline //

	Site Name:  “Œ‹ž‘nŒ³ŽÐ
	URL:  http://www.tsogen.co.jp/


 // Font-size Adjustment //

	71% = 10px
	86% = 12px
	100% = 14px
	114% = 16px
	129% = 18px


 // CSS Index //

	1: 

=======================================================
*/


/*------------------------------
 // 1: cartTable
------------------------------ */
#cart #main .cartTable {
	margin-top: 20px;
}

#cart #main .cartTable th {
	padding: 10px;
	text-align: left;
	border-bottom: 1px solid #ccc;
}

#cart #main .cartTable th.tablehead {
	padding: 3px;
	text-align: center;
	background-color: #c8dbf5;
	border-bottom: none;
}

#cart #main .cartTable td {
	padding: 10px;
	text-align: center;
	border-bottom: 1px solid #ccc;
}

#cart #main .cartTable td.update {
	padding: 0;
	text-align: left;
}

#cart #main .cartTable input.amount{
	width: 30px;
	color: #666;
	margin-top: 2px;
	margin-right: 5px;
	voice-family:"\"}\""; voice-family:inherit; width:30px;
}	html>body input.amount{width:35px;}

#cart #main .total {
	width: 250px;
	margin-bottom: 10px;
	float: right;
}

/*------------------------------
 // 1: cartEx
------------------------------ */
#cart #main .cartEx {
	margin-top: 10px;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
}

#cart #main .cartEx ul {
	margin-left: 20px;
	list-style-type: disc;
}




