@charset "UTF-8";

/* CSS reset */
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,
pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,
strong,sub,sup,var,b,i,ol,ul,li,fieldset,form,label,legend,table,
caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,
figure,footer,header,hgroup,menu,nav,section,summary,time,mark,
audio,video{margin:0;padding:0;border:0;outline:0;
vertical-align:top;background:transparent;}


* {
	margin: 0px;
	padding:0;
}

html{
	height: 100%;
}

body {
	padding:0;
	margin:0;		/* necesarry for the raster to fill the screen */
	height:100%;
	width:100%;
	color:#444;
	font-size:16px;
	line-height:20px;
	font-family:"ヒラギノ角ゴ Pro W3", "Helvetica Neue","Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: 400;
}
h1,h2,h3,h4 {
	font-family:"Rounded Mplus 1c","ヒラギノ角ゴ Pro W3", "Helvetica Neue","Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

* html body {     
    background: url(null) fixed;     
}  

img {
	border: 0;
	-ms-interpolation-mode: bicubic;/*IE7*/
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-webkit-user-drag: none;
	-khtml-user-drag: none;
	vertical-align: top;
}
.marugo{
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}

ul li {
list-style:none;
}



#bgimg {
	position:absolute;
	z-index: -1;
}


a {
   color:#27a1e7;
   text-decoration:none;
}

a.viewLink {
   color:#eb6f17;
   text-decoration:none;
}

a:hover {
   color:#27a1e7;
   text-decoration:underline;
}



p {
	color:#333;	
	line-height:22px;	
}

.bk {
	color:#555;	
}

h1 {
}

h2 img {
	margin:60px 60px 0 0;
}


#topBg {
	position:absolute;
	top:0;
	background-image:url(../images/top_bg.gif);
	background-repeat:repeat-x;
	height:602px;
	width:100%;
	z-index:-10;
}

#secondBg {
	position:absolute;
	top:0;
	background-image:url(../images/second_bg.gif);
	background-repeat:repeat-x;
	height:195px;
	width:100%;
	z-index:-10;
}

#wrap {
	margin:0 auto;
	width:1200px;
	padding:0 40px;
}


#header {
	margin:0 auto;
	width:1200px;
	height:116px;
	position:relative;
}




#logo {
	margin:28px 0;
}

#haedContact {
	float:right;
	margin-top: 23px;
}

#navArea {
	 padding:0;
	 margin:0 auto;
	 width:1200px;
   }
   ul.nav1 li {
	   float:left;

	}
	*+html ul.nav1 li {/*IE7*/
	   float:left;

	}




#contents {
	margin:0 auto;
	width:1200px;
	padding-bottom:65px;
}


/* top page */
h2.top-h2-title {
	margin: 0 0 25px;
	padding: 0 0 0 35px;
	line-height: 28px;
	color: #696967;
	font-size: 24px;
	font-weight: 500;
}
#news h2.top-h2-title {
	background: url(../images/icn_news_title.png) 0 0 no-repeat;
}
#topInfo h2.top-h2-title {
	background: url(../images/icn_info_title.png) 0 0 no-repeat;
}
#topFb h2.top-h2-title {
	background: url(../images/icn_fb_title.png) 0 0 no-repeat;
}

#topReserv {
	text-align:center;
	margin:0 auto;
	padding:50px 0;
	width:950px;
	}
	.btnNet {
		margin-right: 75px;
	}
	.topCau {
		margin-top:18px;
	}



#news {
	float:left;
	padding:0 60px 0 0;
	width:311px;
}

.newsCont {
	width:280px;
	height:470px;
	padding:25px 25px 0 25px;
	border: 3px solid #f4f1e5;
	border-radius: 10px;
	background-repeat:no-repeat;
	font-size: 14px;
}
.news-list {

}
.news-list .news-item {
	margin-bottom: 10px;
}
.news-list .news-item p {
	position: relative;
	padding-left: 15px;
}
.news-list .news-item p:before {
	content: "";
	position: absolute;
	top: 6px;
	left: 0;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #a6d263;
}
.news-list .news-item.item-red p {
	color: #f20506;
}
.news-list .news-item.item-red p a {
	color: #f20506;
	text-decoration: underline;
}
.news-list .news-item.item-red p:before {
	background-color: #f20506;
}
.news-list .time-table {
	padding-top: 10px;
}
.news-list .time-table table {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #c6c4a4;
}
.news-list .time-table table th,
.news-list .time-table table td {
	border-collapse: collapse;
	border: 1px solid #c6c4a4;
	padding: 5px 10px;
}
.news-list .time-table table th {
	background: #eae6da;
	vertical-align: middle;
}
.news-list .time-table table td {
	background: #ffe8c9;
	vertical-align: middle;
}
.news-list .time-table table td.sel-col2 {
	background: #d4e7f5;
}
.news-list .time-table table td.sel-col3 {
	background: #ffddfe;
}
.news-list .time-table table td.sel-col4 {
	background: #deffea;
}


