@charset "utf-8";
/*
Theme Name: x9-lt16
Theme URI: http://www.nakashima.com
Description:
Tags: blue
Author: nakashima.com
Version: 1.0
*/

/*
 * font-size sample
 * 10px = 77%
 * 11px = 85%
 * 12px = 93%
 * 13px = 100%
 * 14px = 108%
 * 15px = 116%
 * 16px = 123.1%
 * 17px = 131%
 * 18px = 138.5%
 * 19px = 146.5%
 * 20px = 153.9%
 * 21px = 161.6%
 * 22px = 167%
 * 23px = 174%
 * 24px = 182%
 * 25px = 189%
 * 26px = 197%
*/


/*
 * body
 */
body {
	min-width:980px;
	background:url(images/h-header-top.png) repeat-x;
}


/*
 * base
 */
#base {
	position: relative;
}

#base.fontsize-s {
	font-size:108%;
}

#base.fontsize-m {
	font-size:116%;
}

#base.fontsize-l {
	font-size:131%;
}

.base {
	width:980px;
	margin:0 auto;
	position: relative;
}


/*
 * header
 */
#header {
	margin:0;
	padding: 40px 0 15px;
	background:url(images/h-header-bot.png) repeat-x center bottom;
	position: relative;
}


/*
 * site-title
 */
#header #site-title {
	margin:0;
	padding:0 20px 0 0;
	font-size:138.5%;
	display:inline-block;
	vertical-align:bottom;
}

#header #site-title img {
	vertical-align:bottom;
}


/*
 * header kamoku wrap
 */
#header-kamoku-wrap {
	display:inline-block;
	vertical-align:bottom;
	padding:8px 0 0;
	margin:0;
	font-size:93%;
	line-height:1.3;
}


/*
 * contact
 * 電話番号等がない場合は表示しない部分があります。
 */
#contact {
	padding:10px 0 5px;
	position: relative;
}

#contact ul {
	margin:0;
	padding:2px 0;
	line-height:1;
	text-align:left;
}

#contact ul li {
	list-style:none;
	display:inline-block;
	vertical-align:bottom;
	padding:0 18px 7px 0;
	margin:0;
	line-height:1;
}

#contact ul li:last-child {
	padding-right:0;
}

#contact ul li img {
	vertical-align: bottom;
	padding-right:5px;
	position: relative;
	top:-1px;
}
.fontsize-l #contact ul li img {
	top:-2px;
}

#contact #h-tel,
#contact #h-yoyaku,
#contact #h-fax {
	font-family:arial !important;
	font-weight:bold;
	font-size:146.5%;
}

#contact #h-address {
	font-size:108%;
	position: relative;
	top:-2px;
}

#contact #h-address img {
	top:1px;
}
.fontsize-l #contact #h-address img {
	top:0;
}


/*
 * site photo
 */
#site-photo {
	position: relative;
	background:url(images/site-photo-wrap.png) repeat-x center bottom;
	background-color:#f3f3f3;
	padding:7px 0;
	margin-bottom:20px;
	min-height:160px;
	z-index:2;
}
.home #site-photo {
	margin-bottom:0;
	min-height:0;
}
.home #site-photo.with-homephoto {
	min-height:210px;
}
.home #site-photo.not-header-image.not-homephoto {
	padding:0;
}

/*
 * テーマ固有の設定でホーム以外のヘッダー画像を表示しない場合
 */
.x9-pagephoto-none #site-photo {
	min-height:0;
	padding:0;
	margin-bottom:15px;
	background:none;
}
.contact-false.x9-pagephoto-none #site-photo {
	margin-bottom:25px;
}
.x9-pagephoto-none #site-photo * {
	display:none;
}


/*
 * slide show
 */
#slideshow {
	position: absolute;
	top:0;
	left:0;
	width:980px;
	height:160px;
	overflow:hidden;
}
.home #slideshow {
	display:none;
	height:210px;
}

#slideshow .slideshow-item {
	width:980px;
	height:320px;
	position:absolute;
	right:0;
	top:-70px;
	background-repeat:no-repeat;
	background-position:left top;
	background-size:100% auto;
}
#slideshow.with-homephoto .slideshow-item {
	width:695px;
}

