@charset "utf-8";

 /*------------------------------------
ブラウザスタイルのクリア
------------------------------------*/
* {
	padding : 0;
	background-repeat:no-repeat;
	text-decoration: none;
	margin : 0;
}
h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd,
table, caption, tr, th, td, img, form {
        margin: 0;
        padding: 0;
        border: none;
        font-style: normal;
        font-weight: normal;
        font-size: 100%;
        text-align: left;
		list-style-type: none;
}
/* テキストエリア内文字サイズのブラウザ間での差異をなくす */
textarea { font-size: 100%; }
/* 画像の下にできる隙間をなくす */
img {
	vertical-align: top;
	margin: 0px;
	padding: 0px;
}
/* hr 要素は不可視で使う */
hr { display: none; }

 
 /*------------------------------------
共通
------------------------------------*/
p{
font:normal "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3"
line-break: normal;
}

strong{
font-style: normal;
font-weight: normal;
}

body{
	background-color:#fff;
	margin: 0 auto;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:1em;
}
#containner {
	background-image:url(../img/page_roof.png);
	background-repeat:repeat-x;
	width: 100%;
	margin: 0 auto;
	background-color:#fff;
}
#my_body{
	width: 970px;
	margin: 0 auto;
	clear:both;
}
.indentset{
text-indent: none;
text-decoration:none;
}


/*------------------------------------
ヘッダー
------------------------------------*/
#header{
	width : 970px;
	height: 130px;
	margin:0 auto;
	position:relative;
}

#logo{
display:block;
float:left;
margin-top:23px;
}

#header_right{
float:right;
margin-top:15px;
width:auto;
}

#header_mini_navi{
text-align:right;
margin-bottom:0px;
margin-right:10px;
}

#header_mini_navi a{
font-size: 12px;
color: #333;
text-decoration:none;
}
#header_mini_navi a:hover{
color:#333;
text-decoration:underline;
}

#header_tel{
margin-top:5px;
margin-right:5px;
}

.covid_form_link_block {

	display:none;

	position: absolute;
	top: 1em;
	left: 22em;
	background-color: #ff0000;
	width: 17em;
	height: 6em;
	padding: 0.5em;
	box-sizing: border-box;
	border-radius: 15px;
}
.covid_form_link_block a {
	display: block;
	width: 100%;
	height: 100%;
	color: #ffffff;
	text-decoration: none;
	line-height: 1.5;
}
.covid_form_link_block a span {
	display: block;
}
.covid_form_link_block a span:first-of-type {
	font-size: larger;
	font-weight: bold;
}

#covid_form_header {
	width: 100%;
	background-color: #ff0000;
	color: #ffffff;
	padding: 0.5em;
	box-sizing: border-box;
	line-height: 1.5;
	border-radius: 10px;
	font-size: 24px;
}
#covid_form_header span {
	display: block;
}
#covid_form_header span:first-of-type {
	font-size: larger;
	font-weight: bold;
}
/*--------ヘッダー終了----------------------------*/

/*キャッチ画像エリア*/
#top_catch{
margin-bottom:15px;
}

#top_catch img {
	width: 970px;
	height: 322px;
	object-fit: contain;
	/*object-fit: cover;*/
}


/*-------------------------------------
トップページ右コンテンツブロック
-------------------------------------*/
#top_contents_area {
	margin:0;
	padding:0;
}
#top_contents_right {
	width:690px;
	float:left;
	padding:10px 0 60px 30px;
}
.block_wrapper {
	padding-bottom:20px;	
}
.block_wrapper .top_text_area{
	display:block;
	padding:10px;
	font-size:15px;
	line-height:24px;
}
.block_wrapper a:hover img{
	opacity:0.8;
	filter: alpha(opacity=80);	
}

