﻿@charset "UTF-8";

/*
	Theme Name: 平成動物病院
	Description: 平成動物病院PC用テーマです。
	Author: 平成動物病院

*/

@import "page.css";

/****************************************

          General Setting

*****************************************/

html, body {
	margin: 0;
	padding: 0;
}

body {
    color: #333;
	background-color:#FFFEE6;
	font-size: 14px;
    font-family: Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    line-height: 160%;
	margin: 0;
	padding: 0;
	position:relative;
}


/****************************************

          Typography

*****************************************/

h1, h2, h3, h4, h5, h6{
	font-weight: normal;
}

h1 {
	margin-bottom: 10px;
	font-size: 240%;
	font-family: Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

blockquote{
	margin-bottom: 2em;
	margin-left: 20px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
}

p.text_center{
	text-align:center;}


/****************************************

          List

*****************************************/

ul,ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul ul{
	margin-left: 1em;
}


/****************************************

          Link

*****************************************/

a {
	color: #8E6954;
	text-decoration: none;
}

a:hover {
	color: #FF8DCE;
}

a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
}


/****************************************

          Layout

*****************************************/

#wrapper{
	background:url(../images/common/page_bg.jpg) left top repeat-x;}

#container{
	margin: 0 auto;
	padding:0px;
	width: 1024px;
	background-color:#fff;
	border-left:1px solid #CEBBAE;
	border-right:1px solid #CEBBAE;
	border-bottom:1px solid #CEBBAE;
}

#container h2.page_title{
	margin:0px;
	padding:0px;}

header{
	background: #fff url(../images/common/header_bg.gif) bottom left repeat-x;
	border-bottom: 1px solid #fff;
	min-width: 1024px;
	width:100%;
	padding:0px;
	margin:0px;}

#header {
	padding: 0px;
	margin: 0 auto;
	width: 1024px;
}
	#header .alignleft,
	#header .alignright{
		margin-bottom: 20px;
		width: auto;
		line-height:1;
	}
	
	#header .alignleft img,
	#header .alignright img{
		margin:0px;
		padding:0px;}
	
	#header .alignright{
		width: 300px;
	}
	
	#header .alignright p{
		margin:0px;
		padding:0px;}
		
	#header .alignright span a:link,
	#header .alignright span a:visited{
	margin-top:10px;
	display:block;
	color:#fff;
	line-height:2;
	text-align:center;
	background-color:#B2907F;
	border-radius: 5px;		/* CSS3草案 */
	-webkit-border-radius: 5px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 5px;	/* Firefox用 */
	box-shadow: 1px 1px 0px 1px #ccc;
	-webkit-box-shadow: 1px 1px 0px 1px #ccc;
	-moz-box-shadow: 1px 1px 1px 0px #ccc;
	}
	
	#header .alignright span a:hover,
	#header .alignright span a:active{
	background-color:#cda693;
		}
	#header .alignright span.webyoyaku a:link,
	#header .alignright span.webyoyaku a:visited{
	/*margin-bottom:15px;*/
	background-color:#FF8517;
	font-size: 14px;
	font-weight: bold;}
	
	#header .alignright span.webyoyaku a:hover,
	#header .alignright span.webyoyaku a:active{
	background-color:#F9C03D;}
	
	#header .alignright span.webyoyaku2 a:link,
	#header .alignright span.webyoyaku2 a:visited{
	/*margin-bottom:15px;*/
	background-color:#fff;
	font-size: 14px;
	font-weight: bold;
	color:#FF8517;}
	
	#header .alignright span.webyoyaku2 a:hover,
	#header .alignright span.webyoyaku2 a:active{
	background-color:#fff;}

header h1#description{
	font-size:11px;
	text-align:right;
	color:#ccc;
	margin:0px;
	padding:0px;}

#main {
	float: left;
	width: 650px;
	padding: 35px;
	margin:0px;
}

#main.wide {
	float: none;
	width: 954px;
	margin:0px;
}

#sidebar {
	float: right;
	width: 230px;
	background-color:#e9e1de;
	padding:0px 10px;
	margin: 35px 35px 0px 0px;
}

#sidebar h2.widgettitle{
	color:#8E6954;}
	
#sidebar .widget ul{
	border-top:3px #8E6954 solid;
	background-color:#fff;
	padding: 20px 10px 10px 10px;
	margin: 0px}
	
