
/* RESET */
/* ----------------------------------------- */

/* Global reset */
/* Based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0; }
table { border-collapse:collapse; border-spacing:0 ;}
fieldset, img { border:0; }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal; }
ol, ul, li { list-style:none; }
caption, th { text-align:left; }
h1, h2, h3, h4, h5, h6 {font-weight:normal; clear: both; }
q:before, q:after { content:''}

/* Global reset-RESET */
/* The below restores some sensible defaults */
strong { font-weight:bold; }
em { font-style:italic; }
a img { border:none; } /* Gets rid of IE's blue borders */

/***** General *****/

html {
     height: 100%;
}
body {
	/*background: #e2e2e2;*/
	/*font: normal 12px Verdana, sans-serif;*/
        margin: 0;
        padding: 0;
        color: #5e6066;
        /*line-height:18px;*/
        /*line-height:18px;*/
        line-height:1.5em;
        font-size: 16px;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
        height: 100%;
}

b {
        font-weight: bold;
        color: #5e6066;
}

a {
        color: #00B5BC;
	/*color: #1a64af;*/
	outline: 0;
}

h3 a {
        color: #6f4334;
	outline: 0;
}
	
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:active,
a:hover {
	color: #000;
	text-decoration: underline;
}

h1,h2,h3,h4,h5,h6 {
        color: #6f4334;
	/*color: #2c2d31;*/
	font-family: 'ヒラギノ丸ゴ Pro W4','Hiragino Maru Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	margin-bottom: 18px;
}

h1 { font-weight: bold; font-size: 138.5%; line-height: 138.5%; }
h2 { font-weight: bold; font-size: 138.5%; line-height: 138.5%; }
h3 { font-weight: bold; font-size: 138.5%; line-height: 138.5%; }
h4 { font-weight: bold; font-size: 108%; line-height: 108%; }

hr {
	/*background-color: #E7E7E7;*/
        background-color: #6f4334;        
	border:0;
	height: 1px;
	margin-bottom: 18px;
	clear:both;
}

p {
	padding: 0 0 0.5em;
        line-height:1.6em;
}
ul {
	list-style: square;
	/*margin: 0 0 18px 0;*/
        display:block;
}
li {
        /*float: top;*/
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
ol ol {
	list-style:upper-alpha;
}
ol ol ol {
	list-style:lower-roman;
}
ol ol ol ol {
	list-style:lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom:0;
}
dl {
	margin:0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
	color: #000;
}
cite,
em,
i {
	font-style: italic;
	border: none;
}
big {
	font-size: 131.25%;
}
ins {
	background: #FFFFCC;
	border: none;
	color: #333;
}
del {
	text-decoration: line-through;
	color: #555;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
ins {
	text-decoration: none;
}
sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	position: relative;
	font-size: 77%;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}

p,
ul,
ol,
dd,
pre,
hr {
	margin-bottom:10px;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom:0;
}
pre,
kbd,
tt,
var {
	font-size: 116%;
	line-height: 21px;
}
code {
	font-size: 100%;
}
strong,
b,
dt,
th {
	color: #000;
}


/***** main *****/

#wrapper {
	/*margin: 0 auto;*/
        padding: 0;
	/*position: relative;*/
        width: 100%;
	min-width:799px;
        height: 100%;
        margin: 0 auto;
        /*height: 100%;*/
	/*margin-top: 0px;*/
	/*margin-top: 30px;*/
}

body > #wrapper {
        height: auto;
        /*min-height: 100%;*/
}
/***** header *****/

#search-header{
	float:left;
        /*margin-top:30px;*/
        margin-top:0px;
}

#search-header #search{
	background: #0b0c0c;

}

#search-header #search #s{
	background: #0b0c0c;
	font-size:93%;
	color: #aaa;
}

#header_container{
        padding: 0;
	margin: 0 auto;
}

#header {
	width:799px;
	margin: 0 auto;
	/*padding-top: 15px;*/
	padding-top: 30px;
	/*padding-bottom: 35px;*/
	padding-bottom: 0px;
}

#header-main {
	width:799px;
	margin: 0 auto;
	/*padding-top: 15px;*/
	padding-top: 70px;
	/*padding-bottom: 35px;*/
	padding-bottom: 0px;
}

#content_container{
	margin:0 auto;
	/*position: center;*/
	width: 799px;
        /*width: 100%;*/
        /*min-width:964px;*/
        background:#fff;
        min-height: 100%;
}

#content {
	/*width:964px;*/
        /*width: 100%;*/
	/*min-width:920px;*/
	float:left;
	z-index: 1;
	/*margin:0px auto;*/
	width: 799px;
	background:#fff;
        min-height: 100%;
}

#content-table {
        min-height: 100%;
}

#content #left-col {
	width:455px;
	float:left;
	/*padding: 20px 16px 20px 10px;*/
	padding: 20px 16px 20px 30px;
	z-index: 1;
	background:#fff;
}

#content #right-col {
	width:142px;	
	padding:3px;
	float:left;
	z-index: 1;
	background:#fff;
}

#content #harupets-left-col {
	width:200px;	
	/*padding:3px*/
        padding-left: 20px;
	float:left;
	z-index: 1;
        margin: auto;
	background:#0f0;
        min-height: 100%;
        height: auto;
}

#content #harupets-right-col {
	width:450px;
	/*float:left;*/
	float:right;
	/*padding: 20px 16px 20px 10px;*/
	padding: 20px 15px 20px 30px;
	z-index: 1;
	background:#fff;
        min-height: 100%;
        height: auto;
}

/****** footer *******/	

#footer {
        clear: both;
        /*position: relative;*/
        z-index: 10;
        /*height: 2em;*/
	/*margin: 0 auto;*/
        margin-top: 3em;
        background: #6f4334;        
	/*width:964px;*/
        width: 100%;
	min-width:799px;
        /*position: relative;*/
}

#footer-container{
	width: 799px;
	margin: 0 auto;
	padding-top:20px;
	/*padding-left:25px;*/
	/*font-size:11px;*/
	font-size:100%;
}

#footer-info {
	color:#666;
	/*padding-bottom: 40px;*/
        /*padding-top: 20px;*/
	text-align:left;
	/*width: 964px;*/
	margin: 0 auto;
	font-size:85%;
	/*border-top: 1px solid #ddd;*/
	width: 765px;
}

#copyright{
        padding-left: 5px;
	margin-bottom: 0px;
        color: #fff;
}

