@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}



.woocommerce-loop-product__time{
	display:none;
}

.date-tags{
	display:none;
}

.woocommerce-loop-product__type{
	display:none;
}


.author-info{
	display:none;
}


 /*商品情報のコード*/

.product-info-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 10px;
  font-size: 15px;
}

.product-info-table th,
.product-info-table td {
  padding: 8px 12px;
  border: 1px solid #ccc;
  vertical-align: top;
  text-align: left;
}

.product-info-table th {
  background-color: #f4f4f4;
  width: 130px;
  white-space: nowrap;
}

.product-info-table a {
  color: #0073aa;
  text-decoration: none;
}

.product-info-table a:hover {
  text-decoration: underline;
}

 /*商品情報のコード*/


 /*入荷情報*/
.recent-stock-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 10px;
  font-size: 15px;
}

.recent-stock-table th,
.recent-stock-table td {
  padding: 8px 12px;
  border: 1px solid #ccc;
  text-align: left;
}

.recent-stock-table th {
  background-color: #f0f0f0;
  white-space: nowrap;
}

.recent-stock-table a {
  color: #0073aa;
  text-decoration: none;
}
.recent-stock-table a:hover {
  text-decoration: underline;
}
