@charset "Shift_JIS";

/*--------------------------------------------------------
  共通レイアウトパーツ設定
--------------------------------------------------------*/
/* ヘッダー内パーツ */
#hpb-headerMain{
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    padding-top: 5px;
    color: #000000; /* 標準文字色 */
}

#hpb-headerMain h1{
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 5px;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    text-align: left;
    font-weight: normal;
    font-size: 15px;
    color: #393939;
}

#hpb-headerLogo{
    width: 460px;
    float: left;
    height: 65px;
    margin-bottom: 5px;
}

#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: 65px;
    background-image : url(Logo1.png);
    background-position: center left;
    background-repeat: no-repeat;
}

#hpb-headerExtra1{
    width: 280px;
    margin-top: -130px;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    float: right;
    text-align: center;
}

#hpb-headerExtra1 p.contact{
	font-size: 16px;
	color: #ffffff;
	text-align: center;
	background-color: #ffa100;
	margin-top: 0;
	margin-bottom: 0;
	padding-top:3px;
	border-radius: 10px;
}

#hpb-headerExtra1 p.tel{
    /* 電話番号の文字設定 */
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    font-size: 1.5em;
    font-weight: bold;
    color: #FFA100;
    line-height: 1.5;
    text-align: center;
    font-family: Century, "HG明朝B" , "ＭＳ 明朝" , "MS 明朝" ,HeiseiMincho, 'Hiragino Mincho Pro' , 'MS Mincho' ,serif;
}

#hpb-headerExtra1 p.tel span{
    /* 電話番号の「TEL」文字設定 */
    color: #000000;
    font-size: 0.7em;
}

#hpb-headerExtra1 p.address{
    /* 住所文字設定 */
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    line-height: 1.2;
    text-align: right;
}

#hpb-headerExtra1 p.reserve{
    /* WEB予約文字設定 */
	width: 150px;
	background-image: url(pc.png);;
    background-position: 13px 0px;
    background-repeat: no-repeat;
	background-size: 34px 34px;

	background-color: #e1f0ff;
  	display: inline-block;
  	padding: 10px 20px;
  	border-radius: 10px;
	border-style: solid;
	border-width: 2px;
	border-color: #6fb7ff;

    margin-top: 5px;
    margin-bottom: 2px;
    padding-top: 7px;
    padding-right: 15px;
    padding-bottom: 3px;
    padding-left: 56px;
    text-align: center;
    font-size: 1.1em;
    color: #333333;
}

#hpb-headerExtra1 p.reserve1{
    /* WEB予約文字設定 */
	width: 205px;
	background-image: url(syringe.png);;
    background-position: 13px 4px;
    background-repeat: no-repeat;
	background-size: 34px 34px;

	background-color: #daeaa8;
  	display: inline-block;
  	padding: 10px 20px;
  	border-radius: 10px;
	border-style: solid;
	border-width: 2px;
	border-color: #80a95a;

    margin-top: 5px;
    margin-bottom: 2px;
    padding-top: 7px;
    padding-right: 15px;
    padding-bottom: 3px;
    padding-left: 56px;
    text-align: center;
    font-size: 1.3em;
    color: #000000;
}

#hpb-headerExtra1 p.reserve:hover{
	opacity: 0.5;				/* 透明度 */
}
#hpb-headerExtra1 p.reserve1:hover{
	opacity: 0.5;				/* 透明度 */
}



#hpb-headerExtra2
{
}

/* フッター内パーツ */
#hpb-footerMain{
    padding-top: 10px;
}

#hpb-footerMain p{
    /* コピーライト文字設定 */
    font-size: 1em;
    text-align: center;
}

#hpb-footerLogo
{
}

#hpb-footerExtra1{
    padding-top: 11px;
}


#hpb-footerExtra1 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;
    text-align: left;
}

#hpb-footerExtra1 li{
    /* フッターナビ設定 */
    display: inline;
    background-image : url(fpoint_1Bc.png);
    background-position: 8px center;
    background-repeat: no-repeat;
    padding-left: 30px;
    padding-right: 10px;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #e2e2e2;
    font-size: 12px;
    line-height: 14px;
    padding-top: 3px;
    font-weight: bold;
}

#hpb-footerExtra1 a:link{
    color: #666666;
    text-decoration: none;
}
#hpb-footerExtra1 a:visited{
    color: #666666;
    text-decoration: none;
}
#hpb-footerExtra1 a:hover{
    color: #FFA100;
    text-decoration: none;
}
#hpb-footerExtra1 a:active{
    color: #FFA100;
    text-decoration: none;
}


#hpb-footerExtra2
{
}

/* サイドブロック内パーツ */
#banner
{
}

#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{
    width: 250px;
    margin-right: 0;
    margin-left: 0;
    padding-bottom: 10px;
}