#slideshow #slideshow-item-1 {
	background-image:url(images/headers/slideshow/image-l1.jpg);
}
#slideshow #slideshow-item-2 {
	background-image:url(images/headers/slideshow/image-l2.jpg);
}
#slideshow #slideshow-item-3 {
	background-image:url(images/headers/slideshow/image-l3.jpg);
}
#slideshow #slideshow-item-4 {
	background-image:url(images/headers/slideshow/image-l4.jpg);
}
#slideshow #slideshow-item-5 {
	background-image:url(images/headers/slideshow/image-l5.jpg);
}
#slideshow #slideshow-item-6 {
	background-image:url(images/headers/slideshow/image-l6.jpg);
}

#slideshow.with-homephoto #slideshow-item-1 {
	background-image:url(images/headers/slideshow/image-s1.jpg);
}
#slideshow.with-homephoto #slideshow-item-2 {
	background-image:url(images/headers/slideshow/image-s2.jpg);
}
#slideshow.with-homephoto #slideshow-item-3 {
	background-image:url(images/headers/slideshow/image-s3.jpg);
}
#slideshow.with-homephoto #slideshow-item-4 {
	background-image:url(images/headers/slideshow/image-s4.jpg);
}
#slideshow.with-homephoto #slideshow-item-5 {
	background-image:url(images/headers/slideshow/image-s5.jpg);
}
#slideshow.with-homephoto #slideshow-item-6 {
	background-image:url(images/headers/slideshow/image-s6.jpg);
}


/*
 * home-photo
 */
#home-photo {
	position:absolute;
	top:0;
	left:0;
	z-index:2;
}

#home-photo img {
	vertical-align: bottom;
}


/*
 * custom-header
 */
#custom-header {
	position:relative;
	z-index:1;
}

#custom-header img {
	display:block;
	width:100%;
	height:auto;
}


/*
 * main
 */
#main {
	margin-bottom:40px;
	padding:0;
	position:relative;
}
#main:after {
	content:'';
	display:block;
	width:100%;
	height:40px;
	position:absolute;
	bottom:-20px;
	margin:0 -10px;
	padding:0 10px;
	background:url(images/container-bot.png) no-repeat center bottom;
	background-color:#fff;
}

.home #main {
	background:url(images/home-contents-wrap.png) repeat-y center top;
}


/*
 * bredcrumb
 * パンくずリスト
 */
.breadcrumbs {
	font-size:85%;
}

.breadcrumbs a {
	color:#333;
}

.breadcrumbs,
#breadcrumb {
	line-height:1.1;
	margin:0 0 15px;
	padding:0;
}

#breadcrumb ul {
	margin:0;
	line-height:1;
}

#breadcrumb ul li {
	list-style: none;
	display:inline;
	line-height:1;
	font-size:85%;
}

#breadcrumb .bread-arrow {
	padding:0 5px;
}

#breadcrumb a {
	color:#222;
}


/*
 * サイト説明文
 */
#site-description {
	padding:10px;
	margin-bottom:20px;
	line-height:1.5;
	background:#fff;
	border:solid 1px #ccc;
	border-radius:4px;
	font-size:93%;
}

.home #site-description {
	padding:10px 0 25px;
	margin:0;
	border:none;
	border-radius:0;
}


/*
 * レイアウト
 */
#contents {
	width:700px;
	float:right;
	margin:0 15px 20px 0;
	background:#fff;
}

.home #contents {
	width:480px;
	float:left;
	margin-left:250px;
	margin-right:0;
}

#side-l {
	width:230px;
	float:left;
}

.home #side-l {
	margin-left:-730px;
}

.home #side-r {
	width:230px;
	float:right;
}


/*
 * home widget
 */
#home-widget-area > ul {
	margin:0;
}

#home-widget-area .home-widget {
	margin:0 -2px 35px;
	padding: 15px 2px 0;
	list-style:none;
	background:url(images/home-widget-title.png) no-repeat center top;
}

#home-widget-area h2.home-widget-title {
	font-size:116%;
	line-height:1.3;
	padding:0;
	margin:3px 0 10px;
}

