/* ========== 初期化 ========== */
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.clearfix {
	clear: both;	
}

/* ========== div.panel ========== */
div.panel_bg {
	width: 100%;
	background-color: #f8ffec;
}
div.panel_box {
	max-width: 100%;
	min-width: 1080px;
	padding: 0 20px;
	margin: 0 auto;
	/*display: flex;*/
	flex-wrap: wrap;
	/*justify-content: space-around;*/  /* 均等配置_両端はボックス間の間隔の半分の間隔 */
	justify-content: space-between; /* 均等配置_両端は始端と終端 */
}
div.full {
	width: 100%;
	min-width: 1280px; 
}
div.panel img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	vertical-align: bottom;*/ /* 隙間発生回避 */
}
div.panel.LL { /* 1行目で使用 */
	width: calc(100%);
}
div.panel.L { /* ヘッダー部分で使用 */
	width: calc(66.66666%);
}
div.panel.M { /* ヘッダー部分で使用 */
	width: calc(33.33333%);
}
div.panel.S { /*2行目で使用 */
	width: calc(20%);/*padding-top: 10px;*/
}

/* ========== common ========== */
h1 {
	color: #FFF;
	font-size: 20px;
	text-align: center;
	height: 70px;
	line-height: 70px;
	/*background-color: #0070c7;*/
	background-color: #0069bb;/*padding-left: 5px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);*/
	min-width: 1080px;
}

div.panel_box h2 {
	font-size: 20px;
	line-height: 2em;
}
div.panel_box p {
	font-size: 15px;
	line-height: 2em;
}
div.panel_box ul {
	font-size: 15px;
	margin-left: 40px;
	list-style-type: disc;
}
div.panel_box ul li {
	list-style-type: disc;
}

/*@media (max-width:768px) {
h2 {
	font-size: 10px
}
ul#carousel {
	display: none;
}
}*/

p.back {
	color: #FFF;
	font-size: 20px;
	text-align: center;
	height: 70px;
	line-height: 70px;
	/*background-color: #0070c7;*/
	background-color: #0069bb;/*padding-left: 5px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);*/
	margin-top: 30px;
}

div#container div.panel_box table {
	border-top: 1px solid #2e2e2e;
	border-left:1px solid #2e2e2e;
	border-collapse: collapse;
	border-spacing: 0px;
	width: 100%;
	font-size: 15px;
}
div#container div.panel_box table tr th,
div#container div.panel_box table tr td {
	border-bottom: 1px solid #2e2e2e;
	border-right:1px solid #2e2e2e;
	padding: 10px;
}
div#container div.panel_box table tr th {
	width: 100px;
}

/* ========== introduction ========== */