#sidebar .widget ul li{
	list-style:none;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 15px;
	background:url(../images/common/isidebar_iconpng.png) 0px 5px no-repeat;
	line-height:1.3;}
	
#sidebar .widget ul li span.post-date{
		display:block;
		text-align:right;
		font-size:12px;}

#main,
#sidebar{
	margin-bottom: 59px;
	border-bottom: 1px solid transparent;
}

#sidebar table#wp-calendar{
	width:100%;
	background-color:#FFFFFF;}
	
#sidebar table#wp-calendar th,
#sidebar table#wp-calendar td{
	text-align:center;}
	
#sidebar table#wp-calendar td a:link,
#sidebar table#wp-calendar td a:visited{
	color:#8E6954;
	text-decoration:underline;}
	
#sidebar table#wp-calendar td a:hover,
#sidebar table#wp-calendar td a:active{
	text-decoration:none;}
	
#sidebar table#wp-calendar td#today{
	border:solid 1px #ccc;}
	
#sidebar .widget #calendar_wrap{
	border-top:3px #8E6954 solid;
	background-color:#fff;
	padding:15px;
	}


/****************************************

          header

*****************************************/

*:first-child+html #header > div{ /* IE7 */
	clear: both;
	zoom:1;
}

#logo,
#logo a{
	margin:0px;
	padding:0px;
	line-height:1;
}

#searchform{
	position: relative;
	margin-top: 45px;
}
	#s{
		padding: 6px 20% 6px 5%;
		width: 75%;
		-webkit-border-radius: 25px;
		-moz-border-radius: 25px;
		border-radius: 25px; 
		font-size: 10px;
	}
	#searchsubmit{
		position: absolute;
		top: 0;
		right: 0;
		width: 30px;
		height: 26px;
		border: none;
		background: url(../../images/common//search.png) no-repeat 50% 50%;
	}


/****************************************

          Navigation

*****************************************/

#header ul#main_menu{
	clear:both;
	margin-bottom:9px;
	}
	
#header ul#main_menu li{
	float:left;
	width:143px;
	margin-right:3px;
	margin-bottom:3px;
	}
	
#header ul#main_menu li.menu09,
#header ul#main_menu li.menu16{

	margin-right:0px !important;}
	
#header ul#main_menu li a:link,
#header ul#main_menu li a:visited{
	display:block;
	width:143px;
	height:46px;
	overflow:hidden;
	}
	
#header ul#main_menu li a:hover img,
#header ul#main_menu li a:active img{
	 opacity: 0.1;
	 filter: alpha(opacity=10);
	 -moz-opacity: 0.1;}
	
#header ul#main_menu li.menu01 a{
	background:url(../images/common/menu01_02_on.png) left top no-repeat; }
	
#header ul#main_menu li.menu02 a{
	background:url(../images/common/menu02_02_on.png) left top no-repeat; }
	
#header ul#main_menu li.menu03 a{
	background:url(../images/common/menu03_02_on.png) left top no-repeat; }
	
#header ul#main_menu li.menu04 a{
	background:url(../images/common/menu04_02_on.png) left top no-repeat; }
	
#header ul#main_menu li.menu05 a{
	background:url(../images/common/menu05_02_on.png) left top no-repeat; }
	
#header ul#main_menu li.menu06 a{
	background:url(../images/common/menu06_02_on.png) left top no-repeat; }

#header ul#main_menu li.menu07 a{
	background:url(../images/common/menu07_02_on.png) left top no-repeat; }
	
#header ul#main_menu li.menu08 a{
	background:url(../images/common/menu08_02_on.png) left top no-repeat; }
	
#header ul#main_menu li.menu09 a{
	background:url(../images/common/menu09_02_on.png) left top no-repeat; }
	
#header ul#main_menu li.menu10 a{
	background:url(../images/common/menu10_02_on.png) left top no-repeat; }
	
#header ul#main_menu li.menu11 a{
	background:url(../images/common/menu11_02_on.png) left top no-repeat; }
	
#header ul#main_menu li.menu12 a{
	background:url(../images/common/menu12_02_on.png) left top no-repeat; }
	
#header ul#main_menu li.menu13 a{
	background:url(../images/common/menu13_02_on.png) left top no-repeat; }
	
#header ul#main_menu li.menu14 a{
	background:url(../images/common/menu14_02_on.png) left top no-repeat; }
	
#header ul#main_menu li.menu15 a{
	background:url(../images/common/menu15_02_on.png) left top no-repeat; }
	