/*****トピックエリア****/
.topic_date{
float:left;
width:100px;
padding-bottom:5px;
}
.topic_caption {
width:560px;
float:left;
padding-bottom:5px;
}
.topic_caption a{
/*color:#333;*/	
color:#0072A2;
}
.topic_caption a:hover,
.top_topic_discription a:hover{
text-decoration:underline;	
}

.topics_more {
width:120px;
height:30px;
display:block;
clear:both;
margin-left:570px;
}

.top_topic_discription{
margin:0px 30px 5px 100px;
display:block;
font-size:12px;
clear:both; 
border-left:solid 1px #ccc;
padding-left:10px;
}
.top_topic_discription a{
color:#0072a2;
}
/*********/

.top_kansaku_area{
padding:15px 0 10px 0;
}
#gaibu_kensaku{
margin-top:30px;
}
#gaibu_kensaku .banner_btn{
padding:0;
float:left;
width:335px; 
display:block;	
}

#top_kensaku_body{
/*background-color:#f0fafc;*/
height:420px;
padding:0 0 0 20px;
background-image:url(../img/kensaku_body_bg.png);
background-repeat:repeat-y;
}

#top_nc_body{
height:420px;
padding:0 0 0 20px;
background-color:#b7e89f;
}

#kensaku_area_name, #kensaku_area_code, #kensaku_area_builder, #kensaku_area_manager{
background-image:url('../img/kensaku_name_bg.png'); 
position:relative;
width:335px;
height:200px;
float:left;
margin-bottom:20px;
}
#kensaku_area_code{
background-image:url('../img/kensaku_code_bg.png');  
}
#kensaku_area_builder{
background-image:url('../img/kensaku_builder_bg.png'); 
margin-bottom:0px;
}
#kensaku_area_manager{
background-image:url('../img/kensaku_manager_bg.png');  
margin-bottom:0px;
}
#kensaku_area_nc_name, #kensaku_area_nc_code, #kensaku_area_nc_service, #kensaku_area_nc_manager {
background-image:url('../img/bg_search_nc_01.png'); 
position:relative;
width:335px;
height:200px;
float:left;
margin-bottom:20px;
}
#kensaku_area_nc_code {
background-image:url('../img/bg_search_nc_02.png');  
}
#kensaku_area_nc_service {
background-image:url('../img/bg_search_nc_03.png'); 
margin-bottom:0px;
}
#kensaku_area_nc_manager {
background-image:url('../img/bg_search_nc_04.png');  
margin-bottom:0px;
}

.text_form{
	position:absolute;
	left:30px;
	top:140px;
}
 input:hover{
	opacity:0.8;
	filter: alpha(opacity=80);	
}
.kensaku_tab_area {
	position: relative;
}
.kensaku_tab_area a:hover img{
	opacity:1;
	filter: alpha(opacity=100);	
}
.txtbox{
width:160px; 
height:26px;
margin-right:10px; 
font-size:16px;
}
.txtbox:hover{
	opacity:1;
	filter: alpha(opacity=100);	
}

#basic_search_tab {
	background-color: #f1f9fb;
	padding-right: 20px;
	border-radius: 10px 10px 0px 0px / 10px 10px 0px 0px;
}
#prm_search_tab {
	background-color: #bae5eb;
	padding-right: 36px;
	border-radius: 10px 10px 0px 0px / 10px 10px 0px 0px;
}
.covid-19_tab_sign {
	display: none;
	background-color: #ff0000;
	color: #ffffff;
	width: 50px;
	height: 30px;
	font-size: 12px;
	font-weight: bold;
	position: absolute;
	padding: 2px;
	box-sizing: border-box;
	text-align: center;
	border-radius: 5px;
}

#covid-19_tab01 {
	top: 10px;
	left: 155px;
}
#covid-19_tab02 {
	top: 10px;
	right: 26px;
}

/*---------------------------------------------
トップページ左コンテンツブロック（サイドメニュー）
-----------------------------------------------*/
#top_contents_left {
width: 250px;
float: left;
margin-bottom: 20px;
margin-top:10px;
}

