@charset "UTF-8";

/*
Theme Name: 梶田歯科医院ブログ
Author: 梶田歯科医院
Description: クリニックブログ
*/

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

          General Setting

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

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

body {
	background-color:#f2f2f2;
    color: #666;
	font-size: 16px;
    font-family: Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    line-height: 160%;
}


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

          Typography

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

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

h1 {
	margin-bottom: 10px;
	font-size: 240%;
	font-family: Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

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


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

          List

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

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

ul ul{
	margin-left: 1em;
}


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

          Link

*****************************************/
	
a:link,
a:visited{
	color:#00e1ff;
	text-decoration:none;}
	
a:hover,
a:active{
	color:#6da6ff;
	text-decoration:none;}

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

          Layout

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

#container{
	background:url(images/blog_bg.jpg) right top no-repeat;
	
}

#container,
.wrapper {
	margin: 0 auto;
	width: 1170px;	
}

#header {
	margin-bottom: 20px;
	height:500px;
}
	#header .alignleft,
	#header .alignright{
		margin-bottom: 20px;
		width: auto;
	}
	#header .alignright{
		width: 295px;
		padding: 20px 20px 15px 20px;
		margin-top:200px;
		margin-right:55px;
		background-image:url(images/header_message_bg.png);
		border-radius: 10px;		/* CSS3草案 */
		-webkit-border-radius: 10px;	/* Safari,Google Chrome用 */
		-moz-border-radius: 10px;	/* Firefox用 */
	}

#main {
	float: right;
	width: 690px;
	padding:25px;
	background-color:#fff;
	box-shadow: 1px 1px 3px 2px #9f9e9e;
	-webkit-box-shadow: 1px 1px 3px 2px #9f9e9e;
	-moz-box-shadow: 1px 1px 3px 2px #9f9e9e;
}

#sidebar {
	float: left;
	width: 300px;
	padding:25px;
	background-color:#fff;
	box-shadow: 1px 1px 3px 2px #9f9e9e;
	-webkit-box-shadow: 1px 1px 3px 2px #9f9e9e;
	-moz-box-shadow: 1px 1px 3px 2px #9f9e9e;
}

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

#footer {
	clear: both;
	text-align:center;
}


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

          header

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

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

#logo{
margin-bottom:50px;
}

#logo span{
display:block;
margin-bottom:20px;
}

#logo a{
	border: none;
}

#description {
	margin-top: 0;
	color: #777;
	font-size:0.8em;
	display:block;
	text-align:right;
}

#director{
	width: 350px;
	text-align:center;}
	
#director p{
	width:300px;
	text-align:left;
	margin:0px auto;
	padding:0px;}

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

          Breadcrumb

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

#breadcrumb{
	margin-bottom: 20px;
}
#breadcrumb li{
	float: left;
	margin-right: .5em;
}


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

          Main

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

#main h1.entry-title,
#main h2.entry-title{
	border-bottom:1px solid #6da6ff;
	font-size:2.5em;
	font-weight:normal;
	line-height:130%;
	margin: 0px 0px 20px 0px;
	padding:0px;}
	
#main h2.entry-title a:link,
#main h2.entry-title a:visited{
	color:#6da6ff;
	text-decoration:none;}
	
#main h2.entry-title a:hover,
#main h2.entry-title a:active{
	color:#666;
	text-decoration:none;}

#main .post,
#main .page{
	overflow: hidden;
	margin-bottom: 59px;
	border-bottom: 1px solid transparent;
}

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

.post-meta{
	display:block;
	float:right;
	width:250px;
	text-align:right;
}
	.post-meta .post-date,
	.post-meta .category{
		padding-right: 1em;
	}
	.comment-num,
	.trackbacks-num{
	display:block;}

.more-link{
	float: right;
}

.blog_footer_tel{
	border:solid 1px #999999;
	padding: 20px 0px 10px 0px;
	margin: 10px 20px 0px 0px;
	width:400px;
	float:left;
	text-align:center;
	}

.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;
		padding: 5px 8px;
		border: 1px solid #ddd;
		background: #ddd;
	}
		.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;
	}