#home-widget-area img {
	max-width:100%;
	/*width:auto;*/
	height:auto;
	vertical-align: bottom;
}


/*
 * information table
 */
#home-information {
	position:relative;
	margin:0;
	padding:0 10px 15px;
	min-height:150px;
	background-color:#d9f9ff;
}

#home-information-title {
	font-size:123.1%;
	line-height:1;
	margin:0 -12px 10px;
	padding:20px 12px 0;
	position: relative;
	background:url(images/home-widget-title.png) no-repeat center top;
}

#home-information-title img {
	vertical-align:bottom;
}

#home-information table {
	padding:0;
	margin:0;
	width:100%;
}

#home-information table tr {
	background:url(images/info-line.png) repeat-x left bottom;
}

#home-information table th,
#home-information table td {
	border:none;
	padding:10px 0;
	margin:0;
	line-height:1.5;
	vertical-align: baseline;
}

#home-information td.home-info-date {
	white-space:nowrap;
	padding-right:15px;
}

#home-information td.home-info-title {
	width:100%;
}

#home-information td.home-info-title a {
	display:block;
	background:url(images/entry-h2-arrow.png) no-repeat left 6px;
	padding-left:12px;
}


/*
 * 一覧 & feed へのリンク
 */
#home-information #link-to-infoindex,
#home-information #link-to-feed {
	position:absolute;
	top:20px;
	right:35px;
}

#home-information #link-to-feed {
	right:10px;
}

#home-information #link-to-infoindex a img,
#home-information #link-to-feed a img {
	vertical-align: bottom;
}


/*
 * Side navi main
 */
#navi-main {
	margin-bottom:25px;
}

#navi-main #navi-main-title {
	margin:0 -3px 13px;
	position: relative;
}

#navi-main #navi-main-title img {
	vertical-align:bottom;
}

#navi-main #navi-main-list {
	margin:0;
}

#navi-main li {
	list-style: none;
	margin-bottom:2px;
	position: relative;
	border:solid 1px #d9d9d9;
}

#navi-main li > a {
	display:block;
	border:solid 1px #fff;
	padding:10px 5px 10px 16px;
	background:url(images/s-menu-li.png) no-repeat -1px bottom;
	line-height:1.3;
	color:#000;
	text-decoration: none;
	position: relative;
}
#navi-main li > a:before {
	content:'';
	display:block;
	width:20px;
	height:20px;
	position: absolute;
	left:-2px;
	top:50%;
	margin-top:-10px;
	background:url(images/s-menu-arrow.png) no-repeat left center;
}

#navi-main li.current-menu-item > a,
#navi-main li > a:hover {
	background-position: -231px bottom;
	background-color:#bfefff;
}
#navi-main li > a:hover:before {
	background-position:1px center;
}
#navi-main li.current-menu-item > a:before {
	background-position:-230px center;
}

#navi-main li ul.sub-menu {
	display: none;
	box-shadow: 0px 1px 3px #999;
	-moz-box-shadow: 0px 1px 3px #999;
	-webkit-box-shadow: 0px 1px 3px #999;
	position: absolute;
	top: -6px;
	left: 225px;
	z-index: 999;
	width:230px;
	padding:5px 5px 3px;
	margin:0;
	background:#fff;
}

#navi-main li:hover > ul.sub-menu {
	display: block;
}


/*
 * side home photo
 */
#side-home-photo {
	margin-bottom:20px;
	padding:10px;
	border-radius:4px;
	background:#f2f2f2;
}

#side-home-photo img {
	width:100%;
	height:auto;
	vertical-align: bottom;
}


/*
 * side widget
 */
.side-widget-area .side-widget-list {
	margin:0;
}

.side-widget-area .side-widget {
	margin:0 0 20px;
	padding:10px;
	border-radius:4px;
	list-style:none;
	background:#f2f2f2;
}

.side-widget-area .side-widget-title {
	font-size:108%;
	font-weight:bold;
	padding:0 0 4px;
	margin:0 0 8px;
	background:url(images/info-line.png) repeat-x center bottom;
}

.side-widget-area img {
	max-width:100%;
	/*width:auto;*/
	height:auto;
	vertical-align: bottom;
}