#banner li a{
    display: block;
    width: 250px;
    height: 72px;
    margin-left: auto;
    margin-right: auto;
    text-indent: -9999px;
    overflow: hidden;
}

#banner a#time-banner{
    /* 製品一覧バナー */
    background-image : url(time-banner.png);
    background-position: top left;
    background-repeat: no-repeat;
}

#banner a#recruit-banner{
    /* 採用情報バナー */
    background-image : url(recruit-banner.png);
    background-position: top left;
    background-repeat: no-repeat;
}
#banner a:hover{
	opacity: 0.5;		/* 透明度 */
}

/*--------------------------------------------------------
  基本パーツデザイン設定
--------------------------------------------------------*/

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

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

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

p.large{
    font-size: 1.2em;
}
p.indent{
    padding-left: 35px;
}

.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{
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0.7em;
    text-align: center;
}

.hpb-layoutset-02 h2 span.ja{
    text-align: center;
    font-size: 1.1em;
    color: #ffffff;
    font-family: "HG明朝B" , "ＭＳ 明朝" , "MS 明朝" ,HeiseiMincho, 'Hiragino Mincho Pro' , 'MS Mincho' ,serif;
}

h2 span.en{
	padding-left: 10px;
    font-size: 0.85em;
    color: #FFA100;
    font-weight: normal;
    font-family: Century, "HG明朝B" , "ＭＳ 明朝" , "MS 明朝" ,HeiseiMincho, 'Hiragino Mincho Pro' , 'MS Mincho' ,serif;
}

#hpb-wrapper h3{
    margin-top: 0.5em;
    margin-bottom: 0.7em;
    text-align: left;
	padding: 0;
    font-size: 1.2em;
	font-weight: normal;
	border-bottom: solid 3px #f8c698;
	background-color: #fef0eb;
	font-family: 'メイリオ' ,Meiryo, 'ヒラギノ角ゴ Pro W3' , 'Hiragino Kaku Gothic Pro' , 'ＭＳ Ｐゴシック' , 'Osaka' ,sans-serif;
	color: #333333;
	line-height: 2em;
}

#hpb-wrapper h3 span.ja{
	background-color: #f8c698;
	padding: 12px 25px 7px 25px;
	border-radius: 10px 10px 0 0;   /* 角丸の指定 */

}

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

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

h5{
    display: block;
    margin-top: 0;
    margin-bottom: 0;
    text-align: left;
    background-image : url(point_1Bc.png);
    background-position: 8px 5px;
    background-repeat: no-repeat;
    font-size: 1.1em;
    line-height: 1.4;
    color: #DD8A00;
    padding-top: 4px;
    padding-bottom: 2px;
    padding-left: 35px;
}



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

table th{
    padding-top: 8px;
    padding-right: 15px;
    padding-bottom: 8px;
    padding-left: 8px;
    text-align: left;
    background-color: #FFF2DD;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #e2e2e2;
}

table td{
    padding-top: 8px;
    padding-right: 15px;
    padding-bottom: 8px;
    padding-left: 8px;
    text-align: left;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #e2e2e2;
}

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

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

input.l{
    width: 400px;
}
input.m{
    width: 250px;
}
input.s{
    width: 150px;
}


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

#hpb-main 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;
}

#hpb-main ul li{
    text-align: left;
    line-height: 1.4;
    padding-top: 10px;
    padding-right: 15px;
    padding-bottom: 10px;
    padding-left: 35px;
    background-image : url(point_1Bc.png);
    background-position: 8px 10px;
    background-repeat: no-repeat;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #e2e2e2;
    color: #000000;
}

#hpb-main dl{
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 20px;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    zoom: 100%;
}

#hpb-main dt{
    float: left;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    text-align: left;
    line-height: 16px;
    min-height: 16px;
    font-weight: bold;
    width: 170px !important;
    padding-top: 10px;
    padding-right: 0;
    padding-bottom: 10px;
    padding-left: 35px;
    background-image : url(point_1Bc.png);
    background-position: 8px 8px;
    background-repeat: no-repeat;
    color: #FFA100;
}

#hpb-main dd{
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 10px;
    padding-right: 15px;
    padding-bottom: 10px;
    text-align: left;
    line-height: 16px;
    min-height: 16px;
    padding-left: 205px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #e2e2e2;
}

*: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.left{
    margin-top: 5px;
    margin-right: 20px;
    margin-bottom: 10px;
    float: left;
}

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

#pagetop{
    margin-top: 10px;
    margin-right: auto;
    margin-bottom: 5px;;
    margin-left: auto;
    text-align: right;
}

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



/* トップページ デザイン定義 */
.hpb-layoutset-01 #hpb-title{
    /* トップページメインイメージ */
}

.hpb-layoutset-01 #hpb-title img{
	float: left;
}

.hpb-layoutset-01 #hpb-title h2{
    margin: 0;
    overflow: hidden;
    text-indent: -9999px;
	display: none;
}


