@charset "utf-8";

/*
 * 商品名変更css
 */

.wrapper_sub_edit_product_name_ext {
	width : 100%;
	min-height : 100%;
}

.wrapper_sub_edit_product_name_ext .content_search .error_message {
	width: 99vw;
	font-size : 4vw;
	font-weight : bold;
	color : #FF0000;
	margin : 3vh 0 0 1vw;
}

.wrapper_sub_edit_product_name_ext .content_search .search_area .group_title {
	width : 34vw;
	font-weight : bold;
	color : #FFFFFF;
	background-color : #808080;
	text-align : center;
	vertical-align : middle;
	padding : 2vh 0 2vh 0;
	margin : 3vh 0 0 1vw;
}

.wrapper_sub_edit_product_name_ext .content_search .search_area .field_input1 {
	position : relative;
	height : 8vh;
	width : 94vw;
	font-size : 4vw;
	color : #000000;
	margin : 1vh 0 0 1vw;
	vertical-align : middle;
}

.wrapper_sub_edit_product_name_ext .content_search .search_area .table_input {
	display : table;
	height : 8vh;
	width : 94vw;
	margin : 1vh 0 0 1vw;
}

.wrapper_sub_edit_product_name_ext .content_search .search_area .table_input .field_input2 {
	display : table-cell;
	position : relative;
	height : 8vh;
	width : 62vw;
	font-size : 4vw;
	color : #000000;
	vertical-align : middle;
}

.wrapper_sub_edit_product_name_ext .content_search .search_area .table_input .field_input3 {
	display : table-cell;
	position : relative;
	height : 8vh;
	width : 30vw;
	font-size : 4vw;
	color : #000000;
	vertical-align : middle;
	float : right;
}

.wrapper_sub_edit_product_name_ext .content_search .search_area .field_input4 {
	display : table-cell;
	position : relative;
	height : 8vh;
	width : 25vw;
	font-size : 5vw;
	color : #000000;
	vertical-align : middle;
}

.wrapper_sub_edit_product_name_ext .content_search .search_area input {
	position : absolute;
	top : 0;
	right : 0;
	bottom : 0;
	left : 0;
	height : 100%;
	width : 100%;
	-webkit-box-sizing : border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing : border-box;
	background-color : #FFFFFF;
	border : solid 1px #000000;
	vertical-align : middle;
	font-weight : bold;
	font-size : 5vw;
}

.wrapper_sub_edit_product_name_ext .content_search .search_area input.disable {
    background-color: #E1E1E1;
    border: 1px solid #CCCCCC;
}

.btn.square_btn.search_packing {
	width : 22vw;
}

/* TODO 暫定処置。タブレット対応するとき除外する */
.wrapper_sub_edit_product_name_ext .btn.square_btn {
    width: 28vw;
    font-size: 5vw;
    line-height: 15vw;
}
