/*------------------------------------------------------------*/
/*テーブル*/
/*------------------------------------------------------------*/
div.table div.table-list table tr.odd th,
div.table div.table-list table tr.odd td {
	background: #DCEBE6;
}
div.table div.table-list table tr.even th,
div.table div.table-list table tr.even td {
	background: #EAF1EF;
}
.blue {
	color: blue;
}
.red {
	color: red;
}

/*------------------------------------------------------------*/
/*リスト*/
/*------------------------------------------------------------*/
ul.discList {
	list-style-type: disc;
	list-style-position: inside;
	padding-left: 1em;
	text-indent: -1em;
}
ul.discList li {
	margin: 0px;
}
/*-----------------------------------------------------------*/
/*大今追加（病院理念・基本方針のリスト用）*/
/*-----------------------------------------------------------*/
ul.discList2 {
	list-style-type: disc;
	list-style-position: inside;
	padding-left: 1em;
	text-indent: -1em;
}
ul.discList2 li {
	margin: 0px;
        padding-left: 32px;
}
ul.discList3 {
	list-style-type: decimal;
	list-style-position: inside;
	padding-left: 1em;
	text-indent: -1em;
}
ul.discList3 li {
	margin: 0px;
        padding-left: 32px;
}
/*-----------------------------------------------------------*/
/*ここまで大今追加*/
/*-----------------------------------------------------------*/
ol.decimalList {
	list-style-type: decimal;
	list-style-position: inside;
	padding-left: 1em;
	text-indent: -1em;
}
ul.childMenuList li {
	float: left;
	width: 425px;
	height: 75px;
	line-height: 75px;
	background: #019678;
	text-align: center;
	margin: 0 30px 20px 0;
	vertical-align: middle;
        border-radius: 15px;
}
ul.childMenuList li:hover {
	background: #FFA801;
}
ul.childMenuList li:nth-of-type(2n) {
	margin-right: 0;
}
ul.childMenuList li:nth-of-type(2n+1) {
	clear: both;
}
ul.childMenuList li a {
	display: block;
	color: #FFF;
	width: 100%;
	height: 100%;
}
ul.childMenuList li a:hover {
	text-decoration: none;
}

/*------------------------------------------------------------*/
/*ヘッダ系*/
/*------------------------------------------------------------*/
/************************************************
MaxPressテスト環境
（ユーザ名：所沢ロイヤル病院）
カラー:019678
ガジェット：OGheader
場所：ヘッダー
************************************************/
#OGheaderWrapper {
    width: 100%;
    min-width: 1200px;
    border-top: 3px solid #019678;
    margin: 0px auto;
    overflow: hidden;
}
/*ロゴイメージ画像エリア*/
#OGheaderLogoWrapper {
    float: left;
    margin: 16px 0px 16px 24px;
}
#OGheaderLogoWrapper img {

}
/*メニューTelエリア*/
#OGheaderMenuTelWrapper {
    float: right;
    margin: 24px 0px;
}
/*****メニュー*****/
#OGheaderMenuWrapper {
    float: left;
}
#OGheaderMenu {
    margin: 0px;
    padding: 0px;
}
#OGheaderMenuTitle01 {
    display: block;
    float: left;
    padding: 24px 24px 0px 0px;
}
#OGheaderMenuTitle02 {
    display: block;
    float: left;
    padding: 24px 40px 0px 0px;
}
/*Aタグのデコレーション*/
#OGheaderMenuA {
    position: relative;
    display: inline-block;
    transition: .3s;
    text-decoration: none;
    color: #232323;
    font-size: 15px;
    padding-bottom: 8px;
}
#OGheaderMenuA:hover {
    text-decoration: none;
    color: #232323;
}
#OGheaderMenuA:active {
    text-decoration: none;
    color: #232323;
}
#OGheaderMenuA:focus {
    text-decoration: none;
    color: #232323;
}
#OGheaderMenuA::after {
    position: absolute;
    bottom: 0;
    left: 50%;
    content: \\\\\\\'\\\\\\\';
    width: 0;
    height: 2px;
    background-color: #019678;
    transition: .3s;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
#OGheaderMenuA:hover::after {
    width: 100%
}
/*****電話番号*****/
#OGheaderTelWrapper {
    float: left;
    margin: 0px 16px 0px 0px;
}
#OGheaderTelWrapper img {
    
}

/************************************************
ガジェット：OGglobalnavigation
場所：ヘッダー
************************************************/
#OGglobalnavigationWrapper {
	width: 100%;
	background: #019678;
}
#OGglobalnavigation {
	width: 1200px;
	margin: 0 auto;
}

#OGglobalnavigation ul.menu {
	height: 60px;
}
#OGglobalnavigation ul.menu li.menu-item{
	position: relative;
	float: left;
	/*width: 171px;*/
}
#OGglobalnavigation ul.menu li.menu-item a{
    	color: #FFF;
}
#OGglobalnavigation ul.menu li.menu-item a:hover{
    	color: rgba(255,255,255,0.5);
	text-decoration: none;
}
#OGglobalnavigation ul.menu>li.menu-item a:first-child:hover {
	opacity: 0.5;
}

#OGglobalnavigation ul.menu>li.menu-item:hover ul.sub-menu {
    	top: 60px;
    	visibility: visible;
    	opacity: 1;
	padding: 10px 20px 0;
}
#OGglobalnavigation ul.sub-menu {
    	position: absolute;
    	width: 171px;
	background: #019678;
    	-webkit-transition: all .2s ease;
    	transition: all .2s ease;
    	visibility: hidden;
    	opacity: 0;
    	z-index: 1;
}
#OGglobalnavigation ul.sub-menu>li.menu-item {
	clear: both;
	padding-bottom: 10px;
}

