@charset "utf-8";

body {
	font-family: 'メイリオ', 'Hiragino Kaku Gothic Pro', sans-serif;
	font-size: 16px;;
	background: #ffca44;
	text-shadow:1px 1px 2px #000000;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

* {
	margin: 0;
	padding: 0;		
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
/*
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	-webkit-touch-callout: none; 
*/
}

/*
input, textarea {
	user-select: auto;
	-moz-user-select: auto;
	-webkit-user-select: auto;
	-ms-user-select: auto;
	-webkit-touch-callout: auto; 	
}
*/

.center{
	text-align: center;
}

table{
	border: 1px solid black;
}
th,td{
	border: 1px solid black;
}
td{
	background: white;
}

.page-box {
	margin-top: 10px;
	margin-bottom: 10px;
}

.pn-box {
	padding-left: 6px;
	padding-right: 6px;
	height: 24px;
	float: left;
	margin-right: 5px;
	border: 1px solid #b784ff;
	text-align: center;
	font-size: 80%;
	line-height: 24px;
}

.pn-ten {
	padding-left: 6px;
	padding-right: 6px;
	height: 24px;
	float: left;
	margin-right: 5px;
	font-weight: bold;
	color: #ff96d9;
	text-align: center;
	font-size: 80%;
	line-height: 24px;
}

.pn-box:not(.current) {
	display: block;
	color: #000000;
	text-align: center;
	text-decoration: none;
}

.pn-box:not(.current):hover {
	text-decoration: underline;
	cursor: pointer;
}

.current {
	color: white;
	background: #7e22ff;
	font-weight: bold;
}

#goodsadd-area,#goodsedit-area,#delivery-area,#mailadd-area,#mailedit-area,#order-area,#revue-area,#inquiry-area,#kuroneko-area{
	margin-top: 20px;
	width: 100%;
	display: none;
}

.c-goods-img{
	width: 300px;
	height: 300px;
}

.c-goods-img img{
	max-width: 100%;
	max-height: 100%;
}

#goodsadd-area td input{
	width: 300px;
	height: 20px;
}

#goodsadd-area td textarea{
	width: 300px;
	height: 80px;
}

#goodsedit-area td input{
	width: 300px;
	height: 20px;
}

#goodsedit-area td textarea{
	width: 300px;
	height: 80px;
}

#goods-imgpath-e{
	display: none;
}

#delivery-all-areaedit-area,#delivery-areaedit-area,#delivery-data-area{
	margin-top: 20px;
}

.mailtext{
	width: 800px;
	height: 500px;
}

.rev-ta{
	width: 300px;
	height: 80px;
}