.to_top a:link,
.to_top a:visited{
	display:block;
	width:100%;
	padding:10px 0px;
	margin-top:10px;
	text-align:center;
	background-color:#6da6ff;
	color:#fff;}
	
.to_top a:hover,
.to_top a:active{
	background-color:#00e1ff;}

.entry-content img{
	max-width:100%;
	margin:5px auto;
	height:auto;}

.entry-content h2,
.entry-content h3,
.entry-content h4{
	margin:0px;
	padding:0px;
	line-height:1.5;}

.entry-content p{
	margin: 0px 0px 20px 0px;
	padding:0px;
}

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

          Page Navi

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

.wp-pagenavi{
	text-align:center;}

.wp-pagenavi span{
	border-left:solid 1px #666;
	padding:0px 5px;}

.wp-pagenavi span.pages{
	border-style:none;}

.wp-pagenavi span.current{
	font-weight:bold;}


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

          Comments Area

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

#comment-area h3{
	font-size: 150%;
	font-family: Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	border-bottom:1px dotted #6da6ff;
	color:#6da6ff;
	padding-bottom:5px;
}

.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: Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	color:#6da6ff;
	font-size:1em;
	border-bottom:1px #6da6ff solid;
	clear:both;
}
.widget{
	margin-bottom: 30px;
}

#sidebar .widget ul{
}

#sidebar .widget ul li{
	list-style:none;}
	
#sidebar .widget ul li a:link,
#sidebar .widget ul li a:visited{
	color:#00e1ff;
	text-decoration:none;}
	
#sidebar .widget ul li a:hover,
#sidebar .widget ul li a:active{
	color:#6da6ff;
	text-decoration:none;}
	
	span.post-date{
		display:block;}

#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;
}

.widget_recent_entries ul li{
	margin-bottom:10px;
	padding-top:23px;
	position:relative;}

.widget_recent_entries ul li span.post-date{
	position:absolute;
	top:0px;
	left:0px;
	}

/*医院情報*/

#clinic_date_time table{
	width:100%;
	border-bottom:solid 1px #999;
	border-collapse: collapse;}
	
#clinic_date_time table th{
	color:#fff;
	background-color:#92baff;
	width:8%;
	text-align:center;
	padding:3px 0px;}

#clinic_date_time table th.time_tit{	
    border-top-left-radius: 10px;        /* CSS3草案 */  
    -webkit-border-top-left-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-top-left-radius: 10px;   /* Firefox用 */
	width:30%;}

#clinic_date_time table td.time_tit{
	color:#666;
	width:30%;}
	
#clinic_date_time table th.time_last{	
    border-top-right-radius: 10px;        /* CSS3草案 */  
    -webkit-border-top-right-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-top-right-radius: 10px;   /* Firefox用 */}

#clinic_date_time table td{
	border-bottom:dotted 1px #999;
	color:#92baff;
	text-align:center;
	padding:3px 0px;
	width:8%;}

#clinic_date_time p.bikou{
	text-align:right;
	padding:0px;
	margin:0px;
	}

#clinic_date_time p{
	padding:0px;
	margin:0px;
	font-size:0.95em;}

#medical_courses ul li{
	display:block;
	width:50%;
	float:left;}

#clinic_date_time span a:link,
#clinic_date_time span a:visited{
	display:block;
	text-align:center;
	background-color:#92baff;
	float:right;
	padding:2px 10px;
	margin: -7px 0px 0px 0px;
	color:#fff;}
	
#clinic_date_time span a:hover,
#clinic_date_time span a:active{
	background-color:#6da6ff;
	}


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

          Footer

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

#copyright{
	padding: 20px 0;
	font-size: 80%;
}


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

          Form

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

input[type="text"],
input[type="password"],
input[type="email"],
input[type="search"],
textarea {
	margin: 0;
	margin-bottom: 20px;
	padding: 3% 2%;
	width: 96%;
	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 #6da6ff;
	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 #6da6ff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #6da6ff;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	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 #00e1ff;
		background: #00e1ff;
		color: #fff;
	  	text-shadow: 0 -1px rgba(0, 0, 0, .4);

	}

	.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;
}