/* ------------------------------------------------ */
/* Apparel コンテンツ用CSS */
/* 2021年8月1日 更新 */
/* ------------------------------------------------ */



/* メニュー */
.MenuList {
width                 : 25%;
margin-bottom         : 2%;
line-height           : 3;
}

.SubMenu {
width                 : auto;
display               : block;
font-weight           : bold;
padding               : 5%;
}

.SubMenuS {
width                 : auto;
display               : block;
font-weight           : bold;
padding               : 5%;
}

.SubMenuS a {
width                 : 60%;
display               : block;
font-weight           : bold;
padding               : 1% 5%;
border-width          : 3px;
border-style          : solid;
border-color          : red;
font-size             : 120%;
font-weight           : bold;
text-align            : center;
}

.DetailMenu {
display               : block;
line-height           : 1.5;
padding               : 0 2% 6% 25%;
}


/* 在庫照会に関して */
.InventoryRefButton {
width                 : 50%;
height                : auto;
margin-left           : auto;
margin-right          : auto;
line-height           : 2;
text-align            : center;
}

fieldset {
width                 : 90%;
border-width          : 3px;
border-color          : #2b2bd5;
border-style          : solid;
}

legend {
font-weight           : bold;
padding               : 2% 5%;
}

.InventoryRefButton form {
margin                : 2% 0px;
}

.InventoryRefButton input {
margin-right          : 2%;
ime-mode              : inactive;
background-color      : #f5f5f5;
}





/* iPad */
@media screen and (max-width: 768px){



.MenuList {
width                 : 50%;
}


.SubMenu {
}


.DetailMenu {
}



}





/* スマホ */
@media screen and (max-width: 480px){



/* メニュー */
.MenuList {
display               : none;
}

.SubMenu {
}

.DetailMenu {
}


/* 在庫照会に関して */
.InventoryRefButton {
width                 : 100%;
line-height           : 1.5;
margin-bottom         : 2%;
}

fieldset {
width                 : 100%;
}

legend {
}

.InventoryRefButton form {
}

.InventoryRefButton input {
}



}