<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
.t-text-title {
  color: #5A0D12;
  font-size: 120%;
  font-weight: bold;
  padding-bottom: 10px;
}

.size_list {
  width: 90%;
  margin: 10px auto 35px auto;
}

.size_list img {
  width: 800px;
  height: 100%;
  margin: 0% 3%;
  
}



.bottom-img-wrapper {
  margin: 10px auto 20px auto;
}

.bottom-img-wrapper&gt;img {
  width: 100%;
  height: 100%;
}

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

@media print,screen and (min-width: 769px) {
	
.diary_h2 {
	width: 940px;
	height:170px;
	position: relative;
	background-image: url(/novelty-diary/images/title.jpg);
	background-repeat: no-repeat;
	margin: 0% auto;
	font-size:2.8em;

}
	
.diary_h2 h2{
	display: table-cell;
	vertical-align:top;
	width: 940px;
	height:120px;
	font-family:"Verdana", "游ゴシック", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;;
	text-align: center;
	font-weight:700;
	color: #000;
	
}
	
.diary_h2 h2 span{
	display: table-cell;
	vertical-align:middle;
	width: 940px;
	height:50px;
	font-size: 0.6em;
	color: #d71718;
}		
	
	
	
.diary h3 {
  padding: 0.5em ;
  color: #fff;
  font-size: 1.5em;	
  background: #379e75;
  border-left: solid 20px #2e3f33;
  margin-top: 30px;
  text-align: left;	
  }	
	
	
.diary h4 {
	width: 100%;
    background: #EDEDED;
	font-size: 1.4em;	
    padding: 10px 10px 10px 20px;
    margin: 20px auto 5px auto;
    box-sizing: border-box;
    font-weight: bold;
  }	
	
.diary h4 span{
	font-size: 0.8em;	
    font-weight:600;
  }		
	
	
 .t_text {
	width: 900px;  
    margin: 3px 30px 0px 25px;
    padding: 5px 5px 0px 5px;
    line-height: 1.8em;
  }
	
  .top-btn {
    display: flex;
	flex-wrap:wrap;
	margin-left: 110px;
	margin-top: 10px;  
  }
	
  .top-btn a {
    width: 50%;
	padding: 0px 5px;
	box-sizing:border-box; 
  } 	

 .top-btn a&gt;img {
    max-width:100%; /*画像のはみだしを防ぐ*/
	height: auto; /*画像の縦横比を維持 */
  } 		
	
 .top_text {
	margin: 10px auto 5px auto;
	text-align: center;  
	background:#fffbdb;
	padding:15px;  
	width:850px;  
	font-size: 1.2em;
	line-height: 1.5em;
  }	

  .one-line-comment {
    margin: 0px 17px 0px 17px;
  }

	
	
	
/* 商品横3個配置テーブル */
  .item_table {	
	 width: 910px;
 }	
	
  .item_table td{
    border: #efefef 1px solid; 
	  
 }	
  .item_table .block-link-img-line img {
    width: calc(100% / 2);
    height: 100%;
    object-fit: contain;
  }
  .item_table.most-recommended .block-link-img-line img {
    width: calc(100% / 3);
    height: 100%;
    object-fit: contain;
  }

  .item-table-by-size-wrapper {
    width: 100%;
    padding-left: 1%;
    box-sizing: border-box;
  }
  .item-table-by-size-wrapper&gt;.item_table {
    width: 100%;
  }
  .bottom-img-wrapper {
    width: 80%;
  }
	
/* 商品横2個配置テーブル */
 .item_table_big {
    /* 残*/
    margin: 3px auto;
	margin-top: 5px;  
    width: 910px;
	border-collapse: separate;
    border-spacing: 5px; 
  }

  .item_table_big td {
    /* 残*/
    padding: 3px;	  
    margin: 0px 20px;
    border: #efefef solid 1px;
    width: 400px;
    vertical-align: top;
  
  }	
	
.item_table_press_big img {
    width:210px;
	padding: 4px;  
	margin-bottom: 3px; 
	margin-left: 1px;  
  }	
/* 商品横2個配置テーブルここまで */
	
  .rndm-rink {
	margin:10px auto; 
	width: 800px;  
	text-align: center;
  }	
	
  .rndm-rink img {
	margin: 0px auto;  
	padding:0px 10px;  
	width: 200px;  
	
  }		
/* サイズ別で探すボタンここから */
.corner_btn a {
    background: #ededed;
    border-radius: 8px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 3% auto;
    max-width: 300px;
    padding: 15px 25px;
    color: #27694e;
    transition: 0.3s ease-in-out;
	font-size: 1.2em;
    font-weight: 600;
	text-decoration: none;
	border: solid 0px #379e75;
	box-shadow: 4px 4px 0px #ccc ;
	letter-spacing: 0.1em;
}

.corner_btn a:hover {
    background: #379e75;
    color:#fff;
}	
/* サイズ別で探すボタンここまで */	
	
	
/* サイズ別ボタン ここから*/
.size_btnlist {
  width: 95%;
  height: 50px;
  margin: 2% auto 3% auto;	
}

.size_btn {
  padding-top: 10px;
  display: flex;
  justify-content: space-evenly;
  font-size: 1.2em;
}
	
.size_btn button{
  width: 150px;
  padding: 0.6em 0.5em;	
  background: #fff;
  border:0px;	
  border-bottom: solid 1px #B0B0B0;
}
	
.size_btn a{
  text-decoration: none;
  color:#000;
}
	
.size_btn button :hover{
  color:#828282;
}	
/* サイズ別ボタン ここまで*/	
	
	
	
/*卓上カレンダー特集ボタン　ここから*/
.cal_link_list{
  display: flex;
  justify-content: space-around;
  align-items: center;		
  margin: 20px auto 30px auto;		
}	
	
.btn-takujo a{
  padding: 0.5em 2em;
  margin: 20px 10px;
  text-decoration: none;
  border: solid 1px #ff301e;
  border-radius: 20px;	
  color: #ff301e;		
  font-weight: bold;
  font-size:16px;
}

.btn-takujo a:before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 28px;
  margin: -3px 6px 0 0;
  background: url("https://www.giftit.co.jp/novelty-diary/images/icon_takujo.svg") no-repeat;
  background-size: contain;
  vertical-align: middle;
}
.btn-takujo a:hover {
  background:#ffe7db;
}
/*卓上カレンダー特集ボタン　ここまで*/	
	