#topInfo {
	float:left;
	padding:0 60px 0 0;
	width:445px;
}

.topInfoCont {
	width:405px;
	height:465px;
	padding:30px 25px 0 25px;
	border: 3px solid #f4f1e5;
	border-radius: 10px;
}

.practice-time-table {
	margin-bottom: 20px;
}
.practice-time-table table {
	border-collapse: collapse;
	border: 1px solid #d9d3bc;
	width: 100%;
	margin-bottom: 10px;
}
.practice-time-table table th,
.practice-time-table table td {
	border-collapse: collapse;
	border: 1px solid #d9d3bc;
	padding: 5px;
	text-align: center;
	font-weight: normal;
}
.practice-time-table table th {
	width: 10%;
	background: #f6f4eb;
}
.practice-time-table table th.time {
	width: 30%;
}
.practice-time-table table td {
	color: #999;
}
.practice-time-table span {
	font-size: 16px;
}
.practice-time-table span.green {
	color: #a4d24c;
	font-size: 18px;
}
.practice-time-table span.pink {
	color: #f09db7;
}
.info-page .practice-time-table {
	width: 650px;
}
.info-page .practice-time-table table th,
.info-page .practice-time-table table td {
	font-size: 18px;
	padding: 10px;
}
.table-info {
	font-size: 16px;
	line-height: 28px;
}
#topFb {
	float:left;
	padding:0;
	width:316px;
}

.fbBox {
	
}
.cf:before,
.cf:after {
	content: "";
	display: table;
}
.cf:after {clear: both;}
h2.page-name {
	width: 200px;
	float: left;
}

#secondCont {
	padding-top:60px;
	width:940px;
	float:right;
}

/* リクルート用（R5.4に追加） */
#recruitCont {
	padding-top:60px;
	width:920px;
	float:right;
}

/* doctor */

/*
.greeting {
	position:relative;
	width:940px;
	height:455px;
	background-image:url(../images/doctor_illust.jpg);
	background-repeat:no-repeat;
}
*/
.greeting {
	margin:44px 70px 70px 0;
	float:left;
}

.greetingTxt {
	line-height:36px;
	font-size:16px;
	padding-top:33px;
}
/*
.greetingTxt {
	position:relative;
	top:85px;
	left:340px;
	line-height:24px;
	width:540px;
}*/

.docList {
	font-size:14px;
	line-height:18px;
	padding-top:30px;
	padding-bottom:50px;
}

dl.docList dt {
	clear: both;
  float: left;
  margin: 0 0 20px 0;
  width:113px;
}

dl.docList dd {
  margin-bottom: 20px;
}


.gakkai {
	line-height:28px;
	padding-top:25px;
	padding-bottom:70px;
	font-size:14px;
}

.gyosekiTitle {
	font-size:18px;
	font-weight:bold;
	padding-bottom:15px;
}

ul.gyoseki {
	padding-bottom:40px;
}

ul.gyoseki li {
	line-height:30px;
	font-size:14px;
}


/* info */

.infoBtnArea {
	float:right;
	width:229px;
}

.orange {
	color:#fcb353;
}

.naiyoTxt {
	line-height:34px;
	padding-top:30px;
	padding-bottom:65px;
}

ul.tokuchoTxt {
	line-height:20px;
	padding:30px 0 60px 0;
}

ul.tokuchoTxt li {
	margin-bottom:15px;
}

.red {
	color:#ff0000;
}



/* access */

