body {
   font-family:  "メイリオ", sans-serif;
   background-image: url(/contents/pet/images/haikei.png); 
}

#header-cont {
width: 100%;
margin: 0 auto;
background-color: #182d7c;
background-repeat: repeat-x;
height: 70px;
}

footer {
	    background-color: #010066;
	    height: 70px;
	    margin-top: 0px;
}

a {
/*    color: #333;  */
    text-decoration: none;
}

a:hover {
    color: #333;
    text-decoration: none;
}

.red {
    color: #ff3766;
    text-decoration: none;
}

.red:hover {
    text-decoration: none;
}



button a {
       color: #fff;
    text-decoration: none;
}

button a:hover {
   color: #fff;
   text-decoration: none;
}


#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 77%;
}
#page-top a {
	background: #666;
	text-decoration: none;
	color: #fff;
	width: 100px;
	padding: 30px 0;
	text-align: center;
	display: block;
	border-radius: 5px;
}

#page-top a:hover {
	text-decoration: none;
	background: #999;
}

#wrapper {
  max-width: 800px;
  margin: 120px auto 0px;
  background-color: #fff;
  padding: 5px 5px 30px 5px;
}

.logo
{
   padding: 0px 0px 0px 20px;
   margin: auto;
}

.pspace5px {
   padding:5px;
}

.pspace10px {
   padding:10px;
}

.mspace10px {
   margin:10px;
}

.mspace5px {
   margin:5px;
}

.mspace-top10px {
   margin-top:10px;
}

.mspace-bottom10px {
   margin-bottom:10px;
}

.to_block {
   display: block;
}

.margin0auto {
   margin: 0 auto;
}

@media screen and (min-width: 768px) {

   .toSM{
      display:none;
   }
   .toPC{
   }
}

@media screen and (max-width: 768px) {

   .toSM{
   }
   .toPC{
      display:none;
   }

}



.topic{
font-size:15px;
line-height:1.5em;
max-width:949px;
margin:5px auto;
padding:20px;
}

.topic p{
padding:15px 15px 0px 15px;
line-height:1.5em;
margin:0px;
}

.topic b{
font-size:16px;
}

.topic h2{
font-size: 16px;
padding: 10px 5px;
border-bottom: 1px solid #CCC;
margin: 10px auto;
}

/* --------------------------------------------- */
/* ▼モバイルファースト (全環境に共通のデザイン) */
/* --------------------------------------------- */
h1 {
font-size:30px;
font-weight:bold;
padding-top:1em;
}

h2 {
    color: #505050;
    padding: 0.5em;
    display: block;
    line-height: 1.3;
    background: #dbebf8;
    vertical-align: middle;
    border-radius: 25px 0px 0px 25px;
    font-size: 20px;
    margin: 0.5em;
}

h4 {
font-size:25px;
}

h5 {
background: #f7a838; /*背景色*/
padding: 0.5em;/*文字周りの余白*/
color: white;/*文字を白に*/
border-radius: 0.5em;/*角の丸み*/
font-size:20px;
}

.box30 {
    margin: 1em 0;
    background: #f1f1f1;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);
    font-size:20px;
    text-align:center;
}
.box30 .box-title {
    font-size: 1.2em;
    background: orange;
    padding: 4px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0.05em;
}
.box30 p {
    padding: 15px 20px;
    margin: 0;
}

.under {
  border-bottom: solid 3px orange;
  }

.prodtext02s {
  display: block;
  font-size: 14px;
  padding: 0.5em 1em;
    margin: 2em 0 1em 0;
    background: -webkit-repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px,#e9f4ff 3px, #e9f4ff 7px);
    background: repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px,#e9f4ff 3px, #e9f4ff 7px);
}

