@charset "utf-8";
/*
Theme Name: wakayama
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:url(images/html.png);
}

@media screen {
	html {
		overflow: auto;
	}
	body {
		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 {
	margin:0;
	padding: 20px 0 30px;
	position: relative;
	z-index:2;
	background:url(images/header-top.png) repeat-x center top;
	box-shadow:0 4px 5px rgba(0,0,0,0.15);
}

.page.sitemap #header {
	padding-bottom:20px;
}

@media screen {
	#header {
		margin-left:  -200%;
		margin-right: -200%;
		padding-left:  200%;
		padding-right: 200%;
	}
}

#header #site-title {
	margin:0;
	padding:0 20px 0 0;
	font-size:138.5%;
	float:left;
}

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

#header-tiiki {
	display:inline-block;
	background:#c0e650;
	padding:3px;
	margin-top:21px;
	line-height:1.1;
	border-radius:3px;
}

#header-kamoku {
	padding-right:220px;
}

#header-contact {
	position: absolute;
	left:50%;
	top:40px;
	margin-left:280px;
}


/*
 * navi main
 */
#navi-main {
	position:relative;
	z-index:100;
}

#navi-main #navi-main-list {
	position:absolute;
	top:-18px;
	margin:0;
	width:975px;
	padding:5px 0 5px 5px;
	background:url(images/navi-back.png);
	border-radius:5px;
	box-shadow:0 2px 4px rgba(0,0,0,0.3);
}

#navi-main li {
	float:left;
	width:140px;
	list-style: none;
	position: relative;
	text-align:center;
}

#navi-main li.home-item {
	width:129px;
}

#navi-main ul > li:last-child {
	border:none;
}

#navi-main li a {
	display:block;
	line-height:1.3;
	color:#fff;
	text-decoration: none;
	padding:5px;
	border-right:solid 1px #4da621;
}

#navi-main li a:hover {
	background-color:#226600;
}

#navi-main li.current-menu-item > a {
	background-color:#226600;
}

#navi-main .sub-menu {
	display:none;
	position:absolute;
	top:1.9em;
	left:-30px;
	z-index:999;
	width:200px;
	margin:0;
	background:#fff;
	box-shadow:0 1px 2px rgba(0,0,0,0.3);
	border-radius:5px;
}

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

#navi-main .sub-menu li {
	width:100%;
}

#navi-main .sub-menu li a {
	border:none;
	padding:7px 0;
	border-bottom:dashed 1px #aaa;
	color:#339900;
}

#navi-main .sub-menu li:first-child a {
	border-radius:5px 5px 0 0;
}

#navi-main .sub-menu li:last-child a {
	border-radius:0 0 5px 5px;
}

#navi-main .sub-menu li a:hover,
#navi-main .sub-menu li.current-menu-item a {
	color:#fff;
}


/*
 * site-photo
 */
#site-photo {
	margin:0 0 30px;
	padding:40px 0 30px;
	background-image:url(images/site-photo.png);
	background-position: center top;
	position: relative;
	box-shadow:0 3px 5px rgba(0,0,0,0.15);
}

@media screen {
	#site-photo {
		margin-left:  -200%;
		margin-right: -200%;
		padding-left:  200%;
		padding-right: 200%;
	}
}

#site-copy {
	float:left;
	padding-top:30px;
}

#slider-wrap {
	float:right;
	width:580px;
	height:245px;
}

#slider {
	width:580px;
	height:245px;
}


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


/*
 * レイアウト
 */
#contents {
	width:700px;
	margin:0 0 20px;
	padding-left: 10px;
	float:left;
}

.home #contents {
	width:710px;
	padding:0;
}

#side {
	width:230px;
	float:right;
}

/*
.home #side {
	width:auto;
	float:none;
}
*/


/*
 * infotmation
 */
#information {
	display: table;
	width:100%;
	margin:0 0 60px;
}

