@charset "Shift_JIS";

/*--------------------------------------------------------
  共通レイアウトパーツ設定
--------------------------------------------------------*/
/* ヘッダー内パーツ */
#hpb-headerMain{
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
}

#hpb-headerMain h1{
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 10px;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 12px;
    text-align: left;
    font-weight: normal;
    line-height: 13px;
    font-size: 11px;
}

#hpb-headerLogo{
    width: 460px;
    margin-top: 10px;
    margin-left: 1em;
    float: left;
}

#hpb-headerLogo a{
    display: block;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    text-indent: -9999px;
    overflow: hidden;
    height: 67px;
    background-image : url(logo_10C.png);
    background-position: center left;
    background-repeat: no-repeat;
}

#hpb-headerWeb{
	position: relative;
	float: right;
	width: 180px;
	height: 76px;
	margin-top: -5px;
	margin-right: 20px;
}

#hpb-headerWeb span.remark {
    display: none;
}

#hpb-headerWeb a:hover{
	opacity: 0.6;				/* 本番まではコメント  */
}

#hpb-headerWeb a:hover span.remark{
	position: absolute;
	display: block;
	top: 10px;
	left: 10px;
	padding: 0.5em 1em;
	border-radius: 5px;
	background: #44ddaa;
	color: #333333;

/****

  	background: none repeat scroll 0 0 #EEFFEE;
	border: 1px solid #CCCCCC;
	color: #333333;
	display: block;
	line-height: 1.2em;
	margin: 10px 10px 10px -10px;
	padding: 0.5em 1em;
	position: absolute;
	top: 30px;
*****/
/*	width: 8em; */
}


#hpb-headerExtra1{
    width: 240px;
    margin-top: -30px;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    float: right;
}

#hpb-headerExtra1 p.title{
    display: block;
	max-width: 240px;				/* hpb-headerExtra1のwidth */
    margin: 10px auto 5px auto;
    padding: 1px 5px 1px 5px;
	background-color: #1068b3;
//	border: solid 2px #1068b3;
    font-weight: normal;
    font-size: 0.8em;
	color: #ffffff;
    text-align: center;
//	border-radius: 10px;

}
#hpb-headerExtra1 p.tel{
	margin-top: -5px;
	margin-bottom: 0;
    text-align: center;
    font-size: 20px;
}

#hpb-headerExtra1 p.tel a{
    /* 電話番号の文字設定 */
	background-image: url(tel.png);
	background-position : left 3px;
	background-size: 18px;
	background-repeat: no-repeat;
    padding: 0px 0px 0px 32px;
    color: #009DE8;
    font-weight: bold;
	text-decoration: none;
}

#hpb-headerExtra1 a:hover{
	opacity: 0.6;
}


#hpb-headerExtra1 p.address{
    /* 住所文字設定 */
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 10px;
    padding-bottom: 0;
    padding-left: 0;
    line-height: 18px;
    text-align: right;
    font-size: 1.1em;
}

#hpb-headerExtra2
{
}

/* フッター内パーツ */
#hpb-footerMain{
    width: 960px;
    margin-left: auto;
    margin-right: auto;
	clear: both;
}

#hpb-footerMain p{
    /* コピーライト文字設定 */
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0px;
    padding-bottom: 3px;
    font-size: 0.9em;
    text-align: center;
    color: #444444;
}

#footer-timetable{
	/* 診療時間表 */
	width: 420px;
	float: left;
    display: block;
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
}

#footer-timetable img{
	float: left;
	width: 420px;
}

#footer-map{
	/* 診療時間表 */
	float: none;
    display: block;
	margin: 10px 10px 10px 10px;
}




#hpb-footerExtra1
{
	float: right;
	width: 480px;
	height: 230px;
	margin: 10px 10px 20px 30px;
	padding: 0px 0px 10px 0px;
	background-color: #eeeeee;
	border-radius: 15px;
	text-align: center;
}

#hpb-footerExtra1 p.addr{
    margin: 16px auto 15px auto;
    padding: 5px 5px 0px 5px;
	color: #444444;
    text-align: center;
    font-size: 1em;

}
#hpb-footerExtra1 p.tel{
    margin: 0 0 0 0;
    text-align: center;
    font-size: 22px;
}

