@charset "UTF-8";
/* PC用
------------------------------------------------------------*/
@media only screen and (min-width: 769px) {
  .mb50 {
    margin-bottom: 50px;
  }
  .grid_ctg_cut {
    position: relative;
    width: 100%;
    float: right;
    margin: 30px 0 0 0;
  }
  .grid_ctg_cut .ttl {
    background: url(../images/cut_ttl_bg.png) center center repeat-x;
    padding: 10px 0;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
  }
  .grid_ctg_cut .ttl img {
    margin: 0 auto;
    display: block;
  }
  .grid_ctg_cut .box {
    border: 2px solid #F2B3DA;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    padding: 10px;
    margin: 0 0 0 0;
  }
  .grid_ctg_cut .box .pannel {
    display: block;
    width: 100%;
  }
  .grid_ctg_cut ul li {
    float: left;
    width: 100%;
  }
  .grid_ctg_cut ul li .content {
    float: left;
    margin-right: 10px;
  }
  .sub_ttl {
    width: 100%;
    text-align: center;
    margin: 20px 0;
  }
  .grid_01 {
    position: relative;
    width: 101%;
    float: left;
    padding-right: 15px;
  }
  .pannel {
    overflow: hidden;
  }
  .petlistmenu {
    float: left;
    width: 75%;
  }
  .petlistmenuBtm {
    border-bottom: 2px dotted #FBB03B;
  }
  .petlistmenuBtm .in_txt {
    text-align: right;
    padding: 0 20px 10px 0;
  }
  table {
    display: table;
    border-collapse: separate;
    border-spacing: 0px;
    border-color: none;
  }
  table.style1 {
    width: 100%;
    height: auto;
    border: 1px solid #F2B3DA;
    margin: 10px 0 10px 0;
  }
  table.style1 thead {
    background: #F9D4EC;
  }
  table.style1 thead td {
    text-align: center;
  }
  table.style1 td {
    text-align: right;
    padding: 14px;
    border: 1px solid #F2B3DA;
    vertical-align: middle;
  }
  table.style1 td.main_bg {
    background: #FFF0C2;
  }
  table.style1 td .tll {
    font-size: 1.4em;
  }
  table.style1 td.item_tll {
    text-align: left;
    width: 20%;
    background: #D070A8;
    color: #FFF;
  }
  table.style2 {
    width: 100%;
    height: auto;
    border: 1px solid #F2B3DA;
    margin: 10px 0 10px 0;
  }
  table.style2 thead {
    background: #F9D4EC;
  }
  table.style2 thead td {
    text-align: center;
  }
  table.style2 td {
    text-align: center;
    padding: 14px;
    border: 1px solid #F2B3DA;
    vertical-align: middle;
  }
  table.style2 td.main_bg {
    background: #FFF0C2;
  }
  table.style2 td .tll {
    font-size: 1.4em;
  }
  table.style2 td.item_tll {
    text-align: left;
    width: 30%;
    background: #D070A8;
    color: #FFF;
  }
  table.style2 td.item_txt {
    text-align: left;
  }
  .petsinglemenu {
    float: left;
    width: 100%;
  }
  .comment_txt {
    width: 100%;
    height: 100px;
    display: table;
    vertical-align: top;
    padding: 10px;
  }
}

/* スマートフォン 横(ランドスケープ) */
@media only screen and (max-width: 768px) {
  .grid_03 .ttl {
    background: url(../images/puppy_ttl_bg.png) bottom repeat-x;
    padding: 10px 0;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
  }
  .mb50 {
    margin-bottom: 50px;
  }
  .grid_ctg_cut {
    position: relative;
    width: 100%;
    float: right;
    margin: 30px 0 0 0;
  }
  .grid_ctg_cut .ttl {
    background: url(../images/cut_ttl_bg.png) center center repeat-x;
    padding: 10px 0;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
  }
  .grid_ctg_cut .ttl img {
    margin: 0 auto;
    display: block;
  }
  .grid_ctg_cut .box {
    border: 2px solid #F2B3DA;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    padding: 10px;
    margin: 0 0 0 0;
  }
  .grid_ctg_cut .box .pannel {
    display: block;
    width: 100%;
  }
  .grid_ctg_cut ul li {
    float: left;
    width: 100%;
  }
  .grid_ctg_cut ul li .content {
    float: left;
    margin-right: 10px;
  }
  .sub_ttl {
    width: 100%;
    text-align: center;
    margin: 20px 0;
  }
  .grid_01 {
    position: relative;
    width: 101%;
    float: left;
    padding-right: 15px;
  }
  .pannel {
    overflow: hidden;
  }
  .petlistmenu {
    float: left;
    width: 75%;
  }
  .petlistmenuBtm {
    border-bottom: 2px dotted #FBB03B;
  }
  .petlistmenuBtm .in_txt {
    text-align: right;
    padding: 0 20px 10px 0;
  }
  table {
    display: table;
    border-collapse: separate;
    border-spacing: 0px;
    border-color: none;
  }
  table.style1 {
    font-size: 14px;
    width: 100%;
    height: auto;
    border: 1px solid #F2B3DA;
    margin: 10px 0 10px 0;
  }
  table.style1 thead {
    background: #F9D4EC;
  }
  table.style1 thead td {
    text-align: center;
  }
  table.style1 td {
    text-align: left;
    padding: 4px;
    border: 1px solid #F2B3DA;
    vertical-align: middle;
    width: 33%;
  }
  table.style1 td.main_bg {
    background: #FFF0C2;
  }
  table.style1 td .tll {
    font-size: 1.4em;
  }
  table.style1 td.item_tll {
    text-align: left;
    background: #D070A8;
    color: #FFF;
  }
  table.style2 {
    width: 100%;
    height: auto;
    border: 1px solid #F2B3DA;
    margin: 10px 0 10px 0;
  }
  table.style2 thead {
    background: #F9D4EC;
  }
  table.style2 thead td {
    text-align: center;
  }
  table.style2 td {
    text-align: center;
    padding: 14px;
    border: 1px solid #F2B3DA;
    vertical-align: middle;
  }
  table.style2 td.main_bg {
    background: #FFF0C2;
  }
  table.style2 td .tll {
    font-size: 1.4em;
  }
  table.style2 td.item_tll {
    text-align: left;
    width: 30%;
    background: #D070A8;
    color: #FFF;
  }
  table.style2 td.item_txt {
    text-align: left;
  }
  .petsinglemenu {
    float: left;
    width: 100%;
  }
  .comment_txt {
    width: 100%;
    height: 100px;
    display: table;
    vertical-align: top;
    padding: 10px;
  }
}
