@charset "UTF-8";

body {
	position: relative;
	background: none #fff;
	margin: 0;
	padding: 0;
}

/*** header ******************************************/

#container .bk2 {
	height: 139px;
	background: url(/nightwork/images/bg_header.jpg) repeat-x 50% 0%;
}

#header-content {
	background: none;
}
#header-content .logo2 {
	position: static;
	padding-top: 20px;
}
#fontSize {
	top: 14px;
}
#fontSize li { margin-top: 7px;}
#fontSize li:first-child { margin-left: 68px; }
/*** footer ******************************************/

#footer {
	background: url(/nightwork/images/bg_footer.gif) repeat-x 0% 0% #eae2d7;
	padding-top: 60px;
	min-height: auto;
}

.footernav, .footernav li {
	padding: 0px 5px;
	margin-bottom: 15px;
}

#footer li a {
	padding-left: 22px;
	background: url(/nightwork/images/footer_arrow.png) no-repeat 0% 50% transparent;
}

/*** sidebar *****************************************/

#beta .btn {
	margin: 0 auto 5px;
	text-align: center;
}

#beta p span {
	color: #db0080;
	font-weight: bold;
}

#beta .search-message-top,
#beta .search-message {
	font-size: 75%;
}
#beta-inner .weeknews-inner, #beta-inner .news-inner {
	background: url(/nightwork/images/bg_beta_mesh.png) no-repeat 50% 0%;
}
#beta #beta-inner .weeknews .weekcnt span {
	color: #db0080;
}

#beta #beta-inner .weeknews .weekdate {
	font-size: 85%;
	padding-top: 3px;
}

#beta #beta-inner .news li {
	background-image: url(/nightwork/images/side_arrow_l.gif);
	font-size: 90%;
}
#beta #beta-inner .news .sidenews li{
	background: url(/images/bar/icon_arrow_s.gif) no-repeat 0px 2px;
	padding: 2px 2px 2px 20px;
}
#beta #beta-inner .news li a {
	font-size: 110%;
}

#beta #beta-inner .topmag {
	margin-top: 15px;
	border-top: dotted 1px #c0c0c0;
	padding-top: 15px;
}

/*** contents *****************************************/

/*#alpha .pickup {
	margin-bottom: 15px;
	background-image: url(/nightwork/images/pickup_header.jpg);
}
#alpha .pickup ul li {
	background-image: url(/nightwork/images/icn_diamond.gif);
}*/

#alpha .search-message {
	font-size: 75%;
}

#alpha #allreq div {
	margin-bottom: 10px;
}

#alpha #selectsearch {
	text-align: center;
}

#alpha #search-inner h2 {
	padding-top: 5px;
}

/*#alpha #selectsearch img {
	margin-bottom: 10px;
}

#alpha #selectsearch input {
	border: none;
	background: url(/nightwork/images/search_clear.jpg) no-repeat 0% 0% transparent;
	width: 138px;
	height: 17px;
	text-indent: -9999px;
	margin: 0 auto;
}*/

/*** signboard ****************************************/

#style-beige,
#style-pink,
#style-brown {
	margin-bottom: 25px;
	width: 100%;
	float: left;
}

#inner {
	margin: 0 auto;
	padding: 5px 0px 18px;
	text-align: center;
	float: left;
	width: 100%;
}

#style-pink,
#style-beige,
#style-brown {
	width: 100%;
	background: #f7cbd6;
	border: solid 1px #f7cbd6;
	border-radius: 5px;
}
#style-pink::after,
#style-beige::after,
#style-brown::after {
	content: "";
	display: block;
	clear: both;
}
#style-beige {
	background: #eadbc2;
	border-color: #eadbc2;
}

#style-brown {
	background: #9e7847;
	border-color: #9e7847;
}

#style-pink h2,
#style-beige h2,
#style-brown h2 {
	font-size: 100%;
}
#style-pink h1,
#style-beige h1,
#style-brown h1 {
	text-align: center;
	padding: 10px 0 5px;
}
#style-pink #inner,
#style-beige #inner,
#style-brown #inner {
	width: auto;
	padding: 0 30px 10px;
}
#inner #signboadlist {
	list-style: none;
	float: left;
	width: 100%;
}

#inner #signboadlist div.list {
	width: 200px;
	float: left;
}

#inner #signboadlist h2 {
	margin-bottom: 5px;
}

#inner #signboadlist h2 a {
	color: #db0080;
}

#inner #signboadlist .signboard {
	width: 190px;
	height: 150px;
	margin: 0 auto 10px;
	padding: 5px 0px;
	background: #fff;
	border: solid 1px #fff;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}

#inner #signboadlist .thumb {
	margin-bottom: 5px;
}

#inner #signboadlist .thumb img {
	max-width: 180px;
	max-height: 100px;
	margin: 0 auto;
	text-align: center;
}

#inner #signboadlist .more {
	text-align: center;
	font-size: 85%;
}

#inner #signboadlist .more a {
	color: #333;
	background: url(/nightwork/images/icn_arrow.gif) no-repeat 0% 50%;
	padding-left: 10px;
}

.search {
	text-align: center;
	margin-bottom: 20px;
}

.search img {
	vertical-align: middle;
	margin-right: 10px;
}

.search a img {
	margin-right: 0;
}

/*** modalwindow *****/

.btns {
	width: 100%;
	float: left;
	margin-bottom: 20px;
}

.btns .lf {
	width: 48%;
	float: left;
	text-align: center;
}

.btns .ri {
	width: 48%;
	float: right;
	text-align: center;
}	

