@charset "UTF-8";

/* =======================================================================
CSSの名前：style_lp.css 
最終更新日時：2023/01
-------------------------------------------------------------------------*/

/*▼スペックシート用▼-*/
.table-container a{
    color: #333!important;
	
}
	
.timestamp{
	text-align: right;
	font-size: 80%!important;
	margin: 20px 0 5px 0!important;
	}

.table-container .title{
	width: 100px!important;	
	text-align: center!important;
}
.table-container{
  overflow:auto!important;
  width:980px!important;
  max-height: 650px;
  margin-bottom: 30px;
}

.table-container .textC{
	text-align: center;
}
.table-container .textC_sy{
	text-align: center;
	font-size: 22px;
    line-height: 1.3;
}
table{
  table-layout: fixed;
  word-wrap: break-word;
  font-size:85%;
  width:3000px!important;
}

.title10{
	width: 130px;
}

.title11{
	width: 200px;
}

.title12{
	width: 180px;
}

thead{
  background: #b88951!important;
	color: #FFF;
}
thead th{
  font-color:#FFF!important;
  font-weight: bold!important;
}
.pickup{
	background: #491c1f!important;
}

thead th{
width: auto;
}

tbody th{
  color:#333!important;
  font-weight: bold!important;
  width:25%;
　vertical-align:middle!important;
}

th, td {
  padding: 8px!important;
  min-width:5em!important;
  border-bottom: 1px solid #ddd!important;
}

td {
  padding: 8px!important;
  min-width:5em!important;
  border-bottom: 1px solid #ddd!important;
}

th{
	text-align: center;
}
th:not(:last-child),
td:not(:last-child){
  border-right: 1px solid #ddd!important;
}
thead th:first-child{
  position:sticky!important;
  top:0!important;
  z-index: 10!important;
  pointer-events: none!important;
}
thead th::before{
  content:''!important;
  position:absolute!important;
  top:0!important;
  left:0!important;
  width:100%!important;
  height:100%!important;
  border-bottom:1px solid #ddd!important;
}
th {
  position: sticky!important;
  top:0!important;
  left: 0!important;
  background-color: #b88951!important;
}
th:first-child::before {
  content:''!important;
  position:absolute!important;
  top:0!important;
  left:0!important;
  width:100%!important;
  height:100%!important;
  border-right:1px solid #ddd!important;
}


tbody th {
  background-color: #f1f1f1!important;
  pointer-events: none!important;
}
tbody th a {
  pointer-events: auto;
}

td{	
  background-color: transparent!important;
}
td:nth-child(even) {
  background-color: #fbeeee!important;
}

/*▲スペックシート用▲-*/

#articleDetail .gridBox_rightimg {
	margin: 30px 0 60px;
	padding: 22px 30px;
	border: solid 5px #fbeeee;
	border-radius: 5px;
}

#articleDetail .gridBox_rightimg  .title {
	font-size: 16px;
	font-weight: bold;
}

#articleDetail .gridBox_rightimg  p {
	font-size: 14px;
}

#articleDetail .gridBox_rightimg  p + p {
	margin: 2px 0 0;
}

#articleDetail .gridBox_rightimg img{
	float: right;
	margin:10px 0 0 30px;
	
}

.qa-005 dt,
.qa-005 dd {
    display: flex;
    align-items: top;
    position: relative;
    margin: 0;
    padding: 1em 2em 1em 3.3em;
    color: #333333;
}

.qa-005 dd {
    border-bottom: 1px dotted #cbcbcb;
    padding: 1em 2em 3em 3.3em;
}

.qa-005 dt {
    font-weight: 600;
}

.qa-005 dd + dt {
    margin-top: 1em;
}

.qa-005 dt::before,
.qa-005 dd::before {
    display: inline-block;
    position: absolute;
    width: 40px;
    height: 40px;
    left: 0;
    border-radius: 7px;
    font-weight: 600;
    font-size: 1.1em;
    line-height: 40px;
    text-align: center;
}

.qa-005 dt::before {
    border: 2px solid #4886c6;
    color: #4886c6;
    content: 'Q';
}

.qa-005 dd::before {
    border: 2px solid #ea5b7a;
    color: #ea5b7a;
    content: 'A';
}

.imgright{
	width:40%;
	float: right;
	margin: 0 0 0 20px;
}

.sectionbox .note {
    position: relative;
    margin: 30px 0 30px 30px ;
    padding: 17px 0 0;
}

.sectionbox .note::before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 1px;
    content: '';
    background: url(../images/bg_dot.png) repeat left top;
}
		
.navroadSP{
	display:none;
}
#container .kd-tagArea {
	position: relative;
	margin: 60px auto 80px;
	padding: 30px 100px;
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	width: 780px;
}

#container .kd-tagArea .title {
	font-size: 20px;
	line-height: 1.2;
	position: absolute;
	top: -13px;
	right: 0;
	left: 0;
	margin: 0 auto;
	text-align: center;
}

#container .kd-tagArea .title span {
	position: relative;
	display: inline-block;
	padding: 0 10px;
	background: #FFFFFF;
}

#container .kd-tagList {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin: 0 -5px -10px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

