<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/*----------------------------- 
きれいッ管ページ
----------------------------- */
.kireikko_arrow_box{
    width:100%;
    height:50px;
	position: relative;
    background: #008bd6;
    color:#fff;
    font-size:20px;
    font-weight:bold;
    border-radius:5px;
    text-align:center;
    line-height:50px;
    margin-bottom:20px;
}

.kireikko_arrow_box:after{
	top: 100%;
	left:50%;
	border:solid transparent;
	content:" ";
	height:0;
	width:0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(0, 139, 214, 0);
	border-top-color: #008bd6;
	border-width: 10px;
	margin-left: -10px;
}
span.point{
	box-sizing: border-box;
	display: block;
	border-radius: 20px;
	background: #ffeb3d;
	text-align: center;
	width:46%;
	float:left;
	margin:10px 2%;
	color:#00b9f2;
	padding:15px 10px;
	font-weight: bold;
	font-size:18px;
}
.use_place,.use_place_point{
	border:2px solid #a1ddfc;
	border-radius:15px;
	clear: both;
}
.use_place h4,.use_place_point h4{
	background: #a1ddfc;
	text-align: center;
	color:#046998;
	font-size:20px;
	padding:20px 0;
	border-radius: 10px 10px 0 0 ;
}
.use_place ul{
	
}
.use_place ul::after{
	content: "";
	clear: both;
	display: block;
}
.use_place ul li{
	width:48%;
	float:left;
	text-align: center;
	font-size:14px;
	color:#000;
	font-weight: bold;
	margin:20px 0;
	
}
.use_place ul li img{
	display: block;
	width:130px;
	height:120px;
	object-fit:cover;
}
.use_place_point ul{
	margin:15px 0;
}
.use_place_point li{
	font-size:15px;
	color:#000;
	font-weight: bold;
	padding-left: 1.5em;
	text-indent: -1.5em;	
	margin-bottom:15px;
}
.use_place_point li::before{
	content:"●";
	margin-right:5px;
	color:#ffeb3d;
}
.chuui{
	font-weight: normal;
	font-size:12px;
	color:#ff0000;
}
ul.use_way{
	margin:50px 0 0 0;
	padding:0;
}
ul.use_way li{
	width:350px;
	float:left;
	margin:0 20px 15px 0;
	font-size: 15px;
}
ul.use_way li::last-child{
	margin:0 ;
}
ul.use_way span{
	font-size:18px;
	display: block;
	background: #f18d00;
	color:#ffffff;
	text-align: center;
	border-radius:10px;
	width:80px;
	padding:5px 10px;
	font-weight: bold;
	margin-bottom:5px;
}
.kakaku{
	font-weight: bold;
	font-size:22px;
	margin:30px 0 0 0!important;
}
.kakaku span{
	font-size:14px;
}
.chuui_box{
	font-size:15px;
	font-weight: bold;
	margin:15px 0;
	color:#5c5f58;
}


.chuui_box li{
	margin-bottom:10px;
	padding-left: 1.5em;
	text-indent: -1.5em;
	font-size:13px;
	font-weight: normal;
	line-height: 140%;
}
.chuui_box li::before{
	content:"・";
}
img.sp_kreikkan{
	display: block;
	float:none!important;
	width:60%;
	margin:0 auto;
	max-width: 200px;
}
/*-----------------------------
	商品一覧
----------------------------- */

div.chuumon{
	width:250px;
	margin:20px auto 35px;
	text-align:center;
	font-size: 13px;
}

.item_parent_box{
	float:left;
}
.item_parent_box table.item_table{
	width:49%;
	float:left;
	margin:0 5px 30px 0;
	border:1px solid #CCCCCC;
}

.item_parent_box table.item_table:nth-child(2n+1){
	clear:both !important;
}
.item_parent_box table.item_table:nth-child(2n+2){
	margin:0;
}


.ichiran_list{
	clear: both;
	margin-bottom:20px;
}

#products div.item_box,
#kijibasic div.item_box{
	width: 100%;
	float:left;
	padding:0;
	margin:0 4px 25px 4px;
	
}
#products ul.itemlist{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-box-pack: justify; /* Android 2~4 */
	display: -ms-flex;
	display: flex;
	justify-content: flex-start;
  	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	align-items: stretch;
	background:#fff;
	padding: 0 !important;
}
#products ul.itemlist li{
	width: 48%;
	margin:2px 1% 20px;
	line-height:160%;
	padding:5px 10px;
	border:1px solid #CCC;
	font-size:85%;
	box-sizing:border-box;
}
#products ul.itemlist li p.img{
	text-align:center;
	margin-bottom:5px;
	display: block;
}
#products ul.itemlist li p.img:after{
	content: "";
	clear: both;
	display: block;
  	height: 0;
}
#products ul.itemlist li p.img img{
	float:left;
	margin:0 6px;
}

#products ul.itemlist li p.title{
	text-align:center;
	font-size:15px;
	font-weight:bold;
	margin-bottom:10px;
}

#products ul.itemlist li p.title a{
	line-height:140%;
    margin:0;
    font-weight:bold;
	text-decoration:none;
	color:#0f66ab;
	font-size:100%!important;
}

