@charset "utf-8";
/******基本定義*************************************************************/
/*------リセット------------------------------------------*/
html, h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	margin: 0;
	padding: 0;
	font-weight: normal;
}
ul, ol, dl, li, dt, dd {
	list-style: none;
	margin: 0;
	padding: 0;
}
header, nav, article, aside, section, footer {
	display: block;
	margin: 0;
	padding: 0;
}
p {
	margin: 0;
	padding: 0;
}
a {
	margin: 0;
	padding: 0;
	text-decoration: none;
	cursor: pointer;
	color: #30937e;
}
a:hover {
	color: #3fbda2;
}
a.line {
	text-decoration: underline;
}
img {
	-ms-interpolation-mode: bicubic;
	border: 0;
}
table {
	font-size: 100%;
}
input , select , textarea {
	font-family: Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

form{
	display:inline;
}
.attention{
	color:#ff0000;
	font-size:11px;
}
option{
	padding-right:2px;
}
.bold {font-weight: bold;}
/******レイアウト*************************************************************/
html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	position: relative;
}
html {
}
body {
	font-family: Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	font-size: 62.5%;
	color: #222222;
	background-color: #FFFFFF;
	line-height: 1;
}
/******コンテンツボックス*************************************************************/
/*------コンテンツ大箱------------------------------------------*/
.object2{
	width: 100%;
	height: 100%;
	padding: 100px 0 0;
	margin-bottom: 70px;
	font-size: 1.5em;
	line-height: 1.75;
}
/*------コンテンツ小箱------------------------------------------*/
.contents{
	width: 960px;
	margin: 0 auto;
	position: relative;
}
/*------コンテンツタイトル------------------------------------------*/
h2 {
	padding: 15px 0 19px;
	margin-bottom:24px;
	font-size: 1.31em;
	line-height:1.4;
	font-weight: bold;
	border-bottom:1px solid #DDDDDD;
}
/*------コンテンツタイトル右側ボタン------------------------------------------*/
div.topMenuButton{
	position: absolute;
	right: 0;
	top: 10px;
}
div.topMenuButton.line{
	top: -10px;
	text-align: right;
}
/*------全体的なボタン------------------------------------------*/
input.button{
	font-weight:bold;
	border: 1px solid #30937e;
	background: #3fbda2;
	color: #FFFFFF;
	padding: 2px 5px;
	cursor: pointer;
	font-size: 1em;
	width: auto !important;
}
input.button:hover{
	background: #ed823a;
	border: 1px solid #cc7132;
}
/*------コンテンツ小箱の小箱------------------------------------------*/
div.blockField{
	margin: 0;
}
div.contentsField{
	margin: 0;
	padding: 0;
}
div.contentsField.clear{
	clear: both;
}
/*------○○年の記事一覧------------------------------------------*/
h3{
	color: #008000;
	margin:0px 0px 15px 0px;
}
/*------○○年には○○件の○○が登録されています。------------------------------------------*/
p.guideMessage{
	color:#0000ff;
	margin-bottom: 24px;
}
p.guideMessage.right {
	float: right;
}
/******基本テーブル（一覧・閲覧）*************************************************************/
table.resultField {
	border:1px solid #DDDDDD;
	background: #F0F0F0;
	border-collapse: separate;
	border-spacing: 3px;
	width: 100%;
	margin: 0 0 24px;
}
th.resultField {
	border:1px solid #30937e;
	background-color: #3fbda2;
	color: #FFFFFF;
	padding: 10px;
}
td.resultField {
	border:1px solid #DDDDDD;
	background-color: #FFFFFF;
	padding: 10px;
	line-height:1.9em;
}
td.center {
	text-align: center;
}
table.resultField input.button{
}
/******入力画面*************************************************************/
/*------入力画面パンくず------------------------------------------*/
div.registPath{
	position: absolute;
	top: 10px;
	right: 0;
}
/*------入力画面パンくずテーブル------------------------------------------*/
table.registPath{
	border:solid 1px #999999;
	border-collapse:collapse;
	margin:3px;
}
/*------入力画面パンくずテーブルタイトル------------------------------------------*/
th.registPathStart{
	padding:5px 10px;
	background-color:#eeeeee;
	text-align:center;
	border:solid 1px #999999;
	font-weight:bold;
	white-space:nowrap;
	empty-cells:show;
}
/*------入力画面パンくずテーブル詳細------------------------------------------*/
td.registPath ,td.registPathActive {
	padding:5px 10px;
}
/*------入力画面パンくずテーブル詳細がアクティブ------------------------------------------*/
td.registPathActive {
	background-color:pink;
}
/******入力画面テーブル*************************************************************/
/*------テーブル基本------------------------------------------*/
table.inputField {
	border:1px solid #DDDDDD;
	border-collapse: separate;
	border-spacing: 3px;
	width: 100%;
	margin: 0 0 24px;
}
/*------タイトル（必須）------------------------------------------*/
th.requireField {
	padding: 10px;
	background:#ffffbb;
	text-align:right;
	border:1px solid #C6BC44;
	white-space:nowrap;
}
/*------タイトル（任意）------------------------------------------*/
th.inputField {
	padding: 10px;
	background-color:#eeeeee;
	text-align:right;
	border:1px solid #cccccc;
	white-space:nowrap;
}
/*------テキスト他------------------------------------------*/
td.inputField {
	border:1px solid #DDDDDD;
	padding: 10px;
	line-height:1.9em;
}
/*------入力不備の場合------------------------------------------*/
tr.errorField td {
	background-color:#ffe0aa;
	border:1px solid #E0A37A;
}
/*------確認・戻るボタン------------------------------------------*/
div.button {
	width: 140px;
	margin: 0 auto;
}
div.button table {
	width: 100%;
}
div.button table td {
	text-align: center;
	padding: 5px;
}
.nextButton{
	border:2px solid #ff0000;
}

