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

.animal {
	box-sizing: border-box;
	}

/* PC画面用（ウィンドウ幅が769px以上の場合に適用） */

@media print,screen and (min-width: 769px) {
	
.kisetu {
text-align:center;
margin: 1%;	
color: #FF6600;	
}	
 
.animal h2{
	text-align: center;
 font-size: 1.2em;
 margin-top: 3%;
	}	
	
.animal h3 {
  padding: 0.5em ;/*文字周りの余白*/
  color: #f26600;/*文字色603813*/
  font-size: 150%;	
  background:#fff8d5;/*背景色*/
  border-bottom:3px #eccd37 dotted;
  border-top:3px #eccd37 dotted;		
  margin-top: 30px;
  text-align: left;	
  }	

 .top_text {
	text-align: center;
	margin: 0px; 
  }		
	
 .t_text {
	width: 900px;  
    margin: 5px 30px 0px 25px;
    padding: 5px 5px 0px 5px;
    line-height: 1.8em;
  }
	
.navi_area {
  width: 850px;
  margin: 10px auto 20px auto;
}	

.navi_area table {
	margin: 20px auto;
  }	
	
.navi_area td {
	float: left;
	margin: 5px;
  }		
	
.navi_btn a {
  display: flex;
  justify-content: space-between;
  align: center;
  margin: 1px auto;
  padding: 0.8em 1em 0.6em 1em;
  width: 230px;
  color: #ff6400;
  font-size: 13px;
  font-weight: bold;
  background-color: #fff;
  border: solid 1px #ff6400;
  transition: 0.3s ;
}
	
.navi_btn a {
  text-decoration: none;
}

		

.navi_btn a::after {
  content: '';
  width: 5px;
  height: 5px;
  border-top: 3px solid #ff6400;
  border-right: 3px solid #ff6400;
  transform: rotate(135deg);

}
	
.navi_btn a:hover {
  text-decoration: none;
  background-color: #ff6400;
  border: solid 1px #ff6400;
  color:#fff;
  transition: 0.3s ;	
}	

.navi_btn a:hover:after {
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
}	
	
  	
/* 商品テーブル(横4つ) */				
 .item_table {
    /* 残*/
    margin: 0px auto;
    width: 910px;
	margin-top: 4px; 
  }

  /* 残*/
  .item_table td {
    /* 残*/
    padding: 5px;
    margin: 0px 5px;
    border: #efefef solid 1px;
    vertical-align: top;
  }		

  .item_table_press&gt;a&gt;img {
    width: 100%;
    height: auto;
    margin: 0 auto 5px auto;
    padding: 0;
  }			
		
	
	/* 商品6個配置テーブル */			
  .item_table_mini {
    /* 残*/
    margin: 3px auto;
	margin-top: -7px;  
    width: 910px;
  }
  .item_table_mini tr {
    margin-left: 20px;
  }

  .item_table_mini td {
    padding:5px;
    margin: 0px 5px;
    border: #efefef solid 1px;
  }
  .item_table_mini_td  {
    width: 15%;
	vertical-align:top;  
  }
	
  .item_table_mini_td&gt;a&gt;img {
    width: 100%;
    height: auto;
    margin: 0 auto 5px auto;
    padding: 0;
  }	

/* 商品横2個配置テーブル */		
 	
 .item_table_big {
    /* 残*/
    margin: 3px auto;
	margin-top: 3px;  
    width: 910px;
  }
  .item_table_big tr {
    margin-left: 20px;
  }
  /* 残*/
  .item_table_big td {
    /* 残*/
    padding: 5px;
    margin: 0px 5px;
    border: #efefef solid 1px;
    width: 380px;
    vertical-align: top;
  }
  .item_table_press_big {
    width: 15%;
  }	
	
	
.item_table_press_big_price_r {
	color:#F00;
	font-weight:bold;
}

.item_table_press_big_price_r span {
	font-weight:normal;
	font-size:10px;
}
	
.item_table_press_big_price_k {
	color:#000;
	font-weight:bold;
}

.item_table_press_big_price_k span {
	font-weight:normal;
	font-size:10px;
}
	
	
  .btn_line {
    border: #CCC solid 1px;
  }
  /* その他 */
  .icon {
    margin: 50px 10px;
    padding: 10px;
    border: #CCC solid 1px;
  }
  .sale_price {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    color: red;
    font-weight: bold;
    text-align: left;
    font-size: 12px!important;
    padding-top: 10px;
  }
  .sale_price span {
    letter-spacing: normal;
    box-sizing: border-box;
    vertical-align: bottom;
  }
  .sale_price span.special_price_text, .price_Heading span {
    font-size: 12px;
  }
  .price_Heading span {
    padding: 0 3px;
    box-sizing: border-box;
  }
  .price_Heading {
    font-size: 2em;
    letter-spacing: -2px;
    padding-right: 0px;
  }
  .tax_text {
    font-size: 10px!important;
    font-weight: normal;
    padding: 0!important;
  }
  .img_link&gt;img {
    width: auto;
  }
  .item_table_press&gt;a&gt;img {
    width: 100%;
    height: auto;
    margin: 0 auto 5px auto;
    padding: 0;
  }
  .item_table_press_mini&gt;a&gt;img {
    width: 100%;
    height: auto;
    margin: 0 auto 5px auto;
    padding: 0;
  }
  
  .name_campaign {
    text-align: center;
    margin: 20px 0px 0px 0px;
  }
  .item_campaign {
    text-align: center;
    margin: 10px 0px 30px 0px;
  }
	
 .header_banner  {
    text-align: center; 
    display: flex;
    justify-content: center;	 
  }	
	
 .header_banner img  {
    width:210px;
	margin-top:2em;  
	padding-right:0.5em;  
  }		
	
  .other_btn {
    text-align: center;
    margin: 10px 45px 30px 45px;
    display: flex;
    justify-content: center;
  }
  .other_btn&gt;a&gt;img {
    width: 740px;
    height: 50px;
  }
  .icon-s {
    padding: 2px 2px 0px 0px;
  }
  .info {
    font-weight: bold;
    background-color: #FFEEEE;
    padding: 10px;
    margin: 20px;
    text-align: center;
    font-size: 14px;
    color: red;
  }
  .t-topics {
    margin: 15px 30px 30px 30px;
    text-align: left;
    padding: 10px;
    line-height: 1.8em;
    color: #630;
    background-image: url(/images/text_bg.gif);
  }
  .t-topics p {
    margin: 5px 5px 5px 20px;
  }
  .details_btn {
    text-align: center;
    margin: 70px auto 0 auto;
  }
  .details_btn&gt;p {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 10px;
  }
  .details_btn&gt;a&gt;img {
    width: 500px;
    height: 50px;
  }
  .contact_box {
    text-align: center;
    margin-top: 100px;
  }
  .contact_box&gt;img {
    width: 890px;
    height: 320px;
    border: 0;
  }

/* カテゴリリンク */
 .banner_btn1 {
  width: 90%;
  margin: 0 auto;
  text-align: center;
  font-size: 1em;
 }
 .btn1_mds {
  font-weight: bold;
  margin: 3% auto 0.5% auto;
 }
 .btn1_a a {
  display: inline-block;
  text-decoration: none;
 }
 .btn1_a a:hover {
  text-decoration: underline;
 }
 
.banner_btn1 img {
  display: block;
  margin: 0 auto;
 }
 
.btn1_yoko {
  display: flex;
  justify-content: space-between;
  width: 50%;
  margin: 0.5% auto;
 }
 
 .btn1_yoko a {
  display: flex;
  justify-content: center;
  text-decoration: none;
 }
 .btn1_yoko a:hover {
  text-decoration: underline;
 }
 .btn1_yoko a:not(:last-child)::after {
  content: ' ｜';
  display: inline-block;
  text-decoration: none;
  color: black;
 }
 
.btn1_yoko2 {
  display: flex;
  justify-content: space-between;
  width: 58%;
  margin: 1% auto;
 }
 
.btn1_yoko3 {
  display: flex;
  justify-content: space-between;
  width: 35%;
  margin: 0.5% auto;
 }
 
 .btn1_yoko3 a {
  display: flex;
  justify-content: center;
  text-decoration: none;
 }
 .btn1_yoko3 a:hover {
  text-decoration: underline;
 }
 .btn1_yoko3 a:not(:last-child)::after {
  content: ' ｜';
  display: inline-block;
  text-decoration: none;
  color: black;
 }
 
.btn1_yoko4 {
  display: flex;
  justify-content: space-between;
  width: 33%;
  margin: 0.5% auto;
 }
 
 .btn1_yoko4 a {
  display: flex;
  justify-content: center;
  text-decoration: none;
 }
 .btn1_yoko4 a:hover {
  text-decoration: underline;
 }
 .btn1_yoko4 a:not(:last-child)::after {
  content: ' ｜';
  display: inline-block;
  text-decoration: none;
  color: black;
 }
 
.btn1_yoko5 {
  display: flex;
  justify-content: space-between;
  width: 46%;
  margin: 0.5% auto;
 }
 
.btn1_yoko5 a {
  display: flex;
  justify-content: center;
  text-decoration: none;
 }
 .btn1_yoko5 a:hover {
  text-decoration: underline;
 }
 .btn1_yoko5 a:not(:last-child)::after {
  content: ' ｜';
  display: inline-block;
  text-decoration: none;
  color: black;
 }
 
/* 関連特集 */
.banner_area{
 margin: 3% auto;
  } 
 
.banner_area p{
 text-align: center;
 margin: 0 auto;
  }
 
.banner_area ul{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 900px;
	margin: 0 auto;
  }
 
.banner_area li{
	margin: 0% 0.5%;
  }
/* 関連特集 */
 
 
}

