@charset "utf-8";
/* CSS Document */

.size-ttle{
	margin: 0.1em auto 1.5em;
	padding: 0;
	text-align: center;
	font-size: 2em;
	font-weight: bold;
	letter-spacing: 0.2em;
	}


.size-subttle{
	margin: 0 auto 0;
	padding: 0.3em 0;
	text-align: center;
	font-size: 1.5em;
	font-weight: bold;
	letter-spacing: 0.2em;
	color:#fff;
	}

.size-table {
	margin: 0.1em auto 4em;
	padding: 0;
	}

.size-table table {
  border-collapse: collapse; /* 境界線を1本にまとめる */
  width: 100%; /* 必要に応じてサイズ調整 */
}

.size-table table tbody tr td{
  border: 1px solid #000000; /* 線の太さ・種類・色 */
  vertical-align: middle; /* 上下中央 */
  text-align: center;     /* 左右中央 */
}



.size-table table tbody tr td img{
	width: 40%;
}




@media screen and (max-width:768px){
.size-ttle{
	margin: 0.1em auto 1.5em;
	padding: 0;
	font-size: 1.3em;
	font-weight: bold;
	letter-spacing: 0.1em;
	}

.size-ttle{
	margin: 0.1em auto 1.5em;
	padding: 0;
	font-size: 1.3em;
	font-weight: bold;
	letter-spacing: 0.1em;
	}


.size-table table tbody tr td.cateimg{
	font-size: 0.6em;
	line-height: 1em;
	padding: 1%;
}


.size-table table tbody tr td{
	font-size: 0.7em;
	line-height: 1.2em;
	padding: 1%;
}

.size-table table tbody tr td img{
	width: 100%;
}


}/*▲@media screen and (max-width:768px)*/