#information-head,
#information-contents {
	display: table-cell;
}

#information-head {
	width:215px;
	padding:30px 0;
	background: #fff;
	text-align: center;
	vertical-align: middle;
	box-shadow:0 1px 2px rgba(0,0,0,0.2);
	border-radius:5px;
}

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

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

#info-indexlink {
	display:inline-block;
	background:url(images/arrow-white.png) no-repeat 20px center #ffb2cc;
	background-size:5px auto;
	padding:2px 25px 2px 30px;
	border-radius:10px;
	color:#fff;
	text-decoration:none;
	text-shadow:0 1px 2px rgba(0,0,0,0.4);
	box-shadow:0 2px 2px rgba(0,0,0,0.2);
}

#info-indexlink:hover {
	background-color:#ff99bb;
}

#information-contents {
	padding:15px 0 15px 15px;
}

#information table {
	border-top:dashed 1px #bbb;
	width:100%;
	margin:0;
}

#information table th,
#information table td {
	border:none;
	padding:10px 0;
	border-bottom:dashed 1px #bbb;
	text-align: left;
	vertical-align: baseline;
}

#information table .home-info-date {
	white-space: nowrap;
	padding-right:20px;
	padding-left:5px;
	font-weight:normal;
	color:#ff6699;
}

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

#information table .home-info-title a {
	color:#333;
}


/*
 * home-contents
 */
.home-contents-item {
	width:195px;
	padding:0 10px;
	margin-right:25px;
	margin-bottom:60px;
	display:inline-block;
	vertical-align: top;
}

.home-contents-item:nth-child(3n)  {
	margin-right:0;
}

.home-contents-item h2 {
	margin:0 -10px 10px;
	padding:5px 10px;
	font-weight:normal;
	line-height:1.1;
	border-bottom:solid 2px #ffb2cc;
}

.home-contents-item p {
	font-size:85%;
}

.home-contents-btn a {
	display:inline-block;
	padding:5px 10px 5px 20px;
	background:url(images/arrow-black.png) no-repeat 10px center #ddd;
	background-size:5px auto;
	border:solid 1px #ccc;
	border-radius:10px;
	box-shadow:0 1px 2px rgba(0,0,0,0.2);
	line-height:1;
	color:#333;
	text-decoration:none;
	font-size:93%;
}

.home-contents-btn a:hover {
	background-color:#ccc;
}


/*
 * sidebar
 */
#fontresize-navi,
#kamoku,
#jikan,
#access {
	width:215px;
	margin:0 0 25px 11px;
	position:relative;
}

#kamoku-title,
#jikan-title,
#access-title {
	font-size:123.1%;
	font-weight:normal;
	line-height:1;
	padding:0;
	margin:0 0 15px -11px;
}

#kamoku-title img,
#jikan-title img,
#access-title img {
	vertical-align:bottom;
}

#access .side-map {
	width:100%;
	height:180px;
}


/*
 * fontresize
 */
#fontresize-navi {
	width:205px;
	padding:5px 5px 4px;
	margin:0 0 25px 11px;
	border:solid 1px #2f8c00;
	border-radius: 5px;
	text-align:center;
	line-height:1;
	font-size:13px;
}

#fontresize-title {
	font-size:13px;
	display:inline-block;
	position: relative;
	top:-6px;
}

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

#fontresize-navi ul li {
	list-style: none;
	display: inline-block;
	margin-left:3px;
	float:left;
}

#fontresize-navi ul li img {
	vertical-align: bottom;
	cursor: pointer;
}


/*
 * kamoku
 */
#kamoku ul {
	margin:0;
}

#kamoku ul li {
	list-style:none;
	margin:0 0 5px;
	font-size:131%;
	padding-left:16px;
	background:url(images/kamoku-li.png) no-repeat left top;
}


/*
 * jikan
 */
#jikan table {
	width:100%;
	margin-bottom:15px;
}