#container .kd-tagList li {
	margin: 0 5px 10px;
}

#container .kd-tagList li a {
	font-size: 11px;
	line-height: 24px;
	display: block;
	height: 24px;
	padding: 0 9px;
	-webkit-transition: color .3s;
	transition: color .3s;
	text-decoration: none;
	color: #b88951;
	border: solid 1px #b88951;
	border-radius: 24px;
	background: #fff;
}

#container .kd-tagList li a:hover {
	color: #fff;
	border-color: #ea5b7a;
	background: #ea5b7a;
}

#articleDetail .itemList a .bon-txt {
	display: block;
	line-height: 1.5;
	margin: 6px 0 0;
	padding: 0 0 17px;
}


.no-sidebar .btn a:hover {
	-webkit-transition: all .3s 0s;
	transition: all .3s 0s;
	color: #fff;
	background: #ea5b7a;
}

.no-sidebar .btn a:hover::before {
	-webkit-transition: all .3s 0s;
	transition: all .3s 0s;
	border-left-color: #fff;
}

.no-sidebar .btn.on a {
	-webkit-transition: all .3s 0s;
	transition: all .3s 0s;
	color: #fff;
	background: #ea5b7a;
}

.no-sidebar .btn.on a::before {
	-webkit-transition: all .3s 0s;
	transition: all .3s 0s;
	border-left-color: #fff;
}

.no-sidebar .btn {
	width: 420px;
	margin: 32px auto 0;
}

.no-sidebar .btn a {
	font-size: 16px;
	font-weight: bold;
	line-height: 48px;
	position: relative;
	display: block;
	height: 48px;
	-webkit-transition: all .3s .2s;
	transition: all .3s .2s;
	text-align: center;
	text-decoration: none;
	color: #333;
	border: solid 1px #ea5b7a;
	border-radius: 5px;
	background: #fff;
}

.no-sidebar .btn a::before {
	position: absolute;
	top: 0;
	right: 18px;
	bottom: 0;
	display: block;
	width: 0;
	height: 0;
	margin: auto;
	content: '';
	-webkit-transition: all .3s .2s;
	transition: all .3s .2s;
	border-width: 4px 0 4px 8px;
	border-style: solid;
	border-color: transparent transparent transparent #ea5b7a;
}


#container #containerInner{
	width:auto;
	overflow: hidden;
	background:#FFFFFF!important;


}

#container #containerInner .no-sidebar{
	margin: 0px auto;
	width:auto !important;
}



#container #main.no-sidebar{
	width:100%;
}

.articlearea{
	width:980px;
}

.section{
	margin:0;
}

.section_monitor{
	margin:30px 0!important;
	background:#b88951;
	padding:0px 0 30px 0;

}

.section_trial{
	margin:30px 0!important;
	background:#fcf5e4;
	padding:0px 0 30px 0;

}


.section_catlet{
	margin:30px 0!important;
	background:#f8edd7;
	padding:0px 0 30px 0;

}
.section_dentalcare{
	margin:30px 0!important;
	background:#e6e6e6;
	padding:0px 0 30px 0;

}

.section_monitor p{
	color:#FFFFFF;
}

.sectionbox{
	width:980px;
	margin:0 auto;
}

.sectiontopbox{
	width:1280px;
	height:510px;
	margin:0 auto;
}

.sectionimgbox{
	width:980px;
	height:450px;
	margin:0 auto;
}

.sectionimgboxcat{
	width:980px;
	height:350px;
	margin:0 auto;
}

.sectionimgboxspec{
	width:980px;
	height:180px;
	margin:0 auto;
}
.sectionimgboxreview{
	width:980px;
	height:180px;
	margin:0 auto;
}

.sectionimgboxlineup{
	width:980px;
	height:180px;
	margin:0 auto;
}

.sectionimgboxsidemenu{
	width:980px;
	height:180px;
	margin:0 auto;
}

.sectionimgboxfood{
	width:980px;
	height:500px;
	margin:0 auto;
}

.sectionimgboxfood2{
	width:980px;
	height:350px;
	margin:0 auto;
}

.sectionbox2{
	width:780px;
	margin:0 auto;
	background-color:#fff;
}

#main .section .txt {
	font-size: 17px;
	line-height: 1.65;
}
#main .section .txtb {
	font-weight:bold;
	font-size: 17px;
	line-height: 1.65;
}

#main .section .txt16 {
	padding: 30px 0 0 30px;
	font-size: 17px;
	line-height: 1.65;
	margin:0 0 50px 0;
}

#main .section .sectionbox .OGSPbtn {
	padding: 30px 0 0 30px;
}

#main .section .txt16onimg {
	font-size: 17px;
	line-height: 1.65;
	margin:0 30px;
}

#main .ttltxt{
	font-size:150%;
	font-weight:bold;
	padding: 50px 0 15px 30px;
	line-height:160%;
}

#main .ttltxt_pc_center{
	font-size:200%;
	padding: 30px 0 15px 0px;
	line-height:160%;
	text-align: center;
}

#main .ttltxt_pc_center_cl30{
	font-size:200%;
	padding: 30px 0 15px 0px;
	line-height:100%;
	text-align: center;
}

