html,body{
	height:100%;
}
#all-wrap{
	width: 100%;
	position: relative;
	height:auto !important; /*IE6対策*/
	height: 100%; /*IE6対策*/
	min-height: 100%;
}
#main-contents{
	padding-bottom:55px; /*フッターの高さと同じ*/
}
footer {
	width: 100%;
	padding-top:10px;
	height:40px;
	padding-bottom:5px;
	text-align: center;
	border-top: #080808;
	background: #222222;
	position:absolute;
	bottom:0;
	color:#CCC;
}

.w_g01 {
	/*	公開：チェックボックス	*/
	width:5% !important;
}

.w_g02 {
	/*	編集ボタン	*/
	width:8% !important;
}

.w_g03 {
	/*	画像	*/
	width:17% !important;
}

.w_g04 {
	/*	商品名	*/
	width:30% !important;
}

.w_g05 {
	/*	在庫	*/
	width:10% !important;
}

.w_g06 {
	/*	価格	*/
	width:10% !important;
}

.w_g07 {
	/*	出来立て	*/
	width:20% !important;
}

.img25 {
	width:130px;
	height:80px;
}

.rad6 {
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}

.w_p05 {
	width:5% !important;
}

.w_p10 {
	width:10% !important;
}

.w_p15 {
	width:15% !important;
}

.w_p20 {
	width:20% !important;
}

.w_p25 {
	width:25% !important;
}

.w_p30 {
	width:30% !important;
}

.w_p35 {
	width:35% !important;
}

.w_p40 {
	width:40% !important;
}

.w_p45 {
	width:45% !important;
}

.w_p50 {
	width:50% !important;
}

.w_p55 {
	width:55% !important;
}

.w_p60 {
	width:60% !important;
}

.w_p65 {
	width:65% !important;
}

.w_p70 {
	width:70% !important;
}

.w_p75 {
	width:75% !important;
}

.w_p80 {
	width:80% !important;
}

.w_p85 {
	width:85% !important;
}

.w_p90 {
	width:90% !important;
}

.w_p95 {
	width:95% !important;
}

/*
	action -txt
*/
.errorview, .fin-message {
	width: 80%;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding: 20px 10px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

/*
	error
*/
.errorview {
	border: 1px solid #b94a48;
	background-color: #f9e9e5;
}

.errorview ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.errorview li {
	display: inline-block;
	width: 100%;
	text-align: center;
	font-size: 1.4rem;
}

.errorview li:not(:last-child) {
	padding-bottom: 1rem;
}

/*
	fin-message
*/
.fin-message {
	border: 1px solid #468847;
	background-color: #aee5ce;
	font-size: 1.6rem;
	text-align: center;
}

/*
	confirm-button-area
*/

.confirm-button-area {
	float: left;
	width: 48%;
}

.confirm-button-area .btn {
	display: block;
}

.confirm-button-area:first-child .btn {
	margin-right: 2%;
	margin-left: auto;
}

.confirm-button-area:last-child .btn {
	margin-left: 2%;
	margin-right: auto;
}