#header ul#main_menu li.menu16 a{
	background:url(../images/common/menu16_02_on.png) left top no-repeat; }


/****************************************

          Main

*****************************************/

#main .post,
#main .page{
	overflow: hidden;
	border-bottom: 1px solid transparent;
	padding-bottom:50px;
}
#main .post h2,
#main .page h2{
	font-size:40px;
	color:#8E6954;
	border-bottom:1px solid #8E6954;
	padding: 0px 0px 0px 40px;
	margin: 0px 0px 3px 0px;
	line-height:1.5;
	background:url(../images/common/title_icon.png) 0px 13px no-repeat;
	clear:both;}

.sticky{
	/* 先頭固定ポストのスタイル */
}

.post-meta{
	margin-bottom: 1.5em;
}

#main .post .post-meta{
	text-align:right;
	margin:0px;
	paddin:0px;}
	
#main .post .post-meta .post-date,
#main .post .post-meta .category{
	padding:0em;
	line-height:1.3;
	}
	
	.post-meta .post-date,
	.post-meta .category{
		padding-right: 1em;
	}
	.comment-num{ white-space: nowrap; }

.more-link{
	float: right;
}

.navigation{
	overflow: hidden;
	margin-bottom: 40px;
	border-top: 1px solid #EAD1C7;
	border-bottom: 1px solid #EAD1C7;
	background: url(../../images/common//gray.gif) repeat-y 50% 0;
}
	.navigation > div{
		width: 50%;
	}

	.navigation .alignright{
		text-align: right;
	}

	.navigation a{
		display: block;
		padding: 1em;
		border: none;
	}
		.navigation a:hover{
			background: #ffeff7;
			color: #000;
		}
			.navigation .alignright a:hover{
				border-left: 1px solid #EAD1C7;
			}

.footer-post-meta{
	margin-top: 40px;
	text-align: right;
}
	.post-author{ padding-left: 1em; }

.page-link{
	margin: 3em 0;
}
.comment-page-link{
	margin: 0 0 3em;
}

	.page-link span,
	.comment-page-link span,
	.comment-page-link a{
		display: inline-block;
		margin-right: 3px;
		padding: 5px 8px;
		border: 1px solid #heisei-vet.com;
		background: #heisei-vet.com;
	}
		.page-link a span,
		.comment-page-link a{
			background: #fff;
		}
	
	.page-link a{
		border-bottom: none;
		color: #000;
	}
	
	.page-link a span:hover,
	.comment-page-link a:hover{
		background: #ffeff7;
		color: #000;
	}


/****************************************

          Comments Area

*****************************************/

#comment-area h3{
	font-size: 140%;
	line-height:1.7;
font-family: Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	color:#8E6954;
	border-bottom:dotted #8E6954 1px;
}

.required{ color: #fe56aa;}

.commets-list,
.trackback-list{
	overflow: hidden;
	margin-top: -20px;
	margin-bottom: 40px;
}
	.commets-list li,
	.trackback-list li{
		overflow: hidden;
		margin-top: -1px;
		padding: 20px 0 0;
		width: 100%;
		border-top: 1px solid #ddd;
		border-bottom: 1px solid transparent;
	}
		.commets-list .avatar{
			float: left;
			margin-right: 10px;
			margin-bottom: 10px;
		}

		.comment-meta,
		.reply,
		.comment-notes,
		.form-allowed-tags,
		span.small{
			font-size: 80%;
		}

		.comment-body p{
			clear: both;
		}
		.reply{
			text-align: right;
		}

.bypostauthor{
	/* 記事投稿者のコメントのスタイル */
}

.children{
	padding-left: 2em;
}

#respond{
	margin-bottom: 40px;
}

/****************************************

          index.php Main

*****************************************/

.content-box{
	float: right;
	margin-top: -0.25em;
	width: 420px;
}
	.content-box .more-link{
		margin: 0;
	}

.thumbnail-box{
	float: left;
	width: 160px;
}
	.thumbnail-box img{
		width: 160px;
		height: 160px;
	}


/****************************************

          Sidebar

*****************************************/

#sidebar h2{
	margin-bottom: 10px;
	font-family: 'Josefin Sans', sans-serif;
}
.widget{
	margin-bottom: 20px;
}

#sidebar-recent-posts li,
#sidebar-popular-posts li{
	margin:20px 0;
}