/* SP画面用（ウィンドウ幅が768px以下の場合に適用） */

@media screen and (max-width: 768px) {
	
.kisetu {
  width: 88%;
  text-align: center;	
  margin: auto;	
  margin-top: 3%;		
  color: #FF6600;	
}	

.animal h2{
	text-align: center;
 font-size: 1em;
 margin-top: 3%;
	} 
	
.animal h3 {
  padding: 0.5em 0.3em 0.2em 0.3em ;/*文字周りの余白*/
  color: #f26600;/*文字色603813*/
  font-size: 130%;	
  background:#fff8d5;/*背景色*/
  border-bottom:4px #eccd37 dotted;
  border-top:0px #eccd37 dotted;		
  margin-top: 30px;
  text-align: left;	
  }	


 .top_text {
	padding: 0px 3%;
	margin: 1% 0% 0% 0%;
	font-size: 95%;
  text-align: center;
  }	
	
	
 .t_text {
    width: 90%; 
    margin: 1% auto !important;
	margin-top:-1%;   
    padding: 3px;
    line-height: 1.5em;
    font-size: 3vw;
  }	

.navi_area {
	width: 100%;
	padding: 0 1%;
	margin: auto;
	box-sizing: border-box;
  }
	
.navi_area table {
	width: 100%;
  }	
	
.navi_area td {
	width:45%;
	display: inline-block;
	margin-top: 2%;
	margin-left: 3%;
  }		
		
.navi_btn a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 1px auto;
  padding: 0.6em 0.8em 0.4em 0.8em ;
  width: 90%;
  color: #ff6400;
  font-size: 12px;
  font-weight: bold;
  background-color: #fff;
  border: solid 1px #ff6400;
}
	