#menu_area{
margin:0;
margin-bottom:10px;
width:250px;
}
#menu_area a img{
margin-bottom:20px;	
}
#menu_area a:hover img{
opacity:0.8;
filter: alpha(opacity=80);
}

#koukoku_area{
border-top:#999 dotted 1px;
margin-top:10px;
padding-top:30px;	
}
#koukoku_area a img{
margin-bottom:20px;	
}

#banner_area {
	width: 250px;
	margin-bottom: 2em;
/*	padding: 8px;*/
	box-sizing: border-box;
	text-align: center;
}
.banner_block:not(:last-of-type) {
	margin-bottom: 1em;
}
.banner_block img {
	width: 250px;
	height: auto;
/*	box-sizing: border-box;
	border: 1px solid #bbb;*/
}

#pref_covid-19 {
	display: none;
	width: 250px;
	height: 105px;
	box-sizing: border-box;
	background-color: #ff0000;
	color: #ffffff;
	text-align: center;
	font-size: 22px;
	line-height: 1.2;
	font-weight: bold;
	margin-bottom: 20px;
	padding: 0.5em;
	border-radius: 15px;
}

#webservice_banner {
	display: block;
}
#webservice_banner img {
	border-radius: 15px;
}

#hospitown {
	width: 250px;
	border: 1px solid #4dbdc6;
	border-radius: 12px;
}

/*------------------------------------
フッター
------------------------------------*/
#my_footer{
	position:relative;
	width : 100%;
	width:auto;
	height: 135px;
	padding-top:15px;
	background-image:url(../img/footer_bg.png);
	background-repeat:repeat-x;
	clear: both;
}

#footer_center{
margin:0 auto;
width:970px;
display:block;
position:relative;
}
#footer_navi{
width:500px;
color:#ffffff;
font-size:12px;
}
#footer_navi a{
color:#ffffff;
font-weight:bold;
}
#footer_navi a:hover{
color:#ffffff;
text-decoration:underline;
}

#footer_corp_logo{
	float:right;
	padding-top:10px;
}
#copyright{
margin-top:96px;
text-align:right;
color:#fff;
font-size:14px;
}

#page_top{
	position:absolute;
	left:840px;
	top:-43px;
}
*:first-child+html #page_top{
position-relative;
left:840px;
top:-43px;
}

/********フッターここまで************/


/*--------------------------------
画像配置・その他
----------------------------------*/

.clear_float {
	clear:both;
	margin:0;
	padding:0;
}

.text_bold{
font-weight:bold;
}

.rightImage {
	float: right;
	padding-left: 10px;
	padding-bottom:10px;
	padding-right: 5px;
}
.leftImage {
	float: left;
	padding-right: 20px;
	padding-bottom:10px;
	padding-left: 5px;
}
 
.hr_bar {
	margin-top:5px;
	text-align:center;
	padding: 0px;
	clear:both;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
 }
 
.img_center {
	 text-align:center;
 }
.left_float {
 	float:left;
 }

.lineBox2 {
border:1px solid #ccc;
margin:0 anto;
}


/**********************************************
プレミアム検索エリア用
***********************************************/
.premium_midashi{
font-weight:bold;
font-size:18px; 
padding:10px; 
color:#444;
}
.premium_boxarea{
padding:10px;
font-size:14px; 
}
.premium_boxarea_title{
border-left:#0072A2 solid 4px;
padding-left:6px;
font-size:16px;
font-weight:bold;
color:#333;
margin-left:5px;
}
.pref_cell{
width:150px;
padding:5px 10px;
}
.block_cell{
width:auto;
padding:10px 5px 5px 10px;
font-weight:bold;
border-bottom:solid 1px #aaa;
color:#333;
}
.pref_area{
background-color:#fff;
width:620px; 
margin-top:10px;
padding:0 10px 5px 10px;
}

