@charset "utf-8";

@media screen and (min-width: 768px) {
	/* ----------------------------------------------レスポンシブ設定------------------ */
	/* --------------------------------------------------------clearfix------------------ */
	img.opa:hover {
		opacity: 0.5;
	}

	/*--------------------pagetop.fade.js--------------------------------*/
	#pagetop {
		position: fixed;
		bottom: 20px;
		right: 15px;
	}

	#pagetop a img {
		width: 40px;
		height: 40px;
	}

	#pagetop a:hover {
		opacity: 0.8;
	}

	#gh nav ul:after,
	#gheader div.search form:after,
	#pickup:after,
	.columnWrapper:after,
	div.indexBoxes section.child:after,
	div.indexBoxes section.child a div.captionBox:after {
		content: "";
		display: block;
		clear: both;
	}

	footer#gfooter.sma {
		display: none;
	}

	footer#gfooter.pc {
		display: block;
		box-shadow: 0 2px 2px rgba(100, 100, 100, 1);
		margin-bottom: 10px;
	}

	a:link,
	a:visited,
	a:active,
	a:hover {
		text-decoration: none;
	}

	#sub #bg_cream #contents2 .edaclinic.toggle.close .sub,
	#sub #bg_cream #contents2 .edaclinic2.toggle.close .sub {
		margin-bottom: 0px;
	}

	.train {
		font-size: 13px;
		font-weight: normal;
	}

	ul.doc_text {
		list-style: none;
		background: #fff;
		width: 100%;
		margin-left: 5%;
		margin-top: 0px;
		padding-top: 0px;
	}

	ul.eda_text,
	ul.eda_text2 {
		list-style: none;
		background: #fff;
		width: 100%;
		margin: 0px;
		padding: 0px;
	}

	.rijicho {
		width: 300px;
		height: 295px;
		margin: 0px;
		background: url(images/takahashi_r.jpg);
	}

	#gfooter {
		text-align: center;
		width: 100%;
		clear: both;
	}

	#gheader nav.menu {
		float: none;
		width: 960px;
		margin-top: 0;
		margin-right: auto;
		margin-bottom: 0;
		margin-left: auto;
	}

	#gheader nav.menu #menuToggle {
		display: none;
	}

	#gheader nav.menu ul {
		background: none;
		border: none !important;
		box-shadow: none;
		display: block;
		width: 960px;
		text-align: center;
	}

	#gheader nav.menu ul li {
		width: 100px;
		float: left;
		margin: 0 4px;
	}

	#gheader nav.menu ul li a {
		color: #42210b;
		font-weight: 500;
		font-size: 15px;
		border: none;
		display: block;
		overflow: hidden;
		padding: 0;
		width: 100%;
		line-height: 2;
		margin-bottom: 20px;
	}

	#gheader nav.menu ul li.recruit {
		width: 140px;
	}
	#gheader nav.menu ul li.disaster {
		width: 140px;
	}
	#gheader nav.menu ul li.disaster a:hover {
		background: #cc000a;
		border-radius: 6px;
		color: #fff;
	}
	#gheader nav.menu ul li.recruit_c a {
		width: 140px;
		background: #0d6fb8;
		border-radius: 6px;
		color: #fff;
	}

	#gheader nav.menu ul li.current a {
		background: #0d6fb8;
		border-radius: 6px;
		color: #fff;
	}

	#gheader nav.menu ul li a:hover {
		background: #0d6fb8;
		border-radius: 6px;
		color: #fff;
	}

	#body,
	#sub {
		margin: 0 auto;
		width: 100%;
		border-top: 11px solid #0d6fb8;
	}

	#slide {
		width: 960px;
		height: 365px;
		margin: 0px auto;
		border-radius: 10px;
	}

	#slide_sub {
		width: 960px;
		height: 365px;
		margin: 0px auto 30px;
		border-radius: 10px;
		display: block;
	}
	.koshi {
		font-size: 17px;
		line-height: 50px;
	}
	/*-----------------------------------------------------------------pickup-----------*/

	#pickup ul.tab {
		display: none;
	}

	#pickup h3,
	#pickup div.tabContents {
		display: block;
	}

	#pickup {
		width: 960px;
		margin-right: auto;
		margin-left: auto;
	}

	#pickup h2 {
		font-size: 18px;
		padding: 10px 0;
	}

	#pickup div.tabContents {
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		float: left;
		width: 33.3%;
		margin-top: 30px;
		margin-bottom: 30px;
	}

	#pickup #doctor {
		border-right: 1px solid #d3d3d3;
		background: linear-gradient(to right, rgba(255, 255, 255, 0.8) 90%, rgba(243, 240, 240, 1) 100%);
		background: -webkit-linear-gradient(to right, rgba(255, 255, 255, 0.8) 90%, rgba(243, 240, 240, 1) 100%);
		background: -webkit-gradient(linear, right center, left center, color-stop(3%, rgba(243, 240, 240, 1)), color-stop(13%, rgba(255, 255, 255, 0.7)));
	}

	#pickup #hospital {
		border-left: 1px solid #d3d3d3;
		background: linear-gradient(to left, rgba(255, 255, 255, 0.8) 90%, rgba(243, 240, 240, 1) 100%);
		background: -webkit-linear-gradient(to left, rgba(255, 255, 255, 0.8) 90%, rgba(243, 240, 240, 1) 100%);
		background: -webkit-gradient(linear, left center, right center, color-stop(3%, rgba(243, 240, 240, 1)), color-stop(13%, rgba(255, 255, 255, 0.7)));
	}

	#pickup div.round {
		width: 318px;
		height: 110px;
		padding: 0px;
		border-radius: 0;
		border: none;
	}

	#pickup div.round a {
		background-image: none;
		display: block;
	}

	#pickup div.round a:hover {
		text-decoration: none;
	}

	#pickup div.round div {
		display: table;
		height: 105px;
		width: 100%;
	}

	#pickup div.round div p {
		display: table-cell;
		vertical-align: middle;
	}

	#pickup div.round div p img {
		width: 50%;
	}

	#pickup div.tabContents p.text {
		color: #796458;
		font-weight: 400;
		margin: 25px;
		line-height: 1.7;
	}

	div.columnWrapper {
		margin-top: 18px;
	}

	/* ----------------------------------------------------------section----------contents2-----*/

	#bg_cream {
		background: #f1ece4;
		width: 100%;
		padding-top: 60px;
		padding-bottom: 60px;
	}

	#contents2 {
		margin: 0px auto;
		width: 960px;
	}

	section.seminar {
		float: right;
		width: 31.8%;
	}

	section.information {
		border: none;
		margin-top: 18px;
	}

	section.seminar h2,
	section.information h2 {
		border: 1px solid #ccc;
		border-radius: 5px;
	}

	.toggle h2 {
		cursor: default;
	}

	.toggle h2 span,
	.toggle.close h2 span {
		background: none !important;
	} /* pc top */

	.director toggle h2 {
		display: none;
	}

	/*---------------------------------------------------------------------gfooter------------------*/

	#gfooter p {
		font-size: 14px;
		color: #fff;
		line-height: 1.3;
		background: #0d6fb8;
		margin: 0px auto;
		width: 960px;
	}

	#gfooter p span.map_link {
		font-size: 13px;
		display: block;
		float: left;
	}

	#gfooter p span.map_link a {
		color: #fff;
	}
	#gfooter p span.map_link a:hover {
		color: #ffcb05;
	}

	#gfooter p span.footer_add {
		font-size: 13px;
		display: block;
		text-align: right;
	}

	#gfooter nav ul {
		font-size: 18px;
		margin: 0px auto;
		line-height: 3;
		font-weight: 400;
		width: 960px;
	}

	#gfooter nav ul li {
		border: none;
		margin: 0 15px;
		width: auto;
	}

	#gfooter nav ul li a:hover {
		border: none;
		width: auto;
		text-decoration: none;
		color: #ffcb05;
	}

	#gfooter nav ul li:nth-child(odd) {
		clear: none;
	}

	#gfooter nav ul li a {
		border: none;
		padding-left: 12px;
		width: auto;
	}

	#gfooter nav {
		width: 100%;
		overflow: hidden;
		background: #0d6fb8;
	}

	#pickup #doctor .round p,
	#pickup #equipment .round p,
	#pickup #hospital .round p {
		margin-top: 30px;
	}

	#doctor .text span,
	#equipment .text span,
	#hospital .text span {
		display: block;
		text-align: center;
		font-size: 30px;
		font-weight: 400;
		line-height: 1.5;
		color: #796458;
	}

	#contents2 .edaclinic.toggle.close .eda_text,
	#contents2 .edaclinic2.toggle.close .eda_text2 {
		display: block;
		margin: 0px;
	}

	#gheader {
		width: 960px;
		text-align: center;
		margin: 0 auto;
	}

	h1#text {
		display: block;
	}

	#gheader h1 {
		text-align: center;
		font-size: 13px;
		font-weight: 400;
		color: #0d6fb8;
		padding-top: 5px;
	}

	#gheader h1 img {
		width: 175px;
		height: 124px;
		margin: 0px auto 20px;
	}

	#contents2 .edaclinic2.toggle.close {
		margin-right: 0px;
	}
	#contents2 .director.toggle h2 {
		display: none;
	}
	#contents2 .edaclinic.toggle.close .eda_text {
		margin-left: 0px;
		margin-bottom: 0px;
	}

	#contents2 .director.toggle .doc_text {
		margin: 0px;
	}
	#contents2 .director.toggle li.doc_text {
		width: 260px;
		margin-left: 25px;
		margin-top: 30px;
		font-size: 14px;
	}

	#contents2 .director.toggle .doc_text .doc_text span {
		text-align: right;
		display: block;
		font-weight: 600;
		font-size: 18px;
		margin-right: 10px;
	}

	#contents2 .edaclinic.toggle.close .eda_text a .add {
		margin-top: 13px;
		font-weight: 600;
	}

	#contents2 .edaclinic2.toggle.close .eda_text2 a .add {
		margin-top: 13px;
		font-weight: 600;
	}

	.pin {
		display: block;
		height: 30px;
		width: 25px;
		margin-left: 140px;
	}

	#sub {
		font: 14px/1.3 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		color: #333;
	}

	#sub #title {
		text-align: center;
		clear: left;
		margin-top: 20px;
	}

	#sub #kiki_title {
		text-align: center;
		clear: left;
		margin-top: 20px;
	}

	.access_add,
	.uketsuke {
		color: #333;
		line-height: 1.5;
		width: 100%;
	}

	/*-------------------------------------------#sub .edaclinic-----------------------------------*/

	#sub #kiki_title strong,
	#sub #title strong {
		font-size: 26px;
		font-weight: 900;
		color: #0d6fb8;
		display: block;
		width: 940px;
		margin: 0px auto 15px;
	}

	#sub #title .sub_pc {
		display: none;
	}

	#sub #kiki_title p,
	#sub #title p {
		width: 800px;
		font-size: 18px;
		text-align: left;
		line-height: 1.5;
		margin: 0px auto 30px;
		font-weight: 400;
	}

	#sub .edaclinic {
		color: #fff;
		display: block;
		line-height: 2;
		width: 960px;
		margin: 0px auto 10px;
		text-align: right;
		overflow: hidden;
		padding-top: 0px;
		padding-left: 1px;
	}

	#sub .edaclinic img.info {
		width: 300px;
		box-shadow: 1px 1px 4px #999;
		height: 250px;
		border-radius: 4px;
		border: 0px solid #ccc;
	}

	#sub .edaclinic img.intro {
		width: 300px;
		height: 250px;
	}

	#sub .edaclinic p.text {
		color: #0d6fb8;
		line-height: 1.3;
		margin-left: 5%;
		margin-bottom: 30px;
		margin-top: 3px;
		font-size: 14px;
		text-align: left;
		width: 280px;
	}

	#sub .edaclinic p.text .title {
		font-size: 18px;
		font-weight: bold;
		line-height: 1;
	}

	#sub .edaclinic p.text .koshikawa {
		font-size: 16px;
		font-weight: bold;
		line-height: 1.5;
	}

	#sub .edaclinic p.text .title_coment {
		font-size: 18px;
		font-weight: 600;
		margin-top: 350px;
		display: block;
	}

	#sub .edaclinic .access_tel a {
		color: #0d6fb8;
		font-size: 36px;
		font-weight: bolder;
	}

	#sub .edaclinic .access_add a {
		color: #0d6fb8;
		line-height: 1.3;
	}

	/*------------------------------------------------------#sub---edaclinic2---------------------*/

	#sub .edaclinic2 {
		color: #fff;
		display: block;
		line-height: 2;
		width: 960px;
		margin: 0px auto 10px;
		text-align: left;
		overflow: hidden;
	}

	#sub .edaclinic2 img.info {
		width: 300px;
		box-shadow: 1px 1px 2px #666;
		height: 250px;
		border-radius: 4px;
	}

	#sub .edaclinic2 img.accsess {
		margin-top: 10px;
	}

	#sub .edaclinic2 p.text {
		color: #ffa800;
		line-height: 1.3;
		margin-left: 5%;
		margin-bottom: 30px;
		margin-top: 3px;
		font-size: 14px;
		text-align: left;
		width: 280px;
	}

	#sub .edaclinic2 p.text .title {
		font-size: 18px;
		font-weight: bold;
		line-height: 1.5;
	}

	#sub .edaclinic2 .access_tel a {
		color: #ffa800;
		font-size: 36px;
		font-weight: 800;
	}

	#sub .edaclinic2 .access_add a {
		color: #ffa800;
		line-height: 1.3;
	}

	#sub .access {
		margin-bottom: 0px;
		margin-top: 15px;
	}

	#sub .edaclinic2 .big {
		height: 485px;
		width: 960px;
		margin-bottom: 80px;
	}

	#sub .edaclinic div.sum,
	#sub .edaclinic2 div.sum {
		width: 300px;
		float: left;
		height: 400px;
	}

	#sub .edaclinic div.intro {
		width: 300px;
		height: 500px;
		float: left;
		background: #f1f0f0;
		margin-bottom: 30px;
		box-shadow: 1px 1px 2px #666;
	}

	/* 240111 田中俊行追加 */
	#sub .edaclinic div.intro.h-auto {
		height: auto;
	}

	#sub .edaclinic div.coment {
		width: 960px;
		float: left;
		background: #fff;
		box-shadow: 1px 1px 2px #fff;
		clear: left;
		height: 30px;
		margin: 0px;
		padding: 0px;
	}

	#sub .edaclinic div.treat,
	#sub .edaclinic2 div.treat {
		width: 300px;
		float: left;
		text-align: center;
		margin-top: 2px;
	}

	div.middle {
		margin-right: 29px;
		margin-left: 29px;
		float: left;
	}

	section.toggle,
	#bg_cream #contents2 .edaclinic.close,
	#bg_cream #contents2 .edaclinic2.close {
		text-align: center;
		width: 300px;
		float: left;
		background: #fff;
		height: 450px;
		box-shadow: 2px 2px 5px rgba(100, 100, 100, 0.4);
		margin: 0px 28px 80px 0px;
	} /* pc top*/

	section.edaclinic h2 {
		border: 1px solid #0d6fb8;
		border-radius: 30px;
		background: #85bde7;
		background: radial-gradient(#85bde7, #7db8e4);
		background-image: radial-gradient(#0d6fb8, #7db8e4);
		box-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5) inset, 1px 1px 1px rgba(0, 0, 0, 0.5);
		width: 257px;
		height: 50px;
		margin-top: 5px;
		margin-left: 22px;
		margin-bottom: 10px;
		font-size: 24px;
	} /* pc/top */

	section.edaclinic h2.sub {
		border: 1px solid #0d6fb8;
		border-radius: 30px;
		background: #85bde7;
		background: radial-gradient(#85bde7, #7db8e4);
		box-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5) inset, 1px 1px 1px rgba(0, 0, 0, 0.5);
		width: 99%;
		height: 50px;
		margin: 0px;
		font-size: 24px;
	} /* pc/ info acc*/

	section.edaclinic2 h2 {
		border: 1px solid #fac00f;
		border-radius: 30px;
		box-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5) inset, 1px 1px 1px rgba(0, 0, 0, 0.5);
		font-weight: 900;
		width: 257px;
		height: 50px;
		margin-top: 5px;
		margin-left: 22px;
		margin-bottom: 10px;
		font-size: 24px;
		background: #ffa800;
		background: radial-gradient(#ffa800, #ffc133);
	} /* pc top */

	section.edaclinic2 h2.sub {
		border: 1px solid #fac00f;
		border-radius: 30px;
		box-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5) inset, 1px 1px 1px rgba(0, 0, 0, 0.5);
		font-weight: 900;
		width: 99%;
		height: 50px;
		font-size: 24px;
		background: #ffa800;
		background: radial-gradient(#ffa800, #ffc133);
		margin: 0px;
	} /* pc sub */

	#sub .edaclinic h2.intro,
	#sub .edaclinic2 h2.intro,
	#sub .edaclinic h2.info,
	#sub .edaclinic2 h2.info,
	#sub .edaclinic h2.acc,
	#sub .edaclinic2 h2.acc {
		margin-bottom: 30px;
	} /* pc info */

	#sub #bg_cream #contents .edaclinic.close h2 {
		margin-bottom: 0px;
	}
	#sub #bg_cream #contents2 .edaclinic2.close {
		margin-right: 0px;
	}
	#body #bg_cream #contents2 .edaclinic2.close {
		margin-right: 0px;
	}
	#body #bg_cream #contents2 .edaclinic2 {
		margin-right: 0px;
	}
	/* pc top sub */

	#eda_map_add,
	#eda2_map_add {
		display: block;
	}

	#eda_map_add_s,
	#eda2_map_add_s {
		display: none;
	}

	#eda_map {
		background: url(images/eda_map_768.jpg) no-repeat;
		background-size: 80% auto;
		height: 950px;
		width: auto;
		position: relative;
		margin-bottom: 60px;
		left: 90px;
	}

	#eda2_map {
		background: url(images/eda2_map_768.jpg) no-repeat;
		background-size: 85% auto;
		height: 1300px;
		width: auto;
		position: relative;
		clip: rect(auto, auto, 20px, auto);
		left: 30px;
	}

	#eda_map_add {
		height: auto;
		width: 750px;
		position: absolute;
		left: 30px;
		top: 600px;
	}

	#eda2_map #eda2_map_add {
		height: auto;
		width: 750px;
		position: absolute;
		left: 30px;
		top: 600px;
	}

	#sub #bg_cream #contents2 {
		display: block;
	}
	#contents2 .director.toggle .pin {
		margin-bottom: -30px;
	}

	span#footer_line {
		background: url(images/footer_line.jpg) repeat-x 2px;
		height: 6px;
		width: 100%;
		display: block;
	}

	#gfooter nav ul li a div {
		font-size: 20px;
		margin-bottom: -5px;
	}

	.edaclinic.toggle.close h2,
	.edaclinic2.toggle.close h2 {
		margin-bottom: 2px;
	}
	/* pc top */

	section.edaclinic li.tel a {
		padding-top: 8px;
		color: #0d6fb8;
		font-weight: 800;
		line-height: 1.8;
	} /* pc info/eda1/*/

	section.edaclinic2 li.tel a {
		padding-top: 8px;
		color: #ffa800;
		font-weight: 800;
		line-height: 1.8;
	} /* pc info/eda2/*/

	/* ---------------------------------------------------------------treatment---透析治療---- */

	#sub #treatment {
		text-align: center;
		clear: both;
		margin: 0px auto 60px;
		width: 960px;
		position: relative;
	}
	#sub #treatment #treat_illust {
		background: url(images/chiryo.jpg) no-repeat;
		background-size: contain;
		height: 600px;
		width: auto;
		margin-bottom: 20px;
	}

	#sub #treatment #treat_hdf {
		width: 960px;
		background: #c2dd84;
		padding-top: 20px;
		padding-bottom: 10px;
		border-radius: 5px;
	}

	#sub #treatment #treat_hdf #treat_title {
		color: #22ac38;
		background: #fff;
		width: 900px;
		margin-left: 30px;
		font-size: 25px;
		font-weight: 900;
		line-height: 1.7;
		border-radius: 25px;
		box-shadow: 1px 1px 1px #999;
	}

	#sub #treatment #treat_hdf ul {
		text-align: left;
		list-style: none;
		width: 800px;
		margin-top: 30px;
		margin-left: 150px;
		margin-bottom: 20px;
	}

	#sub #treatment #treat_hdf ul li img {
		width: 25px;
		height: auto;
		margin-bottom: -3px;
	}

	#sub #treatment #treat_hdf ul li {
		font-size: 25px;
		font-weight: 400;
		margin-bottom: 10px;
	}

	#gheader #text {
		text-align: left;
	}

	#sub #title #orien .orien {
		float: left;
		width: 230px;
		line-height: 1.3;
		background: #cfdbe9;
		height: 93px;
		padding-top: 22px;
		padding-left: 80px;
		border-radius: 5px;
		margin-right: 70px;
		text-align: center;
	}

	#sub #title #orien .orien2 {
		float: left;
		width: 240px;
		line-height: 1.3;
		background: #fce4b6;
		height: 93px;
		padding-top: 22px;
		padding-left: 70px;
		border-radius: 5px;
	}

	#sub #title #orien {
		margin: 0px auto 90px;
		width: 690px;
		overflow: hidden;
	}

	#sub #title #orien .orien .eda_tel a {
		color: #0d6fb8;
		font-weight: 600;
	}
	#sub #title #orien .orien2 .eda2_tel a {
		color: #ffa800;
		font-weight: 600;
	}

	#sub .edaclinic .sum.intro .text {
		color: #7e6a5c;
		margin-top: 15px;
		margin-left: 11px;
	}
	#sub #title .intro {
		width: 250px;
		display: block;
	}
	#sub .edaclinic .sum.middle.intro {
		margin-right: 29px;
		margin-left: 29px;
	}

	section h2 {
		text-align: center;
		font-size: large;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		cursor: auto;
		font-weight: bold;
	}

	#sub .edaclinic2 .b_day {
		color: #ffa800;
		text-align: center;
		font-size: 25px;
		font-weight: 900;
		line-height: 1;
		margin-bottom: 30px;
	}

	#sub .edaclinic .b_day {
		color: #00479d;
		text-align: center;
		font-size: 25px;
		font-weight: 900;
		line-height: 1;
		margin-bottom: 30px;
	}

	/* ----------------------------------------------------------introduction-----医師の紹介--- */

	#sub .edaclinic .s_table table tr td {
		color: #333;
		border: 1px solid #bdcee1;
		font-size: 18px;
		text-align: center;
		font-weight: 400;
		padding: 5px;
	} /* pc sma*/

	#sub2 .edaclinic .s_table table tr td {
		color: #333;
		border: 1px solid ##ffa800;
		font-size: 18px;
		text-align: center;
		font-weight: 400;
		padding: 5px;
	} /* pc sma*/

	#sub .edaclinic table td.head {
		background: #bdcee1;
	}

	#sub .edaclinic2 .b_day {
		color: #ffa800;
		text-align: center;
		font-size: 25px;
		font-weight: 900;
		line-height: 1;
		margin-bottom: 30px;
	}

	#sub .edaclinic2 .s_table table tr td {
		color: #ccc;
		border: 1px solid #f8b62b;
		font-size: 18px;
		text-align: center;
		font-weight: 400;
		padding: 5px;
	}

	#sub .edaclinic2 table td.head {
		background: #f8b62b;
	}
	#sub .edaclinic2 table td.t_center {
		background: #fdfcd0;
	}
	#sub .edaclinic2 .s_table table tr .head {
		border-right: 1px solid #f8b62b;
		border-left: 1px solid #f8b62b;
	}

	#sub .edaclinic2 .s_table table tr td {
		border: 1px solid #f8b62b;
		color: #333;
	}

	#sub .edaclinic2 .s_table table tr .head {
		color: #fff;
		font-weight: bold;
		font-size: 20px;
	}

	#sub .edaclinic2 .s_table table tr .head.t_h_left {
		border-left: 2px solid #f8b62b;
	}
	#sub .edaclinic2 .s_table table tr .head.t_h_right {
		border-right: 3px solid #f8b62b;
	}

	#sub .edaclinic .s_table {
		width: 450px;
		margin: 0px 50px 70px 0px;
		border: 2px solid #bdcee1;
		border-radius: 12px;
		float: left;
	}

	#sub .edaclinic2 .s_table {
		width: 450px;
		margin: 0px 50px 50px 0px;
		border: 2px solid #f8b62b;
		border-radius: 12px;
		float: left;
	}

	#sub .edaclinic2 .s_table .edaclinic2 .s_table {
		margin: 0 auto 30px;
		width: 800px;
	}
	#sub .edaclinic .s_table p {
		color: #333;
		font-size: 18px;
		line-height: 1;
	}
	#sub .edaclinic2 .s_table .edaclinic2 .s_table p {
		font-size: 18px;
		line-height: 1;
		color: #333;
	}

	/* ---------------------------------------------------------------------sitemap----------------- */

	#sub .edaclinic #site_map {
		background: #85bde7;
		height: 520px;
		width: 80%;
		border-radius: 10px;
		box-shadow: 2px 2px 3px #ccc;
		margin-top: 0;
		margin-right: auto;
		margin-bottom: 50px;
		margin-left: auto;
	}

	#sub .edaclinic #site_map_link {
		margin: 0 5px 5px 0;
		height: 350px;
		width: 955px;
		padding-top: 10px;
	}

	#sub .edaclinic #site_map ul {
		color: #fff;
		font-size: 24px;
		font-weight: 400;
		padding-top: 35px;
		list-style: none;
		text-align: center;
		margin-left: 0px;
	}

	#sub .edaclinic #site_map ul li a {
		color: #fff;
	}
	#sub .edaclinic #site_map ul li a:hover {
		color: #ffcb05;
		line-height: 1.3;
	}

	#sub #treatment #treat_illust #treat_text {
		width: 410px;
		position: absolute;
		left: 20px;
		top: 540px;
		text-align: left;
		display: block;
	}

	table tr:first-child td:first-child {
		border-radius: 10px 0 0 0;
	}
	table tr:first-child td:last-child {
		border-radius: 0 10px 0 0;
	}
	table tr:last-child td:first-child {
		border-radius: 0 0 0 10px;
	}
	table tr:last-child td:last-child {
		border-radius: 0 0 10px 0;
	}
	#sub .edaclinic .s_table .tan_tou {
		line-height: 1.5;
		margin-top: 0px;
	}
	#sub .edaclinic2 .s_table .edaclinic2 .s_table .tan_tou {
		line-height: 1.5;
	}

	#sub .edaclinic .big {
		height: 485px;
		width: 960px;
		display: block;
		margin-bottom: 27px;
		border-radius: 5px;
	}

	#sub .edaclinic2 .big {
		height: 485px;
		width: 960px;
		box-shadow: 1px 1px 2px #666;
		display: block;
		margin-bottom: 27px;
		border-radius: 5px;
	}

	#sub #title strong img {
		width: 940px;
	}

	#sub #title #orien .orien_box {
		height: 100px;
		width: 310px;
		background: #cfdbe9;
		padding-top: 20px;
		font-size: 16px;
		float: left;
		margin-right: 70px;
		border-radius: 5px;
		line-height: 1.5;
		margin-left: 0px;
		margin-bottom: 0px;
	}

	#sub #title #orien .orien_box2 {
		height: 100px;
		width: 310px;
		background: #fce4b6;
		padding-top: 20px;
		font-size: 16px;
		float: left;
		border-radius: 5px;
		line-height: 1.5;
		margin-left: 0px;
		margin-bottom: 0px;
	}

	#sub #title #orien .orien_box .eda_tel a {
		font-size: 18px;
		font-weight: 600;
		color: #0d6fb8;
	}

	#sub #title #orien .orien_box2 .eda_tel2 a {
		font-size: 18px;
		font-weight: 600;
		color: #ffa800;
	}
	#sub #treatment #treat_hdf ul li .sub_pc {
		display: none;
	}
	#sub #treatment #treat_hdf ul li .sma {
		display: inline;
	}
	#sub .edaclinic .s_table .tan_tou_sma {
		display: none;
	}
	#body #pickup #doctor .text.top_sinrai_ishi {
		line-height: 1.9;
	}

	#sub .edaclinic .s_table .tan_tou {
		display: block;
	}

	#sub .edaclinic2 .s_table .edaclinic2 .s_table .tan_tou {
		display: block;
	}
	#sub .edaclinic2 .s_table .edaclinic2 .s_table .tan_tou_sma {
		display: none;
	}
	#sub .nivo {
		cursor: pointer;
	}

	#sub .edaclinic .s_table.tantou,
	#sub .edaclinic .s_table.tantou2 {
		border-width: 0px;
	}

	#sub .edaclinic .sma,
	#sub .edaclinic2 .sma {
		display: none;
	}

	#sub .edaclinic2 .edaclinic2 .s_table2.tantou {
		color: #333;
		border-width: 0px;
	}

	#sub .edaclinic2 .edaclinic2 .s_table2.tantou {
		margin: 0px auto 30px;
		width: 800px;
		font-size: 18px;
	}

	#sub .edaclinic2 .edaclinic2 .s_table2.tantou .tan_tou {
		font-size: 18px;
		line-height: 1.5;
		display: block;
	}

	#sub .edaclinic2 .edaclinic2 .s_table2.tantou .tan_tou_sma {
		display: none;
	}
	#sub .edaclinic .sum.intro.coment .text .title_coment {
		display: block;
	}

	#sub .edaclinic .sum.intro.coment .text .title_coment_sma {
		display: none;
	}

	#sub .edaclinic .s_table.edge {
		margin-right: 0px;
		margin-left: 0px;
	}

	#sub .kiki_explan {
		text-align: left;
		margin: 0px auto 30px;
		width: 960px;
		display: block;
		font-size: 16px;
	}

	#sub .kiki_explan_sma {
		width: 96%;
		margin-bottom: 15px;
		margin-left: 2%;
		text-align: center;
		display: none;
	}

	#sub .edaclinic .s_table2 {
		width: 400px;
		margin: 0px 60px 30px 40px;
		border: 2px solid #bdcee1;
		border-radius: 17px;
		float: left;
	}

	#sub .edaclinic2 .s_table.edge {
		margin-right: 0px;
		margin-left: 0px;
	}

	.access_add .acc_tky {
		display: block;
		width: 360px;
		float: left;
		margin-right: 50px;
	}

	.access_add .acc_ngtd {
		display: block;
		width: 360px;
		float: left;
	}

	#sub .edaclinic .b_day_pc {
		color: #00479d;
		text-align: center;
		font-size: 18px;
		font-weight: 400;
		line-height: 1;
		margin-bottom: 30px;
		display: block;
	}

	#sub .edaclinic .b_day_sma {
		color: #00479d;
		text-align: center;
		font-size: 18px;
		font-weight: 900;
		margin-bottom: 10px;
		display: none;
	}

	#sub .edaclinic2 .b_day_pc {
		color: #ffa800;
		text-align: center;
		font-size: 18px;
		font-weight: 400;
		line-height: 1;
		margin-bottom: 30px;
		display: block;
	}

	#sub .edaclinic2 .b_day_sma {
		color: #ffa800;
		text-align: center;
		font-size: 18px;
		font-weight: 900;
		margin-bottom: 10px;
		display: none;
	}

	#sub .edaclinic .s_table table tr .head {
		color: #fff;
		font-weight: bold;
		font-size: 20px;
	}

	.staff_comment {
		height: 150px;
		width: 280px;
		overflow: auto;
		display: block;
	}

	#sub .edaclinic .sum.middle.intro .text .title.arai {
		font-size: 17px;
	}

	.red {
		color: #0d6fb8;
	}
	#site_map ul li {
		line-height: 1.3;
		margin-bottom: 20px;
	}
	#sub .edaclinic.link {
		text-align: center;
	}

	.link_gazou {
		background: #9cc;
		height: 80px;
		width: 300px;
	}
	#sub .edaclinic.link #site_map {
		margin-left: 0px;
	}
	#site_map .link {
		padding-top: 50px;
	}
	#sub .edaclinic #site_map .link {
		padding-top: 60px;
		list-style: none;
	}
	#sub .edaclinic #site_map .link li {
		margin-bottom: 40px;
	}
	#sub .edaclinic #eda_map #eda_map_add .access_tel {
		text-align: left;
	}
	#sub .edaclinic #site_map_link .link li {
		width: 300px;
		float: left;
		margin-left: 15px;
		line-height: 1.3;
		margin-bottom: 40px;
		text-align: center;
		color: #7e6a5c;
	}
	#sub .edaclinic .treat.nivo .text {
		text-align: center;
	}
	#sub .edaclinic #site_map_link .link li a {
		color: #7e6a5c;
		font-weight: 500;
		line-height: 1.5;
	}

	#sub .edaclinic .sum.nivo .info.opa {
		border-radius: 4px;
		box-shadow: 1px 1px 2px #666;
	}
	#sub .edaclinic #site_map_link .link li a .opa {
		border-radius: 3px;
		box-shadow: 0px 0px 4px #666;
	}
	#sub .edaclinic #site_map_link .link {
		list-style: none;
	}

	/* -------------------------------------------------------------------NEWS----------------- */
	#news {
		width: 900px;
		margin-top: 30px;
		margin-right: auto;
		margin-left: auto;
		text-align: left;
	}

	#news h2 {
		color: #65ba99;
		border-bottom-width: 2px;
		border-bottom-style: dashed;
		border-bottom-color: #65ba99;
		width: 100%;
		margin-bottom: 15px;
		padding-bottom: 10px;
		font-size: 18px;
	}

	#news p {
		line-height: 1.5;
		color: #796458;
		font-size: 16px;
	}

	#news p a {
		text-decoration: underline;
		color: #65ba99;
	}

	#news p.more a {
		display: inline;
		padding: 5px;
		float: right;
		border: 1px solid #796458;
		border-radius: 5px;
		color: #796458;
		text-decoration: none;
	}

	#news_text {
		width: 74%;
		margin-top: auto;
		margin-right: auto;
		margin-bottom: 10%;
		margin-left: auto;
		text-align: left;
		color: #796458;
	}
	#news_text p {
		font-size: 18px;
		text-align: left;
	}

	#news_text p a {
		text-decoration: underline;
		color: #65ba99;
	}

	#news_come {
		width: 74%;
		margin-top: auto;
		margin-right: auto;
		margin-bottom: 10%;
		margin-left: auto;
		text-align: left;
		color: #796458;
	}
	#news_come p {
		font-size: 14px;
		text-align: left;
	}

	#news_come h3 {
		color: #65ba99;
		font-size: 18px;
		margin-bottom: 20px;
	}
	/* -------------------------------------------------------------------QA----------------- */
	#qa_text {
		width: 90%;
		margin-top: auto;
		margin-right: auto;
		margin-bottom: 10%;
		margin-left: auto;
		text-align: left;
		color: #333;
	}
	.ques {
		color: #f00;
		font-size: 24px;
		font-weight: 700;
		padding-right: 20px;
	}
	.ans {
		color: #f00;
		font-size: 24px;
		font-weight: 700;
		padding-right: 20px;
	}
	.question {
		color: #333;
		font-weight: bold;
		font-size: 18px;
	}
	.answer {
		color: #333;
		font-size: 17px;
		margin-bottom: 20px;
		line-height: 20px;
	}
	.small_qa {
		font-size: 14px;
	}

	/* -------------------------------------------------------------------recruit----------------- */

	#recruit_text {
		width: 74%;
		margin-top: auto;
		margin-right: auto;
		margin-bottom: 10%;
		margin-left: auto;
		text-align: left;
		color: #333;
	}
	#recruit_text p {
		font-weight: bold;
		font-size: 20px;
		text-align: left;
	}

	table#company {
		width: 100%;
		margin-top: 30px;
		font-size: 18px;
		line-height: 150%;
	}

	table#company th {
		width: 100px;
		vertical-align: top;
	}
	table#company th,
	td {
		text-align: left;
		padding: 10px 0;
	}
	table#company a {
		color: #0d6fb8;
		font-weight: bold;
		text-decoration: none;
	}

	.ie_w {
		width: 140px;
	}

	h2.boshu {
		font-size: 20px;
		font-weight: 100;
	}
	hr.ric {
		width: 960px;
		margin: auto;
		border-color: #0d6fb8;
		border-width: 2px 0 0 0;
		margin-top: 10px;
		margin-bottom: 30px;
	}
	p.shokushu {
		color: #0d6fb8;
		font-size: 20px;
	}
	table#kyujin {
		margin: 20px auto 80px;
		font-size: 16px;
		width: 960px;
		padding-left: 50px;
	}
	table#kyujin th {
		background: #f5f2e8;
		text-align: center;
		border: 1px solid #fff;
		width: 185px;
		padding: 10px;
		vertical-align: middle;
		font-weight: normal;
	}
	table#kyujin td {
		border-top-width: 1px;
		border-right-width: 1px;
		border-bottom-width: 1px;
		border-top-style: solid;
		border-right-style: solid;
		border-bottom-style: solid;
		border-top-color: #fff;
		border-right-color: #fff;
		border-bottom-color: #fff;
		border-left-color: #666;
		padding: 20px;
		line-height: 2;
	}
}
