<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* ------------------------------------------------
2022年10月 上ナビ変更時作成
takita_style2019_reset.css、takita_style2022_common.css と一緒に使用する。
ご利用ガイド用
------------------------------------------------ */
/***************************************************
Common CSS
****************************************************/
/***Common Tips***/
/* hr */
hr.line-black{
	border-top: 1px solid #000;
	margin-top:0;
	margin-bottom:40px;
}

/* Marker pen-like underline */
.marker_e9d2fd {
	display: inline;
	font-weight:bold;
	background-color: #e9d2fd;
}

/*////////////////////////////////////////////*/
/* Small devices (tablets, 768px and up) */
@media print, screen and (min-width:768px) {
	hr.line-black{
		border-top: 1px solid #000;
		margin-top:0;
		margin-bottom:80px;
	}
}/*END media query*/
/*////////////////////////////////////////////*/


/*table*/
.tb-caption{
	margin:0;
	padding:5px;
	border:0;
	background-color:#ccc;
	font-weight:bold;
	text-align:center;
}
.table.tb-dashed{
	font-size:0.85rem;
	line-height:2rem;
}
.table.tb-dashed th,
.table.tb-dashed td{
	border-top: none;
	border-bottom: 1px dashed #bfbfbf;
}
/*****
Table CSS for responsive design of modern browser
(Table basic CSS for PC site are described in common.css.)
*****/
/*////////////////////////////////////////////*/
/* Small devices (tablets, 768px and up) */
@media only screen and (max-width:767px){
	table.tb-responsive{
		display: block;
	}
	table.tb-responsive thead{
		display: none;
	}
	table.tb-responsive tbody{
		display: block;
	}
	table.tb-responsive tbody tr{
		display: block;
		margin-bottom: 12px;
	}
	table.tb-responsive tbody th,
	table.tb-responsive tbody td{
		display: list-item;
		list-style-type: none;
		border: none;
	}
	table.tb-responsive tbody th{
		padding-bottom:5px;
	}
	table.tb-responsive tbody td{
		margin-left: 1em;
		padding: 0;
		padding-bottom:5px;
	}

}/*END media query*/
/*////////////////////////////////////////////*/

/***************************************************
Common Page Structure CSS
****************************************************/
section{
	padding-top:1px;
	padding-bottom:1px;
	margin-bottom:20px;
}
section p{ /* takita_style2022_common.cssの上書き 2022-08-26 */
	padding-right:0;
	padding-left:0;
}

h4 {
	font-weight:bold;
	padding: 20px 10px 0px 10px;
	margin-bottom: 15px;
	margin-top:10px;
}
/* header */
.headerArea_wrapper{
	width:100%;
	text-align:center;
	background-color:#fff;
}
.headerArea {
	width:100%;
	max-width:980px;
	margin:0px auto;
	padding-right:5px;
	padding-left:5px;
}
* html .headerArea {
	width:980px;
}
.headerArea img.sma1 {
	max-width:760px;
}
.headerArea img.sma2 {
	max-width:80%;
}
.navbar .container-fluid{
	max-width:1010px;
}
/* main */
.main{
	margin: 0 auto;
	padding-top: 0;
	padding-bottom: 20px;
	padding-left:0;/*overwrite Bootstrap "padding-left:15px" */
	padding-right:0;/*overwrite Bootstrap "padding-right:15px" */
	background-color:#ffffff;
	overflow:hidden;
	line-height:1.4;
}
.main .container-fluid{
	padding-left:0;/*overwrite Bootstrap "padding-left:15px" */
	padding-right:0;/*overwrite Bootstrap "padding-right:15px" */
}
.main .container-fluid .row{
	margin-left:0;/*overwrite Bootstrap "padding-left:15px" */
	margin-right:0;/*overwrite Bootstrap "padding-right:15px" */
}
.main .breadcrumb_wrapper{ /* パンクズ */
	padding-top:10px;
}
.main section{
	padding-top:1px;
	padding-bottom:1px;
	margin-bottom:30px;
}
.main .shopInfoArea section{
	padding-top:0;
}
.main section p.txt{
	padding-left:10px;
	padding-right:10px;
	margin-bottom:1em;
}
.main h1,.main h2,.main h3,.main h4,.main h5,.main h6{
	font-size:16px;
}
/*leftmenu*/
.left-block{
	box-sizing: border-box;
	display:none;	/*hide leftmenu*/
	height:100%;

	/*padding: 0px 8px;*/
	padding: 10px 0px 200px 0px;


	color:#000;
	/* background-color: #ddcc99;*/
	background-color: #fff;

	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-weight: 500;
	width: 200px;
}
/*////////////////////////////////////////////*/
/* Small devices (tablets, 768px and up) */
@media print, screen and (min-width:768px) {
/* main */
.main{
	line-height:1.5;
}
/*header*/
	.headerArea {
		padding-right:0;
		padding-left:0;
		margin-bottom:0;
	}
	.headerArea img {
		max-width:980px;
	}
	/*left*/
	.left-block{
		display:block;/*show leftmenu*/
		float:left;
		width:200px;
		padding: 0px 5px;
/*		padding: 10px 5px; */

	}
	/*right*/
	.right-block{
		float:right;
		width:100%;
		margin-left:-213px;
		padding-left:0;
		padding-right:0;
	}
	.right-block-inner{
		margin-left:213px;
	}
	* html .right-block{
		float:right;
		width:734px;
		margin-left:0;
	}
	* html .right-block-inner{
		margin-left:0;
	}
}/*END media query*/
/*////////////////////////////////////////////*/
/*////////////////////////////////////////////*/
/* Small devices (tablets, 770px and up) */
@media print, screen and (min-width:770px) { /*for iPad*/
	.main section p.txt{
		padding-left:0;
		padding-right:0;
	}
}/*END media query*/
/*////////////////////////////////////////////*/
/*////////////////////////////////////////////*/
/* Medium devices (desktops, 992px and up) */
@media screen and (min-width:992px) {
/*main*/
	.main {
		width: 960px;
	}
	.main .container-fluid{
		max-width:960px;
	}
}/*END media query*/
/*////////////////////////////////////////////*/

