<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* /////////////////////
サイズの測り方のcss
///////////////////// */

/* サイズ目次
------------------ */
#szgd_index ul{
	border: 3px solid #e4e4e4;
	line-height: 1.4;
	font-size: 75%;
}

#szgd_index ul li:not(:last-child){
	border-bottom: 1px solid #e4e4e4;
}

#szgd_index ul a{
	display: block;
	padding: 0.8rem 1rem;
	text-decoration: none;
	transition: 0.2s;
	position: relative;
}

#szgd_index ul a:after{
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	border-top: 2px solid #ccc;
	border-right: 2px solid #ccc;
	transform: translateY(-4px) rotate(135deg);
	position: absolute;
	top: 50%;
	right: 1rem;
}

#szgd_index ul a:hover{
	background: #efefef;
}

@media print, screen and (min-width: 768px){
#szgd_index ul{
	font-size: 87.5%;
}
}

#szgd_index{
	margin: 3rem auto;
}

@media print, screen and (min-width: 1040px){
#szgd_index{
	margin: 5rem auto;
}

#szgd_index ul{
	display: flex;
	flex-wrap: wrap;
}

#szgd_index ul li{
	display: inline-block;
	width: 50%;
	box-sizing: border-box;
}

#szgd_index ul li:nth-last-of-type(2){
	border-bottom: none;
}

#szgd_index ul a{
	padding: 0.8rem 2rem;
}

#szgd_index ul a:after{
	right: 2rem;
}
}

.size_index_h{
	background: #e4e4e4;
	text-align: center;
	padding: 1rem 0;
	color: #000;
	font-size: 87.5%;
}

.size_index{
	border: 3px solid #e4e4e4;
	line-height: 1.4;
	font-size: 75%;
	display: flex;
	flex-wrap:wrap;
}

.size_index li{
	width: 50%;
	box-sizing: border-box;
}

.size_index li:not(:last-child){
	border-bottom: 1px solid #e4e4e4;
}

.size_index a{
	display: block;
	padding: 0.8rem 1rem 0.8rem 0.5rem;
	text-decoration: none;
	transition: 0.2s;
	position: relative;
}

.size_index a:after{
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	border-top: 2px solid #ccc;
	border-right: 2px solid #ccc;
	transform: translateY(-4px) rotate(135deg);
	position: absolute;
	top: 50%;
	right: 1rem;
}

.size_index a:hover{
	background: #efefef;
}

@media print, screen and (min-width: 768px){
.size_index{
	font-size: 87.5%;
}

.size_index li{
	width: 25%;
}
}

@media print, screen and (min-width: 768px){
#size2_index li:nth-last-of-type(2), #size2_index li:nth-last-of-type(3){
	border-bottom: none;
}
}

.size_ttl{
    font-size: 130%;
    margin-bottom: 2rem;
    color: #000;
    border-bottom: 1px solid #000;
    padding: 0 0.2rem 0.5rem;
}

@media print, screen and (min-width: 768px){
.size_ttl{
	font-size: 170%;
}
}

.nude_items{
    margin-bottom: 10rem;
}

@media print, screen and (min-width: 768px){
.nude_items{
    margin-bottom: 13rem;
}
}

/* サイズ大カテゴリブロック
------------------ */
.size_section{
	padding-top: 30px;
}

.size_section .section_body{
	line-height: 1.6;
	font-size: 75%;
}

@media print, screen and (min-width: 768px){
.size_section .section_body{
	font-size: 87.5%;
}
}

/* 絵型
------------------ */
.size_img{
	text-align: center;
	margin-bottom: 2rem;
}

.size_img img{
	display: block;
	margin: 0 auto;
}

/* 概要表
------------------ */
.size_summary{
	width: 100%;
	margin-bottom: 2rem;
	text-align: left;
	border-collapse: collapse;
}

.size_summary th{
	width: 30%;
	border-bottom: 1px solid #ccc;
	padding: 0.5rem 0 0.5rem 0.5rem;
	color: #000;
	font-weight: normal;
}

.size_summary td{
	padding: 0.5rem;
	border-bottom: 1px solid #ccc;
}

@media print, screen and (min-width: 768px){
.size_summary th{
	width: 25%;
	padding: 0.5rem 0 0.5rem 1.5rem;
}
}

/* 詳細
------------------ */
.size_detail{
	margin-bottom: 2rem;
	border: 1px solid #d8d8d8;
}

.size_detail_h{
	background: #d8d8d8;
	text-align: center;
	padding: 0.3rem 0 0.5rem;
	color: #000;
}

.size_detail_text p{
	margin: 0;
	padding: 0.6rem 0.5rem;
}

.size_detail_img{
	padding: 0 0.5rem;
	text-align: center;
}

@media print, screen and (min-width: 768px){
.size_detail{
	display: flex;
	justify-content: space-between;
	align-items: center;
}




.size_detail_text{
	width: 52%;
	box-sizing: border-box;
	padding: 0.5rem;
}

.size_detail_h{
	margin-bottom: 1rem;
}

.size_detail_img{
	padding: 0.5rem 0.5rem 1px 0.5rem;
	width: 46%;
	box-sizing: border-box;
}
}

/* 別バージョン測り方へリンク
------------------ */
#size_link{
	background: #e4e4e4;
	padding: 2rem 0;
}

#size_link .wide span{
	display: inline-block;
	padding: 0 1rem;
	font-size: 75%;
}

/*end*/
/*end*/</pre></body></html>