/*------------------------------------------------------------*/
/*コンテンツ系*/
/*------------------------------------------------------------*/
/************************************************
ガジェット：OGsidenavigation
場所：サイドバー
************************************************/
/* 大分類 */
div.menu-ogsidenavigation-container {
	position: relative;
	width: 240px;
}
ul#menu-ogsidenavigation>li.menu-item>a {
	display: block;
	height: 106px;
	line-height: 106px;
	margin-top: 30px;
	margin-bottom: 15px;
	background: #019678;
	text-align: center;
	font-size: 18px;
	letter-spacing: 4px;
	font-weight: bold;
	color: #FFF;
}
ul#menu-ogsidenavigation>li.menu-item>a:hover {
	color: rgba(255,255,255,0.5);
	text-decoration: none;
}
/* 中分類 */
ul#menu-ogsidenavigation ul.sub-menu{
	margin-left: 0.5em;
}
ul#menu-ogsidenavigation ul.sub-menu li.menu-item {
	position: relative;
}
ul#menu-ogsidenavigation ul.sub-menu li.menu-item>a {
	display: block;
	color: #3C3C3C;
	padding-left: 2em;
	padding-bottom: 10px;
	background: url(https://www.kawashima-hospital.jp/wp-content/uploads/sidebar_maru.png) left no-repeat;
	background-position-y: 5px;
}
ul#menu-ogsidenavigation ul.sub-menu li.menu-item>a:hover {
	color: #00947b;
	text-decoration: none;
}
ul#menu-ogsidenavigation ul.sub-menu li.menu-item.current-menu-ancestor>a,
ul#menu-ogsidenavigation ul.sub-menu li.menu-item.current-menu-parent>a,
ul#menu-ogsidenavigation ul.sub-menu li.menu-item.current-menu-item>a {
	font-weight: bold;
}
/* 小分類 */
ul#menu-ogsidenavigation ul.sub-menu li.menu-item ul.sub-menu {
	display: none;
}
ul#menu-ogsidenavigation ul.sub-menu li.menu-item ul.sub-menu li.menu-item>a {
	background: url(https://www.kawashima-hospital.jp/wp-content/uploads/sidebar_arrow.png) left no-repeat;
	background-position-y: 5px;
}
ul#menu-ogsidenavigation ul.sub-menu li.menu-item.current-menu-ancestor>ul.sub-menu,
ul#menu-ogsidenavigation ul.sub-menu li.menu-item.current-menu-parent>ul.sub-menu,
ul#menu-ogsidenavigation ul.sub-menu li.menu-item.current-menu-item>ul.sub-menu {
	display: block;
}