/*############# CSS for each page as below ###################*/

/******************************************************************************
 ご利用ガイドページ用CSS
*******************************************************************************/
/* 関連商品（ＰＣ用）（送料無料タブ） */
#related_items_tab_pc {
	position:fixed;
	right: 0px;
	top: 60px;
	z-index:1000;
}
#related_items_tab_pc {
	display:none;/* 最初は非表示。jsで透明度を上げる */
}
#related_items_tab_pc .title {
	width: 65px;
	margin: 0px 0px 0px auto;
}
#related_items_tab_pc .title img {
	width: 65px;
}
/* 右タブはタブレット、スマホでは非表示にする */
#related_items_tab_pc_wrap {
	display: none;
}
@media print, screen and (min-width:770px) {
	#related_items_tab_pc_wrap {
		display: block;
	}
}

/* ページ見出し */
.main h1.page-main-tl{
	font-size:1.3rem;
	border-bottom:1px solid #000;
	margin-bottom:20px;
	padding:10px;
	padding-bottom:20px;
}

/* ページ内リンク */
ul.page-anchor{
	margin:0;
	padding:0;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:40px;
}
ul.page-anchor:after{
	content:"";
	display:block;
	clear:both;
}
ul.page-anchor li{
	list-style:none;
	float:left;
	width:48%;
	margin-right:4%;
	margin-bottom:10px;
	border:1px solid #ccc;
}
ul.page-anchor li:nth-of-type(2),
ul.page-anchor li:nth-of-type(4),
ul.page-anchor li:nth-of-type(6),
ul.page-anchor li:nth-of-type(8),
ul.page-anchor li:nth-of-type(10){
	margin-right:0;
}
ul.page-anchor li a{
	display:block;
	padding:9px 4px 5px 4px;
	text-align:center;
	text-decoration:none;
	line-height:1.2;
	color:#000;
}
ul.page-anchor li a:hover{
	opacity:0.7;
}
/*////////////////////////////////////////////*/
/* Small devices (tablets, 768px and up) */
@media print, screen and (min-width:768px) {
	ul.page-anchor li{
		width:23.5%;
		margin-right:2%;
	}
	ul.page-anchor li:nth-of-type(2),
	ul.page-anchor li:nth-of-type(6),
	ul.page-anchor li:nth-of-type(10){
		margin-right:2%;
	}
	ul.page-anchor li:nth-of-type(4),
	ul.page-anchor li:nth-of-type(8){
		margin-right:0;
	}
}/*END media query*/
/*////////////////////////////////////////////*/
/*////////////////////////////////////////////*/
/* Small devices (tablets, 770px and up) */
@media print, screen and (min-width:770px) { /*for iPad*/

}/*END media query*/
/*////////////////////////////////////////////*/
/*////////////////////////////////////////////*/
/* Medium devices (desktops, 992px and up) */
@media screen and (min-width:992px) {
	ul.page-anchor{
		margin-left:0;
		margin-right:0;
	}
	ul.page-anchor li{
		width:175px;
		height:55px;
		margin-right:15px;
	}
	ul.page-anchor li:nth-of-type(4),
	ul.page-anchor li:nth-of-type(8){
		margin-right:0;
	}
}/*END media query*/
/*////////////////////////////////////////////*/
/*** セクション ***/
.main .shopGuideSection{
	margin-bottom:0;
}
/*** サブセクション共通 ***/
.main .sub-section{
	margin-bottom:50px;
}
/* 見出し */
.main .sub-section h2{
	background-color:#000;
	color:#fff;
	font-weight:bold;
	padding:10px;
	margin-bottom:15px;
}
.main .sub-section h3{
	font-weight:bold;
	border-bottom:1px dotted #000;
	padding:0 10px 15px 10px;
	margin-bottom:15px;
}
.section-col{
	margin-bottom:30px;
}
.section-col.lastCh{
	margin-bottom:0;
}
/* リンク */
.sub-section a{
	color:#cc0000;
	font-weight:bold;
	text-decoration:none
}
.sub-section a:hover,
.sub-section a:focus{
	color:#7e0000;
	text-decoration:underline
}
/* リスト */
.sub-section ol{
	line-height:1.75;
	padding-left:30px;
	padding-right:10px;
	margin-bottom:30px;
}
.main .sub-section img{
	max-width:100%;
	height:auto;
}
/* 本文 */
.sub-section .f-honbun{
	line-height:1.75;
	padding-left:10px;
	padding-right:10px;
	margin-bottom:1em;
}
.sub-section .f-honbun.lastCh{
	margin-bottom:0;
}
/* アイコン */
.sub-section img.icon-download{
	display:inline-block;
	width:18px;
	vertical-align:middle;
}
/* 注意文 */
section.sub-section p.f-note{
	font-size:1rem;
}
.pay-section  p.f-note{
	padding-right:10px;
	padding-left:10px;
}
.sub-section .f-noteS{
	font-size:0.875rem;
	text-indent:-1em;
	margin-left:1em;
	line-height:1.4;
}
.sub-section .f-noteS:before{
	content:"※";
}
/* グレー枠 */
.sub-section .waku-lightgray{
	background-color:#f4f4f4;
	padding:20px 10px;
	text-align:center;
}
.sub-section .waku-lightgray .waku-inner{
	display:inline-block;
	text-align:left;
}
.sub-section .waku-lightgray .waku-tl{
	margin-bottom:10px;
}
.sub-section .waku-lightgray dl,
.sub-section .waku-lightgray dt,
.sub-section .waku-lightgray dd{
	margin:0;
	padding:0;
}
.sub-section .waku-lightgray dl:after{
	content:"";
	display:block;
	clear:both;
}
.sub-section .waku-lightgray dt{
	clear:both;
	float:left;
	width:50px;
	margin-bottom:10px;
	border:0;
}
.sub-section .waku-lightgray dt.dt-mail{
	width:68px;
}
.sub-section .waku-lightgray dt .label-bk{
	display:inline-block;
	padding:3px 5px 1px;
	background-color:#000;
	border-radius:6px;
	color:#fff;
	font-weight:normal;
}
@media all and (-ms-high-contrast: none) { /* IEだけに効きかせるCSS */
	.sub-section .waku-lightgray .dt-mail .label-bk{
		padding-top:4px;
	}
}
.sub-section .waku-lightgray dd{
	font-size:1.5rem;
	font-weight:bold;
	margin-left:50px;
	margin-bottom:10px;
	line-height:1;
}
.sub-section .waku-lightgray dd span.ib{
	font-weight:normal;
	font-size:1rem;
}
.sub-section .waku-lightgray dd a span.tellink{
	color:#000;
}
.sub-section .waku-lightgray .kouza-number{
	margin-bottom:20px;
}
.sub-section .waku-lightgray p{
	margin-bottom:1em;
}
.sub-section .waku-lightgray .waku-honbun{
	line-height:1.75;
}
/* 赤枠 */
.sub-section .waku-redline{
	border:1px solid #cc0000;
	padding:20px 10px;
	text-align:center;
}
/*** ご注文方法 ***/
.order-section .go-infomail{
	display:block;
	text-indent:-20px;
}
/*** 支払方法 ***/
/* 赤枠 */
.pay-section .waku-redline{
	max-width:460px;
	margin-right:auto;
	margin-left:auto;
}
/*** 配送・送料について ***/
.delivery-section .f-note{
	padding-left:10px;
	padding-right:10px;
}
.delivery-section .deliver-hour,
.delivery-section .setup-hour{
	margin-top:15px;
}
/* ヤマトの転送料金について */
.transfer-fee{
	margin-top:1em;
	padding:0 10px;
	line-height:1.5;
}
.transfer-fee-inner{
	border:2px solid #cc0000;
	padding:20px 10px;
}
.transfer-fee p,
.transfer-fee li{
	margin-bottom:1em;
}
.transfer-fee li.lastCh{
	margin-bottom:0;
}

