@charset "utf-8";

body {	background-color: white;	margin 0 ; margin-top: 0;}

.container {	max-width: 1100px;	margin: 0 auto;  margin-top: 0;}

.space { line-height: 1px;}
.space-10 { line-height: 7;}


.bg_test-text { background-color: rgba(255, 255, 255, 0.7);     /* 背景色指定 */}
.bg_test { text-align:  center;    /* 文字中央寄せ */ padding:  0px;        /* 余白指定 */}
セレクタ { background-image: url(画像のパス);}
.bg_test-1 { background-image: url("image/b010.jpg");    /* 背景画像指定 */}
.bg_test-2 { background-image: url("image/b012.jpg");    /* 背景画像指定 */}

.top-2 {position: fixed; margin-top :0; }

main{ display: flex; min-height: 10vh; margin-bottom: 0px;}
.LeftContent{  flex: 1; background-color: white; margin-right: 0px;}
.CenterContent{ flex: 1; background-color: white; margin-right: 0px;}
.RightContent{ flex: 1; background-color: white;margin-right: 10px;}

.LeftContent-bun-01 { color: black; line-height: 1; margin-top: 15px; margin-left: 10px; font-weight :bold;}
.LeftContent-bun-02 { color: black; font-size: 20px; line-height: 1; margin-top: 5px; margin-left: 10px; font-weight :bold;}

.CenterContent-bun-01 { color: black; font-size: 25px; font-weight: bold; line-height: 1; margin-top: 20px;}
.CenterContent-bun-02 { color: black; font-size: 20px; font-weight: bold; line-height: 1; margin-top: 10px;}

.RightContent-bun-01 { color: black; line-height: 1; text-align :right; margin-top: 20px; margin-bottom: 0px;}

.main2{ display: flex; min-height: 10vh; margin-bottom: 0px;}
.bottomContent{ background-color: white; margin-right: 0px;}
.bottomContent-bun-01 {  flex: 1;color: black; line-height: 1; margin-top: 0px; margin-left: 10px; font-weight :bold; line-height: 2;}
.bottomContent-bun-02 {  flex: 1;color: black; font-size: 20px; line-height: 1; margin-top: 0px; margin-left: 10px; font-weight :bold; line-height: 2;}

.linknavi {	background-color: black;}
.global-nav { font-size: 30px;	width: auto; margin-bottom: 0px; margin-top: 0px; line-height: 10px;}
.nav-list {	margin: 0;	padding: 0;	text-align: center;}
.nav-item {	display: inline-block; padding: 20px 15px;}
.nav-item a:link { color: white; text-decoration: none;}
.nav-item a:visited {	color: #fff;}
.nav-item:hover {	background-color: #0000aa;}

.nav-item-01 {	display: inline-block; padding: 20px 15px;}
.nav-item-01 a:link { color: white; text-decoration: none;}
.nav-item-01 a:visited {color:#99CCFF ;}
.nav-item-01:hover {	background-color: #0000aa;}

strong{ font-weight: bold;}
b{ font-weight: bold;}

.app-1 { width: 1100px; display: flex; flex-direction: column;}


.header-1 { height: 50px; margin-bottom: 28px; margin-top :300px;}
.header-1-bun {font-size:30px; color: black;}

.size-flex { display :flex; margin-top :0px}
.size-flex-left {width :550px; text-align :center;}
.size-flex-right {width :550px; text-align :center;}

.tsh-size { margin-top :15px; margin-bottom :30px;}
.pants-size { margin-top :15px; margin-bottom :30px;}
.tank-size { margin-top :15px; margin-bottom :30px;}
.half-size { margin-top :15px; margin-bottom :30px;}
.bibs-size { margin-top :15px; margin-bottom :30px;}
.inner-size { margin-top :15px; margin-bottom :30px;}


.sizehyou { font-size: 25px; margin-bottom: 5px; margin-bottom: 5px; font-weight: bold;}
.size-list { margin-left: auto; margin-right: auto;}
table {	border: 2px solid #ccc;}
th, td { border: 2px solid #ccc;	padding: 10px; text-align: center;}
th { background-color: #bbffff;	width: 40px;}
.saizu { text-align: center; width: 50px;}
.cm {	text-align: center;	width: 90px;}


footer { text-align: center; margin-bottom: 100px; font-size: 25px;}