.accessBtnArea {
	float:right;
	width:444px;
}
.access-way .way {
	margin-bottom: 30px;
}
.access-way .way h4 {
	display: inline-block;
	margin: 0 0 10px;
	padding: 5px 10px;
	background: #f09db7;
	color: #fff;
	font-weight: normal;
}
.way-cnt {
	margin-bottom: 15px;
	padding: 15px;
	background: #f6f4eb;
}
.way-cnt ol {
	list-style: none;
	margin: 0;
	padding: 0;
}
.way-cnt ol li {
	display: inline-block;
	padding: 0 10px 0 36px;
	line-height: 30px;
	background: url(../images/icn_arrow_access.png) left center no-repeat;
}
.way-cnt ol li:first-child {
	padding-left: 0;
	background-image: none;
}
.way-cnt h5 {
	position: relative;
	margin: 0 0 10px;
	padding: 0 0 0 15px;
	font-weight: normal;
	font-size: 16px;
}
.way-cnt h5:before {
	content: "";
	position: absolute;
	top: 4px;
	left: 0;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #f09db7;
}
/* ここから追加（ボタン） */
.button22 a {
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 1em 2em;
  width: 200px;
  color: #ffffff;
  font-size: 22px;
  font-weight: 650;
  background-color: #0693dc;
  border-radius: 50px;
  transition: 0.3s;
}
.button22 a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: calc(3em - 3px);
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 10px;
  border-color: transparent transparent transparent #ffffff;
  transition: 0.3s;
}
.button22 a:hover {
  text-decoration: none;
  background-color: #94ccec;
}
.button22 a:hover::before,
.button22 a:hover::after {
  right: -1.2em;
}
/* ここまで追加（ボタン） */

/* recruit */

.recruitList {
	font-size:16px;
	line-height:22px;
	padding-top:30px;
	padding-bottom:40px;
}

dl.recruitList dt {
	clear: both;
  float: left;
  margin: 0 0 30px 0;
  width:113px;
}

dl.recruitList dd {
  margin-bottom: 30px;
  overflow: hidden; /* 追加 */
}


/* hospital info */

ul.hospital_index {
	line-height:0;
	margin-right:-48px;
}

ul.hospital_index li {
	float:left;
	width: 204px;
	margin-right:42px;
	margin-bottom:42px;
}
ul.hospital_index li a {
	display: block;
	width: 170px;
	height: 230px;
	padding: 15px;
	border: 2px solid #eccb32;
	text-decoration: none;
	color: #333;
}
ul.hospital_index li a img {
	width: 170px;
	height: auto;
	display: block;
	margin-bottom: 12px;
}
ul.hospital_index li a em,
ul.hospital_index li a span {
	display: block;
	line-height: 1.2em;
	font-size: 12px;
}
ul.hospital_index li a em {
	margin-bottom: 7px;
	font-style: normal;
	color: #ddb400;
	font-size: 15px;
	font-weight: 400;
}
ul.hospital_index li a span {
	line-height: 1.5em;
}
ul.hospital_index li a span i {
	display: block;
	text-align: center;
	font-style: normal;
}



/* net */

.f16b {
	font-size:16px;
	font-weight:bold;
}

.jyoken_title {
	color:#fff;
	font-weight:400;
	background-color:#bea7ec;
	padding:8px 4px 8px 4px;
	width:60px;
	line-height:12px;
	text-align: center;
}

.ck_icon {
	margin:0 4px 0 0;
}

ul.net_ck {
	margin:20px 0 0 0;
	font-weight:bold;
}

ul.net_ck li {
	margin-bottom:10px;
}

ul.net_flow {
	margin:35px 0 0 0;
}

ul.net_flow li {
	margin-bottom:15px;
}

.aboutNet {
	padding:24px;
	border:#969696 1px solid;
	width:780px;
	margin:50px 0 10px 0;
}

.aboutNet dl {
  
}
.aboutNet dt {
  float:left;
 }

.aboutNet dd {
  margin-left:20px;
  margin-top:10px;
  font-size: 14px;
}

/* recruit */
.recruit-message {
	width: 940px;
	height: 276px;
	background: url(../images/bg_fukidashi.png);
}
.recruit-message .inner {
	padding: 45px 310px 0 130px;
	text-align: center;
}
.recruit-message .inner p {
	line-height: 2em;
	font-size: 21px;
	font-weight: 500;
}

#footer {
	clear:both;
	width:1200px;
	border-top:#d9d3bc 1px solid;
	padding:20px 0 20px 0;
	margin:65px auto 0 auto;
	height:120px;
}

.footer-logo {
	padding-left: 45px;
	background: url(../images/logo_36x34.png) 0 3px no-repeat;
	letter-spacing: .05em;
}
.footer-logo.flr {
	float: right;
}
.footer-logo span {
	display: block;
	color: #f20506;
}
#footer .copyright {
	float: left;
	font-size: 12px;
	color: #666;
	letter-spacing: .1em;
}





.bold {
	font-weight: bold;	
}

.clear {
	clear:both;
}

mark {
	background: linear-gradient(transparent 60%, #ffb6c1 0%);
}