@charset "utf-8";



/*############################################################################*/
/*

画像サイズ
●幅920…1枚画像
●幅440…2個並ぶ
●幅280…3個並ぶ
●幅500…隣には370px

*/
/*############################################################################*/



/*画像枠の全体*/

#overlaypage_bg {
	position: absolute;
	z-index: 10;
	left: 0pt;
	top: 0pt;
	width: 100%;
	height: 100%;
	background-color: #3d3e42;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}


#overlaypage {
	position: absolute;
	z-index: 0;
	left: 50%;
	top: 0pt;
	z-index: 200;
	margin: 0 0 0 -350px;
	padding: 0;
	width: 700px;
	text-align: left;
}

#overlaypage:after {
	content: "";
	display: block;
	clear: both;
}
#overlaypage {
	zoom: 1;
}

#overlaypage .inner {
	margin: 20px;
	padding: 0px;
	background-color:#ffffff;
	overflow: hidden;
	box-shadow: 0 1px 10px 2px #58543a;
	position: relative;
}


/*閉じる*/

#overlaypage .close_btn {
	z-index: 1;
	position: fixed;
	/*position: absolute;*/
	right: calc(50% - 380px);
	bottom: 30px;
	display: block;
	overflow: hidden;
	margin: 0;
	padding-top: 30px;
	height: 0 !important;
	line-height: 250%;
	width: 30px;
	background: url(overlay_colose.png) top left no-repeat;
	background-size: 30px;
}

#overlaypage .close_btn:hover {
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}





/*====================================*/
/*中身要素　640px*/

#overlaypage_container {
margin:0px 0px 0px 0px;
padding:10px;
}


#overlaypage_container_test {
margin:0px 0px 0px 0px;
padding:0px;
width:640px;
}


/*獣医師用*/

.overlaypage_vet h3 {
margin:0px 0px 10px 0px;
	padding: 15px 10px 15px 10px;
	color:#00858c;
background : none;
background: url(../../images/recruit/column02_table_bg.png);
position: relative;
font-size: 160%;
}

.overlaypage_vet h4 {
margin:0px 0px 10px 0px;
	padding: 10px 10px 5px 10px;
	color:#00858c;
background : none;
background: url(../../images/recruit/column02_line.png) bottom left repeat-x;
background-size: 5px;
position: relative;
font-size: 140%;
}

.overlaypage_vet .time{
margin:0px 0px 0px 0px;
padding:3px 5px 2px 5px;
border:1px solid #00858c;
font-size: 70%;
vertical-align:0.3em;
border-radius: 5px;
}


/*看護師*/

.overlaypage_vt h3 {
margin:0px 0px 10px 0px;
	padding: 15px 10px 15px 10px;
	color:#0db509;
background : none;
background: url(../../images/recruit/column03_table_bg.png);
position: relative;
font-size: 160%;
}

.overlaypage_vt h4 {
margin:0px 0px 10px 0px;
	padding: 10px 10px 5px 10px;
	color:#0db509;
background : none;
background: url(../../images/recruit/column03_line.png) bottom left repeat-x;
background-size: 5px;
position: relative;
font-size: 140%;
}

.overlaypage_vt .time{
margin:0px 0px 0px 0px;
padding:3px 5px 2px 5px;
border:1px solid #0db509;
font-size: 70%;
vertical-align:0.3em;
border-radius: 5px;
}


/*トリマー*/

.overlaypage_groomer h3 {
margin:0px 0px 10px 0px;
	padding: 15px 10px 15px 10px;
	color:#e1711e;
background : none;
background: url(../../images/recruit/column04_table_bg.png);
position: relative;
font-size: 160%;
}

.overlaypage_groomer h4 {
margin:0px 0px 10px 0px;
	padding: 10px 10px 5px 10px;
	color:#e1711e;
background : none;
background: url(../../images/recruit/column04_line.png) bottom left repeat-x;
background-size: 5px;
position: relative;
font-size: 140%;
}

.overlaypage_groomer .time{
margin:0px 0px 0px 0px;
padding:3px 5px 2px 5px;
border:1px solid #e1711e;
font-size: 70%;
vertical-align:0.3em;
border-radius: 5px;
}


/*受付*/

.overlaypage_receptionist h3 {
margin:0px 0px 10px 0px;
	padding: 15px 10px 15px 10px;
	color:#da0f36;
background : none;
background: url(../../images/recruit/column05_table_bg.png);
position: relative;
font-size: 160%;
}

.overlaypage_receptionist h4 {
margin:0px 0px 10px 0px;
	padding: 10px 10px 5px 10px;
	color:#da0f36;
background : none;
background: url(../../images/recruit/column05_line.png) bottom left repeat-x;
background-size: 5px;
position: relative;
font-size: 140%;
}

.overlaypage_receptionist .time{
margin:0px 0px 0px 0px;
padding:3px 5px 2px 5px;
border:1px solid #da0f36;
font-size: 70%;
vertical-align:0.3em;
border-radius: 5px;
}




/*====================================*/
/*共通*/


/*フロートクリア*/
.clearfixbox{
margin:0px 0px 0px 0px;
padding:0px 0px 20px 0px;
}

.clearfixbox:after {
	content: "";
	display: block;
	clear: both;
}
.clearfixbox {
	zoom: 1;
}

/*画像左寄せ*/
img.imgLeft {
	float: left;
	margin: 0 10px 0 0;
	padding: 0;
}
img.imgLeft:after {/*clear*/
	content: "";
	display: block;
	height: 0;
	clear: both;
}

/*画像右寄せ*/
img.imgRight {
	float: right;
	margin: 0 0 0 10px;
	padding: 0;
}
img.imgRight:after {/*clear*/
	content: "";
	display: block;
	height: 0;
	clear: both;
}



/*====================================*/
/*子どもアイコン（大きい）*/




/*====================================*/
/*無料*/

