#main .ttltxt_pc_center_spec{
	font-size:200%;
	padding: 30px 0 15px 0px;
	line-height:100%;
	text-align: center;
}


#main .ttltxt2{
	font-size:130%;
	font-weight:bold;
	padding: 50px 0 15px 30px;

}

#main .ttltxt2-2{
	font-size:110%;
	font-weight:bold;
	padding: 50px 0 15px 30px;

}

#main .ttltxt3{
	font-size:220%;
	font-weight:bold;
	line-height: 1.15;
color:#FFFFFF;
	margin:0;
}

#main .ttltxt4{
	font-size:180%;
	font-weight:bold;
	margin:30px 30px;
	padding:0;
}

#main .smalltxt{
	font-size:88%;
	line-height: 1.7;
	margin:20px 30px;
}

.imgright img{
	float:right;
    margin:0 0 0 25px;
}

.imgleft img{
	float:left;
    margin:0 25px 0 30px;
}

.imgleft .imgpng{
	margin:0;
}


.brownback{
	background-color:#9e7620;
	padding:10px 0;
}

.brownback p{
	color:#FFFFFF;
}
.blueback{
	background-color:#164885;
	padding:10px 0;
}
.brawnback{
	background-color:#1F1400;
	padding:10px 0;
}
.greenback{
	background-color:#5F8610;
	padding:10px 0;
}
.grayback{
	background-color:#252525;
	padding:10px 0;
}
.gray2back{
	background-color:#404040;
	padding:10px 0;
}
.lightgrayback{
	background-color:#F2F2F2;
	padding:10px 0;
}

.textred{
	color:#FF0000;
}

.textwhite{
	color:#FFF;
}

.textwhite a:link{
	color:#FFF;
}

.textwhite a:visited{
	color:#FFF;
}

#footerOG{clear:both; border-top:#cccccc 1px solid; width:100%;}
#footerOG .inner{ position:relative; margin:0 auto; padding:40px 0 40px 0; width:980px;}

#footerOG .item4 ul { padding:24px 0 0 0; }
#footerOG .item4 ul li { float:left; width:148px; }
#footerOG .item4 ul li+li { padding:0 0 0 29px; }
#footerOG .item4 ul li img,
#footerOG .item4 ul li span { display:block; }
#footerOG .item4 ul li .img img { border:#dcdddf 1px solid; width:145px; height:174px; }
#footerOG .item4 ul li .txt { padding:7px 0 0 0; font-size:12px; line-height:1.58; }


.OGtxt17{
	margin:0!important;
}

.spcomment1{
	margin-left:35px;
	width:90%;
	background:#FFFFF7;
	padding:15px;
}
.spcomment2{
	margin:20px 0 0 35px;
	width:90%;
	padding:25px;
	color:#666666;
}
.openBtn{
	cursor: pointer;
	margin-bottom:15px;
}

.trialbtn a img{
	width: 500px;
	margin-top:50px;
}


.bona_btnback{
	width:100%;
	background-image: url(/client_info/TAMA/view/userweb/ext/bon-appetit/bonabtnbg.jpg); 
	background-color:#9e7620;
	background-size:cover;
    background-position: left;
}



.graintxt16 {
	padding: 10px 0 0 30px;
	font-size: 17px;
	line-height: 1.75;
	margin:0 0 50px 0;
}
.grainfreebox{
  border-radius: 10px;
  background:#faebee;
  padding:20px;
  margin:0 0 20px 0;
}

.function{
    padding: 0;
    margin: 0;
    width: 100%;
}
.function li{
    padding: 0;
    margin: 0;
    list-style-type:none;
    float: left;
    width: 16.6%;
	height:235px;
	text-align:center;
	
}


.function li p{
	line-height:150%;
	
}


.function_dentalcare{
    padding: 0;
    margin: 40px 0 0 0;
    width: 100%;
}
.function_dentalcare li{
    padding: 0 20px 40px 0;
    margin: 0;
    list-style-type:none;
    float: left;
    width: 45%;
	text-align:center;
	
}


.function_dentalcare li p{
	line-height:120%;
	text-align: left;
	
}

.notusedx{
    padding: 0;
    margin: 20px 0 30px 10%;
    width: 100%;
}
.notusedx li{
    padding: 0;
    margin: 30px 0 0 0;
    list-style-type:none;
    float: left;
    width: 33%;
}


.delivery{
    padding: 0;
    margin: 0 0 30px 0;
    width: 100%;
}
.delivery li{
    padding: 0 19px 0 0;
    margin: 0px 0 0 0;
    list-style-type:none;
    float: left;
    width: 23%;
}


.delivery li p{
	line-height:150%;
	margin:20px 0 0 0;
	
}

.maincopytxt{
	font-size:160%;
	line-height:110%;
}

.maincopy{
	background-color:#ea5b7a;
	text-align:center;
	padding:12px 0 8px 0;
	margin:20px 0 0 0;
	color:#ffffff;
}

#main .grainfreettltxt{
	font-size:130%;
	font-weight:bold;
	padding: 10px 0 15px 30px;
}