#hpb-inner #companyinfo{
    padding-top: 0px;
    padding-bottom: 10px;
    background-color: #ffe7ce;
}

#hpb-inner #companyinfo h3{
    color: #FFFFFF;
    text-align: center;
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 15px;
    padding-right: 5px;
    background-color: #ffa100;
    font-size: 1.1em;
}

#hpb-inner #companyinfo p{
    margin-bottom: 10px;
    padding-left: 15px;
    padding-right: 5px;
}

#hpb-inner #companyinfo a:hover{
	opacity: 0.6;
}

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

}

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

.facility img {
	width: 270px;
	height: 202px;
    border-radius: 0 0 15px 15px;   /* 角丸の指定 */
}

.facility p.note {
	margin-bottom: 5px;
	padding: 5px;
}

/** PC時は表示しない **/
.pc_off{
	display: none !important;
}

/* 標準ボタン１ */
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: #e1f0ff;
	border: solid 2px #6fb7ff;
	color:#333333;
}

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

a.btn_normal:hover{
	opacity: 0.6;
}

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

	/*--------------------------------------------------------
	  共通レイアウトパーツ設定
	--------------------------------------------------------*/
	/* ヘッダー内パーツ */
	#hpb-headerMain{
		padding-top: 0;
	}
	#hpb-headerMain h1{
		padding-left: 5px;
		padding-right: 5px;
		padding-top: 5px;
		padding-bottom: 5px;
	}
	#hpb-headerLogo{
		width: 98%;
		float: none;
		height: auto;
		margin: 0px auto 5px auto;
	}
	#hpb-headerLogo a{
		display: block;
		max-width: 100%;
		background-size: contain;
		background-position: top center;
		margin-top: 10px;
		margin-bottom: 10px;
		margin-left: auto;
		margin-right: auto;
	}
	#hpb-headerExtra1{
		margin-left: auto;
		margin-right: auto;
		margin-top: 10px;
    padding-top: 0;
		float: none;
	}
	#hpb-headerExtra1 p.reserve:hover{
		opacity: 1;				/* 不透明 */
	}

	#hpb-headerExtra1 p.reserve1:hover{
		opacity: 1;				/* 不透明 */
	}
]
	/* フッター内パーツ */
	#hpb-footerMain{
		width: 100%;
		float: none;
		background-color: #f5f5f5;
		border-top-width: 1px;
		border-top-color: #d2d2d2;
		border-top-style: solid;
		border-bottom-width: 1px;
		border-bottom-color: #d2d2d2;
		border-bottom-style: solid;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	#hpb-footerMain p{
		/* コピーライト文字設定 */
		padding-left: 5px;
		padding-right: 5px;
		margin-top: 0;
		margin-bottom: 0;
		text-align: center;
		word-break: break-all;
	}
	#hpb-footerExtra1{
		padding-top: 15px;
		padding-bottom: 15px;
	}
	#hpb-footerExtra1 ul{
		text-align: center;
	}
	#hpb-footerExtra1 li{
		/* フッターナビ設定 */
		display: inline-block;
    border: none;
	}

	/* サイドブロック内パーツ */
	#banner li{
		max-width: 100%;
		margin-right: auto;
		margin-left: auto;
		width:100%
	}
	#banner li a{
		max-width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	#banner a#time-banner,
	#banner a#recruit-banner{
		background-image: none;
		background-color: #ffa800;
  		border-radius: 7px;
		border-style: solid;
		border-width: 3px;
		border-color: #ff9000;
		width: 98%;
		height : 55px;
		margin-top: 5px;
		margin-bottom: 0px;
		font-size:20px;
   		line-height: 55px;
		vertical-align: middle;
		text-align: center;
		text-indent: 0;
		padding-left: 0;
		padding-right: 0;
		color: #ffffff;
		text-decoration: none;
	}
	#banner a:hover {
		opacity: 1;			/* 不透明 */
	}

	/*--------------------------------------------------------
	  基本パーツデザイン設定
	--------------------------------------------------------*/
	img.left{
		margin-left: 0;
	}
	img.right{
		margin-right: 0;
	}
	.hpb-layoutset-02 h2{
		width: 96%;
		margin-left: auto;
		margin-right: auto;
		padding-top: 0.8em;
		padding-bottom: 1em;
    	padding-left: 0px;
		border: none;
		word-break: break-all;
	}
	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: 0;
	}
	#hpb-main dt{
		float: none;
		padding-bottom: 0;
	}
	#hpb-main dd{
		padding-left: 35px;
	}
	#hpb-main img.left{
		margin-right: 0;
		float: none;
	}
	#hpb-main img.right{
		margin-left: 0;
		float: none;
	}

	/* モバイル時は表示　*/
	.pc_off{
		display: block !important;
	}

	/* モバイル時は表示しない */
	.mb_off{
		display: none;
	}



}