#footer-info a{
	text-decoration:none;
	color: #666;
}

#footer-info a:hover{
	color: #000;
}

#footer-widget{
	width: 799px;
	float: left;
	color:#6f6f6f;
	line-height: 13px;
}

#footer-widget .textwidget {
	font-size:85%;
	padding: 5px 0px;
}

#footer-widget .widget-container ul li a {
	color:#555;
}

#footer-widget .widget-container ul li a:hover {
	color: #000;
}

#footer-widget .widget-container h3 {
	color: #555;
	margin-bottom: 3px;
	padding-top: 10px;
	padding-left: 0px;
	font-size: 93%;
	padding-bottom: 1px;
	font-weight:bold;
}

#footer-widget .widget-container ul li {
	border-bottom: 1px solid #ccc;
	padding: 7px 0px;
	margin-left: 0px;
	background: none;
	}

#footer-bar1 {
	width: 215px;
 	float: left;
	padding-left: 20px;
}
#footer-bar2 {
	width: 215px;
 	float: left;
	padding-right: 20px;
}
#footer-bar3 {
	width: 215px;
 	float: left;
	padding-right: 20px;
}
#footer-bar4 {
	width: 215px;
 	float: left;
}

/***** logo *****/

#logo {
	float:left;
        margin-top: 17px;
	margin-left: 25px;
	margin-bottom: 13px;
        
}

#logo img{
	border: none;
}

#logo2 {
	float:left;
	/*margin: 25px 0px 0px 20px;*/
	margin-left: 25px;
	margin-bottom: 20px;
}

#logo2 img{
	border: none;
}

/***** search *****/

#search {
	width:180px;
	height:28px;
	background: #ebebeb;
	margin-left: 10px;
	position: relative;
}

#search #searchsubmit {
	background:url(https://www.harupets-aichi.com/wp-content/themes/harupets/images/go-btn.png) no-repeat top right;
	width:28px;
	height:28px;
	border:0px;
	position:absolute;
	right: -35px;
}

#search #s {
	width:170px;
	height:24px;
	border:0px;
	margin-left:7px;
	margin-right:10px;
	margin-top:3px;
	color:#666;
	display: inline;
	background: #ebebeb;
	float: left;
}

/***** menubar *****/

#menubar_container {
	float: right;
	/*z-index: 99;*/
        width: 455px;
	position:relative;
	margin: 0;
        margin-right: 25px;
}

#menubar_notice {
	margin: 0px 20px 0px 0px;
        float: right;
	width: 300px;
	height: 70px;
}

#menubar {
	float: right;
	z-index: 99;
        margin-top: 5px;
        margin-right: -8px;
        margin-bottom: 0px;
	position:relative;
	height: 50px;
	width: 495px;
}

#menubar ul {
        width: 100%;
        background: #fff;
        list-style-type: none;
}

#menubar ul li {
        background: #fff;
        margin-left: 0px;
        margin-right: 0px;
        padding-right: 10px;
        text-align: center;
}

#menubar ul li a {
	font-weight: normal;
        color: #6f4334;
        /*padding-right: 8px;*/
        /*font-size: 93%;*/
        font-size: 100%;
        width: 100%;
	font-family: 'ヒラギノ丸ゴ Pro W4','Hiragino Maru Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
        background: #fff;
        text-align: center;
}

#menubar li.menu-item a span.s {
      background: #fff;
      color: #fff;
}

#menubar li.current-menu-item a span.s {
      background: #fff;
      color: #00B5BC;
}

#menubar li.menu-item a:hover {
      /*background:#e2e2e2; */
      /*color: #6f4334;*/      
      color: #00B5BC;
      /*color: #000;*/
}

#menubar2 {
	float: right;
	z-index: 99;
        margin-right: -18px;
        margin-top: 25px;
	position:relative;
	width: 485px;
        background: #fff;
}

#menubar2 ul {
        width: 100%;
        background: #fff;
        list-style-type: none;
}

#menubar2 ul li {
        background: #fff;
        margin-left: 0px;
        margin-right: 0px;
        /*padding-right: 21px;*/
        padding-right: 15px;
        text-align: center;
}

#menubar2 ul li a {
	font-weight: normal;
        color: #6f4334;
        /*float: left;*/
	/*line-height:16px;*/
        /*font-size: 123.1%;*/
        /*        font-size: 93%;*/
        font-size: 100%;
        width: 100%;
	font-family: 'ヒラギノ丸ゴ Pro W4','Hiragino Maru Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
        background: #fff;
        text-align: center;
}

#menubar2 li.menu-item a span.s {
      background: #fff;
      color: #fff;
}

#menubar2 li.current-menu-item a span.s {
      background: #fff;
      color: #00B5BC;
}

#menubar2 li.menu-item a:hover {
      /*background:#e2e2e2; */
      /*color: #6f4334;*/      
      color: #000;
}

.menu-header li a {
	font-weight: normal;
        color: #6f4334;
	line-height:16px;
        /*font-size: 123.1%;*/
	font-family: 'ヒラギノ丸ゴ Pro W4','Hiragino Maru Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
        background: #fff;
}

#home-premain{
        background: #fff;
        width: 750px;
        padding-top:0px;
	margin: 0 auto;
}

#home-premain h3{
        font-size: 153.9%;
        /*line-height: 24px;*/
	font-weight: normal;
        color: #6f4334;
	font-family: 'ヒラギノ丸ゴ Pro W4','Hiragino Maru Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

#home-name h3{
        font-size: 153.9%;
        /*line-height: 24px;*/
	font-weight: normal;
        color: #6f4334;
	font-family: 'ヒラギノ丸ゴ Pro W4','Hiragino Maru Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

#home-name h1{
        font-size: 153.9%;
        /*line-height: 24px;*/
	font-weight: normal;
        color: #6f4334;
	font-family: 'ヒラギノ丸ゴ Pro W4','Hiragino Maru Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}


#home-main{
        background: #fff;
        width: 750px;
        /*height: 250px;*/
        padding-top:0;
	margin: 0 auto;
        /*        font-size:93%;*/
        font-size: 100%;
}

#home-postmain {
        float: left;
        background: #fff;
        width: 215px;
        margin-top:150px;
        margin-bottom:40px;
        padding: 10px;
        /*        font-size:93%;*/
        font-size: 100%;
	border-top:1px solid #6f4334;
	border-left:1px solid #6f4334;
	border-right:1px solid #6f4334;
	border-bottom:1px solid #6f4334;
}