.sidebar-thumbnail-box{
	float: left;
	width: 75px;
}

.sidebar-recent-posts-title{
	float: right;
	width: 165px;
}
	#sidebar-recent-posts h3,
	#sidebar-recent-posts p,
	#sidebar-popular-posts h3,
	#sidebar-popular-posts p{
		margin: 0;
	}

.tagcloud a{
	white-space: nowrap;
}


/****************************************

          Footer

*****************************************/
footer{
	width:100%;
	min-width:1024px;
	background-color:#fff;}

#copyright{
	width:100%;
	min-width:1024px;
	padding: 10px 0 20px 0;
	margin:0px;
	font-size: 80%;
	background-color:#604639;
	text-align:center;
	color:#fff;
	border-top:#B2907F solid 1px
}

ul#footer_menu{
	min-width:1024px;
	text-align: center;
	background-color:#EAD1C7;
	padding:5px 0px;
	border-bottom:#B2907F solid 1px}
	
ul#footer_menu li{
  display: -moz-inline-box;
  display: inline-block;
  /display: inline;
  /zoom: 1;
  padding: 0px 10px;
  border-right:solid 1px #8E6954;
  line-height:1;
  font-size:12px;}
  
ul#footer_menu li.menu01{
   border-left:solid 1px #8E6954;}
  
ul#footer_menu li a:link,
ul#footer_menu li a:visited{
  color:#8E6954;}
  
ul#footer_menu li a:hover,
ul#footer_menu li a:active{
  	color:#FF8DCE;}
	
.footer_in{
	width:1024px;
	margin:40px auto;
	position:relative;}
	
.footer_in span#to_top{
	position:absolute;
	right:175px;
	top:-11px;}
	
.footer_in h3{
	margin:0px 0px 5px 0px;
	padding:0px;}
	
.footer_in p{
	margin:0px;
	padding:0px;}
	
.footer_in .footer_left{
	float:left;
	width:280px;
	margin-right:30px;
	height:260px;
	position:relative;}
	
.footer_in .footer_left ul li{
	display:inline;
	font-size:18px;
	padding-right:70px;}
	
.footer_in .footer_left ul li.last{
	display:block;
	padding:0px;
	}
	
.footer_in .footer_left ul li span{
	display:block;
	font-size:12px;}
	
.footer_in span a:link,
.footer_in span a:visited{
	margin-top:10px;
	background-color:#B2907F;
	text-align:center;
	color:#fff;
	display:block;
	line-height:1.6;
	border-radius: 5px;		/* CSS3草案 */
	-webkit-border-radius: 5px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 5px;	/* Firefox用 */
	position:absolute;
	bottom:0px;
	left:0px;
	right:0px;
	}
	
.footer_in span a:hover,
.footer_in span a:active{
	background-color:#d3b1a0;
}
	
.footer_in .footer_center{
	float:left;
	width:330px;
	height:260px;
	position:relative;}
	
.footer_in .footer_center p{
	line-height:1.3;
	padding-left:15px;
	font-size:16px;}
	