/* == トップページ == */
div.thumbnail_zone {
	width: 360px;
	height: 270px;
	float: left;
	margin: 0;
	/*display: block;*/
	position: relative;
	border: solid 30px #fff;
}
div.thumbnail_zone p {
	line-height: normal;
	padding-left: 5px;
	font-weight: bold;
}
div.thumbnail_zone a.staff_link {
	background: rgba(58, 65, 78, 0.76);
	height: 150px;
	box-sizing: border-box;
	transition: 0.3s;
	opacity: 0;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
div.thumbnail_zone a.staff_link:hover {
	opacity: 1;
}
div.thumbnail_zone a.staff_link span {
	text-align: center;
	border: 2px solid #fff;
	max-width: 200px;
	color: #fff;
	display: block;
	margin: 60px auto 0;
	padding: 10px 0;
	text-decoration: none;
	transition: 0.1s;
}
div.job_ns {
	border-color: #ff7aff;
	background-color: #fcddfc;
}
div.job_pharmacist {
	border-color: #ffbc7a;	
	background-color: #fde9d6;
}
div.job_cp {
	border-color: #ffff7a;
	background-color: #fefed0;
}
div.job_ot {
	border-color: #bcff7a;
	background-color: #eaffd6;
}
div.job_ps {
	border-color: #7affff;
	background-color: #dcfdfd;
}



/* == 各職員紹介 == */
div#eyecatch {
	position: relative;
}
div#eyecatch img {
	width: 100%;
	height: auto;
}
div#info {
	width: 390px;
	background: rgba(0,105,187,0.7);
	padding: 20px 28px 15px;
	color: #fff;
	box-sizing: border-box;
	position: absolute;
	left: 7.5%;
	top: 52%;
}
div#info p:nth-of-type(1) {
	border-bottom: 1px #d9effc solid;
	font-size: 26px;
	font-weight: bold;
	line-height: 1.5em;
	
}
div#info p:nth-of-type(1) span {
	font-size: 16px;
	margin-left: 25px;	
}
div#info p:nth-of-type(2) {
	font-size: 14px;
	margin-top: 10px;
}
div.panel.LL .left {
	width: 50%;
	float: left;
	text-align: right;
}
div.panel.LL .left img {
	margin-top: -50px;
}
div.panel.LL .left img:nth-of-type(2) {
	margin-right: 10px;
}
div.panel.LL .right {
	width: 50%;
	float: right;
	padding: 40px 60px 30px 60px;
	font-size: 16px;
}
div.panel.panel.LL div.right h2 {
	color: #0069bb;
	width: 270px;
	border-bottom: 1px solid #0069bb;
	line-height: 48px;
}
div.panel.panel.LL div.right h2 span {
	width: 150px;
	border-bottom: 6px solid #0069bb;
	padding-right: 10px
}
div.panel.panel.LL div.right p {
	margin-top: 15px;
	line-height: 2em;
}
div.schedule,
div.off-time {
	width: 90%;
	margin: 0 5%;
	padding: 40px 0;
	font-size: 16px;
	display: inline-block;
}
div.schedule {
	color: #FFF;
	background-color: #0069bb;
}
div.schedule:after,
div.off-time:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
div.schedule h2,
div.off-time h2,
div.off-time p {
	width: 90%;
	margin: 0 auto;
}
div.schedule table {
	width: 90%;
	margin: 0 auto;
	border-collapse: collapse;
	border-spacing: 0px;
}
div.schedule table tr td {
	vertical-align: top;
	padding: 10px 0;
}
div.schedule table tr td:first-child {
	border-right: 1px solid #ffffff;
	width: 8%;
}
div.schedule table tr td:nth-of-type(2) {
	padding-left: 10px;
}
div.schedule h2 {
	border-bottom: 1px dotted #fff;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
/*div.schedule ul li {
	margin: 0 35px 15px 0;
	float: left;
}
div.schedule ul li span {
	font-size: 18px;
	font-weight: bold;
}*/
div.off-time h2 {
	border-bottom: 1px dotted #000;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
div.off-time img {
	margin-right: 5px;
	margin-bottom: 5px;
}
div.off-time p {
	line-height: 2em;
}

/* ========== Q&A ========== */
div.panel_box div.list {
	width: 740px;
	margin: 60px 0 0 20px;
	padding: 10px 0;
	clear: left;
	border: 5px double #ccc;
	box-sizing: border-box;
	background-color: #f9fdf2;
}
div.panel_box div.list ul {
	letter-spacing: normal;
	margin: 0;
}
div.panel_box div.list li {
	font-size: 14px;
	margin-left: 20px;
}
div.panel_box div.list li a {
	color: #0066FF;
	text-decoration: underline;
}
div.panel_box div.list li a:hover {
	opacity: 0.5;
	transition: .5s ;
}
div.panel_box p.q {
	min-width: 1080px;
	background: url(../../img/common/q_recruit.gif) 5px 5px no-repeat;
	padding: 3px 0 3px 30px;
	background-color: #cbe7fd;
	margin-top: 25px;
}
/*div.panel_box p.q:nth-of-type(1) {
	margin-top: 25px;
}*/
div.panel_box p.a {
	padding: 3px 15px 3px 30px;
	min-width: 1080px;
}

/* ========== 研修制度のご案内 ========== */


div#container #training-table{
	width:640px;
	margin-left:calc( ( 100vw - 640px ) / 2 ); 
	}

div#container #training-table > thead > tr > th{
	width:100px;}

div#container #training-table > thead > tr > td{
	text-align:center;
	font-weight:600;
	}

div#container #training-table > tbody > tr > th{
	width:100px;}

div#container #training-table{}





/* ========== footer ========== */
footer {
	width: 100%;
	min-width: 1080px;
	background-color: #0069bb;
	padding-bottom: 20px;
	margin-top: 30px;

}
#footer_inner {
	min-width: 1080px;
	margin: auto;
	padding: 10px 0 5px;
}
div#footer_inner p.logo {
	font-size: 16px;
	text-align: center;
	height: 29px;
	line-height: 29px;
}
div#footer_inner p.logo img {
	vertical-align: middle;
	margin-right: 5px;
}
div#footer_inner {
	font-size: 11px;
	color: #FFF;
	letter-spacing: 1px;
}
/*div#footer_inner h3 {
	border-bottom: 1px solid #FFF;
	font-weight: normal;
}*/
div#footer_inner ul {
	list-style-type: square;
	text-align: center;
	line-height: normal;
	margin-top: 8px;
}
div#footer_inner ul li {
	margin: 0 25px;
	line-height: normal;
	display: inline-block;
}
div#footer_inner ul li a {
	color: #fff;
}
div#footer_inner ul li a:hover {
	text-decoration: underline;
}







#career{
	width:1000px;
	margin-left:calc( ( 100vw - 1000px) / 2 );
	margin-top:100px;
	margin-bottom:100px;}

#career > h2{
	font-size:2rem;
	}
	
#career > table{
	border-collapse: collapse;
	font-size:1.0rem;
	border:3px solid #000;
	width:60%;
	margin-left:20%;
	margin-top:30px;}

#career > table > thead > tr > th{
	font-size:1.2rem;
	padding:5px 0;}

#career > table th,td{
	border:1px solid #000;}

#career > table > tbody > tr > th{
	width:40%;
	padding:5px 0;}

#career > table > tbody > tr > td{
	width:20%;
	text-align:right;
	padding:5px 0;}

#career > table > tbody > tr:nth-of-type(1) > td{
	text-align:center;}

#career p {
	font-size: 1.2rem;
	margin-left: 60%;
}

#career{}

#career{}

#career{}