#jikan table th,
#jikan table td {
	padding:5px 1px;
	border:none;
	font-weight:normal;
	text-align:center;
	vertical-align: middle;
	background:#fff;
}

#jikan table #jikan-youbi td,
#jikan table #jikan-gogo td,
#jikan table #jikan-gogo th {
	background:#eee;
}

#jikan h3 {
	font-size:108%;
	margin:0 0 5px;
	padding:0;
	line-height:1.3;
	border-bottom:dashed 1px #aaa;
}

#jikan table th {
	padding-left:5px;
	padding-right:5px;
}

#jikan .ampm,
#jikan .jikan-start,
#jikan .jikan-sepa,
#jikan .jikan-end {
	display:block;
	float:left;
}

#jikan .jikan-end {
	float:right;
	padding:0;
}

#jikan .ampm,
#jikan .jikan-start {
	margin-right:3px;
}


/*
 * access
 */
#access-gmap {
	vertical-align: bottom;
	margin-bottom:5px;
}

#access p {
	margin:0;
}


/*
 * pageup
 */
#pageup {
	position: fixed;
	bottom:10px;
	left:50%;
	margin-left:520px;
	z-index:999;
}

@media print {
	#pageup {
		display:none;
	}
}


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

#pageup img {
	vertical-align: bottom;
}


/*
 * footer
 */
#footer {
	margin-top:20px;
	background:url(images/navi-back.png) #2f8a00;
	border-radius:6px;
	padding:10px 300px 10px 15px;
	position: relative;
}


/*
 * navi sub
 */
#navi-sub {
	float:left;
}

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

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

#navi-sub li a {
	font-size:93%;
	color:#fff;
}


/*
 * mobile
 */
#mobile {
	width:200px;
	margin-right:-285px;
	float:right;
}

#mobile h2 {
	margin:5px 0 ;
	float:left;
}

#mobile img {
	vertical-align: bottom;
}

#mobile #qrcode-image {
	float:right;
	margin-left:10px;
	margin-bottom:0;
}

#mobile #mobile-description {
	font-size:85%;
	color:#fff;
	line-height:1.5;
	margin-bottom:0;
}


/*
 * credit
 */
#credit {
	width:100%;
	padding:10px 0;
	color:#fff;
	float:left;
}

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


/*
 * login
 */
#login {
	width:980px;
	margin:0 auto;
	padding: 10px 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;
}


/*
 * entry-head
 */
#entry-head {
	margin:0 0 40px;
	padding:55px 0 40px;
	background-image:url(images/site-photo.png);
	background-position: center top;
	position: relative;
	box-shadow:0 3px 5px rgba(0,0,0,0.15);
}

.page.sitemap #entry-head {
	padding-top:40px;
}

@media screen {
	#entry-head {
		margin-left:  -200%;
		margin-right: -200%;
		padding-left:  200%;
		padding-right: 200%;
	}
}


/*
 * eye catch
 */
#eye-catch {
	margin-bottom:40px;
	text-align:center;
}

#eye-catch img {
	max-width:100%;
	vertical-align: bottom;
	box-shadow:0 2px 3px rgba(0,0,0,0.3);
}


/*
 * entry-title
 */
#entry-title h1 {
	margin:0;
	padding:0 10px;
	font-size: 167%;
	line-height:1.3;
}


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


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


/*
 * 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 {
	margin:60px -10px 15px;
	padding:7px 10px;
	border:solid 1px #98b347;
	border-radius:5px;
	background:url(images/entry-h2.png);
	box-shadow:0 1px 1px rgba(0,0,0,0.2);
	font-weight:normal;
}

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

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


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


/*
 * Category post navi
 */
#post-navi {
	margin:40px -5px 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:6px 23px 5px 10px;
	background-image:url(images/entry-post-link-r.png);
	background-repeat: no-repeat;
	background-position: 96% center;
	background-color: #ffd76a;
	border:solid 1px #ffc62a;
	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:#ffcb3f;
}


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

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

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

