<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/*==========================================================
	トップメッセージ
==========================================================*/
.top_messege{
	width: 100%;
	margin: 0px auto;
	padding: 4% 0px 20% 0px;
	text-align: center;
	background-size: cover;
	background-position: center bottom;
	background-image: url('../img/top_massege_bg.jpg');
}
.top_messege h3{
	width: 100%;
	margin: 0px auto 10px auto;
	line-height: 1.4em;
	text-align: center;
	letter-spacing: 0.05em;
	color: #404040;
	font-size: 28px;
}
.top_messege p{
	width: 100%;
	margin: 0px auto;
	line-height: 1.4em;
	text-align: center;
	letter-spacing: 0.1em;
	color: #404040;
	font-size: 18px;
}
.top_messege p + p{
	display: inline-block;
	width: auto; height: auto;
	margin: 20px auto;
	padding: 10px;
	line-height: 1.4em;
	text-align: center;
	color: #FFFFFF;
	font-size: 18px;
	font-weight: 600;
	border: solid 1px #EFEFEF;
	background-color: rgba(0,24,154,0.8);
}
.top_messege p + p span{
	display: inline-block;
	margin: 10px 0px 0px 0px;
	color: #FFEB3B;
	font-size: 22px;
}
/*==========================================================
	主な募集業種
==========================================================*/
.recruitment{
	width: 100%;
	margin: 0px auto;
	
}
.recruitment h2{
	width: 100%; height: 40px;
	margin: 0px auto -1px auto;
	line-height: 40px;
	text-align: center;
	letter-spacing: 0.1em;
	color: #FFFFFF;
	font-size: 24px;
	background-color: #404040;
}
.recruitment_box{
	width: 100%;
	margin: 0px auto;
}
.executive_position{
	width: 100%; height: 160px;
	margin: 0px auto;
	padding: 15px 0px 0px 0px;
	text-align: center;
	color: #FFFFFF;
	background-size: 640px 160px;
	background-position: center top;
	background-image: url('../img/job_executive_position.jpg');
}
.shop_staff{
	width: 100%; height: 160px;
	margin: 0px auto;
	padding: 15px 0px 0px 0px;
	text-align: center;
	color: #FFFFFF;
	background-size: 640px 160px;
	background-position: center top;
	background-image: url('../img/job_shop_staff.jpg');
}
.web_staff{
	width: 100%; height: 160px;
	margin: 0px auto;
	padding: 15px 0px 0px 0px;
	text-align: center;
	color: #FFFFFF;
	background-size: 640px 160px;
	background-position: center top;
	background-image: url('../img/job_web_staff.jpg');
}
.part_time{
	width: 100%; height: 160px;
	margin: 0px auto;
	padding: 15px 0px 0px 0px;
	text-align: center;
	color: #FFFFFF;
	background-size: 640px 160px;
	background-position: center top;
	background-image: url('../img/job_part_time.jpg');
}
.driver{
	width: 100%; height: 160px;
	margin: 0px auto;
	padding: 15px 0px 0px 0px;
	text-align: center;
	color: #FFFFFF;
	background-size: 640px 160px;
	background-position: center top;
	background-image: url('../img/job_driver.jpg');
}
.executive_position h4,
.shop_staff h4,
.web_staff h4,
.part_time h4,
.driver h4{
	width: 100%; height: 26px;
	margin: 5px auto 10px auto;
	line-height: 26px;
	text-align: center;
	letter-spacing: 0.05em;
	font-size: 20px;
}
.executive_position p,
.shop_staff p{
	width: 100%;
	margin: 15px auto 0px auto;
	text-align: center;
	line-height: 1.2em;
	font-size: 18px;
}
.web_staff p,
.part_time p,
.driver p{
	width: 100%;
	margin: 10px auto 0px auto;
	text-align: center;
	line-height: 1.2em;
	font-size: 18px;
}
.executive_position table,
.shop_staff table,
.web_staff table{
	width: 390px;
	margin: auto;
	text-align: center;
}
.part_time table{
	width: 300px;
	margin: auto;
	text-align: center;
}
.driver table{
	width: 250px;
	margin: auto;
	text-align: center;
}
.executive_position table tr td:nth-of-type(1),
.shop_staff table tr td:nth-of-type(1),
.web_staff table tr td:nth-of-type(1),
.part_time table tr td:nth-of-type(1),
.driver table tr td:nth-of-type(1){
	vertical-align: bottom;
	font-size: 16px;
}
.executive_position table tr td:nth-of-type(1) span,
.shop_staff table tr td:nth-of-type(1) span,
.web_staff table tr td:nth-of-type(1) span,
.part_time table tr td:nth-of-type(1) span,
.driver table tr td:nth-of-type(1) span{
	display: block;
	width: 40px; height: 40px;
	line-height: 40px;
	text-align: center;
	border: solid 1px #FFFFFF;
}
.executive_position table tr td:nth-of-type(2),
.shop_staff table tr td:nth-of-type(2),
.web_staff table tr td:nth-of-type(2),
.part_time table tr td:nth-of-type(2),
.driver table tr td:nth-of-type(2){
	font-size: 50px;
	font-weight: 600;
}
.executive_position table tr td:nth-of-type(2) span,
.shop_staff table tr td:nth-of-type(2) span,
.web_staff table tr td:nth-of-type(2) span,
.part_time table tr td:nth-of-type(2) span,
.driver table tr td:nth-of-type(2) span{
	font-size: 36px;
}
.part_time table tr td:nth-of-type(2) span + span{
	display: inline-block;
	margin: 0px 5px;
	vertical-align: bottom;
	font-size: 30px;
}
.executive_position table tr td:nth-of-type(3),
.shop_staff table tr td:nth-of-type(3),
.web_staff table tr td:nth-of-type(3),
.part_time table tr td:nth-of-type(3),
.driver table tr td:nth-of-type(3){
	position: relative;
	line-height: 1.2em;
	vertical-align: bottom;
	font-size: 20px;
}
.part_time table tr td:nth-of-type(3) span{
	position: absolute;
	top: -30px; right: -110px;
	width: 110px;
	letter-spacing: 0.1em;
	font-size: 16px;
}
/*==========================================================
	募集情報
==========================================================*/
.job_information{
	width: 100%;
	margin: 20px auto;
}
.job_information h4{
	width: 100%; height: 30px;
	margin: 0px auto 10px auto;
	line-height: 30px;
	text-align: center;
	letter-spacing: 0.4em;
	color: #404040;
	font-size: 28px;
}
.job_information table{
	width: 580px;
	margin: 0px auto;
	border-collapse:separate;
	border-spacing: 5px;

}
.job_information table tr th{
	width: 140px;
	padding: 10px 20px;
	vertical-align: top;
	text-align: justify;
	text-justify: inter-ideograph;
	-moz-text-align-last: justify;
	text-align-last: justify;
	font-size: 20px;
	background-color: #EEEEEE;
}
.job_information table tr td{
	width: 420px;
	padding: 10px;
	line-height: 1.4em;
	font-size: 20px;
	background-color: #EEEEEE;
}
.job_information table tr td span.salary{
	display: inline-block;
	width: auto;
	margin: 0px 3px;
	font-size: 20px;
}
.job_information table tr td span.tips{
	display: inline-block;
	width: auto;
	margin: 0px 3px;
	font-size: 18px;
}
.job_information table tr td span.set_shoptel{
	display: inline-block;
	width: auto;
	font-size: 18px;
}
.job_information table tr td span.set_shopmail{
	display: inline-block;
	width: auto;
	font-size: 18px;
}
.job_information table tr td span.set_mailto{
	display: block;
	width: 100%; height: 100%;
	color: #404040 !important;
}
.job_information table tr td img{
	display: inline-block;
	margin: 0px 5px 2px 0px;
	vertical-align: middle;
}
.job_information table tr td span.treatment{
	float: left;
	display: block;
	width: 175px; height: 40px;
	margin: 0px 0px 5px 5px;
	padding: 0px 10px;
	line-height: 40px;
	text-align: center;
	letter-spacing: 0.1em;
	color: #FFFFFF;
	font-size: 18px;
	font-weight: 400;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	background-color: #404040;
}
/*==========================================================
	店舗紹介
==========================================================*/
.shop_information{
	width: 100%;
	margin: 0px auto;
	padding: 20px 5px 0px 5px;
	background-color: #EEEEEE;
}
.shop_information h2{
	width: 100%;
	margin: 0px auto 20px auto;
	text-align: center;
	letter-spacing: 0.4em;
	color: #404040;
	font-size: 28px;
}
.shop_information_box{
	width: 100%;
	margin: 0px auto;
}
.shop_box{
	width: 100%;
	margin: 0px 0px 10px 0px;
	padding: 10px;
	color: #404040;
	background-color: #FFFFFF;
}
.shop_box img{
	width: 100%;
}
.shop_box h4{
	width: 100%;
	margin: 10px auto 15px auto;
	text-align: center;
	font-size: 24px;
}
.shop_box p{
	width: 100%;
	margin: 0px auto;
	text-align: center;
	font-size: 18px;
}
.shop_box .shop_tel{
	display: block;
	width: 100%;
	margin: 15px auto 0px auto;
	text-align: center;
	font-size: 20px;
}
.official{
	width: 80%; height: 40px;
	margin: 10px auto 0px auto;
	line-height: 40px;
	text-align: center;
	font-size: 18px;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
}
/*メンバーズホットポイント*/
.members_official{
	border: solid 1px #372E2B;
}
.members_official a{
	display: block;
	width: 100%; height: 100%;
	color: #FFFFFF;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	background-color: #372E2B;
}
/*福岡ホットポイント*/
.hot_official{
	border: solid 1px #61AFCE;
}
.hot_official a{
	display: block;
	width: 100%; height: 100%;
	color: #FFFFFF;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	background-color: #61AFCE;
}
/*ホットポイントヴィラ*/
.villa_official{
	border: solid 1px #DAB9E0;
}
.villa_official a{
	display: block;
	width: 100%; height: 100%;
	color: #FFFFFF;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	background-color: #DAB9E0;
}
/*ホットポイントソレイユ
.soleil_official{
	border: solid 1px #E6893E;
}
.soleil_official a{
	display: block;
	width: 100%; height: 100%;
	color: #FFFFFF;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	background-color: #E6893E;
}
*/
/*ホットポイントスタイル
.style_official{
	border: solid 1px #453934;
}
.style_official a{
	display: block;
	width: 100%; height: 100%;
	color: #FFFFFF;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	background-color: #453934;
}
*/</pre></body></html>