<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 Document */

media {
	width: 850px;
	height:100%;
	margin: 0 auto 30px;
	font-size: 15px;
	color: #666666;
	font-family: "Quasimoda", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴシックPro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "Yu Gothic Medium", "メイリオ", Meiryo,Osaka, sans-serif;
}

/* タイトル画像と文章 */
.top{
}
.title_img{
	width: 220px;
	margin:80px 0 30px 10px ;
}
.title_text{
	line-height:2.0em;
	padding: 0;
	margin: 0 0 60px 15px ;
}
.book_info{
	margin: 20px 0 60px;
}
.book_info img{
	width: 100%;
}
.book_info .txt{
	margin: 0px 0 40px;
}
.book_info .txt small{
	color:#666;
}
.book_info .txt h2.book_ttl{
	margin-bottom: 15px !important;
	font-size: 17px!important;
    text-align: left!important;
}

/* 書籍の表組 */
.container{
display:table;
width: 850px;
margin: 0 0 40px 0 ;
}

.container .box {
display:table-cell;
}
.container .box img{
	width: 415px;
}

/* レポート */
.report_img {
	width: 850px;
	margin: 0 auto;
}
.report_text {
	width: 730px;
	font-size: 15px;
	line-height: 1.8;
	padding: 0;
	margin: 10px auto 80px ;
}
.line {
	width: 100%;
	border: 1px solid #ccc ;
	margin: 0 0 70px 0 ;
}


/* PAGE TOP 上部へ移るjs動作*/
#page-top {
    position: fixed;
    bottom: 50px;
    right: 20px;
    font-size: 16px;
	letter-spacing: 0px;
}
#page-top a {
    background: #fff;
    text-decoration: none;
    color: #666;
    width: 100px;
    padding: 20px 0;
    text-align: center;
    display: block;
    border-radius: 10px;
	border: 2px solid #999;
}
#page-top a:hover {
    text-decoration: none;
    background: #999;
    color: #fff;
}


#page-top .fa_size {
	font-size: 1.5em;
}


/* トップページへ移るのテキスト*/
.toplink {
	width: 100%;
	margin: 50px 0 10px 0 ;
	text-align: center;
	font-size: 20px;
	color: #666666;	
}
.toplink a {
	text-decoration: none;
	color: #666666;
}
.toplink a:hover {
	color: #BC8485;
}
/* フッター */
.footer_Copyright{
	width: 100%;
	margin: 0 0 50px 0 ;
	text-align: center;
	font-size: 12px;
	color: #555555;
	padding-bottom: .5em;
    border-top: 3px double #ccc;
}


/*　書籍掲載
---------------------------- */
#book_media{
	margin: auto;
	width: 850px;
}
#book_media figure{
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0;
    margin-inline-end: 0;
}
#book_media figure img{
	width: 100%;
}
#book_media .intro {
}
#book_media .intro .ttl{
    font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho ProN", YuMincho, "Yu Mincho", "serif";
    font-size: 20px;
    letter-spacing: 2px;
	margin: 20px 0 20px;
    text-align: left;
    display: inline-block;
	font-weight:bold;
    /* background: #dfdfdf;*/
    /* color: #fff; */
    /* padding: 5px 10px; */
}
#book_media .book-info {
	margin: 25px 0 35px;
	padding: 15px 0;
	border-top: 1px solid #9b9b9b;
	border-bottom: 1px solid #9b9b9b;
}
#book_media .book-info h1{
    font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho ProN", YuMincho, "Yu Mincho", "serif";
    font-size: 22px;
    margin: 0px 0 2px;
    text-align: left;
}
#book_media .p-info{
	margin: 15px 0 40px;
}
#book_media .footer{
	margin: 100px 0 70px;
}
#book_media .footer p {
	margin-bottom: 35px;
}



/*--------虫眼鏡アイコンの大きさ調節--------*/
.modalContents form button[type="submit"]{
	font: inherit;
}
button{
	cursor: pointer;
}

/*----20250530マカベアリスの刺繍Labo.の全ページ掲載部分----*/

    .fabric-grid {
      display: grid;
      grid-template-columns: 1fr;
      gap: 1.5rem;
    }

    .fabric-block {
      background-color: #fff;
      border: 1px solid #ddd;
      border-radius: 8px;
      padding: 1rem;
      box-shadow: 0 2px 4px rgba(0,0,0,0.05);
    }

    .fabric-title {
      font-weight: bold;
      margin-bottom: 0.5rem;
      color: #333;
    }

    .fabric-content {
      white-space: pre-wrap;
      font-size: 0.95rem;
      color: #555;
    }