.prodtext03s {
  display: block;
  font-size: 14px;
  padding: 0.5em 1em;
    margin: 2em 0 1em 0;
    background: -webkit-repeating-linear-gradient(-45deg, #fff4f4, #fff4f4 3px,#ffe5e5 3px, #ffe5e5 7px);
    background: repeating-linear-gradient(-45deg, #fff4f4, #fff4f4 3px,#ffe5e5 3px, #ffe5e5 7px);
}

.prodtext04s {
  display: block;
  font-size: 20px;
  padding: 0.5em 1em;
    margin: 1em 0 1em 0;
    background: -webkit-repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px,#e9f4ff 3px, #e9f4ff 7px);
    background: repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px,#e9f4ff 3px, #e9f4ff 7px);
}

#kanban {
   width: 100%;
   padding-bottom:20px;
}

.square_btn{
    display: inline-block;
    padding: 0.5em 1em;
    text-decoration: none;
    text-align: center;
    background: #e0001c;/*ボタン色*/
    color: #FFF;
    border-bottom: solid 4px #8f0000;
    border-radius: 3px;
    width: 100%;
}
.square_btn:active {/*ボタンを押したとき*/
    -ms-transform: translateY(4px);
    -webkit-transform: translateY(4px);
    transform: translateY(4px);/*下に動く*/
    border-bottom: none;/*線を消す*/
}

.Limagesize {
   width: 100%;
   border: 0;
}

.Limagesize-m {
   width: 48%;
   border: 0;
}

.caution {
    text-align: right;
}

.chirashimidashi {
color: #fff;
text-decoration: none;
padding-left: 43px;
line-height:2em;
font-weight: bold;
font-size: 18px;
border-bottom: 2px solid #ccc;
margin-top: 5px;
margin-bottom: 10px;
}

.comment {
  margin: 1.5em;
}

.info2 {
    background: #FFF7C4;
    margin:10px auto;
    width: 90%;
    padding: 10px;
    font-size:0.7em;
    line-height: 1.4em;
}

.info2 p{
    color:#333;
}

.info3 {
    background: rgba(253,208,0,0.4);
    margin:10px auto;
    width: 100%;
    padding: 10px;
    font-size:0.6em;
    line-height: 1.4em;
}

.info3 p{
    color:#333;
}

.titleh4 {
    font-weight:bold;
    color:#054c53;
    font-size:1.2em;
}

.info-h4 {
    font-weight:bold;
    color:#054c53;
    font-size:0.7em;
}

.info-h5 {
    font-weight:bold;
    color:#6f3505;
}

.movie-wrap {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 100px;
    height: 0;
    overflow: hidden;
}
 
.movie-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



.annaunce {
    background: url(./images/annaunce.png) no-repeat 5px 5px;
    border-radius: 5px;
    border:0px solid #ccc;
    padding:9px 9px 9px 42px;
    background-color: #FAF0E6;
    font-size: 1em;
    line-height: 1.6em;
}

.yajirushi {
    padding:9px 9px 9px 12px;
    background-color: #dce6f2;
    font-size: 20px;
    line-height: 1.6em;
    border-bottom: 2px solid #182d7c;
}

#yubi{
    background: url(./images/yubidenki.png) no-repeat 1em 0.4em,-moz-linear-gradient(top, #db0102, #db0102);
    background-color: #db0102;
}


#yubi2{
    background: url(./images/yubiradioi.png) no-repeat 1em 0.4em,-moz-linear-gradient(top, #db0102, #db0102);
    background: url(./images/yubiradioi.png) no-repeat 1em 0.4em,-webkit-gradient(linear, left top, left bottom, from(#db0102), to(#db0102));
    background-color: #db0102;
}

#yubi3{
    background: url(./images/yubidenchi.png) no-repeat 1em 0.4em,-moz-linear-gradient(top, #db0102, #db0102);
    background: url(./images/yubidenchi.png) no-repeat 1em 0.4em,-webkit-gradient(linear, left top, left bottom, from(#db0102), to(#db0102));
    background-color: #db0102;
}

#yubi4{
    background: url(./images/yubi-ryukku.png) no-repeat 1em 0.4em,-moz-linear-gradient(top, #db0102, #db0102);
    background: url(./images/yubi-ryukku.png) no-repeat 1em 0.4em,-webkit-gradient(linear, left top, left bottom, from(#db0102), to(#db0102));
    background-color: #db0102;
}

#yubi5{
    background: url(./images/yubibox.png) no-repeat 1em 0.4em,-moz-linear-gradient(top, #db0102, #db0102);
    background: url(./images/yubibox.png) no-repeat 1em 0.4em,-webkit-gradient(linear, left top, left bottom, from(#db0102), to(#db0102));
    background-color: #db0102;
}

#yubi6{
    background: url(./images/yubikiken.png) no-repeat 1em 0.4em,-moz-linear-gradient(top, #db0102, #db0102);
    background: url(./images/yubikiken.png) no-repeat 1em 0.4em,-webkit-gradient(linear, left top, left bottom, from(#db0102), to(#db0102));
    background-color: #db0102;
}


.strongbt {
   font-weight: bold;
   border-bottom: 2px solid #E60012;
}

.boxLred {
   border:2px solid #E60012; 
   background-color: #fff;
   background: url(./images/backimg-meitanteipika.gif) ; 
}

/*商品リスト*/

.productslist1 {
   text-align: center;
   padding: 10px; 
}

.product_list_title01{
   border-bottom: 5px solid #E60012;
   font-weight: bold;
   margin:5px;
   line-height: 1.7em;
}

.productslist1 img {
   width: 100%;
   height: 100%;
   margin: 5px;
}


.productslist2 {
   text-align: center;
   padding: 10px;
   margin: 5px;
}

.productslist2 a {
   color: #333;
}


.productslist2 img {
   width: 100%;
   height: 100%;
   margin: 5px;
}


/*ボタン*/
.btn-nojimared {
    color: #fff;
    font-weight: bold;
    background-color: #E60012;
    border-color: #E60012;
}

.btn-nojimared:hover {
   background: rgba(230,0,18,0.8);
   color: #fdd000;
   text-decoration: none;
}

.btn-nojimared a:hover {
   background: rgba(230,0,18,0.8);
   color: #fdd000;
   text-decoration: none;
}

.btn-nojimablue {
    color: #fff;
    font-weight: bold;
    background-color: #010066;
    border-color: #010066;
}

.btn-extraL {
   padding: 30px;
   font-size: 30px;
}


.btn-extraL2 {
   padding: 30px;
   font-size: 20px;
}


/*panel ボタン hover時*/

.panel a:hover {
   opacity: 0.7;
   text-decoration: none;
}

.productslist a:hover {
   opacity: 0.6;
   text-decoration: none;
}

.panel-body:hover {
   background: rgba(,0,0,0.2);
   color: #fdd000;
   text-decoration: none;
}



.icon_saishinsaku {
   color:  #E60012;
   font-weight: bold;
   background-color: #fff;
   border-radius: 5px;
   padding: 5px;
}

.title_extraLblue {
   font-weight: bold;
    color: #fff;
    font-size: 0.7em;
    text-align: center;
    padding: 30px;
    text-indent: 1.2em;
    background-color: #010066;
}

.title_extraLred {
   font-weight: bold;
    color: #fff;
    font-size: 20px;
    text-align: center;
    padding: 30px;
    padding-bottom: :-5px;
    text-indent: 1.2em;
    background-color: #E60012;
}

.title_extraLblack {
   font-weight: bold;
    color: #fff;
    font-size: 1em;
    text-align: center;
    padding: 30px;
    text-indent: 1em;
    background-color: #000;
}


.title_extraLpikayellow {
    color: #6f3505;
    font-size: 0.8em;
    text-align: center;
    padding: 10px;
    background-color: #fdd000;
}

.title_extraLimg {
    color: #fff;
    font-size: 0.8em;
    text-align: left;
    padding: 5px;
    background-color: #fdd000;
    background-image: url(./images/backimg-meitanteipika2.gif);
}


   div.mainbox {
      margin: 0px 0px 1em 0px;
      padding: 1em;
      background-color: #ffffcc;
      border: 1px solid darkred;
      border-radius: 12px;
   }
   div.subbox1 {
      margin: 0px 0px 1em 0px;
      padding: 1em;
      background-color: #ddffdd;
      border: 1px solid green;
      border-radius: 12px;
   }
   div.subbox2 {
      margin: 0px 0px 1em 0px;
      padding: 1em;
      background-color: #ddffff;
      border: 1px solid darkblue;
      border-radius: 12px;
   }
 

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}



/* ブートストラップ 5列グリッド */

.col-xs-1-5, .col-sm-1-5, .col-md-1-5, .col-lg-1-5,
.col-xs-2-5, .col-sm-2-5, .col-md-2-5, .col-lg-2-5,
.col-xs-3-5, .col-sm-3-5, .col-md-3-5, .col-lg-3-5,
.col-xs-4-5, .col-sm-4-5, .col-md-4-5, .col-lg-4-5 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}





/* -------------------------------------------- */
/* ▼タブレット用デザインとして付け足すデザイン */
/* -------------------------------------------- */
@media all and (min-width: 768px) {


.product_list_title01{
   border-bottom: 5px solid #E60012;
   font-weight: bold;
   margin:5px;
   line-height: 2.0em;
}

.title_extraLred {
   font-weight: bold;
    color: #fff;
    font-size: 40px;
    text-align: center;
    padding: 30px;
    text-indent: 1.2em;
    background-color: #E60012;
}


.title_extraLblue {
   font-weight: bold;
    color: #fff;
    font-size: 30px;
    text-align: left;
    padding: 30px;
    text-indent: 1.2em;
    background-color: #010066;
}

.title_extraLblack {
   font-weight: bold;
    color: #fff;
    font-size: 30px;
    text-align: center;
    padding: 30px;
    text-indent: 1.2em;
    background-color: #000;
}


.btn-extraL2 {
   padding: 30px;
   font-size: 20px;
}

.info {
    background: rgba(255,255,255,0.8);
    margin:10px auto;
    width: 90%;
    padding: 12px;
    font-size:0.8em;
    line-height: 1.2em;
}

.info p{
    color:#333;
}

.info2 {
    background: #FFF7C4;
    margin:5px auto;
    width: 95%;
    padding: 10px;
    font-size:0.7em;
    line-height: 1.4em;
}

.info2 p{
    color:#333;
}

.info3 {
    background: rgba(253,208,0,0.4);
    margin:0 auto;
    width: 100%;
    padding: 10px;
    font-size:0.6em;
    line-height: 1.4em;
}

.info3 p{
    color:#333;
}


   div.mainbox {
      float: left;    /* ※2段組の作成 */
      width: 500px;
   }
   div.subbox1 {
      margin: 0px 0px 0.5em 550px;
   }
   div.subbox2 {
      
      margin: 0px 0px 0px 550px;
   }
}

/* スマホ（767px以下） */
.col-xs-1-5 {width: 20%;float: left;}
.col-xs-2-5 {width: 40%;float: left;}
.col-xs-3-5 {width: 60%;float: left;}
.col-xs-4-5 {width: 80%;float: left;}

/* タブレット（768px～991px） */
@media (min-width: 768px) {
    .col-sm-1-5 {width: 20%;float: left;}
    .col-sm-2-5 {width: 40%;float: left;}
    .col-sm-3-5 {width: 60%;float: left;}
    .col-sm-4-5 {width: 80%;float: left;}
}

/* ------------------------------------ */
/* ▼PC用デザインとして付け足すデザイン */
/* ------------------------------------ */
@media all and (min-width: 920px) {

.info {
    background: rgba(255,255,255,0.8);
    margin:10px auto;
    width: 90%;
    padding: 10px;
    font-size:1em;
    line-height: 1.6em;
}

.info p{
    color:#333;
}


.product_list_title01{
   border-bottom: 5px solid #E60012;
   font-weight: bold;
   margin:5px;
   line-height: 2.0em;
}


.title_extraLred {
   font-weight: bold;
    color: #fff;
    font-size: 40px;
    text-align: center;
    padding: 30px;
    text-indent: 1.2em;
    background-color: #E60012;
}


.title_extraLblue {
   font-weight: bold;
    color: #fff;
    font-size: 30px;
    text-align: left;
    padding: 30px;
    text-indent: 1.2em;
    background-color: #010066;
}

.btn-extraL2 {
   padding: 30px;
   font-size: 30px;
}

   div.cover {
      display: table;           /* ※3段組の作成 */
      border-spacing: 0em 0px ;
      margin: 0px;
   }
   div.mainbox {
      float: none;
      width: 60%;
      display: table-cell;
      margin: 0px;
   }
   div.subbox1 {
      display: table-cell;
      margin: 0px;
   }
   div.subbox2 {
      display: table-cell;
      margin: 0px;
   }
}

/* PC（992px～1119px） */
@media (min-width: 992px) {
    .col-md-1-5 {width: 20%;float: left;}
    .col-md-2-5 {width: 40%;float: left;}
    .col-md-3-5 {width: 60%;float: left;}
    .col-md-4-5 {width: 80%;float: left;}
}
/* PC大画面（1200px以上）*/
@media (min-width: 1200px) {
    .col-lg-1-5 {width: 20%;float: left;}
    .col-lg-2-5 {width: 40%;float: left;}
    .col-lg-3-5 {width: 60%;float: left;}
    .col-lg-4-5 {width: 80%;float: left;}
}

.row-eq-height {
    display: flex;
    flex-wrap: wrap;
}


.topmenu3 {
    margin: 0 0 0 10px;
    padding: 0;
    list-style: none;
    float: left;
}

.topmenu3 ul{
list-style-type: none;
}

.topmenu3 li {
    display: table-cell;
}

.topmenu3 li a {
background-color: #336699;
	color: #fff;
	display: block;
	width: 120px;
	padding: 5px 10px;
	text-decoration: none;
	margin:6px 3px;
	text-align:center;
}

.copy{
color:#FFF;
padding-top:20px;
}

.panel-default{
  overflow: hidden;
  width: 100%;

}

/* PC（992px～1119px） */
@media (min-width: 992px) {
.panel{
height:440px;

}

.panel-heading{
height:97px;
}

}