table.infoSpace{
	width:250px;
	color:#fff;
	position:absolute;
	top:95px;
	left:750px;
	background:#0446A5;
	height:30px;
	z-index:+1;
}
/******確認画面*************************************************************/
/*------確認画面テーブル------------------------------------------*/
table.showField {
	border:1px solid #DDDDDD;
	background: #F0F0F0;
	border-collapse: separate;
	border-spacing: 3px;
	width: 100%;
	margin: 0 0 24px;
}
th.showField {
	border:1px solid #30937e;
	background-color: #3fbda2;
	color: #FFFFFF;
	padding: 10px;
}
td.showField {
	border:1px solid #DDDDDD;
	background-color: #FFFFFF;
	padding: 10px;
	line-height:1.9em;
}
/******完了画面*************************************************************/
p.errorMessage {
	margin-bottom: 20px;
	font-weight:bold;
	color:#ff0000;
}
.systemMessage {
	margin-bottom: 20px;
}

.pulldown {
	margin: 0 0 10px;
}
.btn-space {
	margin-bottom: 5px;
}















table.infoSpace th{
	width:50px;
}

table.infoSpace td.timeSpace{
	width:240px;
}
table.infoSpace td.nameSpace{
	width:200px;
}


h3.topMargin{
	margin-top:10px;
}
h4{
	font-size:12pt;
	margin:0px;
}
h5{
	font-size:12pt;
	font-weight:normal;
	margin:2px 0px 2px 2px;
}
div.articleBody{
	margin:5px 0px 0px 10px;
}
div.articleInqurry{
	color:#008000;
	margin-top:10px;
}
div.articleMaterial{
	color:#008000;
	margin-top:10px;
}

/********************************
	休日用のカレンダー
*********************************/
table.calendarBody{
	border-collapse:collapse;
}

table.calendarBody th{
	font-size:12px;
}
table.calendarBody td{
	font-size:12px;
	text-align:left;
	vertical-align:top;
	padding:2px;
}

th.calendarTitle{
	text-align:center;
	height:20px;
}

th.calendarDateArea{
	width:30px;
	text-align:center;
	padding:5px;
	border:1px solid #000000;
}

td.calendarEmptyDate{
	border:1px solid #000000;
	width:30px;
	height:30px;
}

td.calendarNowDate{
	border:1px solid #000000;
	width:30px;
	height:30px;
	font-weight:bold;
}

td.calendarDate{
	width:30px;
	height:30px;
	border:1px solid #000000;
}
td.calendarSelectDate{
	border:1px solid #000000;
	width:30px;
	height:30px;
	background-color:#ffaaaa;
	color:#ffffff;
	font-weight:bold;
}

td.calendarNoSelectDate{
	border:1px solid #000000;
	width:30px;
	height:30px;
}


