table {
	border-spacing: 0;
}
a img {
	border-style: none;
}
a {
	color: #F93;
}
/* ### レイアウト ### */
body {
	margin: 24px 10px;
	font-family: 'メイリオ', 'Hiragino Kaku Gothic Pro', sans-serif;
	color: #666;
	margin-top: 10px;
	margin-bottom: 0;
}
#container {
	width: 960px;
	margin: 0 auto;
}
#header {
}
#content {
	width: 100%;
	float: left;
	margin: 0 0 10px;
}
#sidebar {
	width: 250px;
	float: right;
	margin: 0 0 20px;
}
#bottomcontent {
	width: 960px;
	margin: auto;
	clear: both;
}
#footer {
	clear: both;
}
a.footertel {
	color: #FFF;
	text-decoration: none;
}
table {
	margin: 0px;
	padding: 0px;
}
/* ### ヘッダー ### */

/* サイト名 */
#site {
	float: left;
}
#site h1 {
	margin: 0;
	line-height: 1;
}
/* アイコンメニュー */
#iconmenu {
	margin-top: 15px;
	float: right;
	text-align: right;
}
#iconmenu ul {
	margin: 0;
	padding: 5px 0 0;
}
#iconmenu li {
	display: inline;
	list-style-type: none;
}
#iconmenu img {
	border: none;
}
/* ヘッダー画像 */
#headerimg {
	}
#headerimg img {
	vertical-align: bottom;
	margin-top:5px;
}
/* ナビゲーションメニュー */
#nav {
	font-family: 'Maven Pro', Helvetica, Arial, sans-serif;
	font-size: 14px;
	overflow: hidden;
	border-top: solid 1px #ffffff;
	background-color: #f37c21;
	clear:both;
}
#nav ul {
	margin: 0;
	padding: 0;
}
#nav li {
	list-style-type: none;
	float: left;
}
#nav li a {
	display: block;
	width: 119px;
	padding: 12px 0;
	border-right: solid 1px #ffffff;
	border-bottom: solid 1px #ffffff;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
}
#nav li a:hover {
	background-color: #0097d8;
}
/* ### コンテンツ ### */

/* 見出し */
#content .date {
	float: right;
	background-color: #33C1C7;
	padding: 8px 22px;
	border-radius: 55px / 48px;
	text-align: center;
	font-family: 'Maven Pro', Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #ffffff;
}
#content .date span {
	display: block;
	font-size: 32px;
	line-height: 1;
}
#content h2 {
	margin: 30px 0;
	padding: 20px 0;
	background: #e85821;
	color: #FFF;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	text-align: center;
}
#content h3.low01 {
	font-size: 100%;
	margin: 30px 0px 10px 0;
	padding: 0 0 2px 9px;
	border-left: 6px solid #33C1C7;
	border-bottom: 1px solid #33C1C7;
}
#content h4.low01 {
	font-size: 100%;
	margin: 25px 0px 10px 0px;
	padding: 0 0 2px 9px;
	border-left: 6px solid #33C1C7;
}
.cat {
	font-size: 14px;
	color: #666666;
}
.cat a {
	text-decoration: none;
	color: #666666;
}
/* 本文 */
#content p {
	line-height: 2;
}
/* ### サイドバー ### */

/* メニュー */
.menu {
	margin-bottom: 30px;
}
.menu h3 {
	font-family: 'Maven Pro', Helvetica, Arial, sans-serif;
	font-size: 20px;
	color: #fff;
	margin: 0 0 0px;
	background: #fb9939;
	padding: 8px 0 7px 10px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	text-shadow: 0 -1px 0 #999; /* 文字にドロップシャドウ */
}
.menu ul {
	margin: 0;
	padding: 0;
}
.menu li {
	margin-bottom: 0;
	list-style-type: none;
	border-bottom: solid 1px #aaaaaa;
}
.menu li a {
	display: block;
	font-size: 15px;
	text-decoration: none;
	color: #666666;
	font-weight: bold;
	padding: 10px 0 10px 30px;
	background-image: url(../images/listmark.png);
	background-repeat: no-repeat;
	background-position: 0 50%;
}
.menu li a:hover {
	background-color: #fff3cd;
}
/* ### フッター ### */

