@charset "utf-8";
/*
Theme Name: w6-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%
*/


@media screen {
	html {
		overflow: auto;
	}
	body {
		min-width:1000px;
		overflow: hidden;
	}
}


/*
 * base
 */
#base {
	width:980px;
	margin:0 auto;
	position: relative;
}

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

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

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


/*
 * header
 */
#header {
	padding: 45px 0 10px;
	position: relative;
}

#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 {
	display:inline-block;
	vertical-align:bottom;
	padding:8px 0 0 0;
	margin:0;
	font-size:93%;
	line-height:1.3;
}


/*
 * contact
 * 電話番号等がない場合は表示しない部分があります。
 */
#contact {
	background-image:url(images/h-contact-top.png), url(images/h-contact-bot.png), url(images/h-contact-mid.png);
	background-repeat:no-repeat, no-repeat, repeat;
	background-position: center top, center bottom, center top;
	padding: 13px 8px 3px;
	position: relative;
}

.contact-false #contact {
	padding-bottom:13px;
}

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

#contact ul li {
	list-style:none;
	display:inline-block;
	vertical-align:bottom;
	padding:5px 18px 0 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;
}

#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:116%;
	position: relative;
	top:-2px;
}

#contact #h-address img {
	position: relative;
	top:1px;
}


/*
 * main
 */
#main {
	margin-bottom:30px;
}


/*
 * flash
 */
#flash {
	margin:0 -150px;
	position: relative;
}

#flash object,
#flash img {
	vertical-align:bottom;
	position: relative;
	z-index:2;
}


/*
 * site-photo
 */
#site-photo {
	width:980px;
	height:310px;
	position: absolute;
	top:0;
	left:150px;
}

/*
#site-photo.with-homephoto {
	background-image:url(images/home-photo-mountain.png);
	background-repeat:no-repeat;
	background-position:left bottom;
}

#site-photo.with-homephoto #custom-header {
	position:relative;
	z-index:2;
	width:100%;
	height:310px;
	background-image:url(images/home-photo-town.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
*/

#home-photo {
	position: absolute;
	z-index:1;
	top:0;
	left:190px;
	width:327px;
	height:310px;
	background:url(images/home-photo-back.png) no-repeat;
}

#home-photo img {
	position:absolute;
	top:46px;
	left:17px;
	display:block;
}


/*
 * サイト説明文
 */
#site-description {
	background-image:url(images/container-top.png), url(images/f-mid.png);
	background-repeat:no-repeat, repeat;
	background-position: center bottom, center top;
	padding:2px 10px 15px;
	font-size:93%;
	line-height:1.5;
}

.home #site-description {
	background-image:url(images/container-top-home.png), url(images/f-mid.png);
}


/*
 * bredcrumb
 * パンくずリスト
 */
.breadcrumbs {
	font-size:85%;
	background:rgba(255,255,255,0.2);
	line-height:1.1;
	padding:5px;
	margin-top:5px;
	border-radius:3px;
}

.breadcrumbs a {
	color:#333;
}

#breadcrumb {
	background:rgba(255,255,255,0.2);
	line-height:1.1;
	padding:5px;
	margin-top:5px;
	border-radius:3px;
}

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

#breadcrumb a {
	color:#222;
}


/*
 * レイアウト
 */
#contents {
	width:730px;
	float:right;
	padding:0;
	border-top:none;
	border-bottom:none;
}

.home #contents {
	width:480px;
	padding:0;
	float:left;
	background: none;
	margin-left:250px;
	border:none;
}

#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:24px 0 0 0;
	padding:5px 10px 20px;
	list-style:none;
	border:solid 1px #66ccff;
	border-top:none;
	border-bottom:none;
	border-radius:0 0 5px 5px;
	background:url(images/home-widget-bot.png) no-repeat center bottom;
	position: relative;
}

#home-widget-area .home-widget:before {
	content:'';
	display:block;
	width:100%;
	height:28px;
	position:absolute;
	top:-28px;
	left:0;
	padding:0 1px;
	margin:0 -1px;
	background:url(images/home-widget-top.png) no-repeat center top;
}

#home-widget-area h2.home-widget-title {
	font-size:123.1%;
	font-weight:normal;
	line-height:1.3;
	padding:0 10px 7px;
	margin:-5px -11px 10px;
	background-image:url(images/home-widget-title-mid.png);
	background-repeat:repeat-y;
	background-position:center top;
	position: relative;

}

#home-widget-area h2.home-widget-title:before {
	content:'';
	display:block;
	position:absolute;
	top:-28px;
	left:0;
	width:100%;
	height:28px;
	background-image:url(images/home-widget-title-top.png);
	background-repeat:no-repeat;
	background-position:center top;
}

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