/*** 返品・交換について ***/
.return-section .waku-lightgray dt.dt-mail{
	margin-bottom:0;
}
.return-section .waku-lightgray dd.dd-mail{
	margin-bottom:0;
}
/*** 滝田商店住所 ***/
.main .address-section{
	border-top:1px dotted #000;
	padding-top:30px;
}
.main .sub-section.address-section h2{
	background-color:transparent;
	color:#000;
	font-weight:bold;
	padding:0;
	margin-bottom:15px;
	padding-left:10px;
	padding-right:10px;
}
.address-section p{
	padding-left:10px;
	padding-right:10px;
	margin-bottom:0;
	line-height:1.75;
}
/*////////////////////////////////////////////*/
/* Small devices (tablets, 768px and up) */
@media print, screen and (min-width:768px) {
	/*** サブセクション共通 ***/
	.section-col{
		margin-bottom:50px;
	}
	.section-col.lastCh{
		margin-bottom:0;
	}
	/* 見出し */
	.main .sub-section h2{
		margin-bottom:30px;
	}
	/* リスト */
	.sub-section ol{
		line-height:2.5;
	}
	/* 注意文 */
	.pay-section  p.f-note{
		padding-right:0;
		padding-left:0;
	}
	.sub-section .f-noteS{
		font-size:0.75rem;
	}
	/* グレー枠 */
	.sub-section .waku-lightgray{
		margin-left:20px;
		margin-right:20px;
		padding:30px;
	}
	.sub-section .waku-lightgray dt{
		margin-bottom:20px;
	}
	.sub-section .waku-lightgray dd{
		padding-top:1px;
		margin-bottom:20px;
	}
	.sub-section .waku-lightgray .kouza-number{
		margin-bottom:40px;
	}
	/* 赤枠 */
	.sub-section .waku-redline{
		padding:20px;
		text-align:left;
	}
	.sub-section .waku-redline:after{
		content:"";
		display:block;
		clear:both;
	}
	/*** ご注文方法 ***/
	.order-section ol{
		margin-bottom:50px;
	}
	/*** 支払方法 ***/
	/* 赤枠 */
	.pay-section .waku-redline p.f-note{
		float:left;
		width:32%;
		padding-top:3%;
		margin-right:2%;
		font-size:0.9rem;
	}
	.pay-section .waku-redline .kouza-enter{
		float:left;
		width:60%;
	}
	/*** 配送・送料について ***/
	.delivery-section .deliver-hour,
	.delivery-section .setup-hour{
		margin-top:30px;
	}
	/* ヤマトの転送料金について */
	.transfer-fee{
		margin-top:2em;
		padding:0;
	}
	.transfer-fee-inner{
		padding:20px 30px;
	}
	.transfer-fee li{
		margin-bottom:0;
	}
	/*** 返品・交換についてについて ***/
	.return-section .f-honbun.p01{
		margin-bottom:40px;
	}
	.return-section .f-honbun.p02{
		margin-bottom:30px;
	}
	/*** 滝田商店住所 ***/
	.main .address-section{
		padding-top:50px;
	}
	.address-section h2{
		font-size:1.125rem;
	}
	.address-section p{
		font-size:1.125rem;
		line-height:2;
	}
}/*END media query*/
/*////////////////////////////////////////////*/

/*////////////////////////////////////////////*/
/* Medium devices (desktops, 992px and up) */
@media screen and (min-width:992px) {
	/* 見出し */
	.main .sub-section h3{
		padding-left:0;
	}
	/* 本文 */
	.sub-section .f-honbun{
		padding-left:0;
		padding-right:0;
	}
	/* リスト */
	.sub-section ol{
		padding-left:20px;
		padding-right:0;
	}
	/*** 支払方法 ***/
	/* 赤枠 */
	.pay-section .waku-redline p.f-note{
		width:auto;
		padding-top:20px;
		margin-right:15px;
	}
	.pay-section .waku-redline .kouza-enter{
		width:268px;
	}
	/*** 配送・送料について ***/
	.delivery-section .f-note{
		padding-left:0;
		padding-right:0;
	}
	/*** 滝田商店住所 ***/
	.main .sub-section.address-section h2{
		padding-left:0;
		padding-right:0;
	}
	.address-section p{
		padding-left:0;
		padding-right:0;
	}
}/*END media query*/
/*////////////////////////////////////////////*/





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