#main .grainfreetxt {
	padding: 10px 0 0 0;
	font-size: 95%;
	line-height: 1.75;
	margin:0;
}
.bonaimg_fish{
    float:right;
	margin:-80px -200px 0 0;
	zoom: 0;
	}
	

	
.bonadetailtab{
	width:980px!important;
	font-size:100%!important;
	background-color:#FFFFFF!important;
	border:none!important;
	margin:0 10px 50px 0px!important;
	line-height:200%;
}

.bonadetailtab tbody{
	border:none!important;
}

.bonadetailtab tr{
	width:100%;

}
.bon_mark{
	width:3%;
	border:none!important;
	background-color:#FFFFFF!important;
	font-weight:bold;
	border-bottom:solid 3px #e9e9e9!important;
	vertical-align:top!important;
	padding:20px 0!important;
}
.bonadetailtab_tdtit{
	width:20%;
	border:none!important;
	background-color:#FFFFFF!important;
	font-weight:bold;
	border-bottom:solid 3px #e9e9e9!important;
	vertical-align:top!important;
	padding:20px 0!important;
}

.bonadetailtab_tdtxt{
	width:77%;
	border:none!important;
	background-color:#FFFFFF!important;
	font-weight:normal;
	border-bottom:solid 3px #e9e9e9!important;
	padding:20px 0!important;
}

.bonamainimg{
	width:100%;
	text-align:center;
	background:url(/client_info/TAMA/view/userweb/ext/bon-appetit/bonabg.gif);
}
.vet_kd_new_mainimg{
	width:100%;
	text-align:center;
	background:#efeeea;

}

.catletmainimg{
	width:100%;
	text-align:center;
	background:#e8dcd6;
	background:url(/client_info/TAMA/view/userweb/ext/catletokara/main_bg.jpg);

}

.dentalcaremainimg{
	width:100%;
	text-align:center;
	background:#e6e6e6;

}

.cl30mainimg{
	width:100%;
	height: 630px;
	text-align:center;
	background:#edebe5;
}


.cl30daysmainimg{
	width:100%;
	height: 630px;
	text-align:center;
	background:#f5e8dd;
}

.bonabtnback{
	background-color:#c2a98b;
	background-repeat:repeat;
	margin:30px 0 0 0!important;
	width:100%;
	height: 430px;
	}

.bonabtnbox{
	width:980px;
	margin:0 auto;
}




.bonacatbox{
	width:980px;
	height:521px;
	margin:0 auto;
	background-image:url(/client_info/TAMA/view/userweb/ext/bon-appetit/new_catimg02.jpg);
	background-repeat:no-repeat;
}

.bonabtnbacknew{
	background-image:url(/client_info/TAMA/view/userweb/ext/bon-appetit/bonabgtee.jpg);
	background-repeat:repeat;
	margin:30px 0 0 0;
	}

.bonabtnboxnew{
	width:980px;
	height:521px;
	margin:0 auto;
	background-image:url(/client_info/TAMA/view/userweb/ext/bon-appetit/bonanewbtn.png);
	background-repeat:no-repeat;
}



#CTA {
display: block;
width: 400px;
position: fixed;
left: 20px;
bottom: 20px;
z-index: 9999;
text-align: left;
}
.ctaimage{
width: 100%;
display: block;
}


#main .bonatxt{
	font-size:100%;
	padding: 20px 0 25px 30px;
	line-height:200%;
}

#main .pc_center_txt{
	font-size:100%;
	padding: 20px 20px 25px 20px;
	line-height:200%;
	text-align: center;
}

/* フード粒イメージ */
.bonafoodimg{
	width:100%;
	background-image: url(/client_info/TAMA/view/userweb/ext/bon-appetit/food_img01.jpg);
	background-repeat: no-repeat;
	background-size:cover;
	height:auto;
	margin:50px 0 0 0;
	padding-bottom:20px;
	background-position:center;
}


/*　猫イメージ */
.bonacatimg{
	width:100%;
	background-image: url(/client_info/TAMA/view/userweb/ext/bon-appetit/packimg03.jpg);
	background-repeat: no-repeat;
	background-size:cover;
	height:auto;
	margin:50px 0 0 0;
	padding-bottom:20px;
	background-position:center;
}

/*　spec_main01 */
.specmainimg{
	width:100%;
	background-image: url(/client_info/TAMA/view/userweb/ext/bon-appetit/spec_main01.jpg);
	background-repeat: no-repeat;
	background-size:cover;
	height:auto;
	margin:0px 0 0 0;
	padding-bottom:20px;
	background-position:center;
}

.kd_specmainimg{
	width:100%;
	background-image: url(/client_info/TAMA/view/userweb/ext/vet_kd/spec_main01.jpg);
	background-repeat: no-repeat;
	background-size:cover;
	height:auto;
	margin:0px 0 0 0;
	padding-bottom:20px;
	background-position:center;
}

.kd_faqmainimg{
	width:100%;
	background-image: url(/client_info/TAMA/view/userweb/ext/vet_kd/faq_main01.jpg);
	background-repeat: no-repeat;
	background-size:cover;
	height:auto;
	margin:0px 0 0 0;
	padding-bottom:20px;
	background-position:center;
}