/*
 * information table
 */
#home-information {
	position:relative;
	margin:48px 0 20px;
	padding:0 13px 45px;
	border:solid 1px #66ccff;
	border-radius:0 0 5px 5px;
}

#home-information-title {
	font-size:123.1%;
	font-weight:normal;
	line-height:1;
	margin:-52px -14px 5px;
}

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

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

#home-information table th,
#home-information table td {
	border:none;
	border-bottom:dashed 1px #67ccff;
	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;
	padding-left:17px;
	background:url(images/s-menu-arrow.png) no-repeat -300px 5px;
}



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

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

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


/*
 * Side navi main
 */
#navi-main {
	margin-top:-4px;
	margin-bottom:0;
	padding-bottom:13px;
	background:url(images/s-menu-bot.png) no-repeat center bottom;
}

#navi-main #navi-main-title {
	margin:0 0 1px;
}

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

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

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

#navi-main li a {
	display:block;
	line-height:1.3;
	background-image:url(images/s-menu-arrow.png);
	background-repeat: no-repeat;
	background-position: -292px center;
	background-color:#66ccff;
	padding:10px 10px 10px 25px;
	color:#333;
	text-decoration: none;
}

#navi-main li a:hover {
	background-color:#33bbff;
	background-position:-290px center;
}

#navi-main li.current-menu-item > a {
	background-color:#0066cc;
	color:#fff;
	background-position:8px 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: -5px;
	left: 215px;
	z-index: 999;
	width:220px;
	padding:5px 5px 4px;
	margin:0;
	background:#efefef;
}

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


/*
 * side home photo
 */
#side-home-photo {
	margin:24px 0 0 0;
	background-image: url(images/s-widget-bot.png), url(images/s-widget-mid.png);
	background-repeat: no-repeat, repeat;
	background-position: center bottom, center top;
	padding:0 10px 10px;
	position: relative;
}

#side-home-photo:before {
	content:'';
	display:block;
	width:100%;
	height:28px;
	position: absolute;
	top:-28px;
	left:0;
	background-image:url(images/s-widget-top.png);
	background-repeat: no-repeat;
	background-position: center top;
}

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


/*
 * side widget
 */
.side-widget-area .side-widget-list {
	margin:0;
	font-size:93%;
}

.side-widget-area .side-widget {
	margin:24px 0 0 0;
	padding:0 10px 10px;
	background-image: url(images/s-widget-bot.png), url(images/s-widget-mid.png);
	background-repeat: no-repeat, repeat;
	background-position: center bottom, center top;
	list-style:none;
	position: relative;
}

.side-widget-area .side-widget:before {
	content:'';
	display:block;
	width:100%;
	height:28px;
	position: absolute;
	top:-28px;
	left:0;
	background-image:url(images/s-widget-top.png);
	background-repeat: no-repeat;
	background-position: center top;
}

.side-widget-area .side-widget-title {
	font-size:108%;
	font-weight:bold;
	margin:0 0 5px;
}

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


/*
 * side search
 */
#search {
	margin:48px 0 0;
	padding:10px 10px 10px;
	background:url(images/s-search-bot.png) no-repeat center bottom;
	background-color:#66ccff;
	position: relative;
}

#search h2 {
	position:absolute;
	top:-52px;
	margin:0 -10px 8px;
	font-size:100%;
	line-height:1;
}

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

#search-form {
	margin:0;
	background:#fff;
	position: relative;
	padding-right:37px;
}

#search-input-text {
	padding:0 4px;
	font-size:123.1%;
	line-heigth:1;
	background:#fff;
}

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

#search-btn {
	font-size:123.1%;
	position: absolute;
	right:0;
	top:0;
}


/*
 * side mobile
 */
#mobile {
	margin:48px 0 0;
	padding:10px 10px 10px;
	background:url(images/s-search-bot.png) no-repeat center bottom;
	background-color:#66ccff;
	position: relative;
}

#mobile h2 {
	position:absolute;
	top:-52px;
	margin:0 -10px 8px;
	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 {
	background-image:url(images/f-top.png), url(images/f-mid.png);
	background-repeat:no-repeat,repeat;
	background-position:center top, center top;
	padding: 65px 15px 15px;
	border-radius:0 0 5px 5px;
}


/*
 * pageup
 */
#pageup a {
	display:block;
	float:right;
	padding:0;
	text-decoration:none;
	color:#000;
	line-height:1;
	font-size:93%;
}


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

#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:15px;
}

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


/*
 * credit
 */
#credit {
	text-align:left;
}