/************************************************
トップページ
************************************************/
/*関連施設のご案内*/
#RelatedFacilitiesSlide {
	width: 1200px;
	margin: 0 auto;
}
#RelatedFacilitiesSlide .bx-wrapper {
	float: left;
	margin: 0 20px;
}
#RelatedFacilitiesSlide .bx-viewport ul li img {
	width: auto;
	min-width: initial;
	min-width: auto;
}
#RelatedFacilitiesSlide a {
	color: #FFF;
}
#RelatedFacilitiesSlide a:hover {
	color: #FFF;
	text-decoration: none;
}
#RelatedFacilitiesSlide .slideText {
	background: #019678;
	color: #FFF;
	height: 100px;
	padding: 15px;
}
#RelatedFacilitiesSlide .slideText p {
	margin-bottom: 10px;
}
#RelatedFacilitiesSlide .slideText p span {
	display:inline-block;
	background: #FFA801;
	margin: 2px;
	padding: 0 5px;
}
#RelatedFacilitiesSlide .feed-prev-btn {
	background-image: url(https://www.kawashima-hospital.jp/wp-content/uploads/prev_btn.png);
	margin: 125px 25px 125px 0;
}
#RelatedFacilitiesSlide .feed-next-btn{
	background-image: url(https://www.kawashima-hospital.jp/wp-content/uploads/next_btn.png);
	margin: 125px 0 125px 25px;
}
#RelatedFacilitiesSlide .feed-prev-btn:hover,
#RelatedFacilitiesSlide .feed-next-btn:hover{
	opacity: 0.5;
}
#RelatedFacilitiesSlide .feed-prev-btn .bx-prev,
#RelatedFacilitiesSlide .feed-next-btn .bx-next {
	opacity: 0;
	display: block;
}
#RelatedFacilitiesSlide .navi-btn {
	width: 60px;
	height: 60px;
	-webkit-background-size: 60px;
	background-size: 60px;
	background-repeat: no-repeat;
	background-position: center center;
	float: left;
}
#RelatedFacilitiesSlide .navi-btn a {
	width:100%;
	height:100%;
}
/******************************
診療時間と地図
******************************/
#OGTopContent01Wrapper {
    max-width: 100%;
    margin: 0px auto;
    min-width: 1200px;
}
/*診療のご案内*/
#OGContent01Box01Wrapper {
    float: left;
    width: 27%;
    /*text-align: center;*/
    /*border-bottom: 1px solid #d4d4d4;*/
    margin: 0% 2%;
}
/*****オレンジタイトル*****/
#OGContentTitle01Wrapper {    /*アクセスと共通*/
    text-align: center;
    background: #FFA801;
}
#OGContentTitleTextArea01 { /*アクセスと共通*/
    margin: 0px;
    padding: 3px 0px;
    color: #ffffff;
    font-size: 19px;
    font-weight: 500;
    letter-spacing: 2px;
}
/*****白枠タイトル*****/
#OGContentTitle02Wrapper {
    text-align: center;
    border: 1px solid #d4d4d4;
    margin-left: 8%;
    margin-right: 8%;
    margin-top: 16px;
}
#OGContentTitleTextArea02 {
    margin: 0px;
    font-size: 15px;
    padding: 2px 0px;
    color: #232323;
}
#OGContentTextArea01 {
    margin: 16px 0px 0px 0px;
    font-size: 14px;
    color: #909090;
    margin-left: 24px;
}
#OGContentTextArea02 {
    margin: 0px;
    font-size: 14px;
    color: #d4d4d4;
    color: #909090;
    margin-left: 32px;
}
/*アクセス*/
#OGContent01Box02Wrapper {
    float: left;
    width: 27%;
    /*border-bottom: 1px solid #d4d4d4;*/
    padding-bottom: 62px;
    margin: 0% 2%;
}
#OGContentTextArea03 {
    margin-top: 16px;
    margin-left: 8%;
    font-size: 14px;
    color: #909090;
}
#OGContentTextArea04 {
    margin: 0% 0% 0% 8%;
    font-size: 14px;
    color: #232323;
}
#OGContentTextArea05 {
    margin: 0% 8% 0% 8%;
    font-size: 14px;
    color: #909090;
}
/*地図*/
#OGContent01Box03Wrapper {
    float: left;
    width: 36%;
    /*border-bottom: 1px solid #d4d4d4;*/
    padding-bottom: 16px;
}
#OGContent01Map {
    width: 98%;
    height: 280px;
    margin: 0px 0px 0px 5px;
}
/******************************
TOP案内（６枚画像オレンジバージョン）
******************************/
#OGguideWrapper {
    max-width: 1920px;
    min-width: 1200px;
}
#OGguideMenu01Wrapper {
    float: left;
    max-width: 33%;
    min-width: 399px;
    border-right: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
}
#OGguideMenuImg01Wrapper {

}
#OGguideMenuImg01 {
    width: 100%;
    height: auto;
}
#OGguideMenuText01Wrapper {
    background: #FFA801;
    text-align: center;
    padding-bottom: 12px;
}
#OGguideMenuTextArea01 {
    margin: 0px;
    color: #ffffff;
    font-size: 28px;
    letter-spacing: 2px;
    padding-top: 12px;
    padding-bottom: 4px;
}
#OGguideMenuTextArea02 {
    margin: 0px auto;
    color: #ffffff;
    font-size: 14px;
    width: 90%;
    background: #F4A000;
    padding: 4px 0px;
}
#OGguideMenuAnchorText01 {
    text-decoration: none;
}
/*画像拡大（追加）*/
#OGguideMenuImg01Wrapper {
  min-width: 399px;
  height: auto;
  overflow: hidden;
}
 
#OGguideMenuImg01 {
  transition: 0.4s;
  /*拡大されるスピードを設定します*/
}
 
#OGguideMenuImg01:hover {
  -moz-transform: scale(1.1,1.1);
  -webkit-transform: scale(1.1,1.1);
  -o-transform: scale(1.1,1.1);
  -ms-transform: scale(1.1,1.1);
  /*拡大される比率を設定します*/
}
/******************************
TOP案内（６枚画像緑バージョン）
******************************/
#OGguideMenuText02Wrapper {
    background: #98CA29;
    text-align: center;
    padding-bottom: 12px;
}
#OGguideMenuTextArea03 {
    margin: 0px auto;
    color: #ffffff;
    font-size: 14px;
    width: 90%;
    background: #95BD26;
    padding: 4px 0px;
}
/******************************
TOPメッセージ（１つめのメッセージ画像）
******************************/
#OGMessageWrapper {
    width: 100%;
    min-width: 1200px;
    margin: 0px auto;
    text-align: center;
    overflow: hidden;
}
#OGMessageImg {
    max-width: 1136px;
    height: auto;
}
/******************************
TOPメッセージ（最下段バナー４つ）
******************************/
#OGBannerWrapper {
    width: 1200px;
    margin: 0px auto;
    text-align: center;
    overflow: hidden;
}
#OGBannerContent01Wrapper {
    float: left;
    width: 50%;
    max-width: 588px;
}
#OGBannerContent02Wrapper {
    float: right;
    width: 50%;
    max-width: 588px;
}
#OGBannerImg01 {
    max-width: 588px;
    height: auto;
    padding-right: 16px;
}
#OGBannerImg02 {
    max-width: 588px;
    height: auto;
    padding-left: 16px;
}

/************************************************
当院のご案内
************************************************/
/*-----------------------------
病院概要
-----------------------------*/
/* 医療設備 */
#facility_sickbed_table {
	width: 50%!important;
}
#facility_sickbed_table th {
	text-align: left;
	width: 300px;
}
#facility_sickbed_table td {
	text-align: right;
}
#facility_standard_table td:nth-of-type(1) {
	width: 300px;
}
#facility_standard_table td:nth-of-type(2) {
	width: 600px;
}

/*-----------------------------
部門紹介
-----------------------------*/
/* 医局（医師の紹介） */
#doctor_table .post {
	text-align: center;
	width: 10%;
}
#doctor_table .name {
	width: 20%;
}
#doctor_table th.prof {
	width: 70%;
}
#doctor_table td.profth {
	text-align: center;
	width: 10%;
}
#doctor_table td.prof {
	width: 60%;
}

