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

html {
	background:#001555;
}

body {
	width:100%;
}


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

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

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

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


/*
 * header
 */
#header {
	width:100%;
	min-width:980px;
	margin:0;
	padding:25px 0 10px;
	background:#fff;
	overflow: hidden;
}

#header-in {
	width:980px;
	margin:0 auto;
}

#header #site-title {
	margin:0 0 18px;
	padding:0;
	font-size:138.5%;
	vertical-align: bottom;
}

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


/*
 * header kamoku
 */
#header-kamoku-wrap-ex {
	margin:0 0 3px;
	font-size:123.1%;
	line-height:1.3;
}


/*
 * header address
 */
#header-address-ex {
	font-size:123.1%;
	line-height:1.3;
}



/*
 * contact
 * 電話番号等がない場合は表示しない部分があります。
 */
#contact {
	width:100%;
	min-width:980px;
	min-height:43px;
	margin:0;
	padding:0;
	padding-bottom:9px;
	background-image:url(images/line-gra.png), url(images/texture-back.png);
	background-position: center bottom, center top;
	background-repeat: repeat-x, repeat;
}

#contact-in {
	width:980px;
	margin:0 auto;
	position: relative;
}

#contact-in > ul {
	width:830px;
	margin:0 auto;
	padding:13px 150px 0 0;
	line-height:1;
	text-align:left;
}

#contact-in > ul li {
	list-style:none;
	display:inline-block;
	vertical-align:bottom;
	padding:0px 25px 10px 0;
	margin:-4px 0 0;
	line-height:1;
	color:#fff;
}

#contact-in > ul li img {
	vertical-align: bottom;
	padding-right:7px;
	position: relative;
	top:3px;
}

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


/*
 * main
 */
#main {
	width:100%;
	min-width:980px;
	margin:0;
	padding:8px 0 0;
	background:url(images/container.jpg);
}


#main-in {
	width:980px;
	margin:0 auto;
	position: relative;
}


/*
 * パンくず
 */
.breadcrumbs {
	margin-bottom:8px;
}

.breadcrumbs a {
	color:#333;
}

#breadcrumb {
	margin-bottom:8px;
}

#breadcrumb ul {
	margin:0;
}

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

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

#breadcrumb ul li a {
	color:#333;
}


/*
 * site-photo
 */
#site-photo {
	width:100%;
	min-width:980px;
	margin:0;
	padding:20px 0;
	background-image:url(images/line-gra.png), url(images/site-photo-wrap.png);
	background-repeat: repeat-x;
	background-position: center bottom, center top;
	background-color: #00457f;
}

#site-photo.not-header-image.not-homephoto {
	padding-top:1px;
}

#site-photo-in {
	width:980px;
	margin:0 auto;
	position: relative;
}

#custom-header {
	margin-bottom:15px;
}

.with-homephoto #custom-header {
	min-height:210px;
}

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

/*
 * home-photo
 */
#home-photo {
	position:absolute;
	top:0;
}

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


/*
 * site-description
 */
#site-description {
	width:980px;
	margin:0 auto;
	color:#fff;
	font-size:85%;
}

#site-description * {
	color:#fff !important;
}


/*
 * レイアウト
 */
#contents {
	width:610px;
	margin:0 0 20px 250px;
	padding:0 60px 50px;
	float:left;
	background:#fff;
}

.home #contents {
	width:480px;
	padding:0;
	background:none;
}

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

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

#side-r {
	width:230px;
	float:left;
	margin-left:20px;
}


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

#home-widget-area .home-widget {
	list-style:none;
	margin:0 0 20px;
	padding:20px;
	background:#fff;
}

#home-widget-area h2.home-widget-title {
	font-size:100%;
	line-height:1.3;
	margin:-20px -20px 10px;
	padding:10px 10px 13px;
	background-image:url(images/line-gra.png), url(images/texture-back.png);
	background-position: center bottom, center top;
	background-repeat: repeat-x, repeat;
	color:#fff;
}

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


/*
 * information table
 */