#lean_overlay {
    position: fixed;
    z-index:100;
    top: 0px;
    left: 0px;
    height:100%;
    width:100%;
    background: #000;
    display: none;
}

.modal_close{ 
  position: absolute;
  top: 520px;
  left: 12px;
  display: block; 
  width: 71px;
  height: 17px; 
  background: url(/nightwork/images/modal_close.png);
  z-index: 200;
}

#alpha-inner h2 {
	clear: both;
}

#mama, #discribe {
	display: none;
	width: 442px;
	height: 600px;
	background: url(/nightwork/images/letter.png) no-repeat 0px -30px transparent;
	z-index: 9999;
}

.modal-inner {
	text-align: left;
	padding: 70px 70px 0px;
}

.modal-inner p {
	font-size: 90%;
}

.modal-inner h2 {
	font-size: 140%;
	font-weight: normal;
	color: #9B7747;
}

#alpha-inner #free p {
	clear: both;
	font-size: 85%;
	color: #666;
	padding: 0px 30px 0px 10px;
	margin-bottom: 0;
}

/*** ***/

#alpha-inner table.job-company td,
#alpha-inner table.gaiyou td {
	padding: 5px;
}

#alpha-inner table.job-company td.job-comp-name {
	padding: 0;
}

#alpha-inner table.gaiyou td.g1item,
#alpha-inner table.job-company td.g1item {
	padding-left: 10px;
	width: 89px;
}

#alpha-inner .thumbnail {
	width: 150px;
	float: right;
	text-align: right;
}

#alpha-inner .thumbnail div {
	margin-bottom: 5px;
}

#alpha-inner table#thumbtable,
#alpha-inner table#thumbtable2 {
	width: 420px;
	float: left;
	margin-top: 0px;
	clear: none;
}

#alpha-inner table.gaiyou {
	clear: both;
}

/** **/

.common-h2-sub {
	padding-right: 20px;
}

.job-result h1 img {
	margin-top: 12px;
}

/** **/

#alpha-inner table.job-company td.iconlists {
	padding: 0;
}

table.job-company table.icons {
	font-size: 10px;
	line-height: 1.2;
	border-bottom: solid 2px #fff;
}

table.job-company table.icons td {
	color: #ccc;
	background: #f6f6f6;
	border-bottom: none;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
}

table.job-company table.icons td.on {
	color: #000;
	background: #e7efa1;
}

table.job-company table.icons img {
	display: block;
	margin: 0px 5px 0px 0px;
	vertical-align: middle;
	float: left;
}

table.job-company td.g1item {
	height: auto;
	min-height: 23px;
}

.information-detail .yoteinews,
.yotei-list .yoteinews .day {
	background-image: url(/nightwork/images/info_s.gif);
}

/** advertise ***/

div.baitai_plf_txt {
	width: 450px;
	margin: 0 0 10px;
	float: right;
}

div.baitai_plf_txt table {
	margin: 0;
}

div.aboutkeisai-h2-inner div.web-plusone {
	margin: 0 0 20px;
	float: right;
}

div.aboutkeisai-h2-inner div.web-plusone table {
	margin: 0px 0px 20px;
}
#alpha-inner .job .r {
	float: right;
	max-width: 145px;
}
.div-center .job table.job-company {
	width: 75%;
}
.div-center .job ul.conditionlist {
	clear: both;
}

.mt-main-index #alpha .pickup .slider img {
	max-height: 100px;
	width: auto;
}

/* add sp style 20160113 */

@media screen and (max-width:768px) { 
	#header #spmenu img.on {
		content: url(/nightwork/images/btn_menu_close.png);
	}
	#container .bk2 {
		background: url(/nightwork/images/bg_header_sp.jpg) repeat-x 0% 0%;
		background-size: cover;
		height: 160px;
	}
	#container .logo2 {
		padding: 25px 0 0px;
	}
	.logo2 img {
		width: 310px;
		margin: 0 auto;
		text-align: center;
		display: block;
	}
	#header #spmenu {
		width: 17%;
		top: 25px;
		right: 15px;
	}
	.topslider {
		display: none;
	}
	#header #spmenu-list {
		top: 162px;
	}
	#inner #signboadlist div.list {
		width: 95%;
		margin: 0 auto 15px;
	}
	#inner #signboadlist .signboard {
		width: auto;
		height: auto;
	}
	div.baitai_plf_txt {
		width: 100%;
		float: none;
	}
	#header {
		max-height: 160px;
	}
	.job-result h2 {
		clear: both;
	}
	.job-result .btns {
		float: none;
		margin-bottom: 0;
	}
	#alpha-inner .job .r {
		float: none;
		text-align: center;
		max-width: 145px;
		margin: 0 auto 10px;
	}
	#alpha-inner .job .r img {
		display: block;
	}
	.div-center .job table.job-company {
		width: 100%;
	}
	.div-center .job ul.conditionlist {
		clear: both;
	}

/*	#container .bk2 {
		background: url(/nightwork/images/header_sp_nightwork.jpg) 0% 0%;
		background-size: 768px;
		height: 157px!important;
	}
	#header-content .logo2 {
		top: 25px;
	}
	#fontSize {
		left: 630px!important;
	}
*/

	.footernav, .footernav li {
		padding: 0px;
		margin-bottom: 5px;
	}
}

@media screen and (max-width:767px) { 
/*	#container .bk2 {
		background-size: auto;
	}
	#fontSize {
		left: 560px!important;
	}
*/
}

.grecaptcha-logo {
    display: none;
}
#recaptcha{
    display: none;
}