/*
 * side search
 */
#search {
	margin:0 0 30px;
	padding:0;
}

#search h2 {
	margin:0 -3px 13px;
	font-size:100%;
	line-height:1;
}

#search h2 img {
	vertical-align: bottom;
}

#search-form {
	margin:0;
	position: relative;
	padding-right:30px;
}

#search-input-text {
	min-height:28px;
	padding:2px 4px;
	font-size:123.1%;
	line-heigth:1;
	background:#e6e6e6;
}

#search-input-text input {
	width:100%;
	border:none;
	background:none;
	line-height:1;
}

#search-btn {
	position: absolute;
	right:0;
	top:3px;
}


/*
 * side mobile
 */
#mobile {
	margin:0 0 25px;
	padding:0;
	border-top:none;
}

#mobile h2 {
	margin:0 -3px 13px;
	font-size:100%;
	line-height:1;
}

#mobile h2 img {
	vertical-align:bottom;
}

#mobile p {
	margin:0;
	line-height:1.3;
}

#mobile p#qrcode-image {
	margin-right:8px;
	float:left;
}

#mobile p#qrcode-image img {
	vertical-align: bottom;
	border:solid 1px #ccc;
}

#mobile #mobile-description {
	font-size:88%;
}


/*
 * footer
 */
#footer {
	position: relative;
	margin:0;
	background:url(images/h-header-top.png) repeat-x center bottom;
}
#footer-in {
	width:850px;
	padding:0 130px 10px 0;
}


/*
 * pageup
 */
#pageup {
	text-align:right;
	position: absolute;
	right:50%;
	bottom:25px;
	margin-right:-490px;
}

#pageup a {
	display:block;
	float:right;
	margin:0;
	padding:0;
	text-decoration:none;
	color:#000;
	line-height:1;
}


/*
 * navi sub
 */
#navi-sub {
	position: relative;
	text-align:left;
	margin-bottom:10px;
}

#navi-sub ul {
	margin:0;
	display:inline;
}

#navi-sub li {
	list-style: none;
	display: inline-block;
	padding-right:15px;
}

#navi-sub li a {
	font-size:93%;
	color:#000;
	text-decoration: none;
	background:url(images/f-navi-arrow.png) no-repeat left center;
	padding-left:11px;
}

#navi-sub li a:hover {
	text-decoration:underline;
}


/*
 * credit
 */
#credit {
	padding-bottom:15px;
}

#credit-name,
#footer-kamoku,
#footer-yoyaku,
#footer-tel,
#footer-fax,
#footer-address {
	font-size:93%;
	display:inline-block;
	line-height:1;
}

#footer-kamoku {
	padding-left:15px;
}

#footer-yoyaku,
#footer-tel,
#footer-fax {
	padding-right:15px;
}

#credit-name a {
	font-family:arial,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	color:#333;
	text-decoration: none;
}


/*
 * 文字サイズの変更
 */
#fontresize-navi {
	width:150px;
	padding-left:830px;
	margin:0 auto;
}

#fontresize-navi-in {
	position:absolute;
	top:5px;
	width:130px;
	padding:4px 10px;
	display:table-cell;
	text-align:center;
	vertical-align: middle;
	background-color:#fff;
	border:solid 1px #eee;
	border-top:none;
	border-radius:0 0 5px 5px;
	box-shadow:0 1px 1px rgba(0,0,0,0.2);
}

#fontresize-navi #fontresize-title {
	display:inline-block;
	vertical-align:bottom;
	line-height:1;
	font-size:11px;
	position: relative;
	top:-3px;
}

#fontresize-navi #fontsize-list {
	margin:0 0 0 2px;
	display:inline-block;
	vertical-align: bottom;
}

#fontresize-navi .fontsize {
	list-style: none;
	line-height:1;
	float:left;
}

#fontresize-navi .fontsize img {
	display:block;
	padding-left:1px;
}


/*
 * login
 */
#login {
	width:980px;
	margin:0 auto;
	padding: 10px 0 50px;
}

#login ul {
	margin:0;
}