#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 {
	position:absolute;
	left:50%;
	top:0;
	width:120px;
	margin-left:350px;
	display:table-cell;
	text-align:center;
	vertical-align: middle;
	background-color:#fff;
	box-shadow:0 1px 2px rgba(0,0,0,0.3);
	padding: 10px;
	border-radius:0 0 5px 5px;
}

#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:960px;
	margin:0 auto;
	padding: 5px 0 40px;
}

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


/*
 * eye catch
 */
#eye-catch {
	border:solid 1px #66ccff;
	border-top:none;
	border-bottom:none;
	margin:24px 0 0;
	padding:0 10px 12px;
	position: relative;
	background:#fff;
}

#eye-catch:before {
	content:'';
	display:block;
	width:100%;
	height:28px;
	margin:0 -1px;
	padding:0 1px;
	position: absolute;
	top:-28px;
	left:0;
	background:url(images/eye-catch-top.png) no-repeat center top;
}

#eye-catch:after {
	content:'';
	display:block;
	width:100%;
	height:9px;
	margin:0 -1px;
	padding:0 1px;
	position: absolute;
	bottom:0px;
	left:0;
	background:url(images/eye-catch-bot.png) no-repeat center top;
}

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


/*
 * Page Single
 * entry-title
 */
#entry-title {
	margin:24px 0 0;
	background-image: url(images/entry-title-mid.png);
	background-repeat: repeat;
	background-posisiont: center top;
	padding:15px 25px 45px;
	position: relative;
}

#entry-title:before {
	content:'';
	display:block;
	width:100%;
	height:28px;
	position:absolute;
	top:-28px;
	left:0;
	background-image: url(images/entry-title-top.png);
	background-repeat: no-repeat;
	background-posisiont: center top;
}

#entry-title:after {
	content:'';
	display:block;
	width:100%;
	height:31px;
	position:absolute;
	bottom:0;
	left:0;
	background-image: url(images/entry-title-bot.png);
	background-repeat: no-repeat;
	background-posisiont: center top;
}

#entry-title h1 {
	margin:0;
	padding:0;
	font-size: 167%;
	color:#fff;
}

.single #entry-title h1 {
}


/*
 * Single
 * entry date
 */
#entry-date {
	margin-top:10px;
	padding:10px 0 0;
	border-top:dashed 1px #fff;
	color:#fff;
}


/*
 * entry-content-wrap
 */
.entry-content-wrap {
	border:solid 1px #66ccff;
	border-top:none;
	padding:20px 25px;
	border-radius:0 0 5px 5px;
}


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


/*
 * Single
 * entry category
 */
#entry-category {
	margin:40px 0 20px;
	padding:5px 0 0 0;
	border-top:dashed 1px #aaa;
	text-align:right;
}

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


/*
 * Category & Search
 * index title
 */
.index h2.index-title {
	margin:40px -5px 10px;
	padding:10px;
	background-image:url(images/entry-h2.png);
	background-repeat: repeat;
	background-position:center top;
	font-size:138.5%;
	border-radius:5px;
}

.entry-content-wrap .index:first-child h2.index-title {
	margin-top:0;
}

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


/*
 * index date
 */
.index-date {
	line-height:1.5;
	margin:0 0 5px;
}


/*
 * Category post navi
 */
#post-navi {
	margin-top:40px;
	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 6px 10px;
	background-image:url(images/entry-post-link-r.png);
	background-repeat: no-repeat;
	background-position: 96% center;
	background-color: #66ccff;
	text-decoration:none;
	color:#333;
	line-height:1;
}

#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:#33bbff;
}


/*
 * 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:40px -5px 10px;
	padding:10px;
	background-image:url(images/entry-h2.png);
	background-repeat: repeat;
	background-position:center top;
	font-size:138.5%;
	border-radius:5px;
}

.page .entry-content > :first-child {
	margin-top:0;
}

.page .entry-content h3 {
	background:url(images/entry-h3.png) repeat-x center bottom;
	padding-bottom:7px;
}

.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;
	margin:0;
	padding:0 0 0 17px;
	background:url(images/entry-li.png) no-repeat left top;
}

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

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


/*
 * single
 */
.single .entry-content > :first-child {
	margin-top:0;
}


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

.page #sitemap-list ul ul {
	margin:0 0 0 50px;
}

.page #sitemap-list li {
	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:#bfeaff;
}

.shinryou-jikan .jikan td,
.shinryou-jikan .jikan th {
	background:#d9f2ff;
}


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

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

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:690px;
	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 #bfeaff;
	background:#d9f2ff;
	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:385px;
	margin:0;
}

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


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

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