.footer_in .footer_center p span{
	color:#B2907F;}
	
.footer_in .footer_center table.time_table{
	width:100%;
	border-bottom:solid #604639 1px;
	border-collapse:collapse;
	margin-bottom:10px;}
	
.footer_in .footer_center table.time_table th{
	border-bottom:solid #604639 1px;
	background-color:#EAD1C7;}
	
#footer .footer_in .footer_center table.time_table th.title,
#footer .footer_in .footer_center table.time_table td.title{
	width:28%;}

#footer .footer_in .footer_center table.time_table th.title{
	border-radius: 10px 0px 0px 0px;		/* CSS3草案 */
	-webkit-border-radius: 10px 0px 0px 0px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 10px 0px 0px 0px;	/* Firefox用 */
	background-color:#EAD1C7;}
	
#footer .footer_in .footer_center table.time_table th.last{
	border-radius: 0px 10px 0px 0px;		/* CSS3草案 */
	-webkit-border-radius: 0px 10px 0px 0px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 0px 0px 0px 0px;	/* Firefox用 */
	background-color:#EAD1C7;}
	
.footer_in .footer_center table.time_table th,
.footer_in .footer_center table.time_table td{
	text-align:center;
	width:8%;
	line-height:1.2;
	padding:5px 0px;
	color:#604639;}
	
.footer_in .footer_center table.time_table td{
	border-bottom: dotted #604639 1px;}
	
	
.footer_in .footer_right{
	float:right;
	width:350px;
	height:260px;
	position:relative;}
	
.footer_in .footer_right .map{
	padding: 5px 5px 1px 5px;
	border:1px #ccc solid;}

.info_box table{
	border-collapse:collapse;
	width:100%;
	border-bottom:solid #604639 1px;}

.info_box table th{
	border-bottom:solid #604639 1px;
	color:#604639;
	font-weight:normal;}
	
.info_box table th.week{
	text-align:center;
	background-color:#EAD1C7;
	padding:5px 0px;
	border-radius: 5px 0px 0px 0px;		/* CSS3草案 */
	-webkit-border-radius: 5px 0px 0px 0px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 5px 0px 0px 0px;	/* Firefox用 */
	width:33%;}
	
.info_box table td.week{
	width:33%;
	text-align:center;
	}
	
.info_box table td span{
	border-right:solid 1px #E5DAD6;
	padding-right:10px;}

.info_box table td{	
	padding:8px 0px;
	border-bottom:1px #DDC2B6 dotted;}
	
.info_box table th.time{
	text-align:center;
	background-color:#EAD1C7;
	border-radius: 0px 5px 0px 0px;		/* CSS3草案 */
	-webkit-border-radius: 0px 5px 0px 0px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 0px 5px 0px 0px;	/* Firefox用 */
	width:67%;}


/****************************************

          Form

*****************************************/

input[type="text"],
input[type="password"],
input[type="email"],
input[type="search"],
textarea {
	margin: 0;
	margin-bottom: 20px;
	padding: 6px 4px;
	max-width: 100%;
	width: 290px;
	outline: none;
	border: 1px solid #ddd;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background: #eee;
	color: #777;
	vertical-align: bottom;
	font-size: 13px;
}

#comment-area input[type="text"],
#comment-area textarea{
	display: block;
}

textarea {
	overflow: auto;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
textarea:focus {
	border: 1px solid #ff69b4;
	background: #fff;
	-webkit-box-shadow: 0 0 3px rgba(255,105,180,1);
 	-moz-box-shadow: 0 0 3px rgba(255,105,180,1);
	box-shadow:  0 0 3px rgba(255,105,180,1);
 	color: #444;
}

.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
	display: inline-block;
	margin-bottom: 20px;
	padding: 4px 12px;
	padding: 8px 10px;
	border: 1px solid #604639;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #604639;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	line-height: normal;
	cursor: pointer;
	/* Old browsers */
}

	.button:hover,
	button:hover,
	input[type="submit"]:hover,
	input[type="reset"]:hover,
	input[type="button"]:hover {
	  	border: 1px solid #84675A;
		background: #84675A;
		color: #fff;
	}

	.button:active,
	button:active,
	input[type="submit"]:active,
	input[type="reset"]:active,
	input[type="button"]:active {
		position: relative;
		top:1px;
	}


/****************************************

          WordPress Misc

*****************************************/

.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.wp-caption {
	margin: 10px;
	padding-top: 4px;
	border: 1px solid #ddd;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #f3f3f3;
	text-align: center;
}

.wp-caption-text,
.gallery-caption{
	font-size: 80%;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption-dd {
	margin: 0;
	padding: 0 4px 5px;
	font-size: 11px;
	line-height: 17px;
}

img.alignright {
    display: inline-block;
    margin: 0 0 1em 1.5em;
}

img.alignleft {
    display: inline-block;
    margin: 0 1.5em 1em 0;
}


/****************************************

          Clearfix

*****************************************/

#container:after,
#header .menu > ul:after,
#header ul.menu:after,
.clearfix:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: " ";
	font-size: 0;
}

/* clearfix for ie7 */
#container,
#header .menu > ul,
#header ul.menu,
.clearfix {
	display: inline-block;
}

#container,
#header .menu > ul,
#header ul.menu,
.clearfix {
	display: block;
}

.hrym_01 {
	margin:20px 0 30px;
	list-style-type: decimal;
	padding-left:45px;
}
.hrym_01 li {
	font-size:140%;
	line-height:140%;
	color:#996247;
}

/****************************************

          10/追加分

*****************************************/

body#home #main ul.features2{
	margin:0px;
	padding:0px;
}
	body#home #main ul.features2 li{
	width:340px;
	float:left;
	border-left:#fff 1px solid;
}