#home-table {
        width: 500px;
        float: left;
        background: #fff;
        /*font-size: 100%;*/
}
#home-table, tr, td {
        vertical-align: top;
}
#home-table b{
        color: #00B5BC;
}
/***** home boxes *****/

#home-boxes{
        float: left;
        background: #fff;
        width: 750px;
        /*padding-top:10px;*/
        padding-bottom: 20px;
	margin: 0 auto;
}

#home-boxes table {
        /*font-size:93%;*/
        font-size:100%;
}

#home-boxes b{
        color: #00B5BC;
}

.iconbox-content {
        margin: 0 auto;
}

.iconbox-content h3{
	margin-bottom: 5px;
}

.iconbox-content td{
        vertical-align: top;
        /*align: left;*/
        /*width: 37.5%;*/
        /*padding-right: 15px;*/
        padding-left: 0px;
}

#home-boxes h3{
        font-size: 153.9%;
        /*line-height: 24px;*/
	font-weight: normal;
        color: #6f4334;
	font-family: 'ヒラギノ丸ゴ Pro W4','Hiragino Maru Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

#home-boxes h3 small{
        font-size: 70.1%;
}

#home-boxes ul { margin: 0 0 10px 0px; }
#home-boxes ul li {
	display: block;
	margin: 5px 0;
	padding: 0 0 0 15px;
	background: url(https://www.harupets-aichi.com/wp-content/themes/harupets/images/bullet.png) no-repeat 0 7px;
}

#home-boxes ol {
	margin: 5px 0 10px 20px;
}
#home-boxes ol li { 
	margin: 5px 0;
	list-style: decimal;
	padding: 0 0 0 0px;
}

#home-boxes p { 
        margin: 0;
        padding: 0;
}

#home-boxes hr { 
        background-color: #6f4334;        
        border:0;
        /*float: left;*/
	height: 1px;
	/*margin-top: -15px;*/
	margin-top: 0px;
	margin-bottom: 8px;
	padding: 0 0 0 0;
	clear:both;
}

#home-boxes img {
        margin-top: 10px;
        margin-left: 0;
        float: left;
}

/* home container */

#home-container{
 background: #fff;
 margin:0 auto;
 padding: 0px 0px 20px 0px;
}


/***** slideshow *****/

/*============================*/
/*=== NIVO Custom Slider Styles ===*/
/*============================*/
#slider-wrapper {
    width: 750px;
    height: 250px;
    margin:0 auto;
	/*border-top: 2px solid #ebebeb;*/
	border-top: 1px solid #6f4334;
	/*padding-top: 20px;*/
	padding-top: 15px;
}

#slider {
	position:relative;
        width:750px;
        height:250px;
}
#slider a {
	border:0;
	display:block;
}

#slider {
	margin:0px;
	padding-bottom:0px;
}

.nivo-controlNav {
	position:absolute;
	right:0px;
	bottom:-25px;
}
.nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	background:url(https://www.harupets-aichi.com/wp-content/themes/harupets/images/nivo/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:0px;
	float:left;
}
.nivo-controlNav a.active {
	background-position:0 -22px;
}

.nivo-directionNav a {
	width:30px;
	height:20px;
	background:#333;
	border:0;
	text-decoration: none;
	color: #fff;
	text-align: center;
	font-size: 77%;
}
a.nivo-nextNav {
	right:0px;
	background:#000;
}
a.nivo-prevNav {
	right:30px;
}

.nivo-caption {
        position:absolute;
        left:0px;
        top:50px;
        background:#ccc;
        color:#fff;
        opacity:0.8; /* Overridden by captionOpacity setting */
        width:100%;
        z-index:89;
        font-family: 'ヒラギノ丸ゴ Pro W4','Hiragino Maru Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
        font-size:93%;
}

.nivo-caption a { 
    color:#efe9d1;
    text-decoration:underline;
}

.nivo-html-caption {
        position:absolute;
        left:0px;
        top:0px;
        background:#f00;
        color:#0f0;
        opacity:0.8; /* Overridden by captionOpacity setting */
        width:100%;
        z-index:89;
        font-family: 'ヒラギノ丸ゴ Pro W4','Hiragino Maru Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
        font-size:93%;
}

.nivo-html-caption a { 
    color:#efe9d1;
    text-decoration:underline;
}

#kenburns {
	margin:0px;
	padding-bottom:0px;
        width: 750px;
        height: 200px;
}

div.caption {
        position: absolute;
        margin-top: -25px;
        margin-left: 75px;
        min-width: 100px;
        text-align: center;
        left: 10%;
        padding: 5px 10px;
        background: black;
        color: white;
        /*border-radius: 10px;*/
        display: none;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

/***** POST *****/

.post {
	width:450px;
	float:right;
	padding: 0px;
	/*margin-bottom: 25px;*/
        height: 100%;
}

.post-entry p {
        line-height:1.5em;
        /*text-indent:25px;*/
}

.post ol{
	margin-left: 20px;
}

.post ul {
	margin-left: 15px;
}
.post-entry ul { 
        /*margin: 0 0 10px 10px;*/
        margin: 0;
}
.post-entry ul li {
	display: block;
        float: none;
	margin: 5px 0;
	padding: 0 0 5px 17px;

	background: url(https://www.harupets-aichi.com/wp-content/themes/harupets/images/bullet.png) no-repeat 0 5px;
}

.post-entry ol {
	margin: 5px 0 5px 20px;
}
.post-entry ol li { 
	margin: 5px 0;
	list-style: decimal;
	padding: 0 0 0 2px;
 }

.post-entry {
        width:450px;
	float:left;
	/*padding-bottom: 10px;*/
	/*padding-top: 10px;*/
}

.post-entry img {
        width: 450px;
        height: auto;
}
.post-head {
	margin-bottom: 0px;
}

.post-head h1 a, .post-head h1 {
	text-decoration:none;
        color: #6f4334;
	/*color:#333;*/
	margin: 0px;
	font-family: 'ヒラギノ丸ゴ Pro W4','Hiragino Maru Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size: 153.9%;
}

.post-head h1 a:hover {
	color:#464646;
}


.post-head-notfound h1, .post-head-404 h1, .post-head-archive h1, .post-head-search h1 {
	margin-bottom: 10px;
	font-weight:normal;
	text-decoration:none;
        color: #6f4334;
	/*color:#333;*/
	font-size: 153.9%;
}

.post-thumb img {
	border: 0px solid #ebebeb;
	

}

.timbg img{
	border: 0px solid #ebebeb;
	padding: 5px;
}

.meta-data{
	line-height: 16px;
	/*padding: 6px 3px;*/
	margin-bottom: 5px;
	font-size: 85%;
	float:left;
	border-bottom: 1px solid #ebebeb;
	width: 435px;
}

.meta-data a{
	color: #777;
	
}
	
.read-more a{
	margin-top: 10px;
	float: left;
	text-decoration: none;
	padding: 5px 12px;
	color: #777;
	font-size: 93%;
	background: url("https://www.harupets-aichi.com/wp-content/themes/harupets/images/read-more.png") top left no-repeat;
}

.read-more a:hover{
	color:#000;
}

.clear {
	clear:both;
}

.sticky {
  border-bottom: 1px solid #e7e7e7;
}

/***** content *****/

#content {
        margin-top: 40px;
        margin-left: 25px;
        margin-bottom: 30px;
        width:750px;
}

#content table {
	/*border: 1px solid #e7e7e7;*/
	border: 0px;
	/*margin: 0 -1px 24px 0;*/
	margin: 0 0 0 0;
	text-align: left;
	width: 100%;
}
#content tr th,
#content thead th {
	color: #888;
	font-size: 93%;
	font-weight: bold;
	line-height: 18px;
	/*padding: 9px 10px;*/
}
#content tr #title{
	/*border-top: 1px solid #e7e7e7;*/
	/*padding: 6px 10px;*/
        padding-top: 5px;
        padding-right: 50px;
        margin: 0;
}
#content tr.odd td {
	background: #f2f7fc;
}