.kd_storymainimg{
	width:100%;
	background-image: url(/client_info/TAMA/view/userweb/ext/vet_kd/story_main01.jpg);
	background-repeat: no-repeat;
	background-size:cover;
	height:auto;
	margin:0px 0 0 0;
	padding-bottom:20px;
	background-position:center;
}

.kd_lineupmainimg{
	width:100%;
	background-image: url(/client_info/TAMA/view/userweb/ext/vet_kd/line_main01.jpg);
	background-repeat: no-repeat;
	background-size:cover;
	height:auto;
	margin:0px 0 0 0;
	padding-bottom:20px;
	background-position:center;
}

.sidemenumainimg{
	width:100%;
	background-image: url(/client_info/TAMA/view/userweb/ext/bon-appetit/sidemenu_main01.jpg);
	background-repeat: no-repeat;
	background-size:cover;
	height:auto;
	margin:0px 0 0 0;
	padding-bottom:20px;
	background-position:center;
}

/*　メインイメージ */
.kd_main01{
	width:100%;
	background-image: url(/client_info/TAMA/view/userweb/ext/vet_kd/vet_kd_new_main.jpg);
	background-repeat: no-repeat;
	height:729px;
	margin:0px 0 20px 0;
	background-position:center;
	background-color: #efeeea;

}

.cl30_main01{
	width:100%;
	background-image: url(/client_info/TAMA/view/userweb/ext/catlife30/img/main01.jpg);
	background-repeat: no-repeat;
	margin:0px 0 20px 0;
	background-position:center;
	background-color: #efeeea;

}

.trialcatimg2{
	width:100%;
	background-image: url(/client_info/TAMA/view/userweb/ext/img/trialcatB/lineimg2021_01.jpg);
	background-repeat: no-repeat;
	background-size:cover;
	height:auto;
	margin:0px 0 20px 0;
	padding-bottom:20px;
	background-position:center;
}

.catletimg{
	width:100%;
	background-image: url(/client_info/TAMA/view/userweb/ext/catletokara/monitor04.jpg);
	background-repeat: no-repeat;
	background-size:cover;
	height:auto;
	margin:0px 0 20px 0;
	padding-bottom:20px;
	background-position:center;
}
.bonafoodimg2{
	width:100%;
	background-image: url(/client_info/TAMA/view/userweb/ext/bon-appetit/bon2020_img01.jpg);
	background-repeat: no-repeat;
	background-size:cover;
	height:auto;
	margin:0px 0 20px 0;
	padding-bottom:20px;
	background-position:center;
}



/*　猫イメージ */
.bonacatimg3{
	width:100%;
	background-image: url(/client_info/TAMA/view/userweb/ext/bon-appetit/bon201907_img01.jpg);
	background-repeat: no-repeat;
	background-size:cover;
	height:auto;
	margin:0px 0 20px 0;
	padding-bottom:20px;
	background-position:center;
}


#sidebar .inner {
	width: auto;
}

#kd-sidebarTop {
	width: 980px;
	margin: 0 auto;
}

#main.no-sidebar {
	margin: 0 auto;
}

.row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

#breadcrumbs a {
	color: #999;
}

#header .logo {
	position: absolute;
	top: 0;
	left: 15px;
	width: 190px;
}

#header .logo a {
	display: block;
	overflow: hidden;
	height: 0;
	padding: 120px 0 0 0;
	background: url(../images/header_title.png) no-repeat;
}
#sidebar .search.widget {
	display: none;
}

.h2-bon{
	font-size: 24px!important;
	line-height: 1.5;
	position: relative;
	margin: 60px 0 40px;
	padding: 18px 0;
	text-align: center;
	border-top: solid 2px #333;
	border-bottom: solid 2px #333;
	font-weight: bold!important;
}
	


.cp_hr01 {
	border-width: 1px 0 0 0;
	border-style: solid;
	border-color: #ccc;
}


#articleDetail .txtArea_cl30 {
	margin: 0;
}

#articleDetail .h2_cl30 {
    font-size: 28px;
    line-height: 1.5;
    position: relative;
    margin: 60px 0 40px;
    padding: 18px 0;
    text-align: center;
    border-top: none;
    border-bottom: solid 1px #ccc;
	font-weight: bold;
}

/* スマホだけに適用するCSS */
@media screen and (max-width:768px)
{
html,body,div,span,object,iframe,
h1,h2,h3,h4,h5,h6,p,blockquote,pre,
abbr,address,cite,code,
del,dfn,em,img,ins,kbd,q,samp,
small,strong,sub,sup,var,
b,i,
dl,dt,dd,ol,ul,li,
fieldset,form,label,legend,caption,tbody,tfoot,thead,tr,th,td,
article,aside,canvas,details,figcaption,figure, 
footer,header,hgroup,menu,nav,section,summary,
time,mark,audio,video{vertical-align:middle;}

.table-container .imgbox{
    width:95px!important;
}
.table-container a{
    color: #333;
	
}
	
.table-container img{
    vertical-align: middle;
}
	
.table-container　table{
  width:2740px!important;

}
	
.title12{
	width: 160px;
}	
#main .ttltxt_pc_center_spec{
	font-size:120%;
	padding: 30px 0 15px 0px;
	line-height:130%;
	text-align: center;
}
	