/*壁掛けカレンダー特集ボタン　ここから*/
.btn-kabe a{
  padding: 0.5em 2em;
  margin: 20px 10px;
  text-decoration: none;
  border: solid 1px #3c4998;
  border-radius: 20px;	
  color: #3c4998 ;		
  font-weight: bold;
  font-size:16px;
}

.btn-kabe a:before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 28px;
  margin: -2px 6px 0 0;
  background: url("https://www.giftit.co.jp/novelty-diary/images/icon_kabe.svg") no-repeat;
  background-size: contain;
  vertical-align: middle;
}
.btn-kabe a:hover {
  background:#ECF3FF;
}
/*壁掛けカレンダー特集ボタン　ここまで*/

/*手帳特集ボタン　ここから*/
.btn-diary a{
  padding: 0.5em 2em;
  margin: 20px 10px;
  text-decoration: none;
  border: solid 1px #409046;
  border-radius: 20px;	
  color: #409046 ;		
  font-weight: bold;
  font-size:16px;
}

.btn-diary a:before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 28px;
  margin: -2px 6px 0 0;
  background: url("https://www.giftit.co.jp/novelty-diary/images/icon_diary.svg") no-repeat;
  background-size: contain;
  vertical-align: middle;
}
.btn-diary a:hover {
  background:#e4eece;
}
/*手帳特集ボタン　ここまで*/	
	
}

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