#login ul li {
	list-style: none;
	display:inline-block;
	padding:0 10px 0 0;
}

#login ul li a {
	font-size:85%;
	color:#333;
	text-decoration: none;
}


/*
 * view-theme-switch
 * pc-view
 */
.pc #view-theme-switch {
	margin-bottom:150px;
}

#view-theme-switch a {
	position:relative;
	display:inline-block;
	background:#ccc;
	border-radius:30px;
	padding:10px 20px 10px 30px;
	box-shadow:0 1px 2px rgba(0,0,0,0.2);
	line-height:1.3;
	color:#333;
	text-decoration:none;
}

#view-theme-switch a:after {
	position: absolute;
	top: 50%;
	left: 15px;
	display: block;
	content: '';
	width: 6px;
	height: 6px;
	margin-top: -3px;
	border-top: 1px solid #333;
	border-right: 1px solid #333;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}


/*
 * eye catch
 */
#eye-catch {
	margin:0 -15px;
	padding-bottom:20px;
	background:#fff;
}

#eye-catch img {
	max-width:100%;
	height:auto;
	vertical-align: bottom;
}


/*
 * Page Single
 * entry-title
 */
#entry-title {
	background-image:url(images/entry-title.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin:0 -20px 40px;
	padding:45px 20px 0;
}

#entry-title h1 {
	margin:0;
	font-size: 174%;
	line-height:1.3;
}


/*
 * Single
 * entry date
 */
#entry-date {
	padding:10px 0 10px 35px;
	background:url(images/entry-h2-date.png) no-repeat left center;
	position: relative;
}
#entry-date:before {
	content:'';
	display:block;
	width:100%;
	height:1px;
	margin:0 -10px;
	padding:0 10px;
	position: absolute;
	left:0;
	bottom:-15px;
	border-bottom:solid 1px #ccc;
}


/*
 * page links
 */
#page-links {
	margin-top:40px;
}


/*
 * Single
 * entry category
 */
#entry-category {
	margin:40px -10px 0;
	padding:5px 10px 0;
	border-top:solid 1px #ccc;
	text-align:right;
}

#entry-category a{
	color:#333;
}


/*
 * Category & Search
 * index title
 */
.index h2.index-title {
	margin:55px -12px 5px;
	padding:10px 10px 13px;
	font-size:131%;
	background-image:url(images/entry-h2-top.png), url(images/entry-h2-bot.png), url(images/entry-h2-mid.png);
	background-repeat: no-repeat, no-repeat, repeat-y;
	background-position: center top, center bottom, center top;
}
#entry-title + .index h2.index-title {
	margin-top:25px;
}

.index h2.index-title a {
	color:#333;
	background:url(images/entry-h2-arrow.png) no-repeat left center;
	padding-left:15px;
	display:block;
}


/*
 * index date
 */
.index-date {
	line-height:1.5;
	margin:0 0 10px;
	padding:0 0 0 35px;
	background:url(images/entry-h2-date.png) no-repeat left center;
	}


/*
 * Category post navi
 */
#post-navi {
	margin:0 -5px;
	margin-top:50px;
	border-top:solid 1px #ccc;
	padding:10px 0 3px;
}

#post-navi .next-link {
	float:right;
}

#post-navi .pre-link {
	float:left;
}

#post-navi a {
	display:inline-block;
	padding:6px 23px 5px 10px;
	background-image:url(images/entry-post-link-r.png);
	background-repeat: no-repeat;
	background-position: 96% center;
	background-color: #b2e5ff;
	text-decoration:none;
	color:#333;
	line-height:1;
	border-radius:3px;
}

#post-navi .pre-link a {
	padding:6px 10px 5px 23px;
	background-image:url(images/entry-post-link-l.png);
	background-position: 4% center;
}

#post-navi a:hover {
	background-color:#80d4ff;
}


/*
 * entry-content
 * page
 */
.entry-content {
	line-height:1.7;
}

.page .entry-content h1,
.page .entry-content h2,
.page .entry-content h3 {
	line-height:1.3;
}