/*********************************************************
* カテゴリページ
*********************************************************/
/*-- カテゴリページ --*/
.catgBackground {
	margin: 5px 0 0 0;
	width: 880px;
	background: url(../images/catg_background.gif) repeat-y;
}
*+html div.catgBackground {
	margin: 10px 0 0 0;
}

/*-- カテゴリタイトル --*/
.titleTop {
	margin: 0;
	width: 665px;
	height: 5px;
	background: url(../images/catg_title_top.gif);
}

h3.titleMiddle {
	margin: 0;
	padding: 3px 5px 3px 5px;
	width: 655px;
	color: #FFF;
	font-size: 1.125em;
	background: url(../images/catg_title_middle.gif) repeat-y;
}
.titleBottom {
	margin: 0 0 10px 0;
	width: 665px;
	height: 5px;
	background: url(../images/catg_title_bottom.gif);
}

/*-- カテゴリページ --*/
.catgLeft {
	margin: 0 15px 0 0;
	width: 665px;
	float: left;
}

/*-- カテゴリページメニュー --*/
.catgRight {
	margin: 0;
	width: 200px;
	float: left;
}

/*-- タイプ１(画像あり)--*/
.type1_img {
	margin: 0 0 5px 0;
}
.type1_img p {
	margin-bottom: 24px;
	line-height: 1.6;
}
.type1_img h4 {
	font-size: 1.618em;
	font-weight: bold;
	padding-bottom: 9px;
	border-bottom: 1px solid #DDDDDD;
	margin-bottom: 15px;
	clear: both;
	 padding-bottom: 10px;
}
.type1_img div.left {
	float: left;
	margin: 0 24px 15px 0;
	overflow: hidden;
	width: 31.3%;
}
.type1_img div.right {
	float: right;
	margin: 0 0 15px 24px;
	overflow: hidden;
	width: 31.3%;
}
.type1_img div.bottom {
	overflow: hidden;
	margin-bottom: 24px;
}
.type1_img div.bottom img {
	width: 31.3%;
	margin-left: 3%;
	float: left;
}
.type1_img div.bottom img:first-child {
	margin-left: 0;
}
.type1_img div.left img,
.type1_img div.right img {
	width: 100%;
	margin-bottom: 15px;
}
/*-- タイプ１(画像なし) --*/
.type1 {
	margin: 0 0 15px 0;	 
}
.type1 h4{
	 margin: 10px 0 10px 5px;
	 color: #036;
	 border-bottom: 1px solid #036;
	 padding-bottom: 10px;
}
.type1 div {
	margin: 0;
}

/*-- タイプ２(画像あり)--*/
.type2_img {
	margin: 0 0 5px 100px;
}
.type2_img h4{
	 margin: 10px 0 10px 5px;
	 color: #036;
	 border-bottom: 1px solid #036;
	 padding-bottom: 10px;
}
.type2_img div.left {
	margin: 0 15px 0 10px;
	width: 260px;
	float: left;
}
.type2_img div.right {
	width: 280px;
	float: left;
}
.type2_img div.right img{
	margin: 0 0 10px 0;
}

/*-- タイプ２(画像なし) --*/
.type2 {
	margin: 0 0 15px;
}
.type2 h4{
}
.type2 div {
	margin: 0 10px 0 10px;
}

/*-- タイプ３ --*/
.type3 {
	margin: 0 auto;
	margin-bottom: 15px;
	text-align: center;
}
.type3 img {
	width: 100%;
}

/*-- タイプ４--*/
.type4 {
	overflow: hidden;
	margin-bottom: 24px;
}
.type4 div {
	width: 48.5%;
	margin-left: 3%;
	float: left;
	text-align: center;
}
.type4 div:first-child {
	margin-left: 0;
}
.type4 div img {
	width: 100%;
}
/*-- カテゴリメニュー --*/
.catgMenu {
}
.catgMenu ul{
	margin: 0;
	padding: 0;
	width: 200px;
}
.catgMenu ul li{
	font-weight: bold;
}
.catgMenu ul li a{
	padding: 15px 10px 15px 10px;
	width: 180px;
	color: #006;
	text-decoration: none;
	display: block;
	font-size: 1.125em;
}
.catgMenu ul li a:hover{
	width: 180px;
	color: #FFF;
	display: block;
	text-decoration: none;
	background: #69C;
	font-size: 1.125em;
}
.catgMenu ul li.active{
	padding: 15px 10px 15px 10px;
	width: 180px;
	color: #FFF;
	display: block;
	text-decoration: none;
	background: #69C;
	font-size: 1.125em;
}
.catgMenu ul li.border{
	margin: 0;
	padding: 0;
	width: 200px;
	height: 2px;
	background: url(../images/catg_rmenu_border.gif) no-repeat;
}
*+html div.catgMenu ul li.border{
	margin: -13px 0 -2px 0;
	padding: 0;
}