.table-container .title{
	width: 100px!important;	
}
	
.table-container .itemcell{
	width: 150px!important;	
}
	
.table-container {
    width: auto!important;
}	
.table-container th{
	vertical-align: middle;
	}



#main .bonatxt{
	font-size:14px;
	margin: 0;
	line-height:2.0;
}	
#main .pc_center_txt{
	font-size:15px;
	margin: 0;
	padding:0 0 25px 0;
	line-height:2.0;
	text-align: center;
}
	
	
	
#articleDetail .gridBox_rightimg img{
    width:90%!important;
	
}
#articleDetail .gridBox_rightimg{
	padding: 20px 0;

}
#articleDetail  .gridBox_rightimg img{
	float: none;
	margin-left: 20px;
}

.sectionimgboxfood2{
	height:200px;
	margin:0 auto;
}
.bonabtnbox{
	width:100%;
}
.trialbtn a img{
	width: 100%;
	margin:0;
}

/* フード粒イメージ */
.bonafoodimg{
	height:200px;
	margin:30px 0 0 0;
}


/* 猫イメージ */
.bonacatimg{
	margin:30px 0 0 0!important;
	background-image: url(/client_info/TAMA/view/userweb/ext/bon-appetit/packimg03sp.jpg);
}
	
/* 原材料とスペックメインイメージ */

.cl30_main01{
	width:100%;
	background-image: url(/client_info/TAMA/view/userweb/ext/catlife30/img/main01.jpg);
	background-repeat: no-repeat;
	margin:0px 0 20px 0;
	background-position:center;
	background-color: #efeeea;
}
	
.kd_specmainimg{
	margin:0px 0 0 0!important;
	background-image: url(/client_info/TAMA/view/userweb/ext/vet_kd/spec_main01sp.jpg);
	background-size: auto;
	padding-bottom: 0;
}

	

.kd_faqmainimg{
	margin:0px 0 0 0!important;
	background-image: url(/client_info/TAMA/view/userweb/ext/vet_kd/faq_main01sp.jpg);
	background-size: auto;
	padding-bottom: 0;
}
.kd_storymainimg{
	margin:0px 0 0 0!important;
	background-image: url(/client_info/TAMA/view/userweb/ext/vet_kd/story_main01sp.jpg);
	background-size: auto;
	padding-bottom: 0;
}
	
.kd_lineupmainimg{
	margin:0px 0 0 0!important;
	background-image: url(/client_info/TAMA/view/userweb/ext/vet_kd/lineup_main01sp.jpg);
	background-size: auto;
	padding-bottom: 0;
}

.sidemenumainimg{
	margin:0px 0 0 0!important;
	background-image: url(/client_info/TAMA/view/userweb/ext/bon-appetit/sidemenu_main01sp.jpg);
	background-size: auto;
	padding-bottom: 0;
}

/* 猫イメージ */
.kd_main01{
	height: 252px;
	background-image: url(/client_info/TAMA/view/userweb/ext/vet_kd/vet_kd_new_main_sp.jpg);
	background-size: contain;
}
.trialcatimg2{
	margin:30px 0 0 0!important;
	background-image: url(/client_info/TAMA/view/userweb/ext/img/trialcatB/lineimg2021_01sp.jpg);
}
	
.catletimg{
	margin:30px 0 0 0!important;
	background-image: url(/client_info/TAMA/view/userweb/ext/catletokara/monitor04sp.jpg);
}
	
.bonafoodimg2{
	margin:30px 0 0 0!important;
	background-image: url(/client_info/TAMA/view/userweb/ext/bon-appetit/bon2020_img02sp.jpg);
	background-size:auto;
}

/* 猫イメージ */
.bonacatimg3{
	margin:0 0 0 0!important;
	background-image: url(/client_info/TAMA/view/userweb/ext/bon-appetit/bon201907_img01sp.jpg);
}

.function{
    padding: 0px;
    margin: 20px 0 0 0;
    width: 100%;
}
.function li{
    padding: 0;
    margin: 0 2%;
    list-style-type:none;
    float: left;
    width: 29%;
	height:235px;
	text-align:center;
	font-size:88%;
	
}

.function_spec{
    padding: 0px;
    margin: 20px 0 0 0;
    width: 100%;
}
.function_spec li{
    padding: 0;
    margin: 10px 2%;
    list-style-type:none;
    float: left;
    width: 29%;
	text-align:center;
	font-size:88%;
	height: 130px;
	
}

	
.function_dentalcare{
    padding: 0px;
    margin: 20px 0 0 0;
    width: 100%;
}
.function_dentalcare li{
    padding: 0;
    margin: 0 2% 15px;
    list-style-type:none;
    width: 100%;
	text-align:center;
	font-size:88%;
	
}
.function_dentalcare li img{
  width: 130px;
  height: 130px;
  object-fit: cover; /* この一行を追加するだけ！ */
 float: left;
  margin:0 2% 0 0;
	
}	
	