/***** sidebar *****/

#sidebar {
	float:left;
	width:250px;
        padding-top: 30px;
	/*padding:35px 5px 20px 15px;*/
        /*min-height: 100%;*/
        /*height: auto;*/
        background: #fff;
}

#sidebar ul  {
        /*position: absolute;*/
        /*top: 100px;*/
	list-style: none;
        /*float: bottom;*/
}

#sidebar h4 {
        color: #ccc;
}

/***** portfolio ******/

.portfolio1 {
	margin-top: 10px;
	margin-bottom: 10px;
	position: relative;
	height: 300px;
	overflow: hidden;
}

.portfolio1 h2, .portfolio2 h2, .portfolio3 h2, .portfolio4 h2{
	padding-top:10px;
	font-size: 123.1%;
}

.portfolio1 h2 a, .portfolio2 h2 a, .portfolio3 h2 a, .portfolio4 h2 a{
	color:#333;
	margin-top:10px;
}

.portfolio1 h2 a:hover, .portfolio2 h2 a:hover, .portfolio3 h2 a:hover, .portfolio4 h2 a:hover{
	color:#000;
	text-decoration:none;
}

div.pphoto, div.pphoto2{
	background:#fff;
	position:relative;
	overflow:hidden;
	margin:10px 0;
	z-index:1;
}

.pphoto a img, .pphoto a:hover img, .pphoto2 a img, .pphoto2 a:hover img {
	position:relative;
	z-index:2;
	margin:0;
}
.pphoto img, .pphoto2 img {
	display:inline;
	float:left;
}
.pphoto span, .pphoto2 span {
	z-index:1;
	width:100%;
	height:100%;
	background:url("https://www.harupets-aichi.com/wp-content/themes/harupets/images/zoom_icon.png") no-repeat scroll center center #000;
	left:0;
	position:absolute;
	top:0;
}


/***** Comments *****/

#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #000;
	font-size: 153.9%;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
	font-weight: normal;
	font-size: 123.1%;
}
.commentlist {
	list-style: none;
	margin: 0;
	border-left: 1px solid #e7e7e7;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 30px;

}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	padding: 4px;
	border: 1px solid #e6e1db;
	float: left;
	margin-right: 8px;
}
.comment-author .fn a{
	text-decoration: none;
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 93%;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color:#999999;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color:#999999;
}
.commentlist .even {
}
.commentlist .bypostauthor {

}
.reply {
	font-size: 93%;
	padding: 0 0 24px 0;
}
.reply a {
	background:#ebebeb; text-decoration:none; width:53px; height:23px; display:block; text-align:center; color: #777;
}
.reply a:hover {
	background-color:#d2d2d2;
	
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	display: block;
	font-size: 93%;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 100%;
	font-style: italic;
}


/* Comments form */
input[type=submit] {
	color: #333;
	cursor: pointer;
	display:block;
	background-color: #ebebeb;
	/*border-radius:3px;*/
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
#respond {
	border-top: 1px solid #e7e7e7;
	margin: 24px 0;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
	font-weight: normal;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 93%;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: #ff4b33;
	font-weight: bold;
}
#respond label {
	color: #888;
	font-size: 93%;
}
#respond input {
	margin: 0 0 9px;
	width: 95%;
	border:1px solid #ebebeb;
	padding: 5px;
	color: #666;
}
#respond textarea {
	width: 95%;
	border:1px solid #ebebeb;
	color: #666;
	padding: 5px;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 93%;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 85%;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 108%;
	width: auto;
}

/***** contact form *****/

.contactform label {
	float:left;
	width:100px;
	font-size:93%;
	padding-top:4px;
	margin-right: 10px;
	color: #333;
	display:block;
	}
	
.contactform input {
	padding:5px;
	width:350px;
	border:1px solid #ebebeb;
	color: #666;
	}
	
.contactform textarea {
	color: #666;
	height:100px;
	width:350px;
	padding:5px;
	border:1px solid #ebebeb;
	}

.contactform p {
	margin-bottom:10px;
}	

.contactform .submit input {
	width: auto;
	padding: 5px 18px;
	background: #ebebeb;
	border: 0;
	font-size: 108%;
	color: #777;
	float: right;
	margin-right: 145px;
}	

.contactform .submit input:hover {
	background-color:#d2d2d2;
	cursor:pointer;
}

.needsfilled {
	background:#d2d2d2;
	color:white;
}

#sidebar-contact{
	padding-left: 10px;
}

/***** SHORTCODES ******/

/* JQUERY TABS
-------------------------------------------------------------- */
  
/* root element for tabs  */

ul.tabs { 
	list-style:none; 
	margin:0 !important; 
	padding:0;	
	border-bottom:1px solid #bcbcbc;	
	height:30px;
}