#footer {
	font-family: 'Maven Pro', Helvetica, Arial, sans-serif;
	color: #ffffff;
	background-color: #fe6f2e;
	padding: 10px 10px 20px;
	text-align: center;
	line-height: 2em;
}
#footer p {
	margin: 0;
}
#footer small {
	font-size: 12px;
	font-weight: bold;
	display: block;
}
/* ### 診療時間 ### */
table.time {
	margin-top: 10px;
	margin-bottom: 10px;
	width: 100%;
	border-top: #F93 solid 2px;
	border-left: #F93 solid 2px;
}
table.time th {
	text-align: center;
	border-right: #F93 solid 2px;
	border-bottom: #F93 solid 2px;
	color: #FFF;
	background: #F93;
}
table.time td {
	text-align: center;
	border-right: #F93 solid 2px;
	border-bottom: #F93 solid 2px;
	color: #F93;
	font-weight: bold;
}
/* ### 求人 ### */
table.staff {
	margin-top: 10px;
	margin-bottom: 30px;
	width: 100%;
	border-top: #F93 solid 2px;
	border-left: #F93 solid 2px;
}
table.staff th {
	text-align: left;
	border-right: #F93 solid 2px;
	border-bottom: #F93 solid 2px;
	color: #FFF;
	background: #F93;
	padding: 5px 0 5px 10px;
}
table.staff td {
	text-align: left;
	border-right: #F93 solid 2px;
	border-bottom: #F93 solid 2px;
	color: #F93;
	padding: 5px 0 5px 10px;
	font-size: 14px;
}
table.staff td a {
	color: #F93;
}
#bottomcontent {
	overflow: hidden;
}
.post {
	float: left;
	width: 216px;
	margin-right: 32px;
	margin-bottom: 25px;
}
.post:last-child {
	margin-right: 0;
}
.post + .post + .post + .post {
	margin-right: 0;
}
/* サムネイル画像 */
.post img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
	border: none;
}
/* 記事のタイトルと文章 */
.post h4 {
	font-size: 16px;
	margin: 5px 0 0;
}
.post p {
	font-size: 12px;
	margin: 10px 0;
}
/* 投稿日 */
.post .date {
	float: left;
	margin: 0;
}
/* 続きを読むボタン */
.post .more_s {
	float: right;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	font-family: 'Maven Pro', Helvetica, Arial, sans-serif;
	background-color: #999999;
	background-image: url(../images/more_small.png);
	background-repeat: no-repeat;
	background-position: 94% 50%;
	padding: 5px 30px 5px 8px;
	margin: 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
/* リンク */
.post a {
	color: #000000;
	text-decoration: none;
	display: block;
	overflow: hidden;
}
.post a:hover {
	background-color: #fff3cd;
}
/*-------------------------- box01 --------------------------*/

/* タイトル */
.box01 h3 {
	position: relative;
	font-size: 20px;
	line-height: 1;
	margin: 20px 0px 20px 0px;
	padding: 10px 5px 8px 15px;
	border-left: 10px solid #777;
}
.box01 h3:after {
	content: "";
	position: absolute;
	bottom: 0px;
	left: 0;
	height: 0;
	width: 100%;
	border-bottom: 1px dashed #555;
}
/* サムネイル画像 */
.box01 p img {
	float: left;
	margin-right: 10px;
	clear: left;
	margin-bottom: 5px;
}
/* 本文 */
.box01 p {
	line-height: 1.6;
	clear: left;
	clear: #666;
}
/* リンクボタン */
.box01 .link {
	background-image: url(../../img/more_gray.png);
	background-repeat: no-repeat;
	background-position: center right;
	text-align: right;
	padding-right: 30px;
	color: #888888;
	clear: none;
}
/* リンク */
.box01 {
	margin-bottom: 40px;
	margin-top: 10px;
}
.box01 a {
	display: block;
	padding: 10px 0;
	overflow: hidden;
	color: #666;
	text-decoration: none;
	font-weight: bold;
}
.box01 a:hover {
	color: #33C1C7;
}
/*-------------------------- box01-img right--------------------------*/

/* タイトル */
.box01_ir h3 {
	position: relative;
	font-size: 20px;
	line-height: 1;
	margin: 10px 0px 20px 0px;
	padding: 10px 5px 8px 15px;
	border-left: 10px solid #777;
}
.box01_ir h3:after {
	content: "";
	position: absolute;
	bottom: 0px;
	left: 0;
	height: 0;
	width: 100%;
	border-bottom: 1px dashed #555;
}
/* サムネイル画像 */
.box01_ir p img {
	float: right;
	margin-left: 10px;
	margin-bottom: 5px;
	clear: right;
}
/* 本文 */
.box01_ir p {
	line-height: 1.6;
	clear: left;
	clear: #666;
}
/* リンクボタン */
.box01_ir .link {
	background-image: url(../../img/more_gray.png);
	background-repeat: no-repeat;
	background-position: center right;
	text-align: right;
	padding-right: 30px;
	color: #888888;
	clear: none;
}
/* リンク */
.box01_ir {
	margin-top: 10px;
	margin-bottom: 40px;
}
.box01_ir a {
	display: block;
	padding: 10px 0;
	overflow: hidden;
	color: #666;
	text-decoration: none;
	font-weight: bold;
}
.box01_ir a:hover {
	color: #33C1C7;
}
/*-------------------------- box01 --------------------------*/

/* タイトル */
.box02 h2 {
	font-size: 22px;
	border-bottom: solid 1px #aaaaaa;
	margin: 6px 0 15px;
	padding: 0 0 3px;
}
/* サムネイル画像 */
.box02 p img {
	float: left;
	margin-right: 10px;
	clear: left;
}
/* 本文 */
.box02 p {
	font-size: 14px;
	line-height: 1.6;
	margin: 0;
	clear: left;
	clear: #666;
}
/* 続きを読むボタン */
.box02 .more {
	background-image: url(../../img/more_gray.png);
	background-repeat: no-repeat;
	background-position: center right;
	text-align: right;
	padding-right: 30px;
	color: #888888;
	clear: none;
}
/* リンク */
.box02 {
	border: solid 1px #aaaaaa;
	margin-bottom: 40px;
}
.box02 a {
	display: block;
	padding: 10px;
	overflow: hidden;
	color: #666;
	text-decoration: none;
}
.box02 a:hover {
	background-color: #dddddd;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#dddddd));
	background: -webkit-linear-gradient(#ffffff 0%, #dddddd 100%);
	background: -moz-linear-gradient(#ffffff 0%, #dddddd 100%);
	background: -o-linear-gradient(#ffffff 0%, #dddddd 100%);
	background: -ms-linear-gradient(#ffffff 0%, #dddddd 100%);
	background: linear-gradient(#ffffff 0%, #dddddd 100%);
}
/*-------------------------- box02 --------------------------*/

/* タイトル */
.box03 h2 {
	font-size: 22px;
	border-bottom: solid 1px #aaaaaa;
	margin: 6px 0 15px;
	padding: 0 0 3px;
}
/* サムネイル画像 */
.box03 p img {
	float: left;
	margin-right: 10px;
	clear: left;
}
/* 本文 */
.box03 p {
	font-size: 14px;
	line-height: 1.6;
	margin: 0;
	clear: left;
	clear: #666;
}
/* 続きを読むボタン */
.box03 .more {
	background-image: url(../../img/more_gray.png);
	background-repeat: no-repeat;
	background-position: center right;
	text-align: right;
	padding-right: 30px;
	color: #888888;
	clear: none;
}
/* リンク */
.box03 {
	border: solid 1px #aaaaaa;
	margin-bottom: 40px;
}
.box03 a {
	display: block;
	padding: 10px;
	overflow: hidden;
	color: #666;
	text-decoration: none;
}
.box03 a:hover {
	background-color: #dddddd;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#dddddd));
	background: -webkit-linear-gradient(#ffffff 0%, #dddddd 100%);
	background: -moz-linear-gradient(#ffffff 0%, #dddddd 100%);
	background: -o-linear-gradient(#ffffff 0%, #dddddd 100%);
	background: -ms-linear-gradient(#ffffff 0%, #dddddd 100%);
	background: linear-gradient(#ffffff 0%, #dddddd 100%);
}
/* バナーデザイン */

#sidebar img {
	max-width: 100%;
}
a:hover img {/*ロールオーバー時に明るくなる（背景白の場合）*/
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	opacity: 0.8;
	max-width: 100%;
}
a:active img {/*クリック時にボタン押したような効果*/
	position: relative;
	left: 1px;
	top: 1px;
}
#sidebar p.banner01 {
	max-width: 300px;
}
/* ナビゲーション01 */
nav {
	clear: both;
	width: 100%;
	padding: 0;
	margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #fb9939;
}
nav ul {
	list-style: none;
	overflow: hidden;
	padding: 0;
	margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-right: 1px solid #86bf2b;
	border-left: 1px solid #86bf2b;
	list-style: none;
}
nav ul li {
	text-shadow: 0 -1px 0 #999; /* 文字にドロップシャドウ */
}
nav li a {
	border-right: 1px solid #fff;
	color: #fff;
	display: block;
	float: left;
	padding: 10px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	width: 12.5%;
	margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/*SMALL*/
nav small {
	font-size: 10px;
	color: #fff;
	text-transform: none;
}
/*HOVER*/
nav li a:hover {
	background: #f5b06c;
/*	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eb6634), color-stop(50%, #fa7745), color-stop(51%, #eb6634), color-stop(100%, #eb6634)); /* グラデーション
progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#FFeb6634', endColorstr='#FFf000000'); */
}
/*SMALL*/
nav li:last-child a {
	border: none;
}
@media only screen and (max-width : 960px), only screen and (max-device-width : 960px) {
nav li a {
}
nav small {
}
}
@media only screen and (max-width : 979px), only screen and (max-device-width : 979px) {
nav li a {
	width: 25%;
	border-bottom: 1px solid #fff;
}
nav li:last-child a, nav li:nth-child(4) a {
	border-right: none;
}
nav li:nth-child(5) a, nav li:nth-child(6) a, nav li:nth-child(7) a, nav li:nth-child(8) a {
	border-bottom: none;
}
}
@media only screen and (max-width : 599px), only screen and (max-device-width : 599px) {
nav li a {
	width: 50%;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 12px;
}
nav li:nth-child(even) a {
	border-right: none;
}
nav li:nth-child(5) a, nav li:nth-child(6) a {
	border-bottom: 1px solid #fff;
}
}
 @media only screen and (max-width : 320px), only screen and (max-device-width : 320px) {
nav li a {
	font-size: 12px;
}
}
/* 見出し */

#heading3 {
	background: #1d8ade;
	margin: 0 0 30px 0;
	padding: 12px 10px;
	color: #FFF;
	text-shadow: 1px 1px 2px #333;
	position: relative;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-left: 1px solid #036;
	border-top: 1px solid #036;
	box-shadow: inset 1px 1px 4px #036;
}
.headding08:before {
	content: ' ';
	position: absolute;
	z-index: 2;
	width: 0;
	height: 0;
	left: 14px;
	bottom: -27px;
	background: transparent;
	border-color: #1d8ade transparent transparent transparent;
	border-style: solid;
	border-width: 15px;
}
/* フォーム */
.form100 {
	width: 100% !important;
}
.form40 {
	width: 40% !important;
}
.tbl-common01 {
	width: 100%;
	margin: 0 auto;
	border-bottom: none;
}
.tbl-common01 dt {
	font-weight: bold;
}

/* スマホ
-------------------------------------------------- */
@media only screen and (max-width:690px) {
.tbl-common01 {
	background: #EEEEEE url(bg.png) repeat-y -150px 0; /* dlで背景画像をyリピートし、dtの背景色のように見せる。positionはdtの幅に応じて調整 */
}
.tbl-common01 dt, .tbl-common01 dd {
}
.tbl-common01 dt {
	float: none;
	padding: 5px 10px 0px 10px;
}
.tbl-common01 dd {
	padding: 5px 10px 10px 0px;
}
}




/* PC
-------------------------------------------------- */
@media only screen and (min-width: 690px) {
.tbl-common01 {
	background: #efefef ;
}
.tbl-common01 dd {
	padding: 12px 20px 14px 0;
}
.tbl-common01 dt {
	clear: both;
	float: left;
	text-align: right;
	width: 160px; /* 幅を指定 */
	padding: 17px 0 0 15px;
	line-height: 23px;
	color: #666;
}
.tbl-common01 dd {
	padding-left: 160px; /* dtの分、左にpaddingを取る */
	color: #666;
}
}
.formBox01 {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	background: #efefef;
	padding: 30px;
}
.formBox01 .text, textarea, .dropdown {
	border: 1px solid #666;
	padding: 5px 0 5px 0;
	color: #666;
	background: #fff;
	border-radius: 5px;
	vertical-align: central;
}
.formBox01 .textsentaku {
	border: 1px solid #666;
	padding: 4px 0 4px 0;
	color: #666;
	background: #fff;
	border-radius: 5px;
	vertical-align: central;
}
.submit {
	font-family: 'メイリオ', 'Hiragino Kaku Gothic Pro', sans-serif;
	font-size: 30px;
	border: 2px solid #e18a56;
	padding: 20px 10px;
	color: #fff;
	font-weight: bold;
	cursor: pointer;
	background: #428ec9;
	border-radius: 5px;
	width: 100%;
	margin-top: 10px;
	/* Webkit */
	background: -webkit-gradient( linear, left top, left bottom, from(#f6d6bc), to(#e7a057) );
	-webkit-border-radius: 5px;
	-webkit-box-shadow: 1px 1px 1px #fff;
	/* Firefox */
	background: -moz-linear-gradient( top, #f6d6bc, #e7a057 );
	-moz-border-radius: 5px;
	-moz-box-shadow: 1px 1px 1px #fff;

     
/* IE */
    filter:progid:DXImageTransform.Microsoft.gradient (startColorstr=#ff99c9e5, endColorstr=#ff428ec9);
	zoom: 1;
}
input[type="checkbox"] {
	-webkit-appearance: none;
	position: relative;
	margin-right: 5px;
	border-radius: 3px;
	border: 1px solid #4c4c4c;
	-webkit-box-sizing: border-box;
	width: 20px;
	height: 20px;
	background: -webkit-gradient( linear, left top, left bottom, from(#fdfdfd), to(#d1d1d1) );
}
/* チェック時は背景色を変更 */
input[type="checkbox"]:checked {
	background: -webkit-gradient( linear, left top, left bottom, from(#353535), to(#8f8f8f) );
}
/* チェックの印を:before疑似要素と:after疑似要素を使って作成 */
input[type="checkbox"]:checked:before {
	position: absolute;
	left: 1px;
	top: 15px;
	display: block;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 1);
	content: "";
	width: 10px;
	height: 4px;
	background: #FFFFFF;
	-webkit-transform: rotate(45deg);
	-webkit-transform-origin: right center;
}
input[type="checkbox"]:checked:after {
	display: block;
	position: absolute;
	left: 9px;
	top: 15px;
	content: "";
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 1);
	width: 19px;
	height: 4px;
	background: #FFFFFF;
	-webkit-transform: rotate(-53deg);
	-webkit-transform-origin: left center;
}
input {
	vertical-align: bottom;
}
.pT4 {
	padding-top: 4px;
}
.mT4 {
	margin-top: 4px;
}
.pT8 {
	padding-top: 8px;
}
.mT8 {
	margin-top: 8px;
}
.mT10 {
	margin-top: 10px;
}
.mB10 {
	margin-bottom: 10px;
}
.text, textarea, .dropdown {
	border: 1px solid #777;
	padding: 5px 0 5px 0;
	color: #666;
	background: #fff;
	border-radius: 5px;
}
.submit {
	font-family: 'メイリオ', 'Hiragino Kaku Gothic Pro', sans-serif;
	font-size: 30px;
	border: 2px solid #e18a56;
	padding: 20px 10px;
	color: #fff;
	font-weight: bold;
	cursor: pointer;
	background: #f72515;
	border-radius: 5px;
	width: 100%;
	margin-top: 10px;
	/* Webkit */
	background: #f72515 ;
	-webkit-border-radius: 5px;
	-webkit-box-shadow: 1px 1px 1px #fff;
	/* Firefox */
	background: -moz-linear-gradient( top, #f6d6bc, #e7a057 );
	-moz-border-radius: 5px;
	-moz-box-shadow: 1px 1px 1px #fff;}
.textC {
	text-align: center;
}
.text14 {
	font-size: 14px;
}
.text20 {
	font-size: 20px;
}
.text25 {
	font-size: 25px;
}
.text30 {
	font-size: 30px;
}
.mL10 {
	margin-left: 10px;
}
.fontB {
	font-weight: bold;
}
.fontO {
	color: #F93;
	font-weight: bold;
}
.clearfix:after {
	content: ".";  /* 新しい要素を作る */
	display: block;  /* ブロックレベル要素に */
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;/*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}
.clear {
	clear: both;
}
.border01 {
	border-bottom: #999 dotted 1px;
	padding: 20px 0;
}
.text_center {
	text-align: center;
}
dl.qa {
	margin: 5px 0 20px 5px;
	padding-right: 10px;
}
dl.qa dt {
	color: #FF6600;
	font-weight: bold;
	padding: 10px 0 0 10px;
	margin-bottom: 10px;
}
dl.qa dd {
	padding: 0 0 10px 0;
	margin-bottom: 10px;
}
ul.number {
	margin: 10px 5px 20px 0;
}
ul.number li {
	list-style-type: decimal;
	margin: 5px;
}
ul.pickup {
	padding:0;
	margin:0;
	}
ul.pickup li {
	list-style:none;
	}
.hitokoto {
	height:250px;
	}