/*
Theme Name: 3zero統合版
Theme URI: 
Description: NEW PutitMaria THEME
Author: 
Version: 
*/

/*-----------------------------------------------------------------------------------*
/*Reset
/*-----------------------------------------------------------------------------------*/
* {
    margin: 0;
    padding: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}
a img,
a {
    outline: 0;
    border: 0;
}
caption,
th,
td {
    text-align: left;
    font-weight: normal;
}
blockquote:before,
blockquote:after,
q:before,
q:after { content: "" }
blockquote,
q { quotes: """" }
img { vertical-align:bottom }
.clear { clear: both }
.clearfix:after {
    display: block;
    visibility: hidden;
    content: ".";
    clear: both;
    text-indent: -9999px;
    height: 0;
}
.remove-margin { margin-right: 0 !important }
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

/*-----------------------------------------------------------------------------------*
/* Body, Common Classes &Structure
/*-----------------------------------------------------------------------------------*/
body {
    position: relative;
    background-color: #FFFFE0;
    font-size: 13px;
    line-height: 1.5em;
    color: #333;
    font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
}
a {
    text-decoration: none;
    color: #420505;
    -webkit-transition: color 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    -ms-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
}
a:hover {
    text-decoration: underline;
    color: #B24040;
}
p { margin: 0 0 1em }
strong { font-weight: 700 }
em { font-style: italic }
ul, ol {
    margin: 0;
    list-style: none;
}
#header-wrapper {
}
#wrapper {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    background: url(images/body-bg.jpg) top left repeat-x;
}
#container {
    position: relative;
    width: 950px;
    margin: 0 auto;
    padding: 0 15px;
}
@media screen and (max-width: 1024px){
  img.background {
  left: 50%;
  margin-left: -512px; }
}
.more {
    font-size: 90%;
}
.more a {
    display: inline-block;
    margin-right: 8px;
    text-indent: 24px;
    background: url(images/arrow_right_green.png) top left no-repeat;
}
a.go-the-blog {
    padding-right: 24px;
    background: url(images/arrow_right_up.png) top right no-repeat;
}
.frame {
    display: inline-block;
    position: relative;
}
.frame:after {
    position: absolute;
    display: block;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: inset 0 0 50px rgba(0, 0, 0, 0.5),
    inset 0 0 100px rgba(0, 0, 0, 0.2);
}

/*-----------------------------------------------------------------------------------*
/* Headings
/*-----------------------------------------------------------------------------------*/
h1,
h2,
h3,
h4 {
    font-size: 14px;
    line-height: 1em;
    font-weight: normal;
    text-transform: capitalize;
    letter-spacing: 1px;
}

/*-----------------------------------------------------------------------------------*
/* WordPress Styles
/*-----------------------------------------------------------------------------------*/
.aligncenter {
    display: block;
    margin: 0 auto;
}
.alignright {
    float: right;
    margin: 0px 0 10px 10px;
}
.alignleft {
    float: left;
    margin: 0px 10px 10px 0;
}
.floatleft { float: left }
.floatright { float: right }
.textcenter { text-align: center }
.textright { text-align: right }
.textleft { text-align: left }
.wp-caption {
    border: 1px solid #ddd;
    text-align: center;
    background-color: #f3f3f3;
    padding-top: 4px;
    margin: 10px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    behavior: url(border-radius.htc); // for IE
}
.wp-caption img {
    margin: 0;
    padding: 0;
    border: 0 none;
}
.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    padding: 0 4px 5px;
    margin: 0;
}

/*-----------------------------------------------------------------------------------*
/* Header
/*-----------------------------------------------------------------------------------*/
#header-wrapper {
    width: auto;
    height: 360px;
    background: url('images/header-bg.jpg') 0 0 repeat-x;
}
#header {
    position: relative;
    margin: 0 auto;
    width: 950px;;
    height: 360px;
}
#logo {
    position: absolute;
    left: 0px;
    top: 14px;
}
#logo h1 {
    margin: 0;
    line-height: 1.2em;
    font-size: 24px;
    font-weight: bold;
    border: none;
}
#logo h1 a {
    color: #222;
    text-decoration: none;
}
#logo h1 a:hover { color: #650F0F; }
#header p.description {
    position: absolute;
    font-weight: normal;
    color: #666;
    font-size: 90%;
    top: 10px;
    right: 0px;
}

/*-----------------------------------------------------------------------------------*
/* Header Links & Header Symbol
/*-----------------------------------------------------------------------------------*/
#links {
    position: absolute;
    right: 0;
    bottom: 90px;
}
#links ul {
}
#links li {
    float: left;
    margin-left: 10px;
}
#links a {
    position: relative;
    display: block;
    overflow: hidden;
    width: 300px;
    height: 36px;
}
#links a img {
    position: relative;
}
#links a:hover img {
    position: relative;
    top: -36px;
}
#symbol {
    position: absolute;
    right: 0;
    bottom: 136px;
}

/*-----------------------------------------------------------------------------------*
/* Footer
/*-----------------------------------------------------------------------------------*/
#footer-wrapper {
    position: relative;
    background-color: #FF7300;
    color: #fff;
}
#footer {
    position: relative;
    margin: 0 auto;
    padding: 10px 0;
    width: 970px;
}
#footer a { color: #fff; }
#footer .heading {
  font-weight: bold;
  padding: 6px 0;
}
#footer-contents {
  margin-bottom: 20px;
}
#footer-contents > div {
  float: left;
  margin: 0 10px;
  width: 220px;
}
#footer-contents li {
  padding: 0 4px;
}
#footer-links {
  margin-bottom: 20px;
}
#footer-links ul {
  margin: 0 10px;
}
#footer-links li {
    float: left;
    margin-right: 10px;
    font-size: 90%;
}
#footer-links li:after {
    content: '|';
    padding-left: 10px;
}
#footer-links li:last-child:after {
    content: '';
}
#go-the-pagetop a {
    position: absolute;
    top: -28px;
    right: 20px;
    padding: 4px 12px 10px;;
    font-size: 80%;
    background-color: #FF7300;
    color: #fff;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    behavior: url(border-radius.htc); // for IE
}

/*-----------------------------------------------------------------------------------*
/* Navigation
/*-----------------------------------------------------------------------------------*/
#navigation {
    position: absolute;
    left: -5px;
    bottom: 0px;
    height: 80px;
    width: 960px;
}
#navigation ul {
    position: relative;
    margin: 0;
    line-height: 1.0;
}
#navigation li {
    float: left;
    padding: 10px 5px 10px 5px;
    background: url('images/menu-bg.png') no-repeat left top;
}
#navigation li:hover {
    background: url('images/menu-bg.png') no-repeat left bottom;
}
#navigation li:first-child {
}
#navigation a {
    display: block;
    width: 150px;
    height: 60px;
    margin: 0;
    color: #ff7300;
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
}
#found-posts {
    display: inline;
    padding-left: 6px;
    font-size: 90%;
}

/*-----------------------------------------------------------------------------------*
/* Breadcrumbs
/*-----------------------------------------------------------------------------------*/
#breadcrumbs {
    font-size: 11px;
    clear: both;
    height: 20px;
    margin-bottom: 10px;
}
#breadcrumbs ul {
}
#breadcrumbs li {
    display: inline;
}
#breadcrumbs li:before {
    content : '>';
    padding: 0 4px;
}
#breadcrumbs li:first-child:before {
    content : '';
}

/*-----------------------------------------------------------------------------------*
/* Pagination
/*-----------------------------------------------------------------------------------*/
.actions {
    margin: 10px 0;
}
.pagination {
    float: right;
    margin: 0;
    line-height: 30px;
    font-size: 12px;
}
.pagination span,
.pagination a {
    height: 25px;
    line-height: 25px;
    display: block;
    float: left;
    margin-right: 4px;
    padding: 0 9px;
    text-decoration: none;
    width: auto;
    color: #666;
    border-right: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    background: #EEE;
}
.pagination a:hover {
    color: #FFF;
    background: #FF7300;
}
.pagination .current {
    color: #FFF;
    background: #FF7300;
}

/*-----------------------------------------------------------------------------------*
/* Copyright
/*-----------------------------------------------------------------------------------*/
#copyright {
    border-top: 1px solid #EEE;
    padding-top: 20px;
    text-align: left;
    font-size: 12px;
}

/*-----------------------------------------------------------------------------------*
/* Page Layouts & Style
/*-----------------------------------------------------------------------------------*/
#frontpage,
#page-full-wide {
    position: relative;
    width: 920px;
    padding: 15px 15px 45px 15px;
    -moz-box-shadow:    0 0 5px 3px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.3);
    box-shadow:         0 0 5px 3px rgba(0, 0, 0, 0.3);
}
#frontpage .main {
    position: relative;
    float: left;
    width: 569px;
}
#frontpage .sidebar {
    position: relative;
    float: right;
    margin-bottom: 40px;
    width: 336px;
}
#page-2column {
    position: relative;
    margin: 0;
    padding: 15px;
    width: 670px;
    height: 100%;
    -moz-box-shadow:    0 0 5px 3px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.3);
    box-shadow:         0 0 5px 3px rgba(0, 0, 0, 0.3);
}
#page-2column .main {
    position: relative;
    float: left;
    width: 670px;
    height: 100%;
    margin: 0;
    padding: 0;
}
#page-2column .sidebar {
    position: relative;
    margin: 0 0 80px 685px;
    padding-top: 40px;
}
#page-2column .sidebar .inner {
    padding: 15px;
    width: 220px;
    height: auto;
    font-size: 12px;
    background: url(images/sidebar-bg.png) top left repeat #FFFFE0;
    -moz-border-radius-topright: 12px;
    -moz-border-radius-bottomright: 12px;
    -khtml-border-top-right-radius: 12px;
    -khtml-border-bottom-right-radius: 12px;
    -webkit-border-top-right-radius: 12px;
    -webkit-border-bottom-right-radius: 12px;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    behavior: url(border-radius.htc); // for IE
}
.page {
    background-color: #ffffee;
}

/*-----------------------------------------------------------------------------------*
/* Sidebar
/*-----------------------------------------------------------------------------------*/
#sidebar {
}
.sidebar-box {
    position: relative;
    padding: 10px 0;
    border-bottom: 1px solid #c5c5c5;
    border-top: 1px solid white;
}
.sidebar-box:first-child {
    padding-top: 0;
    border-top: none;
}
.sidebar-box:last-child {
    border-bottom: none;
}
.sidebar-box h4 {
    position: relative;
    line-height: 1em;
    margin: 0px 0px 15px 0px;
    padding: 10px 12px;
    font-size: 14px;
    font-weight: bold;
    background-color: #80C31C;
    color: #fff;
    border: 1px solid #80C31C;
    text-shadow:1px 1px 2px #888;
    box-shadow:inset 1px 1px 0 rgba(255,255,255,0.4);
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    behavior: url(border-radius.htc); // for IE
}
.sidebar-box h4:after {
    position: absolute;
    content: " ";
    width: 0;
    height: 0;
    top: 100%;
    left: 10px;
    border: transparent solid 6px;
    border-top: #80C31C solid 6px;
}
.sidebar-box ul {
    margin: 0;
}
.sidebar-box li {
    margin-bottom: 10px;
}
.sidebar-box li:last-child {
    margin-bottom: 0;
}
.sidebar-menus img {
}
/* Sidebar Search Form */
#sidebar-search-form {
    position: relative;
    height: 300px;
    width: 100%;
}
#sidebar-search-form form {
    position: absolute;
    width: 100%;
}
#sidebar-search-form select {
  width: 100%;
}
#sidebar-search-form-pet-type-box h4 {
  margin-bottom: 10px;
  color: #666;
  font-weight: bold;
}
#sidebar-search-form-pet-type-box ul {
  margin-bottom: 10px;
  padding: 5px 4px;
  background: #FFF;
  border: 1px solid #CCC;
  -moz-border-radius: 5px;
  -khtml-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
#sidebar-search-form-pet-type-box li {
  display: inline-block;
  margin: 0px 2px;
}
/* Sidebar Tags */
.sidebar-tags li {
    display: inline;
    margin-right: 8px;
}
/* Sidebar Banners */   
.sidebar-banners li {
    text-align: center;
}
/* Sidebar Histories */ 
.puppy-history li {
    padding: 4px 0;
    border-bottom: 1px dashed #ccc;
}
.puppy-history li a {
    display: block;
    position: relative;
    height: 51px;
}
.puppy-history img {
    margin: 0;
}
.puppy-history du {
    line-height: 1.2em;
}
.puppy-history dt {
    position: absolute;
    top: -6px;
    left: 6px;
}
.puppy-history dd {
    font-size: 90%;
    margin-left: 70px;
}

/*-----------------------------------------------------------------------------------*
/* Posts & Pages
/*-----------------------------------------------------------------------------------*/
.content {
    position: relative;
    margin-bottom: 20px;
    padding: 15px;
    min-height: 240px;
    border: solid 1px #e8e8e8;
    background-color: #fff;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    behavior: url(border-radius.htc); // for IE
}
.meta {
    font-size: 12px;
    color: #666;
    letter-spacing: 1px;
    margin-bottom: 7px;
    text-align: right;
}
.single .meta { margin-bottom: 20px }
.content h2, .content .shop-name {
    margin-bottom: 15px;
    padding: 0 2px 6px 2px;
    color: #80c31c;
    font-size: 18px;
    font-weight: bold;
    line-height: 2em;
    border-bottom: solid 2px #e5e5e5;
}
.content h3 {
    margin: 2em 0 1em; 
    padding: 0;
    color: #666;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.4;
}
.content table {
    margin-bottom: 10px;
}
.content ul li {
}
.social {
    margin-top: 20px;
    width: 600px;
    height: 40px;
}
.tweet-this { float: left }
.price {
    text-align: right;
    font-size: 18px;
    font-weight: bold;
    color: #B25F5F;
}
.single span.currency {
    font-size: 16px;
}
.single span.tax-included {
    font-weight: normal;
    font-size: 12px;
}
.arrow {
    padding-left: 14px;
    background: url('images/arrow-right.png') top left no-repeat;
}
hr.none {
    margin: 10px 0 20px 0;
    border: none;
}
#go-the-menus li {
}

/*-----------------------------------------------------------------------------------*
/* Pet Archive Page Style
/*-----------------------------------------------------------------------------------*/
#pet-archive {
}
#pet-archive h3 {
    margin: 0 0 6px;
    padding: 0 4px;
    width: 260px;
}
#pet-archive ul li {
    position: relative;
    margin: 0 0 10px 0;
    padding: 10px;
    background-color: #f8f8f8;
    border: solid 1px #ccc;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    behavior: url(border-radius.htc); // for IE
}
#pet-archive dl {
    position: relative;
}
#pet-archive dt {
    float: left;
    width: 158px;
}
#pet-archive dd {
    margin-left: 180px;
}
#pet-archive .more {
    position: absolute;
    right: 12px;
    top: 12px;
}
#pet-archive .more a {
    display: block;
    text-indent: 24px;
    background: url(images/email.png) 0px 2px no-repeat;
}
#pet-archive .reserved {
    position: absolute;
    left: -148px;
    top: 128px;
}
#pet-archive .soldout {
    position: absolute;
    left: -158px;
    top: 110px;
}
#pet-archive .has-recommend-state h3 {
    margin-left: 176px;
}
#pet-archive .recommend-ribbon {
    position: absolute;
    left: -210px;
    top: -60px;
}
.recommend-comment {
    margin: 1em 0;
}
.recommend-comment p {
    padding: 0 8px;
    color: #e4007f;
    font-size: 120%;
    font-weight: bold;
}
table.puppy-description {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0px;
    border-top: solid 1px #e5e5e5;
}
table.puppy-description th,
table.puppy-description td {
    padding: 6px 4px 2px;
}
table.puppy-description th {
    width: 60px;
    font-size: 90%;
    font-weight: bold;
    color: #666;
    border-bottom: solid 1px #e5e5e5;
}
table.puppy-description td {
    width: 150px;
    border-bottom: solid 1px #e5e5e5;
}
.pet-quality {
    display: block;
    padding: 3px 0 2px;
    text-align: center;
    font-weight: bold;
    color: #FFF;
    text-shadow: 0 1px 1px rgba(0,0,0,.3);
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    -moz-border-radius: 10;
    -khtml-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 5px;
    behavior: url(border-radius.htc); // for IE
}
.photo {
    margin-bottom: 6px;
    padding: 3px;
    border: 1px solid #D3D3D3;
    -moz-box-shadow: 0px 0px 3px #D3D3D3;
    -webkit-box-shadow: 0px 0px 3px #D3D3D3;
    box-shadow: 0px 0px 3px #D3D3D3;
}

/*-----------------------------------------------------------------------------------*
/* Pet Single Page Style
/*-----------------------------------------------------------------------------------*/
.pet-description-left {
    float: left;
    width: 448px;
    margin-bottom: 32px;
}
.pet-description-right {
    float: right;
    width: 420px;
}
.pet-description-right .pet-quality {
    margin-bottom: 10px;
}
table.pet-detail {
    width: 100%;
}
table.pet-detail th {
    width: 60px;
}
table.pet-detail td {
    width: 150px;
}
#pet-large-photo {
    margin-bottom: 12px;
}
#pet-gallery ul {
    display: block;
    text-align: center;
}
#pet-gallery ul li {
    display: inline-block;
    margin: 0 4px 6px 0;
}
#pet-gallery ul li:nth-child(6n+6) {
    margin-right: 0;
}
#pet-gallery ul li a img {
    border: solid 1px #ccc;
}
#pet-gallery ul li a.active img {
    border: solid 1px #B24040;
}
.pet-estimate {
    position: relative;
}
.pet-estimate table {
    margin-bottom: 20px;
}
.pet-estimate th,
.pet-estimate td {
    text-align: center;
}
.pet-estimate .more {
    text-align: right;
}
.pet-estimate .description > li {
    float: left;
    margin-left: 15px;
    padding: 0 10px;
    width: 414px;
}
.pet-estimate .description > li:first-child {
    margin-left: 0;
}
.pet-estimate .description > li h3 {
    margin-bottom: 10px;
}
.pet-estimate .description > li ol {
    margin-bottom: 1em;
}

.pet-description-bottom {
  clear: both;
}
/* Fixed size */
.pet-description-bottom .youtube {
}
.pet-description-bottom .youtube iframe {
  width: 560px;
  height: 315px;
}

/*-----------------------------------------------------------------------------------*
/* Contact Form
/*-----------------------------------------------------------------------------------*/
.pet-summary {
    padding: 10px 10px;
}
.pet-summary h3 {
    margin: 0 0 1em;
}
.pet-summary dl,
.pet-summary dt,
.pet-summary dd {
  box-sizing: border-box;
}
.pet-summary dl {
    margin-bottom: 15px;
}
.pet-summary dt {
    float: left;
    width: 160px;
}
.pet-summary dd {
    margin-left: 180px;
}
.pet-summary dd:after {
  content: '';
  display: block;
  clear: both;
}
.contact .form dl,
.contact .form dt,
.contact .form dd {
  box-sizing: border-box;
}
.contact .form dl {
  background: #FFEBCD;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  margin-bottom: 15px;
}
.contact .form dt,
.contact .form dd {
  padding: 10px 10px 0 10px;
  border-top: 1px solid #ccc;
}
.contact .form dt {
  width: 180px;
  float: left;
}
.contact .form dd {
  background: #fff;
  margin-left: 180px;
  padding-bottom: 10px;
  border-left: 1px solid #ccc;
}
.contact .form dd:after {
  content: '';
  display: block;
  clear: both;
}
.contact .form ul {
}
.contact .form ul li {
    display: inline;
    margin-right: 20px;
}
.contact .form .required span.badge:after {
    content: ' [必須]';
}
.contact .form .required span.badge {
    color: red;
    font-size: 80%;
}
.contact .form dd.error {
    background: #FFD5EC;    
}
input[type="radio"] {
    margin: 8px 0;
}
.form-actions {
    margin: 15px 0;
}
.form-actions .button {
    margin-right: 20px;
}
.validate-errors {
    margin-bottom: 1em;
    padding: 12px 24px;
    border:solid 2px #CC0033;
    background: #FFD5EC;
}
.validate-errors h3 {
    margin: 0;
    padding: 0.5em 0 1em 0;
    color: #CC0033;
}
.validate-errors p {
    margin: 0;
    padding: 0;
    color: #CC0033;
}
div.contact-form {
    width: 100%;
}
.pet-inquiry-form .form {
    position: relative;
    width: 100%;
}
.pet-inquiry-form .form dt {
    padding: 8px 0;
    color: #888;
    font-weight: bold;
}
.pet-inquiry-form .form dd {
    padding: 4px 0;
    margin-bottom: 8px;
}
.pet-inquiry-form .form ul {
}
.pet-inquiry-form .form ul li {
    display: inline;
    margin-right: 20px;
}
pet-inquiry-form. div.contact-form-confirm .form dd {
    padding: 16px 0;
}
pet-inquiry-form. .form #confirm-button {
    padding: 20px 0;
    text-align: center;
}
pet-inquiry-form. .form .submessage {
    color: #999;
    font-size: 90%;
}
pet-inquiry-form. .form .error {
    color: #f00;
    font-size: 90%;
}

/*-----------------------------------------------------------------------------------*
/* From Style
/*-----------------------------------------------------------------------------------*/
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="date"],
input[type="password"],
textarea,
select {
    padding: 4px;
    color: #333;
    background: #fff;
    border: 1px solid #888;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    behavior: url(border-radius.htc); // for IE
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="date"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
    border:1px solid #3399FF;
}
.form {
    padding: 0 10px;
}
.form .short {
    width: 80px;
}
.form .midium {
    width: 240px;
}
.form .wide {
    width: 97%;
}

#confirm-button input,
.submit {
    cursor: pointer;
    padding: 4px 8px;
    font-weight: bold;
    color: #444444;
    text-shadow: 0 1px 1px rgba(0,0,0,.3);
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    box-shadow: 0 1px 2px rgba(0,0,0,.2);
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    behavior: url(border-radius.htc); // for IE
}
/* orange */
#confirm-button input,
.orange {
        color: #fef4e9;
        border: solid 1px #da7c0c;
        background: #f78d1d;
        background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
        background: -moz-linear-gradient(top,  #faa51a,  #f47a20);
        filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
}
#confirm-button input:hover,
.orange:hover {
        color: #fef4e9;
        background: #f47c20;
        background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015));
        background: -moz-linear-gradient(top,  #f88e11,  #f06015);
        filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e11', endColorstr='#f06015');
}
#confirm-button input:active,
.orange:active {
        color: #fcd3a5;
        background: -webkit-gradient(linear, left top, left bottom, from(#f47a20), to(#faa51a));
        background: -moz-linear-gradient(top,  #f47a20,  #faa51a);
        filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f47a20', endColorstr='#faa51a');
}
/* 2019/02/08 */
.form-actions .button.send {
    cursor: pointer;
    position: relative;
    display: inline-block;
    padding: 0.5em 1em;
    text-decoration: none;
    color: #FFF;
    background: #fd9535;
    border-bottom: solid 2px #d27d00;
    border-radius: 4px;
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
    font-weight: bold;
}
.form-actions .button.send:active {
    border-bottom: solid 2px #fd9535;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}
.form-actions .button.back {
    cursor: pointer;
    position: relative;
    display: inline-block;
    padding: 0.5em 1em;
    text-decoration: none;
    color: #666;
    background: #f7f7f7;
    border-bottom: solid 2px #c7c7c7;
    border-radius: 4px;
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
    font-weight: bold;
}

/*-----------------------------------------------------------------------------------*
/* Headings
/*-----------------------------------------------------------------------------------*/
.block-title {
    position: relative;
    margin-bottom: 10px;
    padding: 8px 10px;
    -moz-border-radius: 4px;
    -khtml-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    behavior: url(border-radius.htc); // for IE
    -moz-box-shadow:    0 1px 0 0 rgba(0, 0, 0, 0.8);
    -webkit-box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.8);
    box-shadow:         0 1px 0 0 rgba(0, 0, 0, 0.8);
}
.block-title .title {
    margin: 0;
    padding: 0 2px;
    color: #f5f5f5;
    text-shadow:1px 1px 2px #888;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: 1.6em;
    border: none;
}
.title-small {
    padding: 4px 10px;
}
.title-small .title {
    font-size: 15px;
}
.title-icon .title {
    background: url('images/title-bg.png') 4px 2px no-repeat;
    padding-left: 34px;
}
.title-woody {
    margin: 3px 3px 17px 3px;
    background: url(images/woody-bg.jpg);
    box-shadow: 0 0 0 2px #e5e5e5, 0 0 0 3px #999;
}
.title-orange {
    margin: 3px 3px 17px 3px;
    background: url(images/orange-bg.jpg);
    box-shadow: 0 0 0 2px #e5e5e5, 0 0 0 3px #ed6d35;
}
.title-green {
    margin: 3px 3px 17px 3px;
    background: url(images/green-bg.jpg);
    box-shadow: 0 0 0 2px #e5e5e5, 0 0 0 3px #8fbc8f;
}
.title-pink {
    margin: 3px 3px 17px 3px;
    background: url(images/pink-bg.jpg);
    box-shadow: 0 0 0 2px #e5e5e5, 0 0 0 3px #cd5c5c;
}
.title-yellow {
    margin: 3px 3px 17px 3px;
    background: url(images/yellow-bg.jpg);
    box-shadow: 0 0 0 2px #e5e5e5, 0 0 0 3px #deb887;
}
.inline-title {
    position: relative;
    display: block;
    margin: 25px 0 13px 3px;
}
.inline-title .title {
    display: inline-block;
    margin: 0;
    padding: 0 12px;
    height: 32px;
    line-height: 34px;
    border: none;
    font-size: 14px;
    font-weight: bold;
    text-shadow:1px 1px 2px #888;
    -moz-border-radius: 4px;
    -khtml-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    behavior: url(border-radius.htc); // for IE
}
.inline-green .title {
    color: #fff;
    background: url(images/green-bg.jpg);
    box-shadow: 0 0 0 1px #e5e5e5, 0 0 0 2px #8fbc8f;
}
.inline-pink .title {
    color: #fff;
    background: url(images/pink-bg.jpg);
    box-shadow: 0 0 0 1px #e5e5e5, 0 0 0 2px #cd5c5c;
}
.inline-yellow .title {
    color: #666;
    background: url(images/yellow-bg.jpg);
    box-shadow: 0 0 0 1px #e5e5e5, 0 0 0 2px #deb887;
}
.inline-ribbon .title {
    margin: 4px 0 8px 0;
    padding: 0 40px 0 10px;
    font-size: 12px;
    font-weight: bold;
    height: 24px;
    line-height: 26px;
    display: inline-block;
    position: relative;
    z-index: auto;
}
.inline-ribbon .title:after {
    content: "";
    border-style: solid;
    border-width: 16px;
    height: 0;
    box-shadow: -1px 1px 0px #ccc;
    position: absolute;
    left: 0;
    right: -7px;
    top: -4px;
    bottom: 0;
    z-index: -1;
}
.ribbon-yellow .title {
    color: #666;
    border: dashed 1px #fff;
    border-width: 1px 0;
}
.ribbon-yellow .title:after {
    border-color: #ffdead transparent #ffdead #ffdead;
}
.border-title {
    margin-bottom: 10px;
}
.border-title .title {
    display: inline-block;
    padding: 0 2px;
    font-size: 13px;
    line-height: 18px;
    font-weight: bold;
    border-bottom: solid 2px #ccc;
}
.block {
    margin-bottom: 10px;
    padding: 10px;
    background-color: #fff;
    border: 1px solid #ccc;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    behavior: url(border-radius.htc); // for IE
}
.block-fabric {
    background: url(images/fabric-bg.jpg);
}
.block-woody {
    margin: 3px 3px 13px 3px;
    background: url(images/woody-bg.jpg);
    box-shadow: 0 0 0 2px #e5e5e5, 0 0 0 3px #999;
}
.block-note {
    /*border: 2px dashed #e29676;*/
    background: url(images/note-bg.jpg);
    border: 1px solid #ccc;
    -moz-box-shadow: 0px 0px 3px #D3D3D3;
    -webkit-box-shadow: 0px 0px 3px #D3D3D3;
    box-shadow: 0px 0px 3px #D3D3D3;
}
.block-green {
    background-color: #dbebc4;
}

/*-----------------------------------------------------------------------------------*
/* Front Page
/*-----------------------------------------------------------------------------------*/
#frontpage {
    background-color: #ffffee;
}
#campaigns {
    margin-bottom: 15px;
}
#campaigns .nivo-caption {
    text-align: center;
}

#frontpage-topics {
    position: relative;
    margin-bottom: 0;
}
#frontpage-topics .more {
    position: absolute;
    top: 26px;
    right: 16px;
}
#frontpage-topics .more a {
    color: #fff;
}
/* Frontpage Search Form */
#frontpage-search-form {
  position: relative;
  margin-top: 42px;
  margin-bottom: 20px;
  height: 221px;
  width: 800px;
}
#frontpage-search-form form {
  position: absolute;
  top: 0px;
  left: 0;
  width: 800px;
  height: 242px;
}
#frontpage-search-form form ul {
    float: left;
 padding: 20px;
}
#frontpage-search-form form ul li {
}
#frontpage-search-form .more {
    margin-top: 16px;
}
#frontpage-search-form form[name=form-puppy] {
/*  background: url(images/search-the-puppy-or-kitten-bg.png) bottom right no-repeat;*/
}
#frontpage-search-form form[name=form-kitten] {
/*  background: url(images/search-the-kitten-bg.png) bottom right no-repeat;*/
}
#frontpage-search-form form[name=form-smallanimal] {
/*  background: url(images/search-the-smallanimal-bg.png) bottom right no-repeat;*/
}
#frontpage-search-form form[name=form-bird] {
/*  background: url(images/search-the-bird-bg.png) bottom right no-repeat;*/
}
#frontpage-search-form form[name=form-reptile] {
/*  background: url(images/search-the-reptile-bg.png) bottom right no-repeat;*/
}
#frontpage-search-form form[name=form-fish] {
/*  background: url(images/search-the-fish-bg.png) bottom right no-repeat;*/
}
#frontpage-search-form form select {
  margin-bottom: 10px;
  width: 296px;
}
#frontpage-search-form ul.tabs {
  margin-top: -52px;
  padding: 0;
  height: 42px;
  border: none;
}
#frontpage-search-form ul.tabs li {
  display: block;
  float: left;
  margin: 6px 6px 0 0;
  padding: 8px 12px;
  list-style: none;
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
  color: white;
  background-color: #d8b64b;
  border-radius: 6px 6px 0 0;
}
#frontpage-search-form ul.tabs li.selected {
  margin: 0 6px 0 0;
  padding: 11px 12px;
  font-size: 18px;
  background-color: #FF7300;
}
/* Frontpage New Puppy List */ 
#frontpage-new-puppy {
    position: relative;
}
#frontpage-new-puppy .more {
    position: absolute;
    top: 26px;
    right: 16px;
}
#frontpage-new-puppy .more a {
    color: #fff;
}
#frontpage-new-puppy li:nth-child(4n+4) {
    margin-right: 0;
}
#frontpage-shops dl {
  margin: 0 0 10px 10px
}
#frontpage-shops dt {
  float: left;
  font-size: 14px;
  font-weight: bold;
}
#frontpage-shops dd {
  margin-left: 210px
}
#frontpage-search {
    position: relative;
    background-color: #FF7300;
}
#frontpage-search form {
}
#frontpage-search select {
    width: 210px;
}
#frontpage-search h2 {
    display: inline;
    padding-left: 32px;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    background: url('images/icon-search-24.png') 0px 0px no-repeat;
}
#frontpage-search li {
    display: inline;
    margin-right: 8px;
}
#frontpage-sidebar-menus li {
    margin-bottom: 15px;
}
#frontpage-sidebar-menus li:last-child {
    margin-bottom: 0;
}
#frontpage-sidebar-banners li {
    text-align: center
}

/*-----------------------------------------------------------------------------------*
/* Flier Archive Page 
/*-----------------------------------------------------------------------------------*/
#flier-archive ul {
    margin: 10px 0px;
}
#flier-archive li {
    position: relative;
    margin-bottom: 1em;
    height: 60px;
    width: 100%;
    border-bottom: 1px dashed #E5E5E5;
}
#flier-archive .content li:last-child {
    border-bottom: none;
}
#flier-archive .icon {
    position: absolute;
    top: 0;
    left: 0;
}
#flier-archive a {
    display: block;
    margin-left: 70px;
}

/*-----------------------------------------------------------------------------------*
/* Shop Blogs Page
/*-----------------------------------------------------------------------------------*/
#shop-blogs ul {
    margin: 0px 30px;
}
#shop-blogs li {
    float: left;
    margin: 10px 60px 10px 0px;
    width: 240px;
    text-align: center;
}
#shop-blogs li:nth-child(2n+0) {
    margin-right: 0;
}
#shop-blogs li img {
    padding: 8px;
}

/*-----------------------------------------------------------------------------------*
/* Shop Page Style
/*-----------------------------------------------------------------------------------*/
#shop-single .tabs {
    margin: 0px 0px 20px 0px;
    height: 47px;
    border-bottom: solid 1px #8ebe34;
}
#shop-single .tabs li {
    float: left;
    margin: 0 5px 0 0 !Important;
}
#shop-single .tabs li a {
    display: block;
    padding: 0 8px;
    height: 48px;
    background-color: #80C31C;
    color: #fff;
    text-align: center;
    line-height: 48px;
    letter-spacing: 1px;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    behavior: url(border-radius.htc); // for IE
}
#shop-single .tabs li a.selected {
    position: relative;
    top: -2px;
    background-color: #fff;
    color: #8ebe34;
    border: solid 1px #8ebe34;
    border-bottom: solid 1px #fff;
}
#shop-single .shops {
  margin: 10px 0;
  padding: 0px;
  height: 32px;
}
#shop-single .shops li {
  float: left;
  list-style: none;
}
.shop-single .shopss li:last-child {
}
#shop-single .shops li a {
  display: block;
  padding: 6px 12px;
}
#shop-single .shops li a.selected {
  background-color: #ed8c21;
  color: white;
}
table.shop-description {
    margin: 40px 0;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0px;
    border-top: solid 1px #e5e5e5;
}
table.shop-description th,
table.shop-description td {
    padding: 8px 16px
}
table.shop-description th {
    width: 80px;
    font-size: 90%;
    font-weight: bold;
    color: #666;
    border-bottom: solid 1px #e5e5e5;
}
table.shop-description td {
    border-bottom: solid 1px #e5e5e5;
}

/*-----------------------------------------------------------------------------------*
/* Timing & Hotel Page
/*-----------------------------------------------------------------------------------*/
#trimming-hotel h2 {
    position: relative;
    margin: 30px 0 20px;
    padding: 4px 10px;
    color: #f5f5f5;
    font-size: 15px;
    text-shadow:1px 1px 2px #888;
    background: url(images/green-bg.jpg);
    border: none;
    line-height: 1.6em;
    box-shadow: 0 0 0 2px #e5e5e5, 0 0 0 3px #8fbc8f;
    -moz-border-radius: 4px;
    -khtml-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    behavior: url(border-radius.htc); // for IE
}
#trimming-hotel h3 {
    position: relative;
    z-index: auto;
    display: inline-block;
    margin: 4px 0 8px 0;
    padding: 0 40px 0 10px;
    font-size: 12px;
    font-weight: bold;
    height: 24px;
    line-height: 26px;
    color: #666;
    border: dashed 1px #fff;
    border-width: 1px 0;
}
#trimming-hotel h3:after {
    position: absolute;
    z-index: -1;
    left: 0;
    right: -7px;
    top: -4px;
    bottom: 0;
    content: "";
    border-style: solid;
    border-width: 16px;
    border-color: #ffdead transparent #ffdead #ffdead;
    height: 0;
    box-shadow: -1px 1px 0px #ccc;
}
#trimming-hotel ul {
    border-bottom: dashed 1px #ccc;
}
#trimming-hotel img {
    position: relative;
    float: right;
    top: -36px;
    margin-left: 20px;
}
#trimming-hotel hr {
    clear: both;
    margin: 10px 0 20px;
    border: none;
    border-top: dashed 1px #ccc;
    height: 2px;
}

/*-----------------------------------------------------------------------------------*
/* History Page
/*-----------------------------------------------------------------------------------*/
#history h2 {
    display: inline-block;
    margin: 20px 0 10px 3px;;
    padding: 0 12px;
    height: 32px;
    line-height: 34px;
    border: none;
    font-size: 14px;
    font-weight: bold;
    text-shadow:1px 1px 2px #888;
    color: #fff;
    background: url(images/pink-bg.jpg);
    box-shadow: 0 0 0 1px #e5e5e5, 0 0 0 2px #cd5c5c;
    -moz-border-radius: 4px;
    -khtml-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    behavior: url(border-radius.htc); // for IE

}
#history ul {
    margin-bottom: 10px;
    padding: 10px;
    border: 1px solid #ccc;
    background-color: #ffffee;
    border: 1px solid #ccc;
    -moz-box-shadow: 0px 0px 3px #D3D3D3;
    -webkit-box-shadow: 0px 0px 3px #D3D3D3;
    box-shadow: 0px 0px 3px #D3D3D3;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    behavior: url(border-radius.htc); // for IE
}
#history li {
    margin-bottom: 0.5em;
}
#history img {
    margin: 20px;
}

/*-----------------------------------------------------------------------------------*
/* Trust Page
/*-----------------------------------------------------------------------------------*/
#trust h2 {
    position: relative;
    margin: 30px 0 20px;
    padding: 4px 10px;
    color: #f5f5f5;
    font-size: 15px;
    text-shadow:1px 1px 2px #888;
    background: url(images/green-bg.jpg);
    border: none;
    line-height: 1.6em;
    box-shadow: 0 0 0 2px #e5e5e5, 0 0 0 3px #8fbc8f;
    -moz-border-radius: 4px;
    -khtml-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    behavior: url(border-radius.htc); // for IE
}
#trust h2:first-child {
    margin: 0 0 20px;
}
#trust h4 {
    margin: 10px 0;
    font-weight: bold;
}
#trust li {
    display: inline-block;
    margin: 0 4px 8px 0;
    padding: 3px 4px 2px;
    border: solid 1px #ccc;
    background-color: #ffffee;
}
#trust img {
    position: relative;
    float: right;
    top: -36px;
    margin-left: 20px;
}
#trust hr {
    clear: both;
    margin: 10px 0 20px;
    border: none;
    border-top: dashed 1px #ccc;
    height: 2px;
}

/*-----------------------------------------------------------------------------------*
/* Default Pet List
/*-----------------------------------------------------------------------------------*/
.pet-thumbnail-view ul {
    margin-bottom: 10px;
}
.pet-thumbnail-view ul li {
    float: left;
    width: 108px;
    margin-left: 9px;
    padding: 10px;
    text-align: center;
    font-size: 90%;
    background-color: #f5f5f5;
    border: solid 1px #c5c5c5;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    behavior: url(border-radius.htc); // for IE
}
.pet-thumbnail-view ul li:first-child {
    margin-left: 0;
}
.pet-thumbnail-view li img {
    margin-bottom: 10px;
}
.pet-thumbnail-view .breed {
    font-weight: bold;
}
.pet-thumbnail-view .price {
    font-size: 120%;
    font-weight: bold;
}
.pet-thumbnail-view .more {
    position: absolute;
    top: 14px;
    right: 10px;
}

/*-----------------------------------------------------------------------------------*
/* Default Topic List Style
/*-----------------------------------------------------------------------------------*/
.topics ul {
    background-color: #f8f8f8;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    behavior: url(border-radius.htc); // for IE
}
.topics li {
    position: relative;
    margin: 0 10px;
    padding: 10px 0;
    border-top: 1px dashed #e5e5e5;
}
.topics li:first-child {
    border-top: none;
}
.topics a {
    display: block;
    margin-left: 90px;
}
.topics .date {
    float: left;
    color: #888;
}

/*-----------------------------------------------------------------------------------*
/* Default Table Style
/*-----------------------------------------------------------------------------------*/
.content table {
    width: 100%;
    border-collapse: collapse; 
}
.content table tr {
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
}
.content table th {
    background-color: #FFEBCD;
    text-align: center;
    font-weight: bold;
    font-size: 90%;
    color: #666;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.content table td {
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.content table th,
.content table td {
    padding: 6px;
    vertical-align: middle;
}
}