.page .entry-content h2 {
	margin:40px -10px 15px;
	padding:7px 10px;
	border:solid 1px #98b347;
	border-radius:5px;
	background:url(images/entry-h2.png);
	box-shadow:0 1px 1px rgba(0,0,0,0.2);
	font-weight:normal;
}

.page .entry-content h3 {
	font-size:131%;
	color:#2f8b00;
	border-bottom:dashed 2px #c3e55c;
	padding-bottom:5px;
	margin-bottom:15px;
}

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


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

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


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


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


/*
 * 診療時間
 */
.page .shinryou-jikan th,
.page .shinryou-jikan td {
	font-size:146.5%;
}

.shinryou-jikan .youbi td {
	background:#e5e5e5;
}

.shinryou-jikan .jikan td,
.shinryou-jikan .jikan th {
	background:#fff;
	padding:15px;
}

.shinryou-jikan .jikan th .ampm,
.shinryou-jikan .jikan th .jikan-start,
.shinryou-jikan .jikan th .jikan-sepa,
.shinryou-jikan .jikan th .jikan-end {
	display:block;
	float:left;
}

.shinryou-jikan .jikan th .jikan-end {
	float:right;
}

.shinryou-jikan .jikan th .ampm,
.shinryou-jikan .jikan th .jikan-start,
.shinryou-jikan .jikan th .jikan-sepa {
	padding-right:3px;
}


/*
 * 画像とキャプション
 */
.photo-caption {
	width:330px;
	padding:5px;
	background:#fff;
	box-shadow:0 1px 2px rgba(0,0,0,0.3);
}

.photo-caption.alignleft,
.photo-caption.alignright {
}

.photo-caption dt {
	background:#e5e5e5;
	text-align:center;
}

.photo-caption dt img {
	vertical-align: bottom;
	max-height:247px;
	width:auto;
}

.photo-caption dd {
	padding:3px 0;
	margin:0;
	line-height:1.5;
}

.wakayama-photocaption-just .photo-caption:nth-child(even),
.wakayama-setsubi .photo-caption:nth-child(even),
.wakayama-innai .photo-caption:nth-child(even) {
	margin-right:0;
}


/*
 * 画像と右側説明文
 */
.photo-setumei {
	width:100%;
	display: table;
}

.photo-setumei img {
	vertical-align:bottom;
}

.photo-setumei dt {
	display:table-cell;
	vertical-align:top;
	width:330px;
	border:solid 5px #fff;
	background:#dedede;
	box-shadow:0 1px 2px rgba(0,0,0,0.3);
	text-align: center;
}

.photo-setumei dt img {
	width:auto;
	max-height:247px;
}

.photo-setumei dd {
	display:table-cell;
	vertical-align:top;
	margin:0;
	padding-left:15px;
}

body .photo-setumei dd .setumei-title {
	font-size:116%;
	font-weight:bold;
	margin:10px 0 5px;
	border-bottom:dashed 1px #aaa;
}


/*
 * 画像関連
 */
.page .wp-caption {
	background:#fff;
	box-shadow:0 1px 2px rgba(0,0,0,0.3);
}

.page .wp-caption .wp-caption-text {
	font-size:100%;
	line-height:1.5;
}

.wakayama-photocaption-just .wp-caption:nth-child(even),
.wakayama-setsubi .wp-caption:nth-child(even),
.wakayama-innai .wp-caption:nth-child(even) {
	margin-right:0;
}


/*
 * 資格と所属学会
 */
.page .entry-content ul.shikaku-gakkai {
	float:left;
	margin-right:50px;
}


/*
 * 診療内容ページ　科目
 */
.page .wakayama-kamoku {
	font-size:138.5%;
	color:#ff5991;
}


/*
 *
 */
.color-pink {
	color:#ff5991;
}

.indent-1 {
	padding-left:1em;
}