@media screen and (max-width: 768px) {

.diary_h2 {
	background-image: url(/novelty-diary/images/title.jpg) ;
	background-size:100% auto;
	margin: 1% auto 3% auto;
}
	
.diary_h2 h2{
	width: 98%;
    color: #000;
    font-size:1.5em;	
	margin:1% auto 5% auto;
	text-align: center;
	font-weight: bold;
	font-family:"Verdana", "游ゴシック", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;;
	line-height: 1em;
	padding: 1% 1% 5% 1%;
}
	
.diary_h2 h2 span{
    font-size:0.7em;
	color: #d71718;
	
}		
	
	
	
	
.diary h3 {
  padding: 0.6em 0.6em 0.4em 0.6em;/*文字周りの余白*/
  color: #000;/*文字色603813*/
  font-size: 120%;	
  background: #D9D9D9;/*背景色*/
  border-left: solid 15px #000;/*左線（実線 太さ 色）*/	
  margin-top: 5%;
  margin-bottom: 2%;
  text-align: left;	
  }	
	

.diary h4 {
	width: 98%;
    font-weight: bold;
    background: #E6EBFA;
    color: #333333;
    font-size: 16px;
    padding: 2% 0% 2% 2% ;
	margin:5% auto 2% auto;
  }	
	
.diary h4 span{
	font-size: 0.8em;	
    font-weight:600;
  }		
	

  .top_text {
	margin:2% auto;  
	text-align:center;  
	background:#fffbdb;
	padding:1.5em 0.5em;  
	width:95%;  
	font-size:0.9em;  
	line-height: 1.5em;
  }	
	

	
	
 .top-btn {
    display: -webkit-flex;
    display: flex;
	width: 96%; 
	text-align: center;
	margin-top: 3%; 
  }
	
  .top-btn a {
	box-sizing:border-box;
	padding-left: 4%;  
  } 	

 .top-btn a&gt;img {
    max-width:100%; /*画像のはみだしを防ぐ*/
	height: auto; /*画像の縦横比を維持 */
  } 	

	
.size_list {
  width: 100%;
  margin: 10px auto 35px auto;
}

.size_list img {
  width: 93%;
  height: 93%;
　margin:0px 2%;
}	
	
	
/* 商品テーブル小 ここから*/	

  .item_table {
    margin: 0% auto;
    width: 98%;
	margin-top: -1%;
	margin-bottom:0%;  
    display: block;
  }
	
  .item_table tr {
	display: inline;
    margin: 0;
    padding: 0;
    width: 100%;  
  }
	
  .item_table td {
    padding: 1%;
    margin: -5px 0px 10px 1px;
    border: 0;
    width: 30%;
    display: inline-block;
    vertical-align: top;
  }
	
  .item_table.most-recommended td {
    width: 100%;
    box-sizing: border-box;
    margin: 0%;
  }
  .item_table .block-link-img-line img {
    
    width: 99%;
    height: 99%;
  }
	
	
  .item_table.most-recommended .block-link-img-line img {
    border: none;
  }
  .item_table.most-recommended .block-link-img-line img {
    width: 50%;
    height: 100%;
  }

  
  .item_table.most-recommended  {
    border-bottom: #CCC dashed 1px;
  }
  .bottom-img-wrapper {
    width: 100%;
  }
	
	
/* 商品テーブル大 ここから*/		
 .item_table_big {
    /* 残 */
    margin: 5px auto;
    width: 98%;
    justify-content: center;
  }
	
  .item_table_big tr {
	width: 100%; 
    display: inline;
    margin: 0 1% ;
    padding: 0;
  }

  .item_table_big td {
    padding: 1px;
    margin: 0px 0px 1px 3px;
    width: calc(100% / 2 - 12px);
    display: inline-block;
    vertical-align: top;
  }	
	
.item_table_press_big img {
    width:97%;
	border: solid 1px #E8E8E8;
	margin: 0% 1% 3% 1%; 
	
  }	
	
.item_text {
    border-top: none;
	width: 100%;
	font-size: 1em;
	margin: -2% auto 5% -3%;
  }	
/* 商品テーブル大 ここまで*/
	
/* リンクに使えるボタン */
	
.sp_btn {
  margin:10px 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;
}

.sp_btn a:link {
  color: #603813;
}	
	
/* サイズ別で探すボタンここから */
.corner_btn a {
    background: #ededed;
    border-radius: 6px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 3% auto;
    max-width: 180px;
    padding: 8px 15px;
    color: #3f3d3c;
    transition: 0.3s ease-in-out;
	font-size: 0.9em;
    font-weight: 600;
	text-decoration: none;
	border: solid 0px #379e75;
	box-shadow: 3px 3px 0px #ccc ;
	letter-spacing: 0.1em;
}

.corner_btn a:hover {
    background: #898989;
}	
/* サイズ別で探すボタンここまで */	
	
/* サイズ別コーナー　ボタン ここから*/
.size_btnlist {
  width: 99%;
  height: 40px;
  margin: -5% auto 0% auto ;	
}

.size_btn {
  padding-top: 0px;
  display: flex;
  justify-content: space-evenly;
  font-size: 0.9em;
}
	
.size_btn button{
  width: auto;
  padding: 0.6em 1em;
  margin: 1%;
  background: #fff;
  border: solid 1px #B0B0B0;
}
	
.size_btn a{
  text-decoration: none;
  color:#000;
}
	
.size_btn button :hover{
  color:#828282;
}	
	
.size_btn span{
	display: none;
	
	}
/* サイズ別コーナー　ボタン ここまで*/	


	
/*卓上カレンダー特集ボタン　ここから*/
.cal_link_list{
  margin: 10px auto 20px auto;
  width: 100%;
}	
	
.btn-takujo a{
  display: block;
  width: 85%;	
  text-align: center;	
  margin: 5px auto ;	
  padding: 0.5em 1em;
  text-decoration: none;
  border: solid 1px #ff301e;
  border-radius: 20px;	
  color: #ff301e;		
  font-weight: bold;
  font-size:12px;
}

.btn-takujo a:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: -1px 5px 0 0;
  background: url("https://www.giftit.co.jp/novelty-diary/images/icon_takujo.svg") no-repeat;
  background-size: contain;
  vertical-align: middle;
}
.btn-takujo a:hover {
  background:#ffe7db;
}
/*卓上カレンダー特集ボタン　ここまで*/	
	