.navi_btn a {
  text-decoration: none;
}

.navi_btn a::after {
  content: '';
  width: 4px;
  height: 4px;
  border-top: 3px solid #ff6400;
  border-right: 3px solid #ff6400;
  transform: rotate(135deg);
}
				

	/* 商品一覧 */
  .item_table {
    /* 残 */
    margin: auto;
	margin-top: 0%;
	margin-left: 1.5%;   
    width: 96%;
    display: block;
  }
  .item_table tr {
    display: inline;
    margin: 0;
    padding: 0;
    width: 100%;
  }
  /* 残 */
  .item_table td {
    /* 残 */
    padding: 2px;
    margin: 0px 0px 10px 0px;
    border: 0;
    width: 47%;
	margin-left: 0.5%;  
    display: inline-block;
    vertical-align: top;
  }

  .item_table_img {
    border: #efefef solid 1px; 
  }
	
 
	
  /* 商品一覧横3つ(小)並び */
  .item_table_mini {
    margin: 0% auto;
    width: 97%;
	margin-top: -1%;
	margin-bottom:0%;  
    display: block;
  }
  .item_table_mini tr {
	display: inline;
    margin: 0;
    padding: 0;
    width: 100%;  
  }
  /* 残 */
   .item_table_mini td {
    /* 残 */
    padding: 1%;
    margin: -5px 0px 5px 1px;
    border: 0;
    width: 30%;
    display: inline-block;
    vertical-align: top;
  }

 .item_table_mini_img {
   border: #efefef solid 1px;  
  }	

	
