@charset "UTF-8";

/*
Theme Name: kobe-nakatani-blog
Theme URI: https://www.kobe-nakatani.com/blog/wp-content/themes/nakatani-new
Description: なかたに歯科クリニックのWordpress
*/ 


/* /_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_
  Media Queries による切り替え
/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/


/* PC向けのスタイル： 481px～ */
@media only screen and (min-width: 481px) {


.blogarea {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 740px;
	float: left;
}
.sidearea {
	margin: 0px;
	padding: 0px;
	float: right;
	height: auto;
	width: 220px;
}
.blog_side{
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}
.blog_side ul li{
	font-size: 80%;
	padding-left: 5px;
	line-height: 1.5em;
	padding-bottom: 7px;
}
.blog_side .post-date{
	font-size: 65%;
	line-height: 1.5em;
	color: #666;
	display: block;
}
.blog_title{
	font-size: 80%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	background-color: #344293;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	background-image: url(/images/yajirushi_right.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	color: #FFF;
}
.postarea{
	border: 1px solid #344293;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 40px;
	margin-left: 0px;
	position: relative;
	padding-top: 30px;
	padding-right: 40px;
	padding-bottom: 30px;
	padding-left: 40px;
}
.post_meta{
	padding: 0px;
	margin-top: -20px;
	margin-right: 0px;
	margin-bottom: 40px;
	margin-left: 0px;
}
.post_meta li{
	font-size: 70%;
	line-height: 1.5em;
	color: #999;
	margin: 0px;
	padding: 0px;
	text-align: left;
}
#post{
	font-size: 90%;
	margin: 0px;
	padding: 0px;
}
#post img{
	margin: 0px;
	float: left;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#post_min{
	margin: 0px;
	padding: 0px;
}
#post_min img{
	max-width:100%;
}
#post_min p{
	font-size: 95%;
	line-height: 2.2em;
}
.kijilink {
	padding: 0px;
	width: 50%;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
}
.kijilink a {
	color: #FFF;
	text-decoration: none;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	display: block;
	font-weight: bold;
	background-color: #344293;
	border-radius: 5px;
	box-shadow:3px 3px #2a3050;
}
.kijilink a:hover  {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.navigation{
	height: auto;
	width: 100%;
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 60px;
	margin-left: 0px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #CCC;
	border-bottom-color: #CCC;
	background-image: url(/images/centerline.gif);
	background-repeat: repeat-y;
	background-position: center center;
	padding: 0px;
	display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
.navigation dt{
	margin: 0px;
	padding: 0px;
	float: left;
	height: auto;
	width: 50%;
	text-align: left;
}
.navigation dd{
	float: right;
	height: auto;
	width: 50%;
	text-align: right;
	margin: 0px;
	padding: 0px;
}
.navigation p{
	color: #BEBEBE;
	display: block;
}
.navigation dt a{
	display: block;
	margin: 0px;
	text-decoration: none !important;
	font-size: 80%;
	color: #666;
	line-height: 1.7em;
	padding-top: 20px;
	padding-right: 25px;
	padding-bottom: 20px;
	padding-left: 25px;
	background-image: url(/images/pre.png);
	background-repeat: no-repeat;
	background-position: 5px center;
	height: 100%;
}
.navigation dd a{
	display: block;
	margin: 0px;
	text-decoration: none !important;
	font-size: 80%;
	color: #666;
	line-height: 1.7em;
	padding-top: 20px;
	padding-right: 25px;
	padding-bottom: 20px;
	padding-left: 25px;
	background-image: url(/images/next.png);
	background-repeat: no-repeat;
	background-position: right 5px center;
	height: 100%;
}
.navigation a:hover  {
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	background-color: #F0F0F0;
}
#pagenation{
	text-align: center;
}
#pagenation #pagenation-list{
	display: inline-block;
}
#pagenation:after{
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
#pagenation #pagenation-list li{
	float: left;
	background: none;
	list-style: none;
	padding: 0;
	margin: 0 5px 5px 0;
}
#pagenation #pagenation-list li:last-child{
	margin-left: 0;
}
#pagenation #pagenation-list a,#pagenation #pagenation-list span{
	background: none;
	display: block;
	margin: 0;
	padding: 6px 15px;
	font-size: 12px;
	line-height: 1.5;
	text-align: center;
}
#pagenation #pagenation-list .current{
	background: #E3E3E3;
	color: #696969;
}
#pagenation #pagenation-list .omit{
	padding: 6px 5px;
	color: #777777;
}
#pagenation #pagenation-list li a{
	color: #FFFFFF;
	text-decoration: none;
	background-color: #344293;
}
#pagenation #pagenation-list a:hover{
	background: #5e6dc7;
	color: #FFFFFF;
	text-decoration: none;
}
.blog_list1 {
	height: auto;
	width: 100%;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #dddddd;
	border-left-color: #dddddd;
	padding: 0px;
	margin: 0px;
}
.blog_list1 th,
.blog_list1 td {
	text-align: left;
	vertical-align: top;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #dddddd;
	border-bottom-color: #dddddd;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.blog_list1 th {
	background-color: #FFEEEE;
	width: 52%;
	font-size: 90%;
}
.blog_list1 td {
	background-color: #FFF;
	font-size: 90%;
	text-align: right;
}

/*日曜診療*/
.list1 {
	height: auto;
	width: 100%;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #dddddd;
	border-left-color: #dddddd;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.list1 th,
.list1 td {
	text-align: left;
	vertical-align: top;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #dddddd;
	border-bottom-color: #dddddd;
	padding-top: 7px;
	padding-right: 20px;
	padding-bottom: 7px;
	padding-left: 20px;
}
.list1 th {
	background-color: #FFEEEE;
	width: 52%;
	font-size: 90%;
}
.list1 td {
	background-color: #FFF;
	font-size: 90%;
	text-align: right;
}

}