#products ul.itemlist p.price{
	text-align:left;
	padding:0 0 10px 0!important;
}
#products ul.itemlist p.price span.red{
	display: block;
	font-size:16px;
	font-weight: bold;
	margin-top:15px;
}
#products ul.itemlist p.price span.red span.f12{
	color:#333!important;
	font-weight: normal!important;
}

#products ul.itemlist span.btn_box{
	display:block;
	margin:15px auto;
    text-align:center;
	font-size:14px;
	font-weight:bold;
	background:#0f66ab;
	padding:10px;
	width: 85%;
	color:#FFF;
}
#products table.item_table tr{
	text-align:center;
}

	
#products table.item_table td{
	line-height:140%;
	font-size:80%;
	text-align:left;
}

#products table.item_table td.img{
	margin:0;
	
}

#products table.item_table td.img img{
	display:block;
	margin:0;
	
}

#products table.item_table td.price{
	text-align:center;
	font-weight:bold;
	padding-bottom:10px;
}

#products table.item_table th{
	text-align:center;
	font-size:100%;
	font-weight:bold;
}

#products table.item_table th a{
	line-height:140%;
    margin:0;
    font-weight:bold;
	text-decoration:none;
	color:#ffffff;
}

#products table.item_table td a{
	text-decoration:none;
}


#products table.item_table span.btn_box{
	display:block;
	margin:15px 5%;
    text-align:center;
	font-size:14px;
	font-weight:bold;
	background:#0f66ab;
	padding:10px;
	width: 80%;
	color:#fff!important;
}
h4.otameshi_h4{
	background-color: #F0F0F0;
	text-align: center;
	margin-top: 20px;
	padding: 10px 0;
	font-size: large;
}
.y_kasen{
	background: linear-gradient(transparent 45%, #FFF146 45%);
}

/*-----------------------------
	商品詳細
----------------------------- */
.item_right {
	font-size:15px;
}
/*-- h3 キャッチコピー --*/
#products h3.catch{
	color:#0f66ab !important;
  	font-size:20px !important;
    margin:5px 0 20px 0;
    border:0;
	padding:0 !important;
	line-height:120%;
	background:#fff !important;
	text-shadow:none !important;
}

/*-- カート部品　ボックス --*/
#products .cart_box{
	background-color:#d7f7fb;
  	padding:20px;
	margin-top:20px;
    margin-bottom:20px;
	font-weight:bold;
    font-size:100%;
}

.cago_btn{
margin:10px 0;
}

/*-- カート部品　セレクトボックス --*/
.amount{
	font-size: 18px;
    width:100px;
    margin-bottom:10px;
}


/*-- ガイドメニュ－ --*/
#products .detail_item_guide ul
{
	margin:20px 0 20px 20px;
}
#products .detail_item_guide ul li
{
	padding: 3px 0 3px 20px;
	font-size: 12px;
	list-style: none;
}
#products .detail_item_guide ul li.souryou
{
	background: url(../../images/products/icon/ico_note.gif) no-repeat left;
}
#products .detail_item_guide ul li.form
{
	background: url(../../images/products/icon/ico_mail2.gif) no-repeat left;
}
#products .detail_item_guide ul li.review
{
	background: url(../../images/products/icon/ico_comment1.gif) no-repeat left;
}
#products .detail_item_guide ul li.toukou
{
	background: url(../../images/products/icon/ico_pen.gif) no-repeat left;
}
#products .detail_item_guide ul li.cat
{
	background: url(../../images/products/icon/ico_plus1.gif) no-repeat left;
}


/*----------------------------- 
内容量の表
----------------------------- */

table.naiyouryou,table.naiyouryou_href{
	width:100%;
	border-collapse: collapse;
     margin:20px 0 0 0;
}

table.naiyouryou th,table.naiyouryou_href th{
	width:20%;
    border:1px solid #CCC;
    padding:5px;
    background:#ebeef0;
   
}

table.naiyouryou td,table.naiyouryou_href td{
	font-size:13px;
    border:1px solid #CCC;
    padding:5px;
}

#products h3.line03{
	background:#0f66ab;
    color:#fff;
    font-size:20px;
    text-align:center;
    padding:10px;
    margin:30px 0 5px 0;
}


/*----------------------------- 
合わせ買い
----------------------------- */

#products div.awase_box h3{
	background:#0f66ab;
    color:#fff;
    font-size:20px;
    text-align:center;
    padding:10px;
    margin:30px 0 5px 0;
}

#products .awase_box table.item_table{
	width: 49%;
	float:left;
	border:1px solid #CCCCCC;
	line-height:160%;
	padding:5px;
	margin:5px 1% 10px 0;
}

#products .awase_box table.item_table:nth-of-type(2n+2){
	width: 49%;
	float:right;
	border:1px solid #CCCCCC;
	line-height:160%;
	padding:5px;
	margin:5px 0 10px 1%;
	clear:none;
}

#products .awase_box table.item_table:nth-of-type(2n+1){
	clear:both;
}


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