#hpb-footerExtra1 p.tel a{
    /* 電話番号の文字設定 */
	background-image: url(tel.png);
	background-position : left 3px;
	background-repeat: no-repeat;
    padding: 3px 0 3px 32px;
    color: #009DE8;
    font-weight: bold;
	text-decoration: none;
}

#hpb-footerLogo
{
    display: block;
	margin-top: 15px;
	margin-left: auto;
    margin-right: auto;
	margin-bottom: 0px;
}

#hpb-footerLogo img
{
    width: 300px;
	overflow: hidden;
}

#hpb-footerExtra1 a:hover{
	opacity: 0.6;
}


#hpb-footerExtra2
{
}

/* サイドブロック内パーツ */

/* バナー */
#banner{
    width: 235px;
    margin-top: 6px;
    margin-bottom: 1.5em;
}

#banner ul{
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    list-style-type: none;
}

#banner li{
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
	padding-left: 0px;
	padding-right: 0px;
	line-height: 3em;
	text-align: center;
}

#banner a{
    display: block;
	border-radius: 10px;
	border-right: solid 3px #888888;
	border-bottom: solid 3px #888888;
	background-color: #0068B7;
	color: #ffffff;
	text-decoration: none;
}

#banner a#banner-access{
    /* アクセスバナー */
    background-image : url(banneraccess.png);
    background-position: center center;
    background-repeat: no-repeat;
}

#banner ul li a:hover{
	text-decoration: none;
	opacity: 0.6;
}

#banner-recruit a:hover,
#banner-nursery a:hover{
	opacity: 0.6;
}

/* 店舗情報 */
#shopinfo h3{
    margin-top: 0;
    margin-bottom: 3px;
    text-align: left;
    color: #0093E6;
    font-weight: normal;
    background-image : url(infoTitle_10C.png);
    background-position: bottom left;
    background-repeat: repeat-x;
    padding-bottom: 7px;
}

#shopinfo h3 span.en{
    text-transform: uppercase;
    font-size: 1.5em;
}

#shopinfo h4{
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
    font-size: 1.1em;
    padding-top: 0;
    color: #000000;
}

#shopinfo p{
    margin-top: 0.1em;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.5;
}

#insta a:hover,
#insta-hoiku a:hover{
	opacity: 0.6;
}

/* 病児保育　案内BOX */
.nursery-box{
	background-color: #5c85cf;
	border: 1px solid #888888;
	border-radius: 10px;
	padding: 5px 0px 5px 0px;
	text-align: center;
	font-size: 1.1em;
	color: #ffffff;
	font-weight: bold;
	width: 130px;
	margin-bottom: 15px;
}
/*--------------------------------------------------------
  基本パーツデザイン設定
--------------------------------------------------------*/

/* リンク文字色 */
a:link{
    color: #0068b7;
    text-decoration: underline;
}
a:visited{
    color: #0068b7;
    text-decoration: underline;
}
a:hover{
    color: #f29300;
    text-decoration: none;
}
a:active{
    color: #f29300;
    text-decoration: none;
}

#hpb-skip{
    /* ヘッダースキップの非表示 */
    height: 1px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    text-indent: -9999px;
}

p{
    margin-top: 0.5em;
    margin-bottom: 1.5em;
    padding-right: 0.5em;
    padding-left: 0.5em;
    line-height: 1.5;
    text-align: left;
}

p.large{
    font-weight: bold;
    font-size: 1.6em;
	letter-spacing: 0.15em;
    margin-bottom: 0;
    color: #1068b3;
}
p.indent{
    padding-left: 15px;
}

.left{
    float: left;
}
.right{
    float: right;
}

hr{
    width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    clear: both;
    border-top-width: 1px;
    border-top-style: none;
    border-right-width: 1px;
    border-right-style: none;
    border-left-width: 1px;
    border-left-style: none;
    color: #ffffff;
    border-bottom-width: 1px;
    border-bottom-style: none;
}

.hpb-layoutset-02 h2{
    width: 665px;
    background-image : url(titleBg_9Fc.png);
    background-position: top left;
    background-repeat: repeat-x;
	overflow: hidden;
	border: solid 1px #cccccc;
	border-radius: 10px;
    margin-top: 0;
    margin-bottom: 0;
    text-align: left;
    overflow: hidden;
    height: 100px;
    line-height: 100px;
}