/* 商品テーブル大 */		
 .item_table_big {
    /* 残 */
    margin: auto;
    width: 98%;
    margin-left: 1.4%;  
    justify-content: center;
	 
  }
  .item_table_big tr {
    display: inline;
    margin: 0;
    padding: 0;
    width: 100%;
  }

  .item_table_big td {
    padding: 3px;
    margin: 0px 0px 10px 0px;
    border: 0;
    width:47%;
    display: inline-block;
    vertical-align: top;
  }
	
  .item_table_press_big&gt; img {
    border: #efefef solid 1px;
    width: 100%;
	margin-bottom: 1%;  
  }
 
/* カテゴリリンク */
 .banner_btn1 {
  width: 100%;
  margin: 5% auto;
  text-align: center;
 }
 
.banner_btn1 a {
  display: block;
  text-decoration: none;
  color: #603813;
 }
 
.banner_btn1 a:link {
  color: #603813;
 text-decoration: none;
 }
 
.banner_btn1 a:visited {
  color: #603813;
 text-decoration: none;
 }
 
/* 関連特集 */
.banner_area{
 margin: 2% auto;
  } 
 
.sp_btn {
  margin: 5% auto;
  padding: 7px 0px 6px 0px;
  background: #FFD96D;
  width: 90%;
  text-align: center;
  font-size: 3.5vw;
  font-weight: bold;
  border: solid 1px #F1B524;
  border-radius: 10px;
  box-shadow: 2px 2px #F18324;
  color: #603813;
 }
 .sp_btn a {
  display: block;
  color: #603813;
  text-decoration: none;
 }
 .sp_btn a:link {
  color: #603813;
 }
 .sp_btn a:visited {
  color: #603813;
}
/* 関連特集 */
	
/* スマホ全体のリンクに使えるボタン 
.sp_btn {
  margin: 7% auto;
  margin-top: -3%;
  padding: 8px 0px 7px 0px;
  background: #FFD96D;
  width: 90%;
  text-align: center;
  font-size: 3.5vw;
  line-height: 1.2em;
  font-weight: bold;
  border: solid 1px #F1B524;
  border-radius: 10px;
  box-shadow: 2px 2px #F18324;
}

.sp_btn a {
  display: block;
}

.sp_btn a:link {
  color: #603813;
}

.sp_btn a:visited {
  color: #603813;
}

.sp_btn a {
  text-decoration: none;
}	*/

.top-text-link-list {
    margin-top: 2%;
    width: 95%;
    font-size: 90%;
  }	

	.long_bn {	
    text-align: center;
	font-size: 100%;	
  }	
	
	.long_bn img  {	
    width:90%;	
  }			
	
}</pre></body></html>