/*--------------------------------------------------*/
/*  商品一覧                                        */
/*--------------------------------------------------*/
.prd_list.yoko {
	margin: 0 0 30px 0;
}

.prd_list.yoko li {
	display: table;
	width: 100%;
}

.prd_list.yoko li > div {
	display: table-cell;
	min-height: 100px;
	padding: 10px;
	vertical-align: top;
	border-bottom: 1px solid #dadada;
}

.prd_list.yoko li .yoko_l {
	width: 120px;
}

.prd_list.yoko li .yoko_c {
	width: 400px;
}

.prd_list.yoko li .yoko_r {
	position: relative;
	width: 240px;
}

.prd_list.yoko .yoko_l img {
	display: block;
	width: 100%;
}

.prd_list.yoko .item_name {
    margin: 0;
    font-size: 17px;
    font-weight: 700;
    line-height: 20px;
}

.prd_list.yoko .item_desc {
	height: 34px;
	margin: 5px 0;
	font-size: 13px;
	line-height: 17px;
	overflow: hidden;
	display: block;
    position: relative;
}

.prd_list.yoko .item_desc p{
    font-size: 13px;
	line-height: 17px;
}

.prd_list.yoko .item_desc span,
.prd_list.yoko .item_desc strong {
	padding: 0 4px 0 0;
}

.prd_list.yoko .item_desc:has(.tag-list + .osusume-point){
    height: 65px!important;
    display: block;
    margin-bottom: 0;
}
.prd_list.yoko .item_desc:has(.tag-list)::after,
.prd_list.yoko .item_desc:has(.tag-list + .osusume-point)::after{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(255,255,255);
    background: linear-gradient(0deg, rgba(255,255,255,1) 24%, rgba(255,255,255,0) 100%);
    z-index: 2;
    height: 15px;
}
.prd_list.yoko .item_desc.opened:has(.tag-list)::after,
.prd_list.yoko .item_desc.opened:has(.tag-list + .osusume-point)::after{
    content: unset;
}
.prd_list.yoko .item_desc:has(.tag-list) {
    height: 135px !important;
}
.prd_list.yoko .item_desc.opened:has(.tag-list + .osusume-point),
.prd_list.yoko .item_desc.opened:has(.tag-list),
.prd_list.yoko .item_desc.opened{
    height: auto !important;
    margin-top: 8px;
}
.prd_list.yoko .item_maker {
    position: relative;
    height: 12px;
    padding: 0px 0 20px 0;
    color: #606060;
    font-size: 12px;
    line-height: 1;
    z-index: 3;
    box-sizing: border-box;
}

.prd_list.yoko .item_maker a {
	display: block;
	position: absolute;
	top: 10px;
	left: 36px;
	max-width: 240px;
	height: 12px;
	color: #606060;
	text-decoration: none;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-moz-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}

.prd_list.yoko .item_maker a:hover {
	color: #f00000;
}

.prd_list.yoko .item_maker .more_text {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 0;
    right: -5px;
    color: #606060;
    font-size: 12px;
    line-height: 0;
    vertical-align: top;
    text-decoration: underline;
    cursor: pointer;
}

.prd_list.yoko .item_review a {
	color: #fa8000;
	font-size: 16px;
	line-height: 1;
	text-decoration: none;
}

.prd_list.yoko .item_review a .star {
	font-size: 0;
}

.prd_list.yoko .item_review a .num {
	color: #2a2a2a;
	font-size: 14px;
}

.prd_list.yoko .item_review a:hover .num {
	color: #f00000;
}

.prd_list.yoko .item_price {
	padding: 10px 0 0 60px;
	color: #da0000;
	font-size: 16px;
	line-height: 1;
	text-align: right;
	vertical-align: bottom;
}

.prd_list.yoko .item_price strong {
	padding: 0 4px;
	font-size: 26px;
}

.prd_list.yoko .item_stock {
	position: absolute;
	top: 20px;
	left: 10px;
	width: 60px;
	height: 12px;
	padding: 6px 0;
	font-size: 12px;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	border-radius: 2px;
}

.prd_list.yoko .item_stock.ok {
	color: #fff;
	background: #005fdd;
}

.prd_list.yoko .item_stock.ng {
	color: #979797;
	background: #dfdfdf;

}