/*壁掛カレンダー特集ボタン　ここから*/
.btn-kabe a{
  display: block;
  width: 85%;	
  text-align: center;	
  margin: 5px auto ;	
  padding: 0.5em 1em;
  text-decoration: none;
  border: solid 1px #3c4998;
  border-radius: 20px;	
  color: #3c4998 ;		
  font-weight: bold;
  font-size:12px;
}

.btn-kabe a:before {
  content: "";
  display: inline-block;
   width: 20px;
  height: 20px;
  margin: -1px 2px 0 0;
  background: url("https://www.giftit.co.jp/novelty-diary/images/icon_kabe.svg") no-repeat;
  background-size: contain;
  vertical-align: middle;
}
.btn-kabe a:hover {
  background:#ECF3FF;
}
/*壁掛カレンダー特集ボタン　ここまで*/	
	
/*手帳特集ボタン　ここから*/
.btn-diary a{
  display: block;
  width: 85%;	
  text-align: center;	
  margin: 5px auto ;	
  padding: 0.5em 1em;
  text-decoration: none;
  border: solid 1px #409046;
  border-radius: 20px;	
  color: #409046 ;		
  font-weight: bold;
  font-size:12px;
}

.btn-diary a:before {
  content: "";
  display: inline-block;
   width: 20px;
  height: 20px;
  margin: -1px 2px 0 0;
  background: url("https://www.giftit.co.jp/novelty-diary/images/icon_diary.svg") no-repeat;
  background-size: contain;
  vertical-align: middle;
}
.btn-diary a:hover {
  background:#e4eece;
}
/*手帳特集ボタン　ここまで*/		
	
}</pre></body></html>