/*
p.exsample {
   font-weight: bold;
}
*/
#list_block {
  float: left;
  overflow: hidden;
  padding: 5px 50px 5px 50px;/* right: 50px, left: 50px */
  width: 700px;
  background-color: #f0f0f0;/* */
/* border: 1px solid blue;  項目左側の枠線(青色で1pxの実線) */

}
#menu_block {
  float: right;
  overflow: hidden;
  padding: 5px 5px 5px 5px;
  width: 150px;
  width: 450px;

  background-color: #e0ff92;
  border: 1px solid #87bc44;
}
#prev_pager {
  float: left;
}
#next_pager {
  float: right;
}
#input_form {
  text-align: center;
}
#input_text {
  font-size: 1.15em;
  font-size-adjust: none;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  height: 2.5em;
  line-height: 1.1;
  overflow: auto;
  padding: 5px;
  width: 450px;

  width: 630px;
  margin-bottom: 5px;

  float: left;
}
#submit_button {
  background-color: #808080;
  border: 1px solid black;
  color: #ffffff;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  margin-top: 5px;

  float: right;
}
#input_block {
  padding: 0px 0px 0px 0px;
  margin-bottom: 10px;
}
ul {
  padding: 0px 0px 0px 0px;
  margin-left: 0px;
}
/* ******* 2025/04/22 修正 クラス名の重複による変更 '.item'==> 'item2' ****** */
.item2{
  text-align: left;
  padding: 2px;

}

/* ******* 2025/03/02 /admin_cart/style_form.css より抜粋 ****** */
.item{
  overflow: hidden;
  margin-bottom: 20px;
}
.labelb{
  text-align: left;
  float: left;
  margin-right: 20px;
  width:235px;
  border-left: solid 3px seagreen;
  padding-left: 10px;
}

.label_inputb-{
  text-align: left;
  float: left;
  margin-right: 20px;
  width:235px;
  padding-left: 10px;
}
input:focus, select:focus, textarea:focus,file:focus{
  background: #FFFF99;
}
/*
.inputs{
  float: left;
  width:300px;
}

input[type="text"],[type="password"],input[type="email"],select{
  border: solid 1px #aaa;
  border-radius:5px;
  padding:10px;
  font-size: 15px;
}
*/
input[type="text"]{
  width:350px;

  border: solid 1px #aaa;
  border-radius:5px;
  padding:10px;
  font-size: 15px;
}

input[type="file"]{
  border-radius:5px;
  padding: 10px;
  width:500px;
  height: 35px;
  font-size: 15px;
}
/*
input[type="textarea"]{
  text-align: left;
  margin: auto;
  display: block;
  border: solid 1px #aaa;
  border-radius:5px;
  padding: 10px;
  height: 160px;
  width:400px;
  font-size: 15px;
}
*/