/************************************************
外来のご案内
************************************************/
/*-----------------------------
診療科目
-----------------------------*/
/* 内科 */
#internal_tableWrapper {
    max-width: 885px;
    margin: 0px auto;
}
#internal_table {
    border-collapse: collapse;
    width: 100%;
}
#internal_tableTH01 {
    padding: 10px 0px;
    background: #EAF1EF;
    border: 2px solid #ffffff;
}
#internal_tableTH02 {
    text-align: left;
    width: 25%;
    padding: 10px 5px;
    background: #EAF1EF;
    border: 2px solid #ffffff;
}
#internal_table td {
    text-align: center;
    width: 15%;
    background: #DCEBE6;
    border: 2px solid #ffffff;
}

/* 外来担当医表 */
#yourdoctor_tableWrapper {
    max-width: 885px;
    margin: 0px auto;
}
#yourdoctor_table {
    border-collapse: collapse;
    width: 100%;
}
#yourdoctor_tableTH01 {
    padding: 10px 0px;
    background: #EAF1EF;
    border: 2px solid #ffffff;
}
#yourdoctor_tableTH02 {
    width: 37%;
    padding: 10px 5px;
    background: #EAF1EF;
    border: 2px solid #ffffff;
}
#yourdoctor_table td {
    text-align: center;
    width: 9%;
    background: #DCEBE6;
    border: 2px solid #ffffff;
}
#yourdoctor_tableBlue {
    color: blue;
}
#yourdoctor_tableRed {
    color: red;
}

/************************************************
入院のご案内
************************************************/
/*-----------------------------
入院までの流れ・手続き
-----------------------------*/
/* 入院が可能な方と入院期間 */
#conditions_table th:nth-of-type(1),
#conditions_table td:nth-of-type(1) {
	width: 75%;
}
#conditions_table th:nth-of-type(2),
#conditions_table td:nth-of-type(2) {
	width: 25%;
}
#conditions_table td:nth-of-type(2) {
	text-align: center;
}

/*-----------------------------
お見舞い・ご面会
-----------------------------*/
#meetingMailBtn {
	text-align: center;
}
#meetingMailBtn a {
	position: relative;
	background-color: #1abc9c;
	border-radius: 5px;
	color: #fff;
	line-height: 52px;
	-webkit-transition: none;
	transition: none;
	box-shadow: 0 3px 0 #0e8c73;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
	padding: 5px 10px;
}
#meetingMailBtn a:hover {
	background-color: #31c8aa;
	box-shadow: 0 3px 0 #23a188;
	text-decoration: none;
}
#meetingMailBtn a:active {
	top: 3px;
	box-shadow: none;
}

/************************************************
住宅・訪問サービス
************************************************/
/*-----------------------------
ロイヤルの郷
-----------------------------*/
#roiyalnosato_tableWrapper {
    max-width: 885px;
    margin: 0px auto;
}
#roiyalnosato_table {
    border-collapse: collapse;
    width: 100%;
}
#roiyalnosato_table th {
    padding: 10px 0px;
    width: 25%;
    background: #EDEDED;
}
#roiyalnosato_table td {
    width: 25%;
}
#roiyalnosato_tableTD1 {
    padding: 5px 0px;
    text-align: center;
}
#roiyalnosato_tableTD2 {
    padding: 5px 5px;
    text-align: center;
}
#roiyalnosato_tableTD3 {
    padding: 5px 5px;
    text-align: right;
}

/*------------------------------------------------------------*/
/*フッタ系*/
/*------------------------------------------------------------*/
/************************************************
ガジェット：OGfooter
場所：フッター
************************************************/
#OGfooterLogoWrapper {
	background: #019678;
}
#OGfooterLogo {
	display: table;
	width: 1200px;
	height: 110px;
	margin: 0 auto;
}
#OGfooterLogo>div {
	display: table-cell;
	width: 600px;
	vertical-align: middle;
	text-align: left;
}
#OGfooterLogo>div:last-child {
	text-align: right;
}

#OGfooterMenuWrapper {
	background: #333333;
}
#OGfooterMenu {
	width: 1200px;
	margin: 0 auto;
	padding: 30px;
}
#OGfooterMenu ul.menu {
	border: solid 1px #1e1e1e;
	border-right: none;
	box-sizing: border-box;
/*	height: 1100px;*/
	height: 675px;/*8月2日625pxから変更*/
}
#OGfooterMenu ul.menu li.menu-item a {
	color: #FFF;
}
#OGfooterMenu ul.menu li.menu-item a:hover {
	color: #019678;
	text-decoration: none;
}
#OGfooterMenu ul.menu>div {
	width: calc(1195px/2);
}
#OGfooterMenu ul.menu>div>li.menu-item {
	border-right: solid 1px #1e1e1e;
	box-sizing: border-box;
	float: left;
	margin: 0 auto;
}
#OGfooterMenu ul.menu>div.left>li.menu-item {
	width: 597px;
	width: calc(1195px/2);
}
#OGfooterMenu ul.menu>div.right>li.menu-item {
	width: 298px;
	width: calc(1195px/4);
}
#OGfooterMenu ul.menu>div.left>li.menu-item {
	height: 675px;/*8月2日625pxから変更*/
}
#OGfooterMenu ul.menu>div.right>li.menu-item:nth-of-type(1) {
	height: 355px;
}
#OGfooterMenu ul.menu>div.right>li.menu-item:nth-of-type(2) {
	height: 355px;
}
#OGfooterMenu ul.menu>div.right>li.menu-item:nth-of-type(3) {
	height: 320px;/*8月2日270pxから変更*/
}
#OGfooterMenu ul.menu>div.right>li.menu-item:nth-of-type(4) {
	height: 320px;/*8月2日270pxから変更*/
}
#OGfooterMenu ul.menu>div>li.menu-item>a {
	display: block;