.page .entry-content h2 {
	margin:55px -12px 15px;
	padding:13px 12px 15px;
	background-image:url(images/entry-h2-top.png), url(images/entry-h2-bot.png), url(images/entry-h2-mid.png);
	background-repeat: no-repeat, no-repeat, repeat-y;
	background-position: center top, center bottom, center top;
}
.page .entry-content h2:first-child {
	margin-top:25px;
}

.page .entry-content h3 {
	/* font-size:131%; */
	background:url(images/entry-h3.png) repeat-x center bottom;
	padding-bottom:10px;
}

.page .entry-content h4,
.page .entry-content h5,
.page .entry-content h6 {
	font-size:108%;
}

.page .entry-content ul {
	margin-left:0;
	margin-right:0;
}

.page .entry-content ul > li {
	list-style: none;
	position: relative;
	left: 17px;
	margin-right:17px;
}

.page .entry-content ul > li:before {
	content: "";
	display: block;
	width: 13px;
	height: 13px;
	float:left;
	margin-top: 5px;
	margin-left: -17px;
	background:url(images/entry-li.png) no-repeat left center;
}

.page .entry-content ol {
	margin-right:0;
}

.page .entry-content ol > li {
	background:none;
	padding:0;
	list-style:decimal;
}


/*
 * サイトマップ　リスト
 */
.page #sitemap-list ul ul {
	margin:0 0 0 50px;
}

.page #sitemap-list ul > li:before {
	background-image:url(images/entry-li-arrow.png);
}


/*
 * Google Map
 */
.ns-gmap {
	width:100%;
	height:500px;
}


/*
 * 略歴
 */
.ryakureki th,
.ryakureki td {
}


/*
 * 診療時間
 */
.shinryou-jikan .youbi td {
	background:url(images/shinryou-jikan-youbi.png) repeat-x center bottom;
	background-color:#ccf2ff;
}

.shinryou-jikan .jikan td,
.shinryou-jikan .jikan th {
	background:url(images/shinryou-jikan-jikan.png) repeat-x center bottom;
	background-color:#e5f9ff;
}


/*
 * 画像とキャプション
 */
div.photo-caption,
dl.photo-caption {
	width:280px;
	margin:0;
	margin-bottom:20px;
	padding:5px;
	background:#e6e6e6;
}

div.photo-caption.alignleft,
dl.photo-caption.alignleft {
	margin-right:20px;
}

div.photo-caption.alignright,
dl.photo-caption.alignright {
	margin-left:20px;
}

div.photo-caption p.photo-caption-img,
dl.photo-caption dt {
	margin:0;
	text-align:center;
	background:#f2f2f2;
}

div.photo-caption p.photo-caption-img img,
dl.photo-caption dt img {
	vertical-align:top;
	max-width:280px;
	max-height:210px;
	width:auto;
	height:auto;
}

div.photo-caption p.photo-caption-text,
dl.photo-caption dd {
	margin:0;
	line-height:1.5;
}


/*
 * 画像と右側説明文
 */
div.photo-setumei,
dl.photo-setumei {
	width:700px;
	margin:0;
	margin-bottom:20px;
}

div.photo-setumei:after,
dl.photo-setumei:after {
	display:block;
	content:"";
	width:100%;
	clear:both;
}

div.photo-setumei p.photo-setumei-img,
dl.photo-setumei dt {
	width:280px;
	float:left;
	border:solid 5px #e6e6e6;
	background:#f2f2f2;
	margin:0;
	padding:0;
	margin-right:15px;
	text-align:center;
}

div.photo-setumei p.photo-setumei-img img,
dl.photo-setumei dt img {
	vertical-align:top;
	max-width:280px;
	max-height:210px;
	width:auto;
	height:auto;
}

div.photo-setumei p.photo-setumei-text,
dl.photo-setumei dd {
	float:left;
	width:395px;
	margin:0;
}

dl.photo-setumei dd:nth-child(2):nth-last-child(2) {
	font-size:131%;
	line-height:1.3;
	background:url(images/entry-h3.png) repeat-x center bottom;
	margin:5px 0;
	padding:0 0 10px;
}


/*
 * 画像関連
 */
.page .wp-caption {
	background:#e6e6e6;
}

.page .wp-caption p.wp-caption-text {
	font-size:100%;
}