@media screen and ( max-width:768px )
{
	.media{
		margin: 0 2% 30px;
		font-size: 13px;
		font-family: "Quasimoda", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴシックPro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "Yu Gothic Medium", "メイリオ", Meiryo,Osaka, sans-serif;
	}

/* top画像　スマホ表示率100% */
	.top{
	width: 100%;
	}
	.top_img{
		width: 100%;
	}
	.title_img{
		width: 45%;
	    margin:30px 0 20px 10px ;
	}
	.title_text{
    /* width: 90%; */
    display: block;
    margin: 5px 0px;
    font-size: 14px;
    line-height: 1.4;
	}
	.title_text br{
		display: none;
	}
.book_info{
    margin: 20px 0 60px;
    width: 100%;
    padding: 10px 0 0;
}
.book_info img{
	width: 100%;
}
.book_info .txt{
	margin: 0px 0 15px;
}
.book_info .txt small{
	color:#666;
}
.book_info .txt h2.book_ttl{
	margin-bottom: 15px;
	font-size: 17px;
}

	
/* 書籍の表組 スマホ横２列
	.container{
	display:table;
	width: 100%;
	margin-bottom: 20px ;
	}
	
	.box {
	display:table-cell;
	width:45%;
	}

	.box img {
	width:95%;
	}
	
	.container .box img{
	width: 100%;
}*/
	
  .container{
	width: 100%;
	  margin: 0;
	}
	.container .box{
		display:block;
	}
	/*box縦並び*/
	.box {
    display: block;
    margin: 0 20px 30px;
}
	
	

/* レポート　スマホ表示率100% */
	.report_img {
	width: 100%;
	margin: 0 auto;
	}
	.report_img_m {
	width: 60%;
	margin: 0 auto;
	}
	.report_text {
		/*padding-left:10px;*/
		width: 95%;
		display: block;
		margin: 5px 0;
		font-size: 14px;
		line-height:1.4;
	    margin:10px auto 20px ;
	}
	.report_text br{
		display: none;
	}

	.line {
	width: 100%;
	border: 1px solid #ccc ;
	margin: 0 0 30px 0 ;
	}


/* PAGE TOP 上部へ移るjs動作 スマホ対応*/
#page-top {
    position: fixed;
    bottom: 0px; /* フッターに被らないように設定 */
    right: 22px; /* スマホ用 */
    font-size: 14px;
	letter-spacing: 0px;
}
#page-top a {
    background: #fff;
    text-decoration: none;
    color: #666;
    width: 100%; /* スマホ用 */
    padding: 10px 5px;
    text-align: center;
    display: block;
    border-radius: 10px;
	border: 2px solid #999;
}
#page-top a:hover {
    text-decoration: none;
    background: #efefef;
}
#page-top .fa_size {
	font-size:1em;
}

/* トップページへ移るのテキスト*/
.toplink {
	width: 100%;
	margin: 30px 0 0 0 ;
	text-align: center;
	font-size: 15px;
	color: #666666;	
}
.toplink a {
	text-decoration: none;
	color: #666666;
}
.toplink a:hover {
	color: #BC8485;
}

/* フッター */
.footer_Copyright{
	width: 100%;
	margin: 0 auto;
	font-size: 9px;
	color: #555555;
	padding-bottom: .5em;
    border-top: 3px double #ccc;
}

/* ヘッダーの大きさ調整 */		
header ul.h_btn li a p,
header ul.h_btn li button p {
	padding: 5px 0 0 0;
	margin: auto 0 0 0;
	line-height: 140%;
	font-size: 0.6rem!important;/*英語表記時12px;*/
	color: #222!important;
}	
a.nav-button::after {
	content: "メニュー";
	font-size: 0.6rem!important;/*英語表記時12px*/
	color: #000;
	position: absolute;
	bottom: -27px;
	left: 0;
}
a.nav-button.active::after {
    content: "閉じる";
    font-size: 0.6rem;
    color: #000;
    position: absolute;
    bottom: -27px;
    left: 5px;
}	
	

/*　書籍掲載本文ページ
---------------------------- */

#book_media{
	width: 90%;
	margin: 20px auto 60px;
}
.book_media_main-img {
  margin: 20px 0 0 0;	
}
#book_media figure{
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0;
    margin-inline-end: 0;
}
#book_media figure img{
	width: 100%;
}
#book_media .intro {
	margin: 10px auto 0;
}
#book_media .intro .ttl{
    font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho ProN", YuMincho, "Yu Mincho", "serif";
    font-size: 18px;
    margin: 5px 0 15px;
    text-align: left;
    display: inline-block;
    /* color: #fff; */
    font-weight: 600;
    letter-spacing: 2px;
}
#book_media .book-info {
	margin: 30px auto 40px;
	padding: 15px 0;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
}
#book_media .book-info h1{
    font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho ProN", YuMincho, "Yu Mincho", "serif";
    font-size: 20px;
	text-align: left;
	margin: 0px 0 5px;
}
#book_media .p-info{
	margin: 15px 0 40px;
}
#book_media .p-info p{
	margin: 15px auto 10px;
}	
#book_media .footer{
	margin: 65px 0 80px;
}
#book_media .footer p {
	margin: 0 auto 25px;
}	

	

/*--------虫眼鏡アイコンの大きさ調節--------*/
.modalContents form button[type="submit"]{
	background-size: 25px!important;
	-webkit-appearance: button;
}
.modalContents form input[type="text"] {
	background: #DDD;
    border: none;
	line-height: 1.4;
    min-height: 1.8em;
    padding: 3px 5px;
    width: 90%;
}
.side .search form button[type="submit"], footer .search form button[type="submit"]{
    -webkit-appearance: button;	
	line-height: 1.4;
    min-height: 1.8em;
	font: inherit;
}
.side .search form input[type="text"]{
	width: 75%;
}
}

/*----20250530マカベアリスの刺繍Labo.の全ページ掲載部分----*/

    @media (min-width: 768px) {
      .fabric-grid {
        grid-template-columns: 1fr 1fr;
      }
    }

    .fabric-block {
      background-color: #fff;
      border: 1px solid #ddd;
      border-radius: 8px;
      padding: 1rem;
      box-shadow: 0 2px 4px rgba(0,0,0,0.05);
    }

    .fabric-title {
      font-weight: bold;
      margin-bottom: 0.5rem;
      color: #333;
    }

    .fabric-content {
      white-space: pre-wrap;
      font-size: 0.95rem;
      color: #555;
    }

</pre></body></html>