/*	margin: 15px;*/
	margin: 15px 15px 0 15px;
	padding: 10px;
	background: url(https://www.kawashima-hospital.jp/wp-content/uploads/sitemap_orange_deco.png) left no-repeat;
	background-position: 10px;
	background-color: #1e1e1e;
	text-indent: 23px;
}
#OGfooterMenu ul.menu>div>li.menu-item>ul.sub-menu>div>li.menu-item {
	border-bottom:1px solid #1e1e1e;
	margin: 15px;
	padding-bottom: 10px;
}
#OGfooterMenu ul.menu>div>li.menu-item>ul.sub-menu>div>li.menu-item>a {
	display: block;
	background: url(https://www.kawashima-hospital.jp/wp-content/uploads/sitemap_green_deco.png) left no-repeat;
	background-position: 10px;
/*	text-indent: 33px;*/
	padding-left: 33px;
}
#OGfooterMenu ul.menu>div>li.menu-item>ul.sub-menu>div>li.menu-item>ul.sub-menu>li.menu-item {
	padding-bottom: 5px;
}
#OGfooterMenu ul.menu>div>li.menu-item>ul.sub-menu>div>li.menu-item>ul.sub-menu>li.menu-item:first-child {
	padding-top: 5px;
}
#OGfooterMenu ul.menu>div>li.menu-item>ul.sub-menu>div>li.menu-item>ul.sub-menu>li.menu-item>a {
	display: block;
	background: url(https://www.kawashima-hospital.jp/wp-content/uploads/sitemap_greenarrows.png) left no-repeat;
	background-position: 20px;
	padding-left: 40px;
}
#OGfooterCopyrigthWrapper {
	background: #1e1e1e;
	height: 100px;
	line-height: 100px;
}
#OGfooterCopyright {
	position: relative;
	color: #FFF;
	font-size: 12px;
	text-align: center;
	width: 1200px;
	margin: 0 auto;
}
#OGfooterCopyright img {
	position: absolute;
	right: 0;
	top: 0;
	margin: 9px 0;
}