<!-- ＰＤＦ -->
.type1_img ul {
	margin-bottom: 15px;
	overflow: hidden;
}
.type1_img ul li {
	background: url("../images/common/menu-icon1.png") no-repeat 0 ;
	margin-bottom: 15px;
	padding-left: 24px;
	overflow: hidden;
}
.type1_img ul li a {
	font-size: 0.9em;
	display: block;
	color: #036;
	text-decoration: underline;
}
.type1_img ul li a:hover{
	text-decoration: none;
}
.type1_img input,
.type3 input,
.type4 input {
	margin: 0 7px;
}
.type1_img input {
	font-size: 0.66em;
}


/******▼home-traffic▼******/
.traffic-detail-list {
	margin-bottom: 15px;
}
.traffic-detail-list li {
	width: 25%;
	float: left;
}
.traffic-detail-list li div {
	width: 35%;
	margin: 0 10% 0 5%;
	height: 15px;
	float: left;
	margin-top: 5px;
}
.traffic-detail-list li.detail1 div {
	background-color: #093;
}
.traffic-detail-list li.detail2 div {
	background-color: #FF0;
}
.traffic-detail-list li.detail3 div {
	background-color: #F00;
}
.traffic-detail-list li.detail4 div {
	background-color: #6CF;
}
.traffic-detail-list li p {
	width: 50%;
	float: left;
}
.traffic-detail-list:after,
.traffic-detail-list li:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}
* html .traffic-detail-list,
* html .traffic-detail-list li {
	height: 1%;
}
.search_table1 {
	float: left;
	margin-right: 15px;
	padding: 5px;
}
.search_table2 {
	float: left;
}
.clear {
	clear: both;
}

#outpatient a {
	color: #6980BE;
}
#group a,
.orange {
	color: #F69452;
}
#admission a {
	color: #EAB43E;
}
#intern a {
	color: #4AAABB;
}
#medical a,
.medical {
	color: #56B671
}
#patient a,
.patient {
	color: #212121;
}


.arrow-list li, .contents-box p.arrow {
	margin-bottom: 5px;
	padding: 0 0 0 17px;
	position: relative;
}
.arrow-list li::before, .contents-box p.arrow::before {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-color: -moz-use-text-color;
	border-image: none;
	border-style: solid;
	border-width: 0 2px 2px 0;
	content: "";
	display: block;
	height: 5px;
	left: 0;
	position: absolute;
	top: 10px;
	transform: rotate(-45deg);
	width: 5px;
}
#medical .arrow-list li::before, #medical .contents-box p.arrow::before {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-color: #56b671;
	border-image: none;
	border-style: solid;
	border-width: 0 2px 2px 0;
}
.type1 h4.contents-sub-title,
h4.contents-sub-title {
	border-radius: 10px;
	color: #ffffff;
	font-size: 1.333em;
	font-weight: bold;
	line-height: 1.4;
	margin: 34px 0 24px;
	padding: 10px 15px;
	border: 0;
	color: #FFFFFF;
}
#intern .contents-sub-title, #hitokoma .contents-sub-title {
	background-color: #4aaabb;
}

h2.contents-title {
	font-size: 1.6em;
	font-weight: bold;
	line-height: 1.4;
	margin: 42px 0;
	padding: 0 0 0 24px;
	position: relative;
	border: 0;
}
h2.contents-title::before, .contents-title::after {
	border-radius: 6px;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 10px;
	z-index: 2;
}
h2.contents-title::after {
	border-radius: 6px 6px 0 0;
	height: 50%;
}
#intern h2.contents-title::before, #hitokoma h2.contents-title::before {
	background-color: #74c5ce;
}
#intern h2.contents-title::after, #hitokoma h2.contents-title::after {
	background-color: #4aaabb;
}
#news .contents-title::before {
	background-color: #f4b5b3;
}
#news .contents-title::after {
	background-color: #e97e77;
}

