/*  v0.20 2025.08.09 for WEB MART index.html */


body { 
  background-color: ;
  color : #000000;
  margin-right: auto; /* ここで中央寄せを指定する。*/
  margin-left : auto;
/*  font-family:'メイリオ', 'Meiryo', sans-serif; */
  width: 800px;
/*  font-size:62.5%; */
}

h2 {
	font-size: 175%;
	font-weight: bold;
	color: gray;
	text-align: center;
}

h3 {
	font-size: 120%;
	font-weight: bold;
	color: brown;
	text-align: center;
}

h4 {
	font-size: 130%;
	font-weight: bold;
	color: brown;
	text-align: center;
}

.menu_bar {
	color: darkgreen;
	font-size: 70%;
	font-family: sans-serif;
	font-weight: bold;
/*	background: */
}

.price {
	color: brown;
	font-size: 10d0%;
}

.sale_price {
	color: black;
	font-size: 110%;
}

.mini comment {
	color: black;
	font-size: 60%;
 }

.footer {
	color: darkgray;
	font-size: 60%;
}

.category {
	color: white;
	font-size: 70%;
	font-weight: bold;
	background-color: #6eba4d;
	padding: 0px 0px 2px 0px;             余白指定 */

}

.more {
	color: blue;
	font-size: 100%;
	font-weight: bold;
/*	font-size: 65%;
	background: palegreen ;
	font-weight: normal; #ecf5ff; */
}

.category_active {
	color: brown;
	font-size: 65%;
	font-weight: bold;
	background: #e6e6fa;
	padding: 0px 0px 2px 0px;   
}

.mart {
	color: white;
	background: brown;
	font-size: 100%;
	font-weight: bold;
}

.page_active {
	color: brown;
	font-size: 100%;
	font-weight: bold;
	background: #e6e6fa;
	padding: 6px 0x;
}

.title_box {
	box-sizing: border-box;
	width: 800px; height: 45px;
	color: white;
	margin: 0px;
	padding: 10px 0px 10px 100px;
	border: darkslateblue solid 1px; /* crimson #dc143c */
	background: #6eba4d; /* darkslateblue #483d8b, lemonchiffon #fffacd, crimson #dc143c, cornsilk #fff8dc. gold #ffd700. darkcyan #008b8b. darkslategray #2f4f4f, royalblue #4169e1 */
	text-align: center;
	font-size: 110%;
	font-weight: bold;
	position: relative;
}

.box00 {
/*	box-sizing: content-box; */
	box-sizing: border-box;
	width: 800px; height: ;
	background: ;
	border: 0px solid;
	padding: 0px;
	letter-spacing: 2px;
	line-height: 1.5em;
/*	font-size: 100%; */
	text-align: left;
	position: relative;
}

.box01 {			/* inline-box と同じ作用 */
	margin-right: auto; /* ここで中央寄せを指定する。*/
	margin-left : auto;
	width: 600px; height: ;
	border: 1px solid;
	border-color: ;
	padding: 20px;
	margin: 0px 0px 0px 100px;
	position: relative;
	text-align: center;
/*	float: right;   */
}

.box02 {			/* inline-box と同じ作用 */
	margin-right: auto; /* ここで中央寄せを指定する。*/
	margin-left : auto;
	border: 0px solid;
	width: 350px; height: ;
	padding: 0px;
	margin: 0px 0px 0px 400px;
	text-align: left;
	position: relative;
/*	float: right;   */
}

.position_0 {
	top: 0px;
	left: 400px;
	position: absolute;
}

.inline-block_0 {
    display: inline-block;      /* インラインブロック要素にする */
	box-sizing: border-box;
    width: 500; height: ;
    background-color: ;    /* 背景色指定 */
    padding: 0px;             /* 余白指定 */
	margin: 0px 0px 0px 100px;
	vertical-align: top;
	text-align: left;
    float: right;
}

.inline-block_L {
	display: inline-block;    /* インラインブロック要素にする */
	width: 45%; height: px; /* 幅、高さ指定 */
	background-color: ;   /* 背景色指定 */
	padding: 0px 10px 0px 0px;             余白指定 */
	margin: 0px 0px 0px 0px;
/*	text-align: center; */
	float: left;
}

.inline-block_R {
	display: inline-block;    /* インラインブロック要素にする */
	width: 45%; height: px; /* 幅、高さ指定 */
	background-color: ;   /* 背景色指定 */
	padding: 0px 0px 0px 10px;             余白指定 */
	margin: 0px 0px 0px 0px;
/*	text-align: center; */
	float: right;
}

.inline-block_1 {
    display: inline-block;      /* インラインブロック要素にする */
	box-sizing: border-box;
    width: 350; height: ;
    background-color: ;    /* 背景色指定 */
/*    padding: 0px; */             /* 余白指定 */
/*	margin: 0px -100px 0px 100px; */
	top: -30px;
	left: 400px;
	position: relative;
/*	vertical-align: top; */
/*	text-align: center; */
/*    float: rigt; */
}

.inline-block_2 {
    display: inline-block;    /* インラインブロック要素にする */
/*     background-color: #ccc;   背景色指定 */
    padding: 0px;             /* 余白指定 */
	margin: 0px;
    width: 444px;
    height: ;
    float: right;
}

/*
table, th, td {
  width: 90%;
  border: 0px;
  border-collapse: collapse;
   border-spacing: 20;
  cell-spacing: 20px;
}
*/

.display-flex {
  display: flex;
/*  float: left; */
/*  justify-content: space-around; */
}

.box {
  margin: 4px;
  width: 100px;
  height: 20px;
  background-color: #6eba4d;
/*  background-color: #e6e6fa; */
  text-align: center;
}
.box0 {
  margin: 4px;
  width: 100px;
  height: 24px;
/*  background-color: #6eba4d; */
  background-color: #e6e6fa;
  text-align: center;
}

.box1 {
  margin: 4px;
  width: 100px;
  height: 28px;
/*  background-color: #6eba4d; */
  background-color: #e6e6fa;
  text-align: center;
}

.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

.after_box {			/* inline-block の回り込みを終了させる */
	clear: both;
}
