@charset "Shift_JIS";

/*
========================================
=
=	A 商品情報管理画面
=
========================================
*/

	/*
	========================================
	=
	=	商品情報一覧
	=
	========================================
	*/
	#itemList {
		text-align: center;
	}
	
		#itemList th {
			padding: 10px 7px 7px 7px;
			background: #f3f3f2;
		}
		
		#itemList td {
			padding: 9px 7px 8px;
			border: 1px solid #d5d5d5;
		}
	
	#itemListA2 {
		text-align: left;
	}
	
		#itemListA2 th {
			padding: 10px 7px 7px 7px;
			background: #f3f3f2;
		}
		
		#itemListA2 td {
			padding: 17px 7px 10px 7px;
			border: 1px solid #d5d5d5;
		}
		
		#rowId {
			width: 5%;
			height: auto;
		}
		
		#rowName {
			width: 26%;
			height: auto;
		}
		
		#rowCategory {
			width: 21%;
			height: auto;
		}
		
		#rowUpdate {
			width: 10%;
			height: auto;
		}
		
		#rowState {
			width: 8%;
			height: auto;
		}
		
		#rowOption {
			width: 30%;
			height: auto;
		}

	
	/*
	========================================
	=
	=	商品情報新規登録完了
	=
	========================================
	*/
	.loginBox {
	font-size: 12px;
	color: #595757;
	text-align: center;
	width: 780px;
	margin-top: 100px;
	margin-bottom: 100px;
	background-position: center;
}
		.footer {
			padding-bottom: 20px;
			border-bottom: 9px solid #ea1b1b;
			/* clearfix */
		}

		/*
	========================================
	=
	=	Q＆A情報一覧
	=
	========================================
	*/
	#itemListB1 {
		text-align: left;
	}
	
		#itemListB1 th {
	padding: 10px 7px 7px 7px;
	background: #f3f3f2;
	text-align: center;
		}
		
		#itemListB1 td {
			padding: 8px 7px 9px;
			border: 1px solid #d5d5d5;
		}
		
		#rowIdB1 {
			width: 5%;
			height: auto;
		}
		
		#rowNameB1 {
			width: 65%;
			height: auto;
		}
				
		#rowOptionB1 {
	width: 25%;
	height: auto;
		}







/*
	========================================
	=
	=	左メニュー
	=
	========================================
	*/
	#categoryChoice {
		margin-bottom: 10px;
	}
	
	#goodsList {
		margin-bottom: 29px;
	}
	
	#newEntry {
		margin-bottom: 51px;
	}
	
	#itemName {
		margin-bottom: 33px;
	}
	
	#itemCategory {
		margin-bottom: 41px;
	}
	
	.menu ul dl {
		margin: 0 auto;
		width: 140px;
		height: auto;
		color: #595757;
		font-size: 85%;
		font-weight: bold;
		text-align: left;
	}
	
		.menu ul dl dd {
			margin: 5px 0 0 0;
		}
		
		.searchItem input,
		.searchItem select {
			width: 130px;
		}
		
		.submitBtn {
			text-align: center;
		}
.txtfield {
	width: 280px;
}
.txtarea {
	width: 360px;
}
.pulldown {
	width: 250px;
}
.err {
	background-color: #FFDFEB;
}
.errMsg {
	font-weight: bold;
	color: #FF0000;
}
.a7b7txt {
	font-size: 18px;
	font-weight: bold;
	line-height: 24px;
	float: right;
	width: 569px;
	text-align: center;
	margin-top: 100px;
}