.hpb-layoutset-02 h2 span.ja{
    font-size: 1.1em;
    color: #444444;
    padding-left: 60px;
    padding-right: 15px;
    font-weight: normal;
}

.hpb-layoutset-02 h2 span.en{
	display: none;
    color: #f29300;
    font-size: 0.9em;
    text-transform: uppercase;
}

#hpb-wrapper h3{
    margin-top: 20px;
    margin-right: 0;
    margin-bottom: 20px;
    margin-left: 0;
    padding-top: 5px;
    padding-bottom: 3px;
    padding-left: 2em;
    text-align: left;
	line-height: 2.2em;
    background-image : url(indexBg_10C.png);
    background-position: bottom left;
    background-repeat: none;
    font-size: 1.1em;
    font-weight: normal;
    text-align: left;
}

h3.hpb-c-index{
    height: 1px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    text-indent: -9999px;
    background: none;
}

#hpb-wrapper #cnews{
	margin: 0 0 0 0;
//	background-color: #fdfdfd;
	border: solid 1px #cccccc;
	border-radius: 10px;}


#hpb-wrapper #cnews h3{
    margin-top: 0;
    margin-bottom: 10px;
	padding: 1em 1em 1em 1em;
	background-image: none;
    line-height: 1.5em;
    font-size: 1.1em;
	color: #0000cc;
	border-bottom: solid 1px #cccccc;
}



h4{
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 0;
    padding-left: 2px;
    text-align: left;;
    font-size: 1.1em;
	font-weight: bold;
    line-height: 1.2;
    color: #0093E6;
}

h5{
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 5px;
    text-align: left;
    font-size: 1.1em;
    line-height: 1.5;
    font-weight: bold;
}

table{
    margin-top: 5px;
    margin-right: 5px;
    margin-bottom: 15px;
    margin-left: 5px;
    border-collapse: collapse;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #555555;
}

table th{
    padding-top: 5px;
    padding-right: 20px;
    padding-bottom: 5px;
    padding-left: 20px;
    text-align: left;
    background-color: #b6e9fa;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #555555;
	text-align: center;
	font-weight: normal;
}

table td{
    padding-top: 5px;
    padding-right: 20px;
    padding-bottom: 5px;
    padding-left: 16px;
    text-align: left;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #555555;
}

/* フォームパーツ設定 */
input.button{
    margin-top: 10px;
    margin-bottom: 15px;
}

textarea{
    width: 380px;
    height: 200px;
}

input.l{
    width: 380px;
}
input.m{
    width: 250px;
}
input.s{
    width: 50px;
}


/* メインコンテンツ内基本パーツ */

#hpb-main ul{
    margin-top: 5px;
    margin-right: 10px;
    margin-bottom: 20px;
    margin-left: 10px;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    list-style-type: none;
}

#hpb-main ul li{
    text-align: left;
    line-height: 1.5;
    padding-top: 5px;
    padding-right: 15px;
    padding-bottom: 5px;
    padding-left: 30px;
    background-image : url(point_10C.png);
    background-position: 3px 10px;
    background-repeat: no-repeat;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #D1D1D2;
}


#hpb-main dl{
    margin-top: 5px;
    margin-right: 10px;
    margin-bottom: 20px;
    margin-left: 10px;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
}

#hpb-main dt{
    float: left;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    text-align: left;
    line-height: 1.5;
    min-height: 19px;
    font-weight: normal;
    width: 100px;
    padding-top: 5px;
    padding-right: 0;
    padding-bottom: 5px;
    padding-left: 30px;
    background-image : url(point_10C.png);
    background-position: 3px 10px;
    background-repeat: no-repeat;
}

#hpb-main dd{
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 5px;
    padding-right: 0;
    padding-bottom: 5px;
    text-align: left;
    line-height: 1.5;
    min-height: 19px;
    padding-left: 100px;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #D1D1D2;
}


#hpb-main ol li{
    text-align: left;
    line-height: 1.5;
	margin-bottom: 0.3em;
    padding-top: 5px;
    padding-right: 15px;
    padding-bottom: 5px;
    padding-left: 5px;
}

*:first-child + html #hpb-main dd{
    /* for IE7 */
    padding-left: 10px;
    min-height: 20px;
}

* html #hpb-main dd{
    /* for IE6 */
    height: 20px;
    padding-left: 0px;
}

#hpb-main dl::after{
    content: ".";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