/************************************************
（ユーザ名：所沢ロイヤル病院）

場所：病院概要の施設基準
************************************************/
#TRHOGTokorozawaWrapper {
    width: 885px;
    margin: auto;
}
#TRHOGTokorozawaTable {
    border-collapse: collapse;
    font-size: 13px;
}
#TRHOGTokorozawaTableTH01 {
    font-weight: 400;
    padding: 8px 8px;
    border: 2px solid #ffffff;
    width: 220px;
    text-align: left;
}
#TRHOGTokorozawaTableTD01 {
    padding: 8px 8px;
    border: 2px solid #ffffff;
    width: 630px;
}
#TRHOGTokorozawaTableTR01:nth-child(odd) {/*奇数行*/
    background: #EAF1EF;
}
#TRHOGTokorozawaTableTR01:nth-child(even) {/*偶数行*/
    background: #DCEBE6;
}
/*------------------------------------------------------------*/
/*フィールド*/
/*------------------------------------------------------------*/
/************************************************
グループ：lists
フィールド：telop
************************************************/
div.lists-telop dl {
	border: none;
}
div.lists-telop dl:nth-child(even) {
	background: #f8f8f8;
}
div.lists-telop dt.date {
	border-right: 1px solid #CCC;
}
div.lists-telop dt.date,
div.lists-telop dd.title {
	display: block;
}
div.lists-telop .telop_table {
	display: table;
	height: 100%;
}
div.lists-telop .telop_cell {
	display: table-cell;
	vertical-align: middle;
}
div.lists-telop dd.title a {
	color: #3C3C3C;
	text-decoration: none;
}
div.lists-telop dd.title a:hover {
	color: rgba(60,60,60,0.5);
	text-decoration: none;
}
div.lists-telop dd.title .titletext {
	width: 647px;
}
div.lists-telop dd.title .titletext_inner {
	display: inline;
	border-bottom: dotted 1px #98ca29;
}
div.lists-telop dd.title .titleimage {
	width: 30px;
}
/************************************************
（ユーザ名：川島病院様）
病院概要（病棟構成）
※左寄せ50％表示のTable(スマホでは98％)
************************************************/
/*共通Div*/
#OGTable01Wrapper {
    width: 100%;
}
/*****左寄せの半分テーブル(PC)*****/
#OGTable01 {
    border-collapse: collapse;
    width: 50%!important;
}
/*****左寄せの半分テーブル(スマホ)*****/
@media screen and (max-width: 700px) {
    #OGTable01 {
        width: 98%;
        margin: 0px auto;
    }
}
/*****Line(TR)*****/
#OGTableLine01 {
    
}
/*****Title(TH)*****/
#OGTableTitle01 {
    background: #EAF1EF;
    padding: 15px;
    text-align: left;
    border: 2px solid #ffffff;
}
/*****Content(TD)*****/
#OGTableContent01 {
    background: #DCEBE6;
    padding: 15px;
    text-align: center;
    border: 2px solid #ffffff;
}
#OGTableContent02 {
    background: #DCEBE6;
    padding: 15px;
    text-align: right;
    border: 2px solid #ffffff;
}
/*
Line01
Title01
Content01 02
*/
/************************************************
（ユーザ名：川島病院様）
病院概要（病院概要（施設基準））
※幅98％のゼブラ表セルの結合対応
************************************************/
#OGTable02 {
    border-collapse: collapse;
    width: 98%!important;
    font-size: 14px;
}
#OGTableLine02 {
    background: #DCEBE6;
}
#OGTableLine03 {
    background: #EAF1EF;
}
#OGTableTitle02 {
    padding: 15px;
    text-align: left;
    border: 2px solid #ffffff;
    font-weight: 400;
    width: 30%;
}
#OGTableContent03 {
    padding: 15px;
    border: 2px solid #ffffff;
}
/*
Line02 03
Title02
Content03
*/
/************************************************
（ユーザ名：川島病院様）
病院概要（病院概要（病院沿革））
※幅98％のゼブラ表セルの結合対応
************************************************/
#OGTableTitle03 {
    padding: 15px;
    border: 2px solid #ffffff;
    width: 25%;
    font-weight: 400;
}
#OGTableContent04 {
    padding: 15px;
    border: 2px solid #ffffff;
    width: 40%
}
#OGTableContent05 {
    padding: 15px;
    border: 2px solid #ffffff;
    width: 35%
}
/*
Line02 03
Title03
Content04 05
*/
/************************************************
（ユーザ名：川島病院様）
病院概要（部門紹介（医局（医師の紹介））
※病院沿革を流用
************************************************/
#OGTableTitle04 {
    border: 2px solid #ffffff;
    padding: 15px;
}
#OGTableContent06 {
    padding: 15px;
    border: 2px solid #ffffff;
    width: 20%;
}
#OGTableContent07 {
    padding: 15px;
    border: 2px solid #ffffff;
    width: 20%;
    text-align: center;
}
#OGTableContent08 {
    padding: 15px;
    border: 2px solid #ffffff;
    width: 30%;
}
#OGTableContent09 {
    padding: 15px;
    border: 2px solid #ffffff;
    width: 30%;
}
/*
Line02 03
Title04
Content06 07 08 09
*/
/************************************************
（ユーザ名：川島病院様）
部門紹介（看護部（配置基準））
※左寄せ65％表示のTable(スマホでは98％)
************************************************/
/***********左寄せ65%**************/
#OGTable03 {
    border-collapse: collapse;
    width: 65%!important;
}
/*****左寄せの半分テーブル(スマホ)*****/
@media screen and (max-width: 700px) {
    #OGTable03 {
        width: 98%;
        margin: 0px auto;
    }
}
#OGTableContent11 {
    padding: 15px;
    border: 2px solid #ffffff;
    font-size: 13px;
    width: 50%;
}
#OGTableContent10 {
    padding: 15px;
    border: 2px solid #ffffff;
    font-size: 13px;
    width: 25%;
}
/*
OGTable03
Line02 03
Title未使用(04)
Content10 11
*/
/************************************************
（ユーザ名：川島病院様）
部門紹介（看護部（勤務時間））
※病院概要（病棟構成）を流用
************************************************/
#OGTableContent12 {
    padding: 15px;
    border: 2px solid #ffffff;
    font-size: 13px;
    width: 15%;
    text-align: center;
}
#OGTableContent13 {
    padding: 15px;
    border: 2px solid #ffffff;
    font-size: 13px;
    width: 75%;
}
/*
OGTable未使用(03)
Line02 03
Title未使用(04)
Content12 13
*/
/************************************************
（ユーザ名：川島病院様）
外来のご案内（予防接種）
※左寄せ65％表示のTable(スマホでは98％)
************************************************/
#OGTable04 {
    border-collapse: collapse;
    width: 65%!important;
    margin: 0px auto;
}
/*****65%テーブル(スマホ)*****/
@media screen and (max-width: 700px) {
    #OGTable04 {
        width: 98%!important;
        margin: 0px auto;
    }
}
#OGTableTitle05 {
    border: #ffffff solid 2px;
    background: #DCEBE6;
    width: 100%;
    padding: 15px;
}
#OGTableTitle06 {
    border: #ffffff solid 2px;
    background: #DCEBE6;
    width: 65%;
    padding: 15px;
}
#OGTableContent14 {
    border: #ffffff solid 2px;
    background: #EAF1EF;
    width: 35%;
    padding: 15px;
    text-align: right;
}
/*
OGTable04
Line未使用(01)
Title05 06
Content14
*/
/************************************************
（ユーザ名：川島病院様）
外来のご案内（予防接種）
※左寄せ65％表示のTable(スマホでは98％)
************************************************/
#OGTableTitle07 {
    border: #ffffff solid 2px;
    background: #DCEBE6;
    padding: 15px;
    font-size: 13px;
}
#OGTableTitle08 {
    border: #ffffff solid 2px;
    background: #DCEBE6;
    padding: 15px;
    font-size: 13px;
}
#OGTableTitle09 {
    border: #ffffff solid 2px;
    background: #DCEBE6;
    padding: 15px;
    font-size: 13px;
    width: 7.3%;

}
#OGTableContent15 {
    border: #ffffff solid 2px;
    background: #EAF1EF;
    font-size: 13px;
    padding: 15px 2px;
    text-align: center;
}
#OGTableContent16 {
    border: #ffffff solid 2px;
    background: #EAF1EF;
    font-size: 13px;
    padding: 15px 2px;
}
#OGTableTitlSpan01 {
    font-size: 11px;
}
#OGTableTitlSpan02 {
    color: #ff0000;
}
/*
OGTable未使用（02）
Line未使用(01)
Title07 08 09
Content15 16
OGTableTitlSpan01 02
*/
/************************************************
（ユーザ名：川島病院様）
当院のご案内（病院概要（病院実績））
※リストスタイル（PDFアイコン付き）
************************************************/
#OGListWrapper {
    
}
#OGList01 {
    list-style: none;
}
#OGListDate01 {
     background: url(https://www.kawashima-hospital.jp/wp-content/uploads/ico-pdf.gif) 0 50% no-repeat;
    padding-left: 28px;
}
/*
#OGList01
OGListDate01
*/
/************************************************
（ユーザ名：川島病院様）
TOPからのリンク（アクセスマップ）

************************************************/
#OGAccessMapWrapper {
    
}
#OGAccessMapDLWrapper {
    
}
#OGAccessMapDLUl {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
#OGAccessMapDLLi {
    height: 32px;
    background: url(https://www.kawashima-hospital.jp/wp-content/uploads/pdficon.gif)no-repeat;
    padding: 5px 0px 0px 42px;
}
#OGAccessMapAdobeWrapper {
    width: 100%;
    background: #EEEEEE;
    padding: 15px;
}
#OGAccessMapAdobeTextArea01 {
    margin: 0px;
}
/************************************************
（ユーザ名：川島病院様）
TOPからのリンク（アクセスマップ:時刻表）

************************************************/
#OGAccessMapTimeTableWrapper {
    width: 75%;
}
/*****75%ラッパー(スマホ)*****/
@media screen and (max-width: 700px) {
    #OGAccessMapTimeTableWrapper {
        width: 98%!important;
        margin: 0px auto;
    }
}
/*時刻表（便名）*/
#OGAccessMapTimeTableTextArea01 {
    margin: 5px 0px 0px 0px;
    font-weight: 600;
}
/*文章：テキストは便名と同じidを利用*/
#OGAccessMapTimeTableTextWrepper {
    text-align: center;
}
#OGAccessMapTimeTableTextArea02 {
    margin: 0px;
    font-weight: 600;
}
/*時刻表テーブル*/
#OGAccessMapTimeTable {
    border-collapse: collapse;
    width: 98%;
    margin: 0px auto;
}
#OGAccessMapTimeTableTitle01 {
    border: #ffffff solid 2px;
    background: #DCEBE6;
    padding: 15px;
    font-size: 13px;
    font-weight: 400;
}
#OGAccessMapTimeTableTitle02 {
    border: #ffffff solid 2px;
    background: #DCEBE6;
    padding: 15px;
    width: 30%;
    font-size: 13px;
}
#OGAccessMapTimeTableTitle03 {
    border: #ffffff solid 2px;
    background: #DCEBE6;
    padding: 15px;
    font-weight: 400;
    width: 30%;
    font-size: 13px;
}
#OGAccessMapTimeTableTitle04 {
    border: #ffffff solid 2px;
    background: #DCEBE6;
    padding: 15px;
    width: 45%;
    font-size: 13px;
}
#OGAccessMapTimeTableTitle05 {
    border: #ffffff solid 2px;
    background: #DCEBE6;
    padding: 15px;
    font-weight: 400;
    width: 45%;
    font-size: 13px;
}
#OGAccessMapTimeTableContent01 {
    background: #EEEEEE;
    border: #ffffff solid 2px;
    padding: 15px;
    font-size: 13px;
    font-weight: 400;
}
/************************************************
（ユーザ名：川島病院様）
アクセス内部リンク

************************************************/
#OGAccessWrapper {
    width: 885px;
}
#OGAccessBottomWrapper {
    float: left;
    width: 48.5%;
}
#OGAccessBottomImg01 {
    width: 138px;
}
/*****スマホ*****/
@media screen and (max-width: 700px) {
    #OGAccessWrapper {
        width: 98%;
        margin: 0px auto;
    }
    #OGAccessBottomWrapper {
        width: 98%;
        margin: 0px auto;
        float: none;
        text-align: center;
    }
    #OGAccessBottomImg01 {
        max-width: 32%;
    }
}
/************************************************
MaxPress
（ユーザ名：川島病院）
問合せフォーム
************************************************/
#OGInquiry01Wrapper {
    max-width: 885px;
    margin: 0px auto;
}
/*テーブル*/
#OGInquiryTable01 {
    width: 98%;
    margin: 0px auto;
    border-collapse: collapse;
}
#OGInquiryTableTitle01 {
    width: 35%;
    height: 35px;
    border-bottom: 2px solid #019678;
    padding: 21px 0px 21px 10px;
    font-weight: 400;
    text-align: left;
}
#OGInquiryTableContent01 {
    border-bottom: 2px solid #019678;
    padding: 32px 0px 32px 10px;
}
#OGInquiryTableRed {
    color: #ff0000;
}
/**************************
SELECTコントロール１
**************************/
#OGInquiryTableSelect01 {
    width: 80%;
    height: 32px;
    font-size: 16px;
    border-color: #696969;
}
/**************************
TEXTコントロール１
**************************/
#OGInquiryTableText01 {
    width: 80%;
    height: 32px;
    font-size: 16px;
    border-color: #696969;
}
/**************************
TEXTARESコントロール１
**************************/
#OGInquiryTableTextarea01 {
    width: 80%;
    height: 160px;
    font-size: 16px;
    border-color: #696969;
}
/**************************
送信ボタン
**************************/
#OGInquiryTableButtonWrapper {
    text-align: center;
}
/*確認ボタン*/
#sendButton01 {
    margin-top: 45px;
    max-width: 100%;
    
}
#sendButton01:hover {
    opacity: 0.7;
}
/*戻るボタン*/
#sendButton02A {
    border: none;
}
#sendButton02A img {
    margin-top: 45px;
    max-width: 100%;
}
#sendButton02A img:hover {
    opacity: 0.7;
}
/*完了ボタン*/
#sendButton03 {
    margin: 45px 0px -7px 0px;/*本番環境でずれる為：通常はmargin-TOP:45PX*/
    max-width: 100%;
    
}
#sendButton03:hover {
    opacity: 0.7;
}
/*********************************************************/
/*スマホ用（問い合わせフォーム）*/
/*********************************************************/
@media screen and (max-width: 700px) {
    #OGInquiryTableTitle01 {
        display: block;
        border-bottom: none;
        padding: 20px 0px 0px 0px;
        width: 100%;
    }
    #OGInquiryTableContent01 {
        display: block;
        padding-top: 0px;
    }
    /**************************
    SELECTコントロール１
    **************************/
    #OGInquiryTableSelect01 {
        display: block;
        width: 95%;
    }
    /**************************
    TEXTコントロール１
    **************************/
    #OGInquiryTableText01 {
        display: block;
        width: 95%;
    }
    /**************************
    TEXTARESコントロール１
    **************************/
    #OGInquiryTableTextarea01 {
        display: block;
        width: 95%;
    }
    /**************************
    送信ボタン
    **************************/
    #OGInquiryTableButtonWrapper {
        
    }
}
/*********************************************************
MaxPress
（ユーザ名：川島病院）
入院相談フォーム
*********************************************************/
/**************************
タイトル文字
**************************/
#OGInquirySubTitle01 {
    font-size: 20px;
    margin: 16px 0px 0px 0px;
    width: 98%;
    padding: 8px 0px 8px 16px;
    background: #019678;
    color: #ffffff;
}
#OGInquirySubTitle02 {
    font-size: 20px;
    margin: 64px 0px 0px 0px;
    width: 98%;
    padding: 8px 0px 8px 16px;
    background: #019678;
    color: #ffffff;
}
#OGInquiryTable02 {
    width: 98%;
    margin: 0px auto;
    border-collapse: collapse;
}
/**************************
TEXTコントロール（年齢）
**************************/
#OGInquiryTableText02 {
    width: 30%;
    height: 32px;
    font-size: 16px;
    border-color: #696969;
}