/* single tab */
ul.tabs li, #post-entry-fullwidth ul.tabs li { 
	/*float:left;	 */
	/*text-indent:0;*/
	padding:0;
	margin:0 !important;
	list-style-image:none !important; 
}

/* link inside the tab. uses a background image */
ul.tabs a { 
	background: url(https://www.harupets-aichi.com/wp-content/themes/harupets/images/shortcodes/tabs.png) no-repeat -420px 0;
	font-size:85%;
	display:block;
	height: 30px;  
	line-height:30px;
	width: 134px;
	text-align:center;	
	text-decoration:none;
	color:#333;
	padding:0px;
	margin:0px;	
	position:relative;
	top:1px;
}

ul.tabs a:active {
	outline:none;		
}

/* when mouse enters the tab move the background image */
ul.tabs a:hover {
	background-position: -420px -31px;	
	color:#333;	
}

/* active tab uses a class name "current". its highlight is also done by moving the background image. */
ul.tabs a.current, ul.tabs a.current:hover, ul.tabs li.current a {
	background-position: -420px -62px;		
	cursor:default !important; 
	color:#000 !important;
}

/* Different widths for tabs: use a class name: w1, w2, w3 or w2 */

/* width 1 */
ul.tabs a.s 			{ background-position: -553px 0; width:81px; }
ul.tabs a.s:hover 	{ background-position: -553px -31px; }
ul.tabs a.s.current  { background-position: -553px -62px; }

/* width 2 */
ul.tabs a.l 			{ background-position: -248px -0px; width:174px; }
ul.tabs a.l:hover 	{ background-position: -248px -31px; }
ul.tabs a.l.current  { background-position: -248px -62px; }


/* width 3 */
ul.tabs a.xl 			{ background-position: 0 -0px; width:248px; }
ul.tabs a.xl:hover 	{ background-position: 0 -31px; }
ul.tabs a.xl.current { background-position: 0 -62px; }


/* initially all panes are hidden */ 
.panes .pane {
	display:none;		
}

/* tab pane styling */
.panes div {
	display:none;		
	padding:15px 10px;
	border:1px solid #bcbcbc;
	border-top:0;
	height:100px;
	font-size:93%;
	background-color:#fff;
}
  

/***** ACCORDION *****/
#accordion {

	width: 300px;
	border:1px solid #bcbcbc;	
	background:#fff;
}

/* accordion header */
#accordion h2 {
	background:#ccc url(https://www.harupets-aichi.com/wp-content/themes/harupets/images/shortcodes/h30.png);
	margin:0;
	padding:5px 15px;
	font-size:108%;
	font-weight:normal;
	border:1px solid #eee;
	border-bottom:1px solid #bcbcbc;
	cursor:pointer;	
	color: #333;
}

/* currently active header */
#accordion h2.current {
	cursor:default;
	background-color:#fff;
}

/* accordion pane */
#accordion .pane {
	border:1px solid #fff;
	border-width:0 2px;
	display:none;
	height:180px;
	padding:15px;
	color:#777;
	font-size:93%;
}

/* a title inside pane */
#accordion .pane h3 {
	font-weight:normal;
	margin:0 0 -5px 0;
	font-size:123.1%;
	color:#999;
}

/* CUSTOM LIST */