#home-information {
	padding:20px;
	margin-bottom:10px;
	background:#fff;
}

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

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

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

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

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

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

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

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


/*
 * 一覧 & feed へのリンク
 */
#home-information-link {
	background:#00447e;
	text-align:right;
	padding:5px;
	margin-bottom:20px;
	line-height:1;
}

#home-information-link #link-to-feed {
	display:inline-block;
	line-height:1;
	padding:0 5px;
}

#home-information-link #link-to-infoindex {
	line-height:1;
	display:inline-block;
	padding-right:5px;
	padding-left:15px;
	background:url(images/white-arrow.png) no-repeat left center;
}

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


/*
 * Side navi main
 */
#navi-main {
	background-image:url(images/s-navi-title.png), url(images/line-gra.png), url(images/s-gra.jpg);
	background-repeat: no-repeat, repeat-x, repeat-y;
	background-position: center top, center bottom, center top;
	margin-bottom:20px;
	padding:35px 0 5px;
}

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

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

#navi-main li a {
	display:block;
	background-image:url(images/navi-main-li.jpg);
	background-repeat:repeat-y;
	background-position:left top;
	background-color:#062b5c;
	padding:15px;
	line-height:1.3;
	color:#fff;
	font-size:108%;
	text-decoration: none;
}

#navi-main li a:hover {
	background-position:-230px top;
	background-color:#8ab0bf;
}

#navi-main li.current-menu-item > a {
	background-position:-460px top;
	background-color:#0d5d9c;
}

#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: -10px;
	left: 210px;
	z-index: 999;
	width:210px;
	padding:10px;
	margin:0;
	background:url(images/s-gra.jpg) repeat-y center top;
}

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


/*
 * side home photo
 */
#side-home-photo {
	margin:0 0 20px;
	padding:10px;
	background:#fff;
}

#side-home-photo img {
	width:210px;
	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;
	background:#fff;
	list-style:none;
}

.side-widget-area .side-widget-title {
	font-size:100%;
	font-weight:bold;
	line-height:1.3;
	margin:-10px -10px 10px;
	padding:7px 10px;
	color:#fff;
	background:#00b5bc;
}

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


/*
 * side search
 */
#search {
	background:url(images/s-gra.jpg) repeat-y center top;
	padding:10px;
	margin:0 0 20px;
}

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

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

#search-form {
	margin:0;
	position: relative;
}

#search-input-text input {
	border:none;
	padding:4px 5px 3px;
	width:165px;
	background:#fff;
	font-size:123.1%;
	border:solid 1px #ccc;
}

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


/*
 * side mobile
 */
#mobile {
	margin:0 0 20px;
	padding:10px;
	background:url(images/s-gra.jpg) repeat-y center top;
}

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

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

#mobile-qrcode {
	width:210px;
}

#mobile p {
	margin:0;
	line-height:1.5;
	color:#fff;
}

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

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

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


/*
 * pageup
 */
#pageup {
	text-align:right;
}

#pageup a {
	display:block;
	padding:0;
	text-decoration:none;
	color:#fff;
	line-height:1;
	font-size:93%;
}

#pageup a img {
	vertical-align:bottom;
}


/*
 * navi sub
 */
#navi-sub {
	width:100%;
	min-width:980px;
	margin:0;
	padding:8px 0 13px;
	background-image:url(images/line-gra.png), url(images/texture-back.png);
	background-position: center bottom, center top;
	background-repeat: repeat-x, repeat;
}

#navi-sub-in {
	width:980px;
	margin:0 auto;
}

#navi-sub-content {
	width:980px;
	padding:5px 0;
	margin:0 auto;
}

#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:#fff;
	text-decoration: none;
	padding-left:15px;
	border-left:solid 1px #fff;
}

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


/*
 * credit
 */
#credit {
	width:100%;
	min-width:980px;
	margin:0;
	padding:10px 0 200px;
	background:url(images/footer-wrap.png) repeat-x center top;
	color:#fff;
	text-align:left;
}