#hpb-main img{
    margin-top: 5px;
    margin-bottom: 10px;
}

#hpb-main img.left{
    margin-top: 5px;
    margin-right: 20px;
    margin-bottom: 10px;
    padding-left: 0.2em;
    float: left;
}

#hpb-main img.right{
    margin-top: 5px;
    margin-bottom: 10px;
    margin-left: 20px;
    padding-left: 0.2em;
    float: right;
}

#pagetop{
	clear: both;

	position: fixed;		/***************/
	bottom: 50px;				/***************/
	right: 2px;
	z-index: 10;

	float: right;

}

#pagetop a{
    /* ページの先頭へのリンク設定 */
    display: block;
    margin-right: 5px;			/**********/
    margin-top: 0;				/***************/
	margin-left: auto;;
    background-image : url(btn_top.png);		/***************/
    background-position: center left;
    background-repeat: no-repeat;
    width: 52px;				/***************/
    height: 52px;				/***************/
    text-align: left;
    text-indent: -9999px;
    overflow: hidden;
}

#pagetop a:hover{
	opacity: 0.6;
}


/* トップページ デザイン定義 */
/* トップページメインイメージ */
.hpb-layoutset-01 #hpb-title h2{
	height: 0;
    margin-top: 0;
    margin-bottom: 0;
    text-align: left;
	text-indent: -9999px;
}

.hpb-layoutset-01 #hpb-title img{
    width: 960px;
    height: 278px;
	margin: 0;
}


/* メニューページ デザイン定義 */
#toppage-news,
#toppage-infomation{
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #D1D1D2;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #D1D1D2;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #D1D1D2;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #D1D1D2;
}

#hpb-wrapper #toppage-news h3,
#hpb-wrapper #toppage-infomation h3{
    margin-top: 0;
    margin-bottom: 10px;
    background-image : url(indexBg_top.png);
    background-position: bottom right;
    background-repeat: none;

    line-height: 2em;
    border-top-width: 0px;
    border-top-style: none;
    border-right-width: 0px;
    border-right-style: none;
    font-size: 1em;
}

#hpb-wrapper #toppage-news h3 span.en,
#hpb-wrapper #toppage-infomation h3 span.en{
    padding-right: 5px;
//    text-transform: uppercase;
	font-style: italic;}

#hpb-wrapper #toppage-news h3 span.ja{
//    padding-left: 5px;
}

#toppage-infomation ul li{
    background-position: 3px 13px;
}


.topplan{
	background-image: url(top-plan.png);
	background-position: top right;
	background-repeat: no-repeat;
	padding-right: 230px;
	font-size: 1em;

}

.topplan span{
//	color: #f15a55;
	color: #ed5651;
	font-size: 1.2em;
}

/****  問診票ダウンロード ****/

#monshin-web{
	background-image: url(monshin-web.png);
	background-position: top left;
	background-repeat: no-repeat;
	width: 235px;
	margin: 0 0 0 0;
	padding: 120px 0px 0px 0px;
}

#monshin-dwn{
	background-image: url(monshin-dwn.png);
	background-position: top left;
	background-repeat: no-repeat;
	width: 235px;
	margin: -10px 0 0 0;
	padding: 30px 0px 0px 0px;
}

#monshin-web ul{
	width: 228px;
	background-color: #e0e0e0;
	margin: 0 0 0 0;
	padding: 10px 0 10px 0;
    list-style-type: none;
	border-left: solid 3px #666666;
	border-right: solid 3px #666666;
}

#monshin-dwn ul{
	width: 228px;
	background-color: #e0e0e0;
	margin: 0 0 30px 0;
	padding: 15px 0 0 0;
    list-style-type: none;
	border-left: solid 3px #666666;
	border-right: solid 3px #666666;
	border-bottom: solid 3px #666666;
}

#monshin-web ul li,
#monshin-dwn ul li{
	margin: 0 0 15px 0;
	padding: 0 0 0 0;
    line-height: 1.4;
	text-align: left;
}

#monshin-web a{
	display: block;
	margin: 0px 10px 15px 10px;
	padding: 5px 20px 3px 32px;
	background-color: #1063b3;
	border-radius: 15px;
	background-image: url(point_10C.png);
	background-position: 12px 8px;
	background-repeat: no-repeat;
	font-size: 1em;
	color: #ffffff;
	text-decoration: none;
}