.custom-list ul { list-style: none !important; list-style-image: none !important; padding-left: 0 !important; margin: 0 !important; }
	.list-tick ul li { background: url(https://www.harupets-aichi.com/wp-content/themes/harupets/images/shortcodes/list-tick.png) no-repeat 0 3px !important; padding-left: 25px !important; margin: 5px 0 !important; list-style: none !important; }
	.list-cross ul li { background: url(https://www.harupets-aichi.com/wp-content/themes/harupets/images/shortcodes/list-cross.png) no-repeat 0 1px !important;  padding-left: 25px !important; list-style: none !important;}
	.list-arrow ul li { background: url(https://www.harupets-aichi.com/wp-content/themes/harupets/images/shortcodes/list-arrow.png) no-repeat 0 1px !important; padding-left: 25px !important; list-style: none !important;}
		.list-star ul li { background: url(https://www.harupets-aichi.com/wp-content/themes/harupets/images/shortcodes/list-star.png) no-repeat 0 1px !important;  padding-left: 25px !important; list-style: none !important;}
	.custom-list ul li ul { padding: 2px 0px !important; margin: 0 !important; }

/* BOXES */
.success	{
	background:url(https://www.harupets-aichi.com/wp-content/themes/harupets/images/shortcodes/success.png) no-repeat scroll 10px 3px #EEF4D4;
    border: 1px solid #8FAD3D;
    padding: 10px 10px 10px 60px;
    position: relative;
    width: 490px;	}

.info	{
	background:url(https://www.harupets-aichi.com/wp-content/themes/harupets/images/shortcodes/info.png) no-repeat scroll 10px 3px #c6d8f0;
    border: 1px solid #4381cc;
    padding: 10px 10px 10px 60px;
    position: relative;
    width: 490px;	}
	
.warning	{
	background:url(https://www.harupets-aichi.com/wp-content/themes/harupets/images/shortcodes/warning.png) no-repeat scroll 10px 3px #ffea97;
    border: 1px solid #e2b500;
    padding: 10px 10px 10px 60px;
    position: relative;
    width: 490px;	}
	
.cancel	{
	background:url(https://www.harupets-aichi.com/wp-content/themes/harupets/images/shortcodes/cancel.png) no-repeat scroll 10px 3px #efcec9;
    border: 1px solid #ae3f2e;
    padding: 10px 10px 10px 60px;
    position: relative;
    width: 490px;	}		

.yellow {
color:#333;
background:#ffff00;
padding:3px 2px;
}

.black {
color:#fff;
background:#000;
padding:3px 2px;
}

.red {
color:#fff;
background:#ff0000;
padding:3px 2px;
}

span.dropcap {
float:left;
font-size:197%;
width:40px;
height:40px;
line-height:42px;
margin-right:5px;
text-align:center;
}


.pullright {
width:33%;
float:right;
font-size:116%;
margin:10px 2px 10px 10px;
padding:15px;
border-left:2px solid #ebebeb;
}

.pullleft {
width:33%;
float:left;
font-size:116%;
margin:10px 10px 10px 2px;
padding:15px;
border-right:2px solid #ebebeb;
}

.quote{
	padding:2px 4px 2px 42px;
	background: url(https://www.harupets-aichi.com/wp-content/themes/harupets/images/shortcodes/quote.png) 0px 5px no-repeat;
	float:left;
	font-size: 116%;
}

.one_half{ width:48%; }
.one_third{ width:30.66%; }
.two_third{ width:65.33%; }
.one_fourth{ width:22%; }
.three_fourth{ width:74%; }
.one_fifth{ width:16.8%; }
.two_fifth{ width:37.6%; }
.three_fifth{ width:58.4%; }
.four_fifth{ width:67.2%; }
.one_sixth{ width:13.33%; }
.five_sixth{ width:82.67%; }
.one_half,.one_third,.two_third,.three_fourth,.one_fourth,.one_fifth,.two_fifth,.three_fifth,.four_fifth,.one_sixth,.five_sixth{ position:relative; margin-right:4%; float:left; }
.last{ margin-right:0 !important; clear:right; }
.clearboth {clear:both;display:block;font-size:0;height:0;line-height:0;width:100%;}

/* ------- Default Sliding Door Buttons ------- */
.button_link{
	font-family: Arial, sans-serif;
	background:url(https://www.harupets-aichi.com/wp-content/themes/harupets/images/shortcodes/buttons/black/button_sprite.png) no-repeat scroll right -165px transparent;
	text-decoration:none !important;
	color:#eee !important;
	text-shadow:0 -1px 0 #888888;
	display:inline-block;
	font-size:85%;
	letter-spacing:1.6px;
	margin:5px 10px 5px 0;
	border:0 none;
	padding:0 24px 0 0;
	text-transform:uppercase;}
.button_link span{
	background:url(https://www.harupets-aichi.com/wp-content/themes/harupets/images/shortcodes/buttons/black/button_sprite.png) no-repeat scroll -6px -122px transparent;
	text-decoration:none !important;
	display:block;
	line-height:10px;
	padding:15px 0 17px 21px;}
.button_link.large_button{
	background-position:right -61px;
	font-size:182%;
	height:56px;
	padding-right:24px;}
.button_link.large_button span{
	background-position:-6px -3px;
	line-height:20px;
	padding:16px 0 20px 19px;
	text-transform:none;}
.button_link:hover{text-decoration:none !important;}

/* -------  Alternate Color Buttons & Box Headers ------- */
.black_gradient, .black_gradient span{background-image: url(https://www.harupets-aichi.com/wp-content/themes/harupets/images/shortcodes/buttons/black/button_sprite.png) !important; color:#eee !important; text-shadow:0 -1px 0 #888 !important;}
.blue_gradient, .blue_gradient span{background-image: url(https://www.harupets-aichi.com/wp-content/themes/harupets/images/shortcodes/buttons/blue/button_sprite.png) !important; color:#eee !important; text-shadow:0 -1px 0 #888 !important;}
.green_gradient, .green_gradient span{background-image: url(https://www.harupets-aichi.com/wp-content/themes/harupets/images/shortcodes/buttons/green/button_sprite.png) !important; color:#eee !important; text-shadow:0 -1px 0 #888 !important;}
.grey_gradient, .grey_gradient span{background-image: url(https://www.harupets-aichi.com/wp-content/themes/harupets/images/shortcodes/buttons/grey/button_sprite.png) !important; color:#333 !important; text-shadow:0 -1px 0 #888 !important;}
.navy_gradient, .navy_gradient span{background-image: url(https://www.harupets-aichi.com/wp-content/themes/harupets/images/shortcodes/buttons/navy/button_sprite.png) !important; color:#eee !important; text-shadow:0 -1px 0 #888 !important;}
.orange_gradient, .orange_gradient span{background-image: url(https://www.harupets-aichi.com/wp-content/themes/harupets/images/shortcodes/buttons/orange/button_sprite.png) !important; color:#eee !important; text-shadow:0 -1px 0 #888 !important;}
.pink_gradient, .pink_gradient span{background-image: url(https://www.harupets-aichi.com/wp-content/themes/harupets/images/shortcodes/buttons/pink/button_sprite.png) !important; color:#eee !important; text-shadow:0 -1px 0 #888 !important;}
.purple_gradient, .purple_gradient span{background-image: url(https://www.harupets-aichi.com/wp-content/themes/harupets/images/shortcodes/buttons/purple/button_sprite.png) !important; color:#eee !important; text-shadow:0 -1px 0 #888 !important;}
.red_gradient, .red_gradient span{background-image: url(https://www.harupets-aichi.com/wp-content/themes/harupets/images/shortcodes/buttons/red/button_sprite.png) !important; color:#eee !important; text-shadow:0 -1px 0 #888 !important;}

/*gallery-wp*/
/*////////////////////////////////////////////////////////////////////////////////////////////*/

#gallery-wp a{
	text-decoration: none;
	font-size: 138.5%;
}

.gallery-caption {
	margin: 0 0 5px;
}

/*--navigation--*/
/*////////////////////////////////////////////////////////////////////////////////////////////*/

.navigation {
	float: left;
	width: 435px;
	margin: 20px 0;
}


.navigation .alignleft a {
	float: left;
}

.navigation .alignright a {
	float: right;
}

/*--wp-pagenavi--*/
/*////////////////////////////////////////////////////////////////////////////////////////////*/

.wp-pagenavi {
	color: #464646;
	margin-top: 30px;
}

.wp-pagenavi a {
	margin-left: 3px;
	padding: 3px 7px;
	text-decoration: none;
}

.wp-pagenavi a.page {
	padding: 2px 5px; 
	margin: 2px;
	text-decoration: none;
	background: #f6f6f6;
}

.wp-pagenavi span.current {
	padding: 2px 5px; 
	margin: 2px;
	font-weight: bold;
	background: #000;
	color: #fff;
}
.wp-pagenavi span.extend {
	padding: 2px 5px; 
	margin: 2px;
	background: #f6f6f6;
	text-decoration: none;
}

.wp-pagenavi span.pages {
	padding: 2px 5px; 
	margin: 2px;
	background: #f6f6f6;
}

/*--sub head and breadcrumbs--*/
/*////////////////////////////////////////////////////////////////////////////////////////////*/

#subhead_container{
	background: #fff;
	margin:0px auto;
	/*border-top: 2px solid #ebebeb;*/
	/*border-bottom: 2px solid #ebebeb;*/
	/*border-top: 1px solid #6f4334;*/
	border-bottom: 1px solid #6f4334;
	width: 755px;
}

#subhead_container2{
	background: #fff;
	margin:0px auto;
	/*border-top: 2px solid #ebebeb;*/
	/*border-bottom: 2px solid #ebebeb;*/
	border-top: 1px solid #6f4334;
	width: 755px;
}

#subhead{
	background: #fff;
	margin:0px auto;
	width: 755px;
	padding-left: 10px;
}

#subhead h1{
        color: #6f4334;
	/*color: #555;*/
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 0px;
	font-family: 'ヒラギノ丸ゴ Pro W4','Hiragino Maru Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size: 153.9%;
	margin-bottom: 0px;
}

/* full width page */
/*////////////////////////////////////////////////////////////////////////////////////////////*/

#post-entry-fullwidth {
	/*padding: 20px 30px 10px 30px;*/
	/*width:944px;*/
	width:740px;
	float:left;
	z-index:1;
	background-color: #fff;
	background:#fff;
}

#post-entry-fullwidth ul { margin: 0 0 10px 10px; }
#post-entry-fullwidth ul li {
	display: block;
	margin: 5px 0;
	padding: 0 0 0 15px;
	background: url(https://www.harupets-aichi.com/wp-content/themes/harupets/images/bullet.png) no-repeat 0 7px;
}

#post-entry-fullwidth ol {
	margin: 5px 0 10px 20px;
}
#post-entry-fullwidth ol li { 
	display: block;
	margin: 5px 0;
	list-style: decimal;
	padding: 0 0 0 0px;
 }

/*--widget-formatting*/
/*////////////////////////////////////////////////////////////////////////////////////////////*/

/*general*/

.widget-container {
	margin-bottom: 45px;
}

.widget-container ul li a	{
	text-decoration:none;
	color:#777;
}

.widget-container ul li a:hover	{
	text-decoration:none;
	color:#000;
}

.widget-container h3 {
	color: #333; 
	padding: 0px 5px 12px 10px;
	margin: 0px 0px 0px 0px;
	overflow: hidden;
	font-size: 138.5%;
	font-weight: 500;
}

.widget-container ul li {
	display: block;
	border-bottom: 1px solid #ebebeb;
	padding: 7px 0px 7px 14px;
	margin-left: 12px;
	margin-right: 15px;
}

.widget-container ul li {
	display: block;
	background: url("https://www.harupets-aichi.com/wp-content/themes/harupets/images/bullet.png") no-repeat 0px 12px;
}

.widget-container ul li ul li{
	display: block;        
	margin-left: 12px;
}

/*widgets*/

.textwidget {
	border-left:2px solid #ccc;
	font-size: 93%;
	/*padding: 5px 11px;*/
        padding-left: 10px;
        padding-bottom: 0px;
}

.textwidget p {
        margin: 0;
        padding: 0;
}

.textwidget table {
        padding-top: 0px;
        margin: 0;
}

.textwidget tr td{
        border: 0;
        padding: 0;
        margin: 0;
        vertical-align: top;
        /*align: left;*/
}

.textwidget img {
        /*margin: 0;*/
        margin-top: 10px;
        /*margin-bottom: 20px;*/
        float: left;
}

#calendar_wrap {
	text-align: left;
	padding: 8px 15px;
	margin: 0;
}

#wp-calendar {
	text-align:	left;
	margin-top:	5px;
	width:	100%;
}

#wp-calendar caption{
	font-weight: normal;
	font-size: 108%;
	margin-bottom: .4em;
}

#wp-calendar td{
	padding:10px;
}

#wp-calendar #today{
	font-weight: bold; color: #FF0000;
}


.widget_tag_cloud a{
	text-decoration: none;
	padding: 11px;
}

/*Alignments */
/*////////////////////////////////////////////////////////////////////////////////////////////*/

#left-col img {
	max-width: 455px;
}

.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 22px;
	margin-top: 9px;
}

.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 22px;
	margin-top: 8px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft,
.alignright,
.aligncenter,
img.alignleft,
img.alignright,
img.aligncenter
{
	margin-bottom: 10px;
}

img.alignnone,
.alignnone {
	display: inline;
	float: left;
	margin-right: 15px;
	margin-top: 4px;
	margin-bottom: 12px;
}

.wp-caption {
	border: none;
	background: #f1f1f1;
	color: #888;
	font-size: 93%;
	line-height: 18px;
	text-align: center;
	margin-bottom: 15px;
	padding: 4px;
	-moz-border-radius: 0;
	-khtml-border-radius: 0;
	-webkit-border-radius: 0;
	/*border-radius: 0;*/
}
.wp-caption img {
	margin: 5px;
}
.wp-caption p.wp-caption-text {
	margin: 0 0 4px;
}
.wp-smiley {
	margin:0;
}

#whatsnew {
        margin-top: 0;
        float: right;
        background: #fff;
        width: 250px;
}
#whatsnew h3 {
        float:left;
        width:92px;
        height:30px;
}

#whatsnew2 {
        margin-top: 0;
        float: right;
        background: #fff;
}
#whatsnew2 h3 {
        float:left;
        width:92px;
        height:30px;
}

.jScrollbar {
  /*height:210px;*/
  height:400px;
  overflow:hidden;
  position:relative;
  background:#fff;
  margin: 0;
  margin-top: 10px;
  padding: 0;
  /*background-color:#fff;*/
  /*padding:10px*/
}
.jScrollbar .jScrollbar_mask {
  /*width:230px;*/
  width:160px;
  padding-top:5px;
  position:relative;
  top:10px;
  background:#fff;
  float:left
}
.jScrollbar .jScrollbar_mask p {
  margin:0;
  padding:0;
  color:#000;
  background:#fff;
  /*font-size:12px;*/
}
.jScrollbar .jScrollbar_draggable {
  float:right;
  width:5px;
  /*height:210px;*/
  height:400px;
  overflow:hidden;
  background:none;
  background:#cccccc;
  margin-right: 0;
  position:relative
}
.jScrollbar .jScrollbar_draggable a.draggable {
  position:relative;
  background:#6f4334;
  display:block;
  height:44px;
  width:5px;
  margin-left:0;
  cursor:s-resize
}

/*.jScrollbar .list {position:relative; width:306px; height:220px; margin-top:9px; overflow:auto;}*/
/*.jScrollbar ul {width:235px; margin-top:-5px;}*/
.jScrollbar ul {width:165px; margin-top:-5px;}
/*.jScrollbar li {width:235px; border-bottom:1px solid #CCCCCC;}*/
.jScrollbar li {width:165px; border-bottom:1px solid #CCCCCC;}
.jScrollbar li a {display:block; height:auto; padding:3px 0px 6px; margin-right:7px;}
.jScrollbar li h4 {display:none; float:right; margin:5px -5px 0 0; margin-top:3px; color:#7F7F7F; font-size:0.8em; font-weight:normal; line-height:150%; }
.jScrollbar li strong {color:#000000; line-height:150%; font-weight:normal; font-size:1.0em;}
.jScrollbar li h5 {clear:both; color:#7399BC; font-weight:bold; line-height:150%;}
.jScrollbar li a:hover strong, 
.jScrollbar li a:hover h4, 
.jScrollbar li a:hover h5 {color:#7F7F7F;}

/** html .jScrollbar {height:260px; overflow:hidden;}
* html .jScrollbar .rss {margin-left:259px;}
* html .jScrollbar .list ul {width:290px;}
* html .jScrollbar .list li a {width:306px;}
* html .jScrollbar .list li h4 {margin-right:5px;}*/

/*   */

.jScrollbar7 {
  /*width:280px;*/
  /*height:300px;*/
  /*  overflow:hidden;*/
  overflow:visible;
  position:relative;
  background:#fff;
  margin: 0;
  margin-top: 10px;
  margin-bottom: 20px;
  padding: 0;
  /*background-color:#fff;*/
  /*padding:10px*/
}
.jScrollbar7 .jScrollbar7_mask {
  width:160px;
  padding-top:5px;
  position:relative;
  top:10px;
  background:#fff;
  float:left
}
.jScrollbar7 .jScrollbar7_mask p {
  margin:0;
  padding:0;
  color:#000;
  background:#fff;
  /*font-size:12px;*/
}
.jScrollbar7 .jScrollbar7_draggable {
  float:right;
  width:5px;
  height:300px;
  overflow:hidden;
  background:none;
  background:#cccccc;
  margin-right: 0;
  position:relative
}
.jScrollbar7 .jScrollbar7_draggable a.draggable {
  position:relative;
  background:#6f4334;
  display:block;
  height:44px;
  width:5px;
  margin-left:0;
  cursor:s-resize
}

/*.jScrollbar7 .list {position:relative; width:306px; height:220px; margin-top:9px; overflow:auto;}*/
.jScrollbar7 ul {width:165px; margin-top:-5px;}
.jScrollbar7 li {width:165px; border-bottom:1px solid #CCCCCC;}
.jScrollbar7 li a {display:block; height:auto; padding:3px 0px 6px; margin-right:7px;}
.jScrollbar7 li h4 {display:none; float:right; margin:5px -5px 0 0; margin-top:3px; color:#7F7F7F; font-size:0.8em; font-weight:normal; line-height:150%; }
.jScrollbar7 li strong {color:#000000; line-height:150%; font-weight:normal; font-size:1.0em;}
.jScrollbar7 li h5 {clear:both; color:#7399BC; font-weight:bold; line-height:150%;}
.jScrollbar7 li a:hover strong, 
.jScrollbar7 li a:hover h4, 
.jScrollbar7 li a:hover h5 {color:#7F7F7F;}

/** html .jScrollbar7 {height:260px; overflow:hidden;}
* html .jScrollbar7 .rss {margin-left:189px;}
* html .jScrollbar7 .list ul {width:220px;}
* html .jScrollbar7 .list li a {width:236px;}
* html .jScrollbar7 .list li h4 {margin-right:5px;}*/

span.day {
   font-size: 91%;
}

.blue {
   color: #00B5BC;
}
.bluebold {
   color: #00B5BC;
   font-weight: bold;
}
span.large {
   font-size: 108%;
}

span.bold {
   font-weight: bold;
}

span.small {
   font-size: 93%;
}

span.tiny {
   font-size: 85%;
}

#title {
   width: 300px;
   vertical-align: top;
}

#title2 {
   width: 300px;
   vertical-align: top;
}

#title h4 {
        color: #ccc;
}

#title2 h4 {
        color: #6f4334;
}

#address {
   width: 300px;
   vertical-align: bottom;
}

#main {
   width: 450px;
}


@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('https://www.harupets-aichi.com/wp-content/themes/harupets/js/./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('https://www.harupets-aichi.com/wp-content/themes/harupets/js/./fonts/slick.eot');
    src: url('https://www.harupets-aichi.com/wp-content/themes/harupets/js/./fonts/slick.eot?#iefix') format('embedded-opentype'), url('https://www.harupets-aichi.com/wp-content/themes/harupets/js/./fonts/slick.woff') format('woff'), url('https://www.harupets-aichi.com/wp-content/themes/harupets/js/./fonts/slick.ttf') format('truetype'), url('https://www.harupets-aichi.com/wp-content/themes/harupets/js/./fonts/slick.svg#slick') format('svg');
;font-display: swap;
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

.nav,.nav *{margin:0;padding:0;list-style:none}.nav{line-height:1}.nav ul{position:absolute;top:-777em;width:13em}.nav ul li{width:100%}.nav li:hover{visibility:inherit}.nav li{float:left;position:relative}.nav a{display:block;position:relative}.nav li:hover ul,.nav li.sfHover ul{left:0;top:39px;z-index:99}ul.nav li:hover li ul,ul.nav li.sfHover li ul{top:-777em}ul.nav li li:hover ul,ul.nav li li.sfHover ul{left:13em;top:0}ul.nav li li:hover li ul,ul.nav li li.sfHover li ul{top:-777em}ul.nav li li li:hover ul,ul.nav li li li.sfHover ul{left:13em;top:0}.nav{float:right;font-family:Verdana,Arial,Helvetica,sans-serif;font-size:13px;font-weight:400;font-weight:700}.nav a{padding:.6em;text-decoration:none}.nav a,.nav a:visited{color:#777}.nav li li{}.nav li li a{background:#ebebeb;color:#777;font-weight:400;text-transform:lowercase;font-size:12px}.nav li li a:visited{color:#777}.nav li ul{background:#aaa}.nav li:hover,.nav li.sfHover,.nav a:focus,.nav a:hover,.nav a:active{outline:0;color:#333;background:0 0}.nav li ul li:hover,.nav li ul li.sfHover,.nav li ul li a:focus,.nav li ul li a:hover,.nav li ul li a:active{outline:0;color:#fff}