#credit-in {
	width:980px;
	margin:0 auto;
}

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

#credit-name {
	padding:0 0 0 0;
}

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

#footer-contact {
	padding:0 0 0 0;
}

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

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


/*
 * 文字サイズの変更
 */
#fontresize-navi {
	position:absolute;
	top:13px;
	right:0;
	font-size:11px;
}

#fontresize-navi #fontresize-title {
	width:100px;
	float:left;
	padding-right:5px;
	text-align:right;
	line-height:1;
	position: relative;
	top:6px;
	color:#fff;
}

#fontresize-navi #fontsize-list {
	float:left;
	margin:0;
}

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

#fontresize-navi .fontsize {
	padding-right:3px;
}

#fontresize-navi .fontsize img {
	vertical-align: bottom;
}


/*
 * login
 */
#login {
	width:980px;
	margin:0 auto;
	padding: 10px 0;
	border-top:solid 1px rgba(255,255,255,0.3);
	position: relative;
	z-index: 99;
	top:-187px;
}

#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:#fff;
	text-decoration: none;
}


/*
 * view-theme-switch
 */
#view-theme-switch {
	position: relative;
	z-index:99;
	top:-187px;
}

#view-theme-switch ul {
	margin:0;
}

#view-theme-switch ul li a {
	margin:-187px 0 0 0;
	color:#fff;
}


/*
 * eye catch
 */
#eye-catch {
	margin:0 -60px 20px;
	padding:10px;
}

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


/*
 * Page Single
 * entry-title

 */
#entry-title {
	margin:100px -30px;
}

#entry-title h1 {
	margin:0;
	padding:0;
	font-size: 200%;
	line-height:1.3;
	color:#00447f;
}


/*
 * Single & Index
 * entry date
 */
#entry-date {
	margin:0 -30px 40px;
	padding:5px 0 0 0;
	border-top:dashed 1px #aaa;
}


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


/*
 * Single
 * entry category
 */
#entry-category {
	margin-top:60px;
	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 {
	background:#4576c4;
	margin:70px -50px 15px;
	padding:10px 20px;
	font-size:161%;
	font-weight:normal;
	color:#fff;
}

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


/*
 * index date
 */
.index-date {
	margin:0 0 10px;
}


/*
 * next pre navi
 */
#post-navi {
	margin:100px -50px 0;
	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:7px 38px 7px 16px;
	background-image:url(images/entry-post-link-r.png);
	background-repeat: no-repeat;
	background-position: 96px center;
	background-color: #aaaaaa;
	text-decoration:none;
	color:#fff;
	line-height:1;
}

#post-navi .pre-link a {
	padding:7px 16px 7px 38px;
	background-image:url(images/entry-post-link-l.png);
	background-position: 11px center;
}

#post-navi a:hover {
	color:#aaa;
	background-color:#eeeeee;
	background-position: -104px center;
}

#post-navi .pre-link a:hover {
	background-position: -189px center;
}


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

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

.page .entry-content h2 {
	margin:100px -50px 50px;
	padding:9px 20px;
	background:#4576c4;
	color:#fff;
	font-size:160%;
	font-weight:normal;
}

.page .entry-content h3 {
	font-size:138.5%;
	border-top:solid 1px #aaa;
	padding:50px 0 0;
	margin:50px 0 30px;
	color:#4576c4;
}

.page .entry-content h4 {
	margin:50px 0 10px;
	color:#00457f;
}

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


/*
 * サイトマップ　リスト
 */
.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:#aaaaaa;
	padding-top:5px;
	padding-bottom:4px;
	color:#fff;
}

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


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

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

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

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

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:610px;
	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 #ddd;
	background:#eee;
	padding:0;
	margin: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:305px;
	margin:0;
}

dl.photo-setumei dd:nth-child(2):nth-last-child(2) {
	font-size:131%;
	line-height:1.3;
	margin: 10px 0;
}


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

.page .wp-caption.alignleft {
	margin-right:10px;
}

.page .wp-caption.alignright {
	margin-left:10px;
}

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