#monshin-dwn a{
	display: block;
	margin: 0px 10px 15px 10px;
	padding: 5px 20px 3px 32px;
	background-color: #F29300;
	border-radius: 15px;
	background-image: url(point_10C.png);
	background-position: 12px 8px;
	background-repeat: no-repeat;
	font-size: 1em;
	color: #ffffff;
	text-decoration: none;
}

#monshin-web a:hover,
#monshin-dwn a:hover{
	opacity: 0.6;
}

#schedule a:hover{
	opacity: 0.6;
}

a.btn_monshin{
	display: inline-block;
	width: 130px;
	height: 2em;
	line-height: 2em;
	text-align: center;
	border-radius: 20px;
	font-size: 1.1em;
	padding: 5px 30px 5px 30px;
	text-decoration: none;
	color:#ffffff;
}

a.btn_monshin:hover{
	opacity: 0.6;
}

/* 標準ボタン１ */
a.btn_normal{
	display: inline-block;
	width: 18em;
	line-height: 1.5em;
	text-align: center;
	border-radius: 1em;
	font-size: 1.1em;
	padding: 1em;
	text-decoration: none;
	background-color: #ff7939;
	color:#ffffff;
}

a.btn_normal span{
	font-size: 0.9em;
}

a.btn_normal:hover{
	opacity: 0.6;
}


/* 病児保育室 */
#nursery .nursery-room{
	width: 220px;
	margin-top: 25px;
	margin-left: 30px;
	margin-right: 30px;
	margin-bottom: 0px;
	padding: 0px;
	float: left;
}

#nursery .nursery-room img {
	width: 220px;
	margin: 0;
	padding: 0;
	border-radius: 10px;
}

#nursery .nursery-room img:hover{
	opacity: 0.6;
}

/* 院内設備画像 */
#facilities .facility {
	width: 270px;
	margin-top: 10px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	padding: 0px;
	float: left;
}

#facilities .facility p.title {
	background-color: #e0e0e0;
	line-height: 2.5em;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight : bold;
	border: solid 1px #c0c0c0;
    border-radius: 10px 10px 0 0;   /* 角丸の指定 */
}

#facilities .facility img {
	width: 270px;
	margin: 0;
	padding: 0;
}

#facilities .facility img:hover{
	opacity: 0.6;
}

#facilities .facility p.note {
	margin: 0;
	padding: 3px;
}


#greensward-lnk{
	text-align: center;
}

#greensward-lnk a:hover{
	opacity: 0.6;
}

/* 求人情報 */
.recbtn{
	background-color: #ffffff;
	border: solid 1px #1068b3;
	border-radius: 15px;
	width: 8em;
	margin: 20px 0.5em 10px 0.5em;
	padding: 5px 1em 2px 1em;
	text-align: center;
	font-size: 1.1em;
}
.recbtn-comon{
	background-color: #d6f0fb;
	border: solid 1px #0000ff;
}