.prd_list.yoko .yoko_r .radius{
    border-radius: 22px;
}
.prd_list.yoko .yoko_r .blue_btn {
	color: #1884c6;
    display: block;
    width: 180px;
    height: 16px;
    margin: 15px auto;
    padding: 8px 0;
    font-size: 15px;
	font-weight: 700;
    line-height: 1;
    border: 2px solid #1884c6;
    text-align: center;
    text-decoration: none;
    background: #e7f5fe;
}
.prd_list.yoko .yoko_r .blue_btn:hover{
	background-color: #cdebfd;
}
.prd_list.yoko .yoko_r .yellow_btn {
    display: block;
    width: 180px;
    height: 16px;
    margin: 15px auto;
    padding: 8px 0;
    font-size: 15px;
	font-weight: 700;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    background: #FFA41C;
    border-color: #FF8F00;
    color: #0F1111;
}
.prd_list.yoko .yoko_r .yellow_btn:hover{
	background: #FA8900;
}
/* ====================================================	*/
/* 					記事部分							 */
/* ====================================================	*/
pre{
    background: #000;
    color: #fff;
    font-size: 13px;
    line-height: 1.3;
    padding: 10px;
    position: relative;
    overflow-x: scroll;
    max-height: 300px;
}
pre::before {
    content: "";
    position: absolute;
    margin: auto;
    left: 43px;
    top: -20px;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-bottom: 15px solid #777;
}
code {
    tab-size: 3;
}
pre code .code_lbl {
    color: #fff;
    background: #777;
    display: block;
    padding: 5px;
    margin: -10px -10px 10px;
}
/* メインコンテンツ */
.cate_body, .cat_column{
	margin: 40px 0;
}
.cate_body > p {
    margin: 20px 0;
}
.cat_column h2{
	position: relative;
    margin: 20px 0 0 0;
    padding: 15px 15px 15px 45px !important;
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    color: #FFF;
    background-color: #f6979b;
    border-radius: 5px;
    margin-bottom: 10px;
}
.cat_column h2::before {
    content: url(/img/bg/headline_bg.png);
    position: absolute;
    top: 10px;
    left: 10px;
    margin: auto;
    width: 7px;
    height: 0;
    line-height: 0;
}
.cat_column h3{
	position: relative;
    margin-bottom: 10px;
    padding: 13px;
    color: #420;
    font-size: 18px;
    font-weight: bold;
    line-height: 20px;
    border: 1px solid #bbb;
    border-top: 3px solid #f6979b;
    background: #fff;
	border-radius: 5px;
}
.itemSummary img{
    max-width: 100%;
    height: auto;
}

.float_C{
	display: block;
    text-align: center;
    margin: 20px auto;
}

/* ポイントボックス */
.onept_list{
    border: 3px solid #e00;
    position: relative;
    margin: 40px 20px;
    border-radius: 5px;
    line-height: 0;
}	
.onept_list .onept_lbl{
    position: absolute;
    top: -20px;
    left: 15px;
    background: #fff;
    padding: 10px;
    box-sizing: border-box;
    display: block;
    color: #e00;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
}
.onept_list .onept_lbl::before{
    content: "";
    margin-right: 7px;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIGlkPSJf44Kk44Ok44O8XzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjUxMiIgaGVpZ2h0PSI1MTIiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIj48cGF0aCBkPSJNMCwyNTZDMCwxMTQuNiwxMTQuNiwwLDI1NiwwczI1NiwxMTQuNiwyNTYsMjU2LTExNC42LDI1Ni0yNTYsMjU2UzAsMzk3LjQsMCwyNTZabTM3MS44LTQ0LjJjMTAuOS0xMC45LDEwLjktMjguNywwLTM5LjYtMTAuOS0xMC45LTI4LjctMTAuOS0zOS42LDBsLTEwOC4yLDEwOC4yLTQ0LjItNDQuMmMtMTAuOS0xMC45LTI4LjctMTAuOS0zOS42LDAtMTAuOSwxMC45LTEwLjksMjguNywwLDM5LjZsNjQsNjRjMTAuOSwxMC45LDI4LjcsMTAuOSwzOS42LDBsMTI4LTEyOFoiIHN0eWxlPSJmaWxsOiNlMDA7Ii8+PC9zdmc+);
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: top;
}
/* ポイントボックス（リストアリ） */
.onept_list ul{
    margin: 20px 10px 10px;
    padding: 0;
    box-sizing: border-box;
    border: none;
}
.onept_list ul li{
    list-style: none;
    padding: 10px 10px 10px 32px;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 24px;
    text-indent: -14px;
    border-bottom: 1px solid #ddd;
}
.onept_list ul li:last-child{
    border-bottom: none;
}
.onept_list ul li:before{
    content: "●";
    font-size: 10px;
    line-height: 1;
    color: #a1a1a1;
    margin-right: 10px;
}
/* ポイントボックス（リストナシ） */
.onept_list .onept_main{
    margin: 25px 20px 20px;
    box-sizing: border-box;
    line-height: 22px;
}
/* テーブル */
.dtTable{
    margin: 0px;
    width: 95%;
    border: 2px solid #89c4e7 !important;
    border-collapse: collapse;
    table-layout: fixed;
}
.cate_body > .dtTable{
    margin: 15px 0;
}
.dtTable tr{
    border: 1px solid #89c4e7 !important;
}
.dtTable th,
.dtTable td{
    border: 1px solid #89c4e7 !important;
    padding: 7px;
    font-size: 14px;	
}
.dtTable th{
    color: #555;
    font-weight: 700;
    background-color: #dbf1ff;
    text-align: center;
}
.dtTable td{
    background-color: #fff;
}
.dtTable th a{
    text-decoration: underline;
}