/*********************************************************/
/*スマホ用（入院相談フォーム）*/
/*********************************************************/
@media screen and (max-width: 700px) {
    #OGInquiryTableTitle02 {
        display: block;
        border-bottom: none;
        padding: 20px 0px 0px 0px;
        width: 100%;
    }
    /**************************
    TEXTコントロール１
    **************************/
    #OGInquiryTableText02 {
        /*display: block;*/
        width: 40%;
    }
}

/*********************************************************/
/*ヘッダーに動画追加20190911*/
/*********************************************************/
.movieTitleContentWrapper {
    width: 100%;
    min-width: 1200px;
    height: 45px;
    background: #019678;
}
.movieTitle {
    color: #ffffff;
    font-weight: 400;
    font-size: 18px;
    margin: 0px;
    text-align: center;
    padding-top: 10px; 
}
/*動画・テキストエリア*/
.movieContentWrapper {
    margin: 0px auto;
    width: 1000px;
    overflow: hidden;
}
/*テキスト*/
.textWrapper {
    float: left;
    width: 600px;
    margin: 8px 0px;
}
.text01 {
    text-align: center;
    font-weight: 500;
    font-size: 27px;
    margin: 6px 0px 0px 0px;
}
.leftWrapper {
    float: left;
}
.arrowImg01 {
    width: 110px;
    height: 110px;
}
.rightWrapper {
    float: left;
    margin-left: 32px;
}
.text02 {
    margin: 16px 0px 0px 0px;
    font-size: 20px;
}
.text03 {
    margin: 8px 0px 0px 0px;
    font-size: 20px;
}
.text04 {
    margin: 8px 0px 0px 0px;
    font-size: 20px;
}
/*動画*/
.movieWrapper {
    float: right;
    margin: 8px 0px;
}