/* =======================================================
  レスポンシブ設定
======================================================= */
@media screen and (max-width: 568px) {

	/*--------------------------------------------------------
	  共通レイアウトパーツ設定
	--------------------------------------------------------*/
	/* ヘッダー内パーツ */

	#hpb-headerMain h1{
    	padding-top: 5px;
    	padding-right: 5px;
    	padding-bottom: 5px;
    	line-height: 1.4;
	}
	
	#hpb-headerLogo{
    	width: 82%;
    	float: none;
		margin-top: 10px;
		margin-right: 10%;
		margin-bottom: 10px;
		margin-left: 2%;
	}
	
	#hpb-headerLogo a{
		background-image : url(logo_10C_smapho.png);
    	background-position: top center;
    	background-size: contain;
	}
	
	#hpb-headerWeb{
		display: none;
	}

	#hpb-headerExtra1{
		display: none;
    	width: 98%;
    	margin-top: 0px;
    	margin-right: auto;
    	margin-left: auto;
    	float: none;
	}

	#hpb-headerExtra1 p.tel{
    	/* 電話番号の文字設定 */
    	padding-right: 0px;
    	line-height: 1.4;
	}

	#hpb-headerExtra1 p.address{
		/* 住所文字設定 */
    	padding-right: 0px;
    	line-height: 1.4;
	}

	/* フッター内パーツ */
	#hpb-footerMain{
    	width: 100%;
		background-color: #D5D5D6;
		padding-top: 10px;
		padding-bottom: 10px;
	}

	#hpb-footerMain p{
		/* コピーライト文字設定 */
    	padding-top: 0px;
		padding-right: 5px;
    	padding-bottom: 0px;
		padding-left: 5px;
		word-break: break-all;
	}
	
	#footer-timetable{
		/* 診療時間表 */
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}

	#footer-timetable img{
		float: none;
		width: 95%;
		padding-left: auto;
		padding-right: auto;
	}

	#footer-map{
		float: none;
		width: 95%;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}

	#hpb-footerExtra1{
		clear: both;
		float: none;
		width: 95%;
		height: auto;
		margin-left: auto;
		margin-right: auto;
	}

	#hpb-footerExtra1 p.addr{
	    margin-top: 10px;
	}
	#hpb-footerExtra1 p.tel a{
    	/* 電話番号の文字設定 */
	}

	#hpb-footerLogo
	{
		margin-left: auto;
		margin-right: auto;
		padding-left: auto;
		padding-right: auto;
		text-align: center;
	}

	#hpb-footerLogo img{
		width: 75%;
	}

	#foot-claendar{
		/* 診療カレンダー */
		width: 98%;
		clear: both;
	
	}

	/* サイドブロック内パーツ */
	
	/* バナー */
	#banner{
		margin-top: 0px;
		max-width: 100%;
		margin-left: auto;
		margin-right: auto;
	}

	#banner a#banner-access{
    /* アクセスバナー */
    	background-position: top center;
    	background-size: contain;
	}
	


	/*--------------------------------------------------------
	  基本パーツデザイン設定
	--------------------------------------------------------*/
	p{
		padding-left: 0px;
		padding-right: 0px;
	}
	

	p.large{
    	font-size: 1.4em;
		letter-spacing: 0em;
	}

	.hpb-layoutset-02 h2{
		width: 98%;
    	background-image : none;
    	height: auto;
    	line-height: 2;
		background-color: #1068b3;
		margin: 0px auto 10px auto;
		padding: 0;
		word-break: break-all;
		text-align: center;
	}
	.hpb-layoutset-02 h2 span.ja{
		display: inline-block;
		padding: 0;
		color: #ffffff;
	}
	.hpb-layoutset-02 h2 span.en{
		display: none;

		padding-left: 15px;
	}

	h4{
    	padding-right: 2px;
	}
	
	h5{
		padding-right: 5px;
	}

	table{
		width: 96%;
		margin-left: auto;
		margin-right: auto;
	}
	
	/* フォームパーツ設定 */
	textarea{
    	width: 96%;
	}

	input.l{
		width: 96%;
	}
	input.m{
		width: 60%;
	}
	input.s{
		width: 30%;
	}

	/* メインコンテンツ内基本パーツ */
	#hpb-main ul li{
		padding-right: 0px;
	}

	#hpb-main dt{
    float: none;
		padding-bottom: 0px;
		max-width: 100%;
		box-sizing: border-box;
	}
	#hpb-main dd{
    	padding-left: 0px;
	}

	#hpb-main img.left{
		margin-right: 0px;
		float: none;
	}
	#hpb-main img.right{
		margin-left: 0px;
		float: none;
	}
	
	/* トップページ デザイン定義 */
	/* トップページメインイメージ */
	.hpb-layoutset-01 #hpb-title h2{
    	height: 0;
	}

	.hpb-layoutset-01 #hpb-title img{
		width: 100%;
		height: auto;
	}
	
	/* 入所のご案内 デザイン定義 */
	#hpb-wrapper #entrance{
		text-align: center;
	}
	
	/* 会社案内 デザイン定義 */
	#hpb-wrapper #company{
		text-align: center;
	}

	#pagetop{
		bottom: 80px;			/***************/
		margin-bottom: 0;
	}

	#pagetop a:link,				/***************/
	#pagetop a:visited,				/***************/
	#pagetop a:hover,				/***************/
	#pagetop a:active{				/***************/
	    opacity: 1;		/***************/
	}

	.topplan{
		background-image: none;
		padding-right: 0.1em;
	}

	#facilities .facility {
		margin-left: auto;
		margin-right: auto;
		float: none;
		text-align: center;

	}

}