.dtTable td ul li{
    list-style: disc;
    margin-left: 20px;
    font-size: 14px;
}

/* 20220530 比較用 */
.tbl-comparion th{
    width: 80px;
}

/* 20230804 テーブル表 均等化をOFF */
.dtTable.tlayout-a{
	table-layout: auto;
}

/* 20220530 購入ボタン */	
.dtTable td .tbl-buybtn{
    text-decoration: none;
    display: block;
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    color: #fff;
    background: #bf3745;
    text-align: center;
    padding: 15px;
    margin: 0;
    box-sizing: border-box;
    border-radius: 3px;
}
.dtTable td .tbl-buybtn:hover{
    background: #de505e;	
    text-decoration: none;
}

/* 20220610 スクロールメニュー */
.tbl-scroll{
    overflow-x: auto;
    margin: 15px 10px;
    max-width: 790px;
}
.tbl-scroll table{
    overflow-x: auto;
    width: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}
.tbl-scroll table th{
    min-width: 95px;
    white-space: normal;
    position: sticky;
    top: 0;
    left: 0;
}
.tbl-scroll table td{
    width: 150px;
    min-width: 150px;
    white-space: normal;	
}
.tbl-scroll table td img{
    max-width: 100%;
    height: auto;
}


/* 20220527 引用タグ */
blockquote.bq-box{
    border: 1px solid #9cd5f5;
    border-radius: 5px;
    background: #e9f7ff;
    margin: 20px;
    padding: 30px 45px;
    box-sizing: border-box;
    font-size: 15px;
    position: relative;
    word-wrap: normal;
    line-height: 0;
}
blockquote.bq-box::before{
	content: "";
    position: absolute;
    left: 10px;
    top: 10px;
    margin: 10px;
    color: #51a9df;
    background-image: url(/img/fa-quote-left-skyblue.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    display: block;
}
blockquote.bq-box::after{
	content: "";
    position: absolute;
    right: 7px;
    bottom: 10px;
    margin: 10px;
    background-image: url(/img/fa-quote-right-skyblue.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    display: block;
}
blockquote.bq-box p{
    font-size: 14px;
    line-height: 22px;
}
blockquote.bq-box .bq-cite{
    text-align: right;
    display: block !important;
    font-size: 12px;
    line-height: 20px;
    margin-top: 15px;
}
blockquote.bq-box .bq-cite cite{
    display: inline-block !important;
}
blockquote.bq-box .bq-cite a{
    color: #03c;
    text-decoration: underline;
}
/* 20220530追加 */
.link-txt{
    display: block;
    text-align: right;
    margin: 10px;
    box-sizing: border-box;
}	
.link-txt a{
    font-size: 18px;
    font-weight: bold;
    text-decoration: underline;
}
.link-txt a::before{
    content: ">>";
}
.link-txt a:hover{
    color: #de5260;
}
/* 20220530追加 */
.link-btn{
    width: 85%;
    display: block;
    margin: 20px auto;
}
.link-btn a{
    display: block;
    text-decoration: none;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    background: rgb(251 161 49);
    color: #fff;
    padding: 15px;
    border-radius: 50px;
    position: relative;
    box-shadow: 0 4px 4px 0 rgb(150 150 150 / 55%), 0 3px 4px 0px rgb(200 200 200 / 55%);
}
.link-btn a::after{
    content: "";
    position: absolute;
    right: 30px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 0;
    height: 0;
    line-height: 0;
    border: 8px solid transparent;
    border-left: 10px solid #fff;
    border-radius: 2px;
}
.link-btn a:hover{
    background: rgb(255 179 40);
    text-decoration: none;
}

/* 20220530追加 */
.entry-content h2{
    margin: 2.5em 0 0.7em;
    font-size: 1.4em;
    line-height: 1.6;
    padding: 10px 7px 10px;
    font-size: 1.3em;
    font-weight: bold;
    color: #FFF;
    background-color: #1884C6;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    margin-bottom: 10px;
}
.entry-content h2::before{
    content: url(https://pet-kusuri.shop/img/bg/headline_bg.png);
    margin: 0 10px;
    position: relative;
    top: 5px;
}

/* 20220606追加 目次 */
.mkjbox {
    margin: 20px 30px 10px 30px;
    padding: 15px 40px;
    background: #f9f9f9;
    line-height: 24px!important;
    box-sizing: border-box;
}
.mkjbox .mkjlabel{
    font-weight: bold;
    text-align: center;
    margin-bottom: 15px;
}
/* 目次リスト */
.mkjbox .mkj-main li{
    font-size: 16px;
    list-style-type: disc;
    margin: 10px 0;
}
.mkjbox .mkj-main li a{
    color: #03c;
    text-decoration: underline;
}
.mkjbox .mkj-main li a:hover{
    color: #f60;
    text-decoration: underline;
}
.mkjbox .mkj-sub{
    margin: 10px 20px;
}
.mkjbox .mkj-sub li{
    list-style-type: circle;
    font-size: 16px;
}

/* 20220610追加 見出しh4 h5 */
.cate_body h4{
    color: #e84148;
    font-size: 16px;
	font-weight: 700;
    line-height: 20px;
    background: #ffdcdc;
    padding: 10px 16px;
	margin: 30px auto 10px;
    text-align: left;
    border-radius: 5px;
    position: relative;
}
.cate_body h4::after{
    content: "";
    position: absolute;
    left: 20px;
    bottom: -17px;
    border: 10px solid transparent;
    border-top: 10px solid #ffdcdc;
}
.cate_body h5{
    color: #e84148;
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    padding: 7px 10px;
    border-bottom: 2px dashed #ffdcdc;
    margin: 15px auto;
}

/* 装飾オプション */
.bold {font-weight: 700;} /* 太字 */
.red {font-weight: 700; color: #ff0000;} /* 赤太字 */

/* 幅設定オプション */
/* PCのみ適用 */
.pcw10p { width: 10% !important; }
.pcw20p { width: 20% !important; }
.pcw30p { width: 30% !important; }
.pcw40p { width: 40% !important; }
.pcw50p { width: 50% !important; }
.pcw60p { width: 60% !important; }
.pcw70p { width: 70% !important; }
.pcw80p { width: 80% !important; }
.pcw90p { width: 90% !important; }
.pcw100p{ width: 100% !important; }



/* 230823追加 */  
/* 商品タグ（カテゴリ用） */
.tag-list{
    width: 400px;
    margin: 3px 0;
    display: flex;
    flex-wrap: wrap;
    line-height: 0;
}
.tag-list li{
    color: #fff;
    background-color: #ccc;
    margin: 3px;
    display: block !important;
    width: auto !important;
    min-width: 50px;
    padding: 3px 8px;
    box-sizing: border-box;
    font-size: 12px;
    line-height: 1;
    text-align: center;
    border-radius: 20px;
}
.tag-list li.pink {
    background-color: #f55a94;
}
.tag-list li.blue {
    background-color: #005fdd;
}
/*.tag-list li.tag-dog  { background-color: #ed6066; }*/
.tag-list li.tag-dog    { background-color: #f3b000; }
.tag-list li.tag-cat    { background-color: #00aaf6; }
.tag-list li.tag-spot   { background-color: #f55a94; }
.tag-list li.tag-oyatu  { background-color: #3786EB; }
.tag-list li.tag-jyozai { background-color: #1A8E9A; }
.tag-list li.tag-fila   { background-color: #0b5da7; }
.tag-list li.tag-nomi   { background-color: #b8328b; }
.tag-list li.tag-mada   { background-color: #29cb4a; }
.tag-list li.tag-mimi   { background-color: #ee5f64; }
.tag-list li.tag-other  { background-color: #7c7c7c; }

/* おすすめポイント（カテゴリ用） */
.osusume-point{
    border: 3px solid #f6979b;
    border-radius: 10px;
    padding: 7px;
    box-sizing: border-box;
    margin: 10px 0px 15px;
    position: relative;
    line-height: 0;
}
.osusume-point ul{
    margin: 0 5px;
}
.osusume-point ul li{
    color: #555;
    font-size: 13px;
    line-height: 20px;
    font-weight: 700;
    border-bottom: 1px solid #eee;
    padding: 3px 0 3px 17px;
    text-indent: -17px;
    display: block!important;
    width: auto!important;
}
.osusume-point ul li:last-child{
    border-bottom: none;
}
.osusume-point ul li::before{
    color: #f6979b;
    content: "●";
    font-size: 10px;
    font-weight: 400;
    margin-right: 7px;
}
.osusume-point p{
    margin: 10px;
    line-height: 23px;
    font-size: 16px;
}

/* 商品情報テーブル（カテゴリ用） */
.dt-table{
    width: 100%;
    border: 1px solid #ccc;
    margin: 15px auto;
    line-height: 0;
}
.dt-table th, .dt-table td{
    border: 1px solid #ccc;
    padding: 8px;
    background-color: #fff;
    color: #333;
    font-size: 13px;
    line-height: 19px;
}
.dt-table th{
    width: 60px;
    text-align: center;
    background-color: #eee;
}

