/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

html {
  font-family:  "Nunito", "Kosugi Maru", "Lucida Grande", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}

body {
    font-family: "Nunito", "Kosugi Maru", Meiryo;
    padding-top: 50px;
    padding-bottom: 20px;
}

.tooltip {
    font-family: "Nunito", "Kosugi Maru", "Lucida Grande", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.popover {
    font-family: "Nunito", "Kosugi Maru", "Lucida Grande", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

/*
input {
    ime-mode: active;
}
*/

.bg-gray {
  background-color: #EEEEEE !important;
}
.title-img {
  height: 35px;
}
.img-footerbtn {
  height: 40px;
  margin-left:5px;
  margin-right:5px;
}

.nav-item {
  border-top: solid #fafafa;
}

main > .container {
  padding-top: 10px;
  padding-right: 10px;
  padding-left:10px;
  width: 100%;
}

.footer {
    width: 100%;
    background-color: #f5f5f5;
}

.footer > .container {
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}

Top {
  height: 300px;
}

code {
  font-size: 80%;
}

.page-title {
  padding: 0.0em;/*文字周りの余白*/
  color: #aaaaaa;/*文字色*/
  background: #ffffff;/*背景色*/
  border-bottom: solid 2px #eee;/*下線*/
  width: 100%;
  font-size: 170%;
}

.footer-font {
  font-size: 70%;
}

.img-fluid {
  cursor: pointer; /* カーソル   */
}

/* Login From */
.form-signin {
  width: 330px;
  max-width: 330px;
  padding: 15px;
  margin: auto;
}
.form-signin .checkbox {
  font-weight: 400;
}
.form-signin .form-control {
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* メニュー */
.form-menu {
  width: 90%;
  padding: 15px;
  margin: auto;
  color         : #333333;     /* 文字色     */
}
.form-menu .menu-all {
  display : -webkit-box;     /* old Android */
  display : -webkit-flex;    /* Safari etc. */
  display : -ms-flexbox;     /* IE10        */
  display : flex;
  -webkit-flex-direction: row;             /* Safari etc. */
  -ms-flex-direction    : row;             /* IE10        */
  flex-direction        : row;
  width: 100%;
  height: 180px;
}
.form-menu .menu-child-none {
  width: 50%;
  margin: 8px 8px 8px 8px;
  border: solid;
  display       : inline-block;
  border-radius : 2%;          /* 角丸       */
  font-size     : 160%;
  text-align    : left;        /* 文字位置   */
  cursor        : pointer;     /* カーソル   */
  color         : #eeeeee;     /* 文字色     */
  background    : #999999;     /* 背景色     */
  padding       : 12px 12px;   /* 余白       */
  line-height   : 1em;         /* 1行の高さ  */
  transition    : .3s;         /* なめらか変化 */
  border        : 2px solid #999999;    /* 枠の指定 */
}
.form-menu .menu-child {
  width: 50%;
  margin: 8px 8px 8px 8px;
  border: solid;
  display       : inline-block;
  border-radius : 2%;          /* 角丸       */
  font-size     : 160%;
  text-align    : left;        /* 文字位置   */
  cursor        : pointer;     /* カーソル   */
  color         : #555555;     /* 文字色     */
  background    : #fdfdfd;     /* 背景色     */
  padding       : 12px 12px;   /* 余白       */
  line-height   : 1em;         /* 1行の高さ  */
  transition    : .3s;         /* なめらか変化 */
  border        : 2px solid #999999;    /* 枠の指定 */
}
.form-menu .menu-child:hover {
  background    : #999999;     /* 背景色     */
  color         : #ffffff;     /* 文字色     */
}
.form-menu .menu-detail {
  font-size: 40%;
}
.form-menu .img-icon {
    width: 60px;
}

/* receipt */
.receipt-total {
  width   : 100%;
  padding : 15px;

  border-radius : 1%;          /* 角丸       */
  margin-top    : 10px;
  margin-bottom : 10px;
  border        : 2px solid #999999;    /* 枠の指定 */
  background    : #fafafa;     /* 背景色     */
  color         : #555555;     /* 文字色     */
  font-size     : 150%
}
.receipt-title {
  float         : left;
  width         : 49%;
}
.img-receipticon {
  width         : 30px;
}
.receipt-detailbtn {
  float         : right;
  text-align : right;
  width      : 49%;
  padding-bottom : 20px;
}
.receipt-row {
  width       : 100%;
  clear       : both;
  text-align  : right;
}
.receipt-detailrow {
  width       : 100%;
  clear       : both;
  text-align  : right;
}
.receipt-detailrow-off {
  display     : none;
}
.receipt-detailrow-on {
}
.buttom-receipt{
  border        : .5px solid #999999;    /* 枠の指定 */
  color         : #555555;     /* 文字色     */
}
.buttom-receipt:hover{
  background    : #999999;     /* 背景色     */
  color         : #ffffff;     /* 文字色     */
}
.hr-receipt{
}
.receipt-item-description{
  font-size : 70%;
}

/* ディテーリング */
.form-detail {
  width: 100%;
  text-align:center;
}
.form-detail .detailing-category {
  text-align    :center;
  border        : 2px solid #999999;    /* 枠の指定 */
  padding       : 20px;
  margin-bottom : 20px;
  width         : 100%;
  background    : #f9f9fa;
}
.form-detail .menu-all {
  display               : -webkit-box;     /* old Android */
  display               : -webkit-flex;    /* Safari etc. */
  display               : -ms-flexbox;     /* IE10        */
  display               : flex;
  -webkit-flex-direction: row;             /* Safari etc. */
  -ms-flex-direction    : row;             /* IE10        */
  flex-direction        : row;
  width                 : 100%;
  height                : 220px;
  font-weight           : bolder; 
  justify-content       : space-between;
}
.form-detail .menu-child {
  margin: 8px;
  border: solid;
  display       : inline-block;
  border-radius : 2%;          /* 角丸       */
  font-size     : 160%;
  text-align    : left;        /* 文字位置   */
  cursor        : pointer;     /* カーソル   */
  color         : #555555;     /* 文字色     */
  background    : #fdfdfd;     /* 背景色     */
  padding       : 6px 6px;   /* 余白       */
  line-height   : 1em;         /* 1行の高さ  */
  transition    : .3s;         /* なめらか変化 */
  border        : 2px solid #999999;    /* 枠の指定 */
}
.form-detail .menu-child-hover {
  background    : #999999;     /* 背景色     */
  color         : #ffffff;     /* 文字色     */
}
.form-detail .menu-detail {
  font-size: 60%;
}

.form-detail .img-icon {
  width         : 60px;
}
.form-detail .category-radio {
  visibility:hidden;
}

.form-detail .menu-child-1 {
  width : 100%;
}
.form-detail .menu-child-2 {
  width : 50%;
}
.form-detail .menu-child-3 {
  width : 33.3333%;
}
.form-detail .menu-child-4 {
  width : 25%;
}
.form-detail .menu-child-5 {
  width : 20%;
}
.form-detail .menu-child-6 {
  width : 16.6667%;
}
.form-detail .menu-child-7 {
  width : 14.2857%;
}
.form-detail .menu-child-8 {
  width : 12.5%;
}
.form-detail .menu-child-9 {
  width : 11.1111%;
}
.form-detail .menu-child-10 {
  width : 10%;
}
.btn-commit {
  margin-bottom : 10px;
}
.btn-cancel {
  margin-bottom : 10px;
  background : #eaeaea;
  color : #333333;
}
.btn-delete {
    margin-bottom: 10px;
    background: #cacaca;
    color: #333333;
}
.btn-print {
  margin-bottom : 10px;
  background : #aaaaaa;
  color : #dedede;
}
.hiddenitem {
  display : none;
}

/* ディテーリング 説明 */
.form-disc {
  width: 100%;
  text-align:center;
}
.form-disc .detailing-category {
  text-align    :center;
  border        : 2px solid #999999;    /* 枠の指定 */
  padding       : 20px;
  margin-bottom : 20px;
  width         : 100%;
  background    : #f9f9fa;
}
.form-disc .menu-all {
  display               : -webkit-box;     /* old Android */
  display               : -webkit-flex;    /* Safari etc. */
  display               : -ms-flexbox;     /* IE10        */
  display               : flex;
  -webkit-flex-direction: row;             /* Safari etc. */
  -ms-flex-direction    : row;             /* IE10        */
  flex-direction        : row;
  width                 : 100%;
  font-weight           : bolder; 
  justify-content       : space-between;
}
.form-disc .menu-child {
  margin: 8px;
  border: solid;
  display       : inline-block;
  border-radius : 2%;          /* 角丸       */
  font-size     : 160%;
  text-align    : left;        /* 文字位置   */
  cursor        : pointer;     /* カーソル   */
  color         : #555555;     /* 文字色     */
  background    : #fdfdfd;     /* 背景色     */
  padding       : 20px 10px;   /* 余白       */
  line-height   : 0.7em;         /* 1行の高さ  */
  transition    : .3s;         /* なめらか変化 */
  border        : 2px solid #999999;    /* 枠の指定 */
}
.form-disc .menu-child-hover {
  background    : #999999;     /* 背景色     */
  color         : #ffffff;     /* 文字色     */
}
.form-disc .menu-detail {
  font-size: 60%;
}

.form-disc .img-icon {
  width         : 60px;
}
.form-disc .category-radio {
  visibility:hidden;
}

.form-disc .menu-child-1 {
  width : 100%;
}


.form-disc .title {
    margin-left : 10px;
}
.form-disc .desc {
    margin-left : 20px;
}

/* サンプル */
.menu_section h3 {
    font-size: 1.1em;
}

.datetime select.form-control {
  display: inline;
  width: auto;
}

.normal-inline select.form-control {
  display: inline;
  width: auto;
}

.normal-inline .select {
  display: inline;
}

#datatable_wrapper .table tbody tr td {
  vertical-align: middle;
}
/* 価格メンテナンス */
.form-price {
  width: 100%;
  text-align:center;
}
.form-price .price-outline {
  text-align    :center;
  border        : 2px solid #999999;    /* 枠の指定 */
  padding       : 20px;
  margin-bottom : 20px;
  width         : 100%;
  background    : #f9f9fa;
}
.form-price .menu-all {
  display               : -webkit-box;     /* old Android */
  display               : -webkit-flex;    /* Safari etc. */
  display               : -ms-flexbox;     /* IE10        */
  display               : flex;
  -webkit-flex-direction: row;             /* Safari etc. */
  -ms-flex-direction    : row;             /* IE10        */
  flex-direction        : row;
  width                 : 100%;
  height                : 80px;
  font-weight           : bolder; 
  justify-content       : space-between;
}
.form-price .menu-child {
  margin: 8px;
  border: solid;
  display       : inline-block;
  border-radius : 2%;          /* 角丸       */
  font-size     : 120%;
  text-align    : left;        /* 文字位置   */
  cursor        : pointer;     /* カーソル   */
  color         : #555555;     /* 文字色     */
  background    : #fdfdfd;     /* 背景色     */
  padding       : 6px 6px;   /* 余白       */
  line-height   : 1em;         /* 1行の高さ  */
  transition    : .3s;         /* なめらか変化 */
  border        : 2px solid #999999;    /* 枠の指定 */
}
.form-price .menu-detail {
  font-size: 60%;
}
.form-price .img-icon {
  width         : 60px;
}
.form-price .menu-kotei {
  text-align    : center;
  padding-top    : 16px;
}
.form-price .menu-bodysize {
  font-size     : 160%;
  width         : 10%;
  margin-top    : 20px;
}
.form-price .menu-child-1 {
  width : 30%;
}
.input-price {
  text-align : right;
  margin-top : 5px;
}

/* 事業所メンテナンス */
.form-busi {
  width: 100%;
  text-align:center;
}
.form-busi .price-outline {
  text-align    :center;
  border        : 2px solid #999999;    /* 枠の指定 */
  padding       : 20px;
  margin-bottom : 20px;
  width         : 100%;
  background    : #f9f9fa;
}
.form-busi .menu-all {
  display               : -webkit-box;     /* old Android */
  display               : -webkit-flex;    /* Safari etc. */
  display               : -ms-flexbox;     /* IE10        */
  display               : flex;
  -webkit-flex-direction: row;             /* Safari etc. */
  -ms-flex-direction    : row;             /* IE10        */
  flex-direction        : row;
  width                 : 100%;
  height                : 80px;
  font-weight           : bolder; 
  justify-content       : space-between;
}
.form-busi .menu-child {
  margin: 8px;
  border: solid;
  display       : inline-block;
  border-radius : 2%;          /* 角丸       */
  font-size     : 120%;
  text-align    : left;        /* 文字位置   */
  cursor        : pointer;     /* カーソル   */
  color         : #555555;     /* 文字色     */
  background    : #fdfdfd;     /* 背景色     */
  padding       : 6px 6px;   /* 余白       */
  line-height   : 1em;         /* 1行の高さ  */
  transition    : .3s;         /* なめらか変化 */
  border        : 2px solid #999999;    /* 枠の指定 */
}
.form-busi .menu-detail {
  font-size: 60%;
}
.form-busi .img-icon {
  width         : 60px;
}
.form-busi .menu-kotei {
  text-align    : center;
  padding-top    : 16px;
}
.form-busi .menu-title {
  font-size     : 160%;
  width         : 30%;
  margin-top    : 20px;
}
.form-busi .menu-child-1 {
  width : 65%;
}
.form-busi .input-com {
  text-align : left;
  margin-top : 5px;
}
.form-busi .input-short {
  width : 280px;
}


/*
    顧客
*/

.form-customer {
    width: 100%;
    text-align: center;
}

.form-customer .detailing-category {
    text-align: center;
    border: 2px solid #999999; /* 枠の指定 */
    padding: 20px;
    margin-bottom: 20px;
    width: 100%;
    background: #f9f9fa;
}

.form-customer .menu-all {
    display: -webkit-box; /* old Android */
    display: -webkit-flex; /* Safari etc. */
    display: -ms-flexbox; /* IE10        */
    display: flex;
    -webkit-flex-direction: row; /* Safari etc. */
    -ms-flex-direction: row; /* IE10        */
    flex-direction: row;
    width: 100%;
    height: 240px;
    font-weight: bolder;
    justify-content: space-between;
}

.form-customer .menu-child {
    margin: 8px;
    border: solid;
    display: inline-block;
    border-radius: 2%; /* 角丸       */
    font-size: 160%;
    text-align: left; /* 文字位置   */
    cursor: pointer; /* カーソル   */
    color: #555555; /* 文字色     */
    background: #fdfdfd; /* 背景色     */
    padding: 6px 6px; /* 余白       */
    line-height: 1em; /* 1行の高さ  */
    transition: .3s; /* なめらか変化 */
    border: 2px solid #999999; /* 枠の指定 */
}

.form-customer .menu-child-hover {
    background: #999999; /* 背景色     */
    color: #ffffff; /* 文字色     */
}

.form-customer .menu-detail {
    font-size: 60%;
}

.form-customer .img-icon {
    width: 60px;
}

.form-customer .customer-radio {
    visibility: hidden;
}

.form-customer .menu-child-1 {
    width: 100%;
}

.form-customer .menu-child-2 {
    width: 50%;
}

.form-customer .menu-child-3 {
    width: 33.3333%;
}

.form-customer .menu-child-4 {
    width: 25%;
}

.form-customer .menu-child-5 {
    width: 20%;
}

.form-customer .menu-child-6 {
    width: 16.6667%;
}

.form-customer .menu-child-7 {
    width: 14.2857%;
}

.form-customer .menu-child-8 {
    width: 12.5%;
}

.form-customer .menu-child-9 {
    width: 11.1111%;
}

.form-customer .menu-child-10 {
    width: 10%;
}


.form-customer .customer-row {
    overflow: hidden;
    width: 100%;
    margin-bottom: 1rem;
}
.form-customer .customer-title {
    float: left;
    text-align: left;
    width: 25%;
}
.form-customer .customer-input {
    float: left;
    text-align: left;
    width: 75%;
}

.form-customer .category-radio {
    visibility: hidden;
}

/* 車キズ入力 */
.form-carscratch .img-tenkai {
   width: 17rem;
}
.form-carscratch .scratch-main {
   display: flex;

}

.form-carscratch .scratch-cell {
}
.form-carscratch .scratch-right {
    padding-left: 1rem;
}
.form-carscratch .carscratch-title {
    width: 25%;
}
.form-carscratch .carscratch-input {
    width: 75%;
}
.form-carscratch .form-control-multi {
    width: 18rem;
}

 

/* 付帯作業 */
.form-hutai {
  width: 100%;
}
.form-hutai .outline {
  text-align    :center;
  border        : 2px solid #999999;    /* 枠の指定 */
  padding       : 20px;
  margin-bottom : 20px;
  width         : 100%;
  background    : #f9f9fa;
}
.form-hutai .title {
  font-size     : 120%;
}
.form-hutai .menu-child {
  margin        : 8px;
  border        : solid;
  display       : inline-block;
  border-radius : 2%;          /* 角丸       */
  font-size     : 160%;
  text-align    : left;        /* 文字位置   */
  color         : #555555;     /* 文字色     */
  background    : #fdfdfd;     /* 背景色     */
  padding       : 6px 6px;   /* 余白       */
  line-height   : 1em;         /* 1行の高さ  */
  transition    : .3s;         /* なめらか変化 */
  border        : 2px solid #999999;    /* 枠の指定 */
}
.form-hutai .menu-child-hover {
  background    : #999999;     /* 背景色     */
  color         : #ffffff;     /* 文字色     */
}

.form-hutai .menu-child-1 {
    width: 70%;
}

.form-hutai .menu-child-2 {
    width: 20%;
}

.form-hutai .disparea {
  width         : 20%;
  text-align    : right;        /* 文字位置   */
}
.form-hutai .divnaiyo {
  width         : 70%;
}
.form-hutai .calc {
  width         : 20%;
  text-align    : center;        /* 文字位置   */
  cursor: pointer; /* カーソル   */
  color         : #fdfdfd;     /* 文字色     */
  background    : #555555;     /* 背景色     */
}
.form-hutai .naiyo {
    text-align : left;
    width      : 100%;
}
.form-hutai .kosu {
    text-align : right;
    width      : 100%;
}
.form-hutai .bikoarea {
  width         : 60%;
  text-align    : right;        /* 文字位置   */
}
.form-hutai .biko {
    text-align : left;
    width      : 100%;
}



/* ディテーリング説明分 */
.form-detailmente {
    width: 100%;
    text-align: center;
}

.form-detailmente .detailing-category {
    text-align: center;
    border: 2px solid #999999; /* 枠の指定 */
    padding: 20px;
    margin-bottom: 20px;
    width: 100%;
    background: #f9f9fa;
}

.form-detailmente .menu-all {
    display: -webkit-box; /* old Android */
    display: -webkit-flex; /* Safari etc. */
    display: -ms-flexbox; /* IE10        */
    display: flex;
    -webkit-flex-direction: row; /* Safari etc. */
    -ms-flex-direction: row; /* IE10        */
    flex-direction: row;
    width: 100%;
    height: 140px;
    font-weight: bolder;
    justify-content: space-between;
}

.form-detailmente .menu-child {
    margin: 8px;
    border: solid;
    display: inline-block;
    border-radius: 2%; /* 角丸       */
    font-size: 160%;
    text-align: left; /* 文字位置   */
    color: #555555; /* 文字色     */
    background: #fdfdfd; /* 背景色     */
    padding: 6px 6px; /* 余白       */
    line-height: 2em; /* 1行の高さ  */
    transition: .3s; /* なめらか変化 */
    border: 2px solid #999999; /* 枠の指定 */
}
.form-detailmente .menu-child-1 {
    width: 100%;
}

.form-detailmente .menu-child-hover {
    background: #999999; /* 背景色     */
    color: #ffffff; /* 文字色     */
}

.form-detailmente .img-icon {
    width: 60px;
}



/* ディテーリング工程説明分 */
.form-detailwmente {
    width: 100%;
    text-align: center;
}

.form-detailwmente .detailing-category {
    text-align: center;
    border: 2px solid #999999; /* 枠の指定 */
    padding: 20px;
    margin-bottom: 20px;
    width: 100%;
    background: #f9f9fa;
}

.form-detailwmente .menu-all {
    display: -webkit-box; /* old Android */
    display: -webkit-flex; /* Safari etc. */
    display: -ms-flexbox; /* IE10        */
    display: flex;
    -webkit-flex-direction: row; /* Safari etc. */
    -ms-flex-direction: row; /* IE10        */
    flex-direction: row;
    width: 100%;
    /*height: 700px;*/
    font-weight: bolder;
    justify-content: space-between;
    padding: 8px;
}

.form-detailwmente .menu-child {
    margin: 8px;
    border: solid;
    display: inline-block;
    border-radius: 2%; /* 角丸       */
    font-size: 160%;
    text-align: left; /* 文字位置   */
    color: #555555; /* 文字色     */
    background: #fdfdfd; /* 背景色     */
    padding: 6px 6px; /* 余白       */
    line-height: 2em; /* 1行の高さ  */
    transition: .3s; /* なめらか変化 */
    border: 2px solid #999999; /* 枠の指定 */
}

.form-detailwmente .menu-child-1 {
    width: 12%;
}
.form-detailwmente .menu-child-2 {
    width: 98%;
}

.form-detailwmente .menu-child-hover {
    background: #999999; /* 背景色     */
    color: #ffffff; /* 文字色     */
}

.form-detailwmente .img-icon {
    width: 60px;
}

.form-detailwmente .form-desc {
   width: 100%;
}



/*
    購買履歴
*/

.form-purchase {
    width: 100%;
    text-align: center;
}

.form-purchase .detailing-category {
    text-align: center;
    border: 2px solid #999999; /* 枠の指定 */
    padding: 20px;
    margin-bottom: 20px;
    width: 100%;
    background: #f9f9fa;
}

.form-purchase .menu-all {
    display: -webkit-box; /* old Android */
    display: -webkit-flex; /* Safari etc. */
    display: -ms-flexbox; /* IE10        */
    display: flex;
    -webkit-flex-direction: row; /* Safari etc. */
    -ms-flex-direction: row; /* IE10        */
    flex-direction: row;
    width: 100%;
    /*height: 180px;*/
    font-weight: bolder;
    justify-content: space-between;
}

.form-purchase .menu-child {
    margin: 8px;
    border: solid;
    display: inline-block;
    border-radius: 2%; /* 角丸       */
    font-size: 160%;
    text-align: left; /* 文字位置   */
    cursor: pointer; /* カーソル   */
    color: #555555; /* 文字色     */
    background: #fdfdfd; /* 背景色     */
    padding: 6px 6px; /* 余白       */
    line-height: 1em; /* 1行の高さ  */
    transition: .3s; /* なめらか変化 */
    border: 2px solid #999999; /* 枠の指定 */
}

.form-purchase .menu-child-hover {
    background: #999999; /* 背景色     */
    color: #ffffff; /* 文字色     */
}

.form-purchase .menu-detail {
    font-size: 80%;
}

.form-purchase .img-icon {
    width: 60px;
}

.form-purchase .customer-radio {
    visibility: hidden;
}

.form-purchase .menu-child-1 {
    width: 100%;
}







.bodysizecalc-dev {
    text-align: center;
    border: 2px solid #999999; /* 枠の指定 */
    padding: 20px;
    margin-bottom: 20px;
    width: 100%;
    background: #f9f9fa;
}

.bodysizecalc-dev .menu-child {
    border: solid;
    display: inline-block;
    border-radius: 2%; /* 角丸       */
    font-size: 160%;
    text-align: left; /* 文字位置   */
    /* cursor: pointer; カーソル   */
    color: #555555; /* 文字色     */
    background: #fdfdfd; /* 背景色     */
    padding: 6px 6px; /* 余白       */
    line-height: 1em; /* 1行の高さ  */
    transition: .3s; /* なめらか変化 */
    border: 2px solid #999999; /* 枠の指定 */
}

.bodysizecalc-dev .menu-child-hover {
    background: #999999; /* 背景色     */
    color: #ffffff; /* 文字色     */
}

.bodysizecalc-dev .menu-detail {
    font-size: 60%;
}

.bodysizecalc-dev .menu-child-1 {
    width: 100%;
}

.bodysizecalc-dev .input-m {
    width: 5em;
    text-align:right;
}
.form-dispsize .td-calc {
    width: 3em;
    height: 2em;
    vertical-align: middle;
}
.form-dispsize .bodysizecalc-dev .calc {
    border: 2px solid #999999; /* 枠の指定 */
    display: inline-block;
    border-radius: 2%; /* 角丸       */
    font-size: 80%;
    width: 100%;
    height: 100%;
    text-align: center; /* 文字位置   */
    padding-top: 0.5em;
    cursor: pointer; /* カーソル   */
    color: #fdfdfd; /* 文字色     */
    background: #555555; /* 背景色     */
}

.form-dispsize {
  width: 100%;
  text-align:center;
}
.form-dispsize .detailing-category {
  text-align    :center;
  border        : 2px solid #999999;    /* 枠の指定 */
  padding       : 20px;
  margin-bottom : 20px;
  width         : 100%;
  background    : #f9f9fa;
}
.form-dispsize .menu-all {
  display               : -webkit-box;     /* old Android */
  display               : -webkit-flex;    /* Safari etc. */
  display               : -ms-flexbox;     /* IE10        */
  display               : flex;
  -webkit-flex-direction: row;             /* Safari etc. */
  -ms-flex-direction    : row;             /* IE10        */
  flex-direction        : row;
  width                 : 100%;
  height                : 8em;
  font-weight           : bolder; 
  justify-content       : space-between;
}
.form-dispsize .detailing-category .menu-child {
  margin: 8px;
  border: solid;
  display       : inline-block;
  border-radius : 2%;          /* 角丸       */
  font-size     : 160%;
  text-align    : left;        /* 文字位置   */
  color         : #555555;     /* 文字色     */
  background    : #fdfdfd;     /* 背景色     */
  padding       : 2px 6px;   /* 余白       */
  line-height   : 1em;         /* 1行の高さ  */
  transition    : .3s;         /* なめらか変化 */
  border        : 2px solid #999999;    /* 枠の指定 */
}
.form-dispsize .detailing-category .menu-child-hover {
  background    : #999999;     /* 背景色     */
  color         : #ffffff;     /* 文字色     */
}
.form-dispsize .detailing-category .menu-detail {
  font-size: 60%;
}

.form-dispsize .detailing-category .img-icon {
  width         : 60px;
}
.form-dispsize .detailing-category .category-radio {
  visibility:hidden;
}

.form-dispsize .detailing-category .menu-child-1 {
  width : 100%;
}
.form-dispsize .detailing-category .menu-child-2 {
  width : 50%;
}