.function_dentalcare li p{
	line-height: 150%!important;
		
	}
	
.notusedx{
    padding: 0;
    margin: 0;
    width: 100%;
	margin:20px 0 0 0;
}
.notusedx li{
    padding: 0;
    margin: 10px 1%;
    list-style-type:none;
    float: left;
    width: 31%;
	text-align:center;
}



.delivery{
    padding: 0;
    margin: 0 0 30px 0;
    width: 100%;
}
.delivery li{
    padding: 0 3%;
    margin: 0px 0 0 0;
    list-style-type:none;
    float: left;
    width: 44%;
}




.imgleft{
    float:none;
	text-align:center;
	margin:20px 0 20px 0;
	}

.imgright{
	width: 100%!important;
    float:none;
	text-align:center;
	margin:0px 0 20px 13px;
	}
	
.imgleft img{
	width:80%!important;
	}

.imgright img{
	width: 100%!important;
	margin:0 0 0 -25px!important;
		

	}
	
.bonaimgsp{
	zoom: 0.58;
    text-align:center;

}
	
.bonaimg_fish{
    float:none;
	margin:0;
	text-align:center;
	zoom: 0.58;
	margin:20px 0px 0px 0px;
	}
	
.maincopytxt{
	font-size:100%;
	line-height:110%;
}

#main .ttltxt{
	font-size:110%!important;
	font-weight:bold;
	padding: 30px 0 20px 0!important;
	margin:0!important;
	line-height:150%;
}
	
#main .ttltxt_pc_center{
	font-size:200%!important;
	padding: 30px 0 30px 0!important;
	margin:0!important;
	line-height:100%;
}

#main .ttltxt2{
	font-size:110%!important;
	font-weight:bold;
	padding: 50px 0 20px 0!important;
	line-height:150%;
}

#main .ttltxt2-2{
	font-size:100%!important;
	font-weight:bold;
	padding: 50px 0 20px 0!important;
	line-height:150%;
}

.grainfreebox{
  border-radius: 10px;
  background:#faebee;
  padding:20px 15px;
  margin:0 5px 20px 5px;
}

#main .grainfreettltxt{
	font-size:100%;
	font-weight:bold;
	padding:0;
}

#main .grainfreetxt {
	margin:0;
	padding:10px 0 0 0;
}



.bonadetailtab{
	width:94%!important;
	font-size:100%!important;
	background-color:#FFFFFF!important;
	border:none!important;
	margin:0 3%!important;
	line-height:200%;
}

.bonadetailtab tbody{
	border:none!important;
}

.bonadetailtab tr{
	width:100%;

}

.bonadetailtab_tdtit{
	width:35%;
	border:none!important;
	background-color:#FFFFFF!important;
	font-weight:bold;
	border-bottom:solid 3px #e9e9e9!important;
	vertical-align:top!important;
	padding:20px 0!important;
}

.bonadetailtab_tdtxt{
	width:65%;
	border:none!important;
	background-color:#FFFFFF!important;
	font-weight:normal;
	border-bottom:solid 3px #e9e9e9!important;
	padding:20px 0!important;
}

#main .smalltxt{
	margin:20px 0;
}
	
#CTA {
display: block;
width: 70%;
position: fixed;
z-index: 9999;
text-align: left;
}
.ctaimage{
width: 100%;
display: block;
}

	
#bon-sidebar {
	display: none;
}

#kd-sidebarTop {
	width: auto;
}

#header .logo {
	left: 10px;
	width: 107px;
}

#kd-sidebarTop .title {
	font-family: 'Josefin Sans', serif;
	line-height: 30px;
	height: 30px;
	text-align: center;
	letter-spacing: .1em;
	color: #fff;
	background: #B88951;
}
	
#header .logo a {
	height: 81px;
	padding: 0;
	text-indent: -9999px;
	background: url(../images/header_title_sp.png) center no-repeat;
	background-size: 107px 81px;
}

#header h1 {
	height: 81px;
	padding: 0;
	background: url(../images/header_title_sp.png) center no-repeat;
	background-size: 107px 81px;
}

#kd-sidebarTop .widget {
	float: none;
	width: 100%;
	margin: 0;
	border-top: none;
	border-bottom: solid 1px #eda33d;
	border-radius: 0;
}

#kd-sidebarTop .inner {
	padding: 0;
	border: none;
}

#kd-sidebarTop .slidebox {
	font-size: 18px;
	font-weight: bold;
	line-height: 52px;
	position: relative;
	height: 50px;
	padding: 0 20px 0 15px;
	color: #B88951;
	background: #FFF;
	
}

#kd-sidebarTop .slidebox .navIcon {
	line-height: 0;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 20px;
	height: 20px;
	margin: auto;
}

#kd-sidebarTop .slidebox::before {
	position: absolute;
	top: 0;
	right: 20px;
	bottom: 0;
	display: block;
	width: 20px;
	height: 12px;
	margin: auto;
	content: '';
	-webkit-transition: -webkit-transform .3s;
	transition: -webkit-transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s;
	background: url(../images/bon-arw_b.png) no-repeat center center;
	background-size: 20px 12px;
}

