body {
    margin: 0 auto;
}


/************************************************/


/* ETC */

.d_list {
    font-size: 14px;
    font-family: "・ｽl・ｽr ・ｽo・ｽS・ｽV・ｽb・ｽN", "Osaka";
    color: #333333;
}

.borderGray {
    border-color: #cccccc;
    border-width: 1px;
}


/* ETC */


/************************************************/


/************************************************/


/* Button */

.naviButton {
    font-family: "Meiryo UI";
    font-size: 12pt;
    width: 120px;
    height: 30px;
    margin: 5px;
}

.naviButtonDs {
    font-family: "Meiryo UI";
    font-size: 12pt;
    width: 120px;
    height: 30px;
    margin: 5px;
    background-color: #eeeeee;
}

.naviButtonL {
    font-family: "Meiryo UI";
    font-size: 12pt;
    width: 180px;
    height: 30px;
    margin: 5px;
}

.naviButtonL_L {
    font-family: "Meiryo UI";
    font-size: 12pt;
    width: 180px;
    height: 30px;
    margin: 5px;
    text-align: left;
}

.naviButtonLL {
    font-family: "Meiryo UI";
    font-size: 12pt;
    width: 200px;
    height: 30px;
    margin: 5px;
}

.naviButtonLLL {
    font-family: "Meiryo UI";
    font-size: 12pt;
    width: 280px;
    height: 30px;
    margin: 5px;
}

.naviButtonPRTG {
    font-family: "Meiryo UI";
    font-size: 12pt;
    width: 180px;
    height: 30px;
    margin: 5px;
    background-color: #eeeeee;
    border-radius: 3px;
}

.srchButton {
    font-family: "Meiryo UI";
    font-size: 12pt;
    width: 30px;
    height: 25px;
    margin: 0px;
}

.srchButtonL {
    font-family: "Meiryo UI";
    font-size: 12pt;
    width: 100px;
    height: 30px;
    margin: 5px;
}

.ButtonYellowBK {
    font-family: "Meiryo UI";
    font-size: 12pt;
    width: 180px;
    height: 30px;
    margin: 5px;
    background-color: #fffcd4;
}

.paymentButtonLL {
    font-family: "Meiryo UI";
    font-size: 12pt;
    width: 200px;
    height: 42px;
    margin: 4px;
    color: #ffffff;
    background-color: #0080ff;
    border-radius: 5px;
    border-radius: 5px;
}

.da_menu {
    font-family: "Meiryo UI";
    font-size: 3pt;
    width: 10px;
    height: 15px;
    margin: 0px;
    background-color: #ffffff;
    border-color: #ffffff;
    border-width: 0px;
}

.storeButtonL {
    font-family: "Meiryo UI";
    font-size: 12pt;
    width: 300px;
    height: 30px;
    margin: 5px;
    background-color: papayawhip;
    border: #666666 solid 1px;
    border-radius: 10px;
}

.storeButtonFW {
    font-family: "Meiryo UI";
    font-size: 12pt;
    width: 100%;
    height: 30px;
    margin: 5px;
    background-color: #fdedd4;
    border: #666666 solid 1px;
    border-radius: 10px;
}

.deleteButtonL {
    font-family: "Meiryo UI";
    font-size: 12pt;
    width: 300px;
    height: 30px;
    margin: 5px;
    color: red;
    border: #666666 solid 1px;
    border-radius: 10px;
}

.ButtonFW {
    font-family: "Meiryo UI";
    font-size: 12pt;
    width: 100%;
    height: auto;
    padding: 5px;
    /* height: 30px;
  margin: 5px; */
    background-color: papayawhip;
    border: #cccccc solid 0.5px;
}

.ButtonFW80 {
    font-family: "Meiryo UI";
    font-size: 12pt;
    width: 80%;
    height: 30px;
    margin: auto;
    background-color: papayawhip;
    border: #cccccc solid 0.5px;
}

.storeButtonM {
    font-family: "Meiryo UI";
    font-size: 12pt;
    font-weight: bold;
    width: 80%;
    height: 30px;
    margin: 5px;
    background-color: #fdedd4;
    border: #666666 solid 1px;
    border-radius: 10px;
}

.syncButton {
    /* font-family: "Meiryo UI";
  font-size: 12pt;
  font-weight: bold;
  width: 80%;
  height: 30px;
  margin: 5px; */
    background-color: #fdedd4;
    border: #666666 solid 1px;
    /* border-radius: 10px; */
}


/* Button */


/************************************************/


/************************************************/


/* TextBox */

.searchTextBox {
    font-family: "Meiryo UI";
    font-size: 12pt;
    width: 300px;
    height: 20px;
}

.generalTextBox {
    font-family: "Meiryo UI";
    font-size: 12pt;
    width: 300px;
    height: 20px;
}

.tArea {
    resize: none;
    width: 80%;
    height: 50px;
}


/* TextBox */


/************************************************/