/* 横幅1100px以下のスタイル： ～1099px */
@media only screen and (min-width: 481px) and (max-width: 1150px) {

.blogarea {
	padding: 0px;
	margin: 0px;
	height: auto;
	width: 100%;
}
.sidearea {
	padding: 0px;
	margin: 0px;
	height: auto;
	width: 100%;
}
}

/* スマホ向けのスタイル： ～480px */
@media only screen and (max-width: 480px) {


.blogarea {
	margin: 0px;
	padding: 0px;
}
.sidearea {
	margin: 0px;
	padding: 0px;
}


.blog_side{
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}
.blog_side ul li{
	font-size: 80%;
	line-height: 1.5em;
	padding: 0px;
	height: auto;
	width: 90%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}
.blog_side .post-date{
	font-size: 65%;
	line-height: 1.5em;
	color: #666;
	display: block;
}
.blog_title{
	font-size: 80%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	background-color: #344293;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	background-image: url(/images/yajirushi_right.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	color: #FFF;
}
.postarea{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	position: relative;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 30px;
	padding-left: 20px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #344293;
	border-bottom-color: #344293;
}
.post_meta{
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 40px;
	margin-left: 0px;
}
.post_meta li{
	font-size: 70%;
	line-height: 1.5em;
	color: #999;
	margin: 0px;
	padding: 0px;
	text-align: left;
}
#post{
	font-size: 90%;
	margin: 0px;
	padding: 0px;
}
#post img{
	margin: 0px;
	float: left;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#post_min{
	padding: 0px;
	height: auto;
	width: 90%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#post_min img{
	max-width:100%;
}
#post_min p{
	font-size: 95%;
	padding: 0px;
	margin: 0px;
	line-height: 1.8em;
}
.kijilink {
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: center;
}
.kijilink a {
	color: #FFF;
	text-decoration: none;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	display: block;
	font-weight: bold;
	background-color: #344293;
	border-radius: 5px;
	box-shadow:3px 3px #2a3050;
}
.navigation{
	height: auto;
	width: 90%;
	padding: 0px;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: 60px;
	margin-left: auto;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCC;
}
.navigation dt{
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 100%;
	text-align: left;
}
.navigation dd{
	height: auto;
	width: 100%;
	text-align: right;
	margin: 0px;
	padding: 0px;
}
.navigation p{
	display: block;
	color: #BEBEBE;
}
.navigation dt a{
	display: block;
	margin: 0px;
	text-decoration: none !important;
	font-size: 80%;
	color: #666;
	line-height: 1.7em;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 25px;
	background-image: url(/images/pre.png);
	background-repeat: no-repeat;
	background-position: 5px center;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
.navigation dd a{
	display: block;
	margin: 0px;
	text-decoration: none !important;
	font-size: 80%;
	color: #666;
	line-height: 1.7em;
	padding-top: 20px;
	padding-right: 25px;
	padding-bottom: 20px;
	padding-left: 0px;
	background-image: url(/images/next.png);
	background-repeat: no-repeat;
	background-position: right 5px center;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
#pagenation{
	text-align: center;
	padding: 0px;
	margin-top: -30px;
	margin-right: 0px;
	margin-bottom: 60px;
	margin-left: 0px;
}
#pagenation #pagenation-list{
	display: inline-block;
}
#pagenation:after{
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
#pagenation #pagenation-list li{
	float: left;
	background: none;
	list-style: none;
	padding: 0;
	margin: 0 5px 5px 0;
}
#pagenation #pagenation-list li:last-child{
	margin-left: 0;
}
#pagenation #pagenation-list a,#pagenation #pagenation-list span{
	background: none;
	display: block;
	margin: 0;
	font-size: 12px;
	line-height: 1.5;
	text-align: center;
	padding-top: 6px;
	padding-right: 8px;
	padding-bottom: 6px;
	padding-left: 8px;
}
#pagenation #pagenation-list .current{
	background: #E3E3E3;
	color: #696969;
}
#pagenation #pagenation-list .omit{
	padding: 6px 5px;
	color: #777777;
}
#pagenation #pagenation-list li a{
	color: #FFFFFF;
	text-decoration: none;
	background-color: #344293;
}
#pagenation #pagenation-list a:hover{
	background: #5e6dc7;
	color: #FFFFFF;
	text-decoration: none;
}
.blog_list1 {
	height: auto;
	width: 100%;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #dddddd;
	border-left-color: #dddddd;
	padding: 0px;
	margin: 0px;
}
.blog_list1 th,
.blog_list1 td {
	text-align: left;
	vertical-align: top;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #dddddd;
	border-bottom-color: #dddddd;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.blog_list1 th {
	background-color: #FFEEEE;
	width: 52%;
	font-size: 90%;
}
.blog_list1 td {
	background-color: #FFF;
	font-size: 90%;
	text-align: right;
}
/*日曜診療*/
.list1 {
	height: auto;
	width: 100%;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #dddddd;
	border-left-color: #dddddd;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
.list1 th,
.list1 td {
	text-align: left;
	vertical-align: top;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #dddddd;
	border-bottom-color: #dddddd;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
}
.list1 th {
	background-color: #FFEEEE;
	width: 52%;
	font-size: 90%;
}
.list1 td {
	background-color: #FFF;
	font-size: 90%;
	text-align: right;
}

}