.contents-subsub-title {
	font-size: 1.333em;
	font-weight: bold;
	line-height: 1.4;
	border: 0;
	margin: 24px 0;
	color: inherit;
}
.contents-subsub-title span {
	border-bottom: 4px solid;
}
#intern .contents-subsub-title span, #hitokoma .contents-subsub-title span {
	border-color: #74c5ce;
}

.staff-detail-box {
	background-color: #ffffff;
	height: 300px;
	border: 1px solid #DDDDDD;
	padding: 30px;
	width: 900px;
	margin: 0 auto 24px;
	position: relative;
}
.staff-detail-box-inner {
	height: 300px;
	overflow-y: scroll;
	width: 900px;
}
.staff-detail-box-left {
	background: rgba(0, 0, 0, 0) url("../images/intern/voice001.png") no-repeat scroll center 0;
	height: 300px;
	left: 30px;
	position: absolute;
	text-align: center;
	top: 30px;
	width: 225px;
}
.staff-detail-box-left img {
	border-radius: 6px;
	width: 225px;
	height: auto;
}
.staff-detail-box-right {
	margin-left: 270px;
}
.staff-detail-box-text {
	padding-top: 24px;
}
.staff-name {
	font-size: 1.333em;
	font-weight: bold;
	line-height: 1.4;
}
.staff-name span {
	color: #50baa3;
	display: block;
	font-size: 0.8em;
}
.staff-name span.e-name {
	display: inline;
	margin-left: 15px;
}
.right-img {
	border-radius: 6px;
	float: right;
	margin: 0 0 60px 60px;
	width: 300px;
}
.right-img img {
	border-radius: 6px;
	margin-bottom: 10px;
	width: 100%;
	height: auto;
}
.right-img.list li {
	margin-bottom: 15px;
}
.right-img.list li img {
	margin-bottom: 0;
}
.news p {
	margin-bottom: 24px;
}
.arrow-list {
	margin: 0 0 16px;
	overflow: hidden;
}
.arrow-list li, .contents-box p.arrow {
	margin-bottom: 5px;
	padding: 0 0 0 17px;
	position: relative;
}
.arrow-list.triple li {
	float: left;
	margin-left: 1.333%;
	width: 30.5%;
}
.arrow-list.triple li:nth-child(3n+1) {
	clear: both;
	margin-left: 0;
}
.arrow-list li::before, .contents-box p.arrow::before {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-color: -moz-use-text-color;
	border-image: none;
	border-style: solid;
	border-width: 0 2px 2px 0;
	content: "";
	display: block;
	height: 5px;
	left: 0;
	position: absolute;
	top: 10px;
	transform: rotate(-45deg);
	width: 5px;
}
#news .arrow-list li::before, .arrow-list li.greeting::before {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-color: #e97e77;
	border-image: none;
	border-style: solid;
	border-width: 0 2px 2px 0;
}
.arrow-list li.staff::before {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-color: #50baa3;
	border-image: none;
	border-style: solid;
	border-width: 0 2px 2px 0;
}
#outpatient .arrow-list li::before, #outpatient .contents-box p.arrow::before, .arrow-list li.outpatient::before {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-color: #6980be;
	border-image: none;
	border-style: solid;
	border-width: 0 2px 2px 0;
}
#group .arrow-list li::before, #group .contents-box p.arrow::before, .arrow-list li.group::before {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-color: #f69452;
	border-image: none;
	border-style: solid;
	border-width: 0 2px 2px 0;
}
#admission .arrow-list li::before, #admission .contents-box p.arrow::before, .arrow-list li.admission::before {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-color: #eab43e;
	border-image: none;
	border-style: solid;
	border-width: 0 2px 2px 0;
}
#intern .arrow-list li::before, #intern .contents-box p.arrow::before, .arrow-list li.intern::before, #hitokoma .arrow-list li::before, #hitokoma .contents-box p.arrow::before, .arrow-list li.hitokoma::before {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-color: #4aaabb;
	border-image: none;
	border-style: solid;
	border-width: 0 2px 2px 0;
}
#medical .arrow-list li::before, #medical .contents-box p.arrow::before {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-color: #56b671;
	border-image: none;
	border-style: solid;
	border-width: 0 2px 2px 0;
}
.one-photo {
	width: 640px;
	margin: 0 auto 24px;
	text-align: center;
}
.one-photo img {
	width: 100%;
}