.movieContainer {
    margin: 0 auto 32px auto;
    width: 1200px;
}
.movieContainer img {
    max-width: 100%;
}
.movieContainer .movieTitle {
    text-align: center;
}
.movieContainer .movieUnit {
    width: 49%;
    display: table;
    float: left;
}
.movieContainer .movieUnit:not(:last-of-type) {
    margin-right: 2%;
}
.movieContainer .movieText {
    display:table-cell;
    vertical-align: middle;
}
.movieContainer .movieMovie {
    display:table-cell;
    vertical-align: middle;
}
.movieContainer .movieMovie iframe {
    vertical-align: bottom;
}

/************************************************
（ユーザ名：川島病院）
訪問リハビリテーションのページ内リンク
************************************************/
#OGPageLinkWrapper {
    max-width: 885px;
    margin: 0px auto;
    text-align: center;
}
#OGPageLinkImg01 {
    padding-right: 10px;
}
#OGPageLinkImg02 {
    
}
/************************************************
（ユーザ名：川島病院）
訪問リハビリテーションのテーブル
************************************************/
#K_tableWrapper {
    
}
#k_table {
    width: 100%;
    max-width: 900px;
    margin: 0px auto;
    border-collapse: collapse;
    font-size: 16px;
}
#k_table th {
    font-weight: 400;
    border: #000000 1px solid;
    border-bottom: #000000 3px double;
    padding: 8px 0px;
}
#k_table td {
    border: #000000 1px solid;
    padding: 8px 8px 8px 8px;
}
#K_td01 {
    text-align: right;
}