#kd-sidebarTop .slidebox.active::before {
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

#kd-sidebarTop .nav {
	position: absolute;
	display: none;
	overflow: hidden;
	width: 100%;
	-webkit-transition: max-height .3s;
	transition: max-height .3s;
	border-top: solid 1px #e5e5e5;
	border-bottom: solid 1px #eda33d;
	background: #fff;
}

#kd-sidebarTop .nav li a {
	line-height: 50px;
	height: 50px;
	padding: 0 20px 0 49px;
}

#kd-sidebarTop .nav li a.active::after {
	display: none;
}

#kd-sidebarTop .nav li .navIcon {
	left: 20px;
}

#kd-sidebarTop .nav li.other {
	padding: 0;
}

#kd-sidebarTop .nav li.other ul li a {
	padding: 0 20px 0 33px;
}

#kd-sidebarTop .nav li.other ul li a::before {
	left: 20px;
}

#kd-sidebarTop .nav li.other ul li + li {
	border-top: solid 1px #e5e5e5;
}

#kd-sidebarTop.no-sidebar {
	border: none;
}

#kd-sidebarTop.no-sidebar .widget {
	width: 100%;
	border-bottom: solid 1px #eda33d;
}

#kd-sidebarTop.no-sidebar .nav {
	display: none;
	border: none;
	border-top: solid 1px #e5e5e5;
	border-bottom: solid 1px #eda33d;
}

#kd-sidebarTop.no-sidebar .nav li {
	border-left: none;
}

#kd-sidebarTop.no-sidebar .nav li + li {
	border-top: solid 1px #e5e5e5;
}

#kd-sidebarTop.no-sidebar .nav li a {
	line-height: 50px;
	height: 50px;
	padding: 0 20px 0 49px;
	color: #333333;
}

#kd-sidebarTop.no-sidebar .nav li a.active::before {
	display: none;
}

#kd-sidebarTop.no-sidebar .nav li .navIcon {
	left: 20px;
}

#kd-sidebarTop.no-sidebar .nav li.other ul {
	display: block;
}

#kd-sidebarTop.no-sidebar .nav li.other ul li a {
	padding: 0 0 0 30px;
}

#kd-sidebarTop.no-sidebar .nav li.other ul li a::before {
	left: 15px;
	border-color: transparent transparent transparent #333;
}

#kd-sidebarTop .nav li.other ul li a::before {
	border-color: transparent transparent transparent #333;
}
	
#kd-sidebarTop.no-sidebar .nav li.menu01 {
	width: 100%;
	font-size: 80%;
}

#kd-sidebarTop.no-sidebar .nav li.menu02 {
	width: 100%;
}

#kd-sidebarTop.no-sidebar .nav li.menu03 {
	width: 100%;
}

#kd-sidebarTop.no-sidebar .nav li.menu04 {
	width: 100%;
}

#kd-sidebarTop.no-sidebar .nav li.menu05,
#kd-sidebarTop.no-sidebar .nav li.menu05 a:hover{
	width: 100%;
	background: #FFFFFF;
}
	
#kd-sidebarTop.no-sidebar .nav li a:hover{
	background: #FFFFFF;
    font-weight: bold;
}

	
	
	
#articleDetail .itemList.bon-item2 li {
	width: 46.610169491%;
	margin: 0 0 28px;
}

#articleDetail .itemList.bon-item2 li .img {
	width: 100%;
	height: auto;
	margin: 0;
	padding-top: 60%;
}
	
	

.no-sidebar .btn {
	width: auto;
	margin: 23px 20px 0;
}

.no-sidebar .btn a {
	font-size: 14px;
}

.no-sidebar .btn + .itemBox {
	margin: 30px 20px;
}

#articleDetail .itemList a .bon-txt {
	margin: 9px 0 0;
	padding: 0;
	font-size: 12px;

}
	

	
.bonabtnback{
	height: 170px;
	}
	
	
#container .kd-tagArea {
	margin: 50px 20px 0 0;
	padding: 20px 0;
	width: 100%;
}

#container .kd-tagArea .title {
	font-size: 16px;
	top: -10px;
}

#container .kd-tagList {
	margin: 0 -2.5px -10px;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

#container .kd-tagList li {
	margin: 15px;
	width: 100%;
	text-align: center;
}


	
#container .kd-tagList li a {
	font-size: 14px;
	line-height: 0px;
	display: block;
	height: 24px;
	padding: 0 9px;
	-webkit-transition: color .3s;
	transition: color .3s;
	text-decoration: none;
	color: #333333;
	border: none;
	border-bottom: solid 1px #CCCCCC;
	background: #fff;
	border-radius:0;
}

#container .kd-tagList li a:hover {
	background: #FFFFFF;
}
.sectionbox .note {
    margin: 20px 20px 0;
}

	
.h2-bon{
	font-size: 18px;
	margin-bottom: 30px;
	padding: 15px 0 12px;
	color: #333 !important;
	background: none !important;
	font-weight: bold;
}
	
}

@media screen and (min-width: 768px){
.br-sp {display: none; }
}
