@charset "UTF-8";

/* ポップアップ */

#overlay {
	background: #000;
	position: absolute; top: 0; left: 0;
	z-index: 10000;
	width: 100%;
}

.prettyPopin {
	display: none;
	position: absolute;
	z-index: 11000;
	background: none;
}

.prettyPopin a#b_close {
	display: none;
	position: absolute; z-index: 2;
	top: 7px; right: 13px;
	width: 21px; height: 21px;
	text-indent: -10000px;
}

.prettyPopin .prettyContent {
	position: relative;
	font-size: 1.2em;
}

.prettyPopin .prettyContent .prettyContent-container {
	display: none;
	padding-top: 10px;
}

.prettyPopin .prettyContent .loader {
	display: none;
	position: absolute;
	top: 50%;left: 50px;
	
}

#popup_areaWrap{
	background: url("../images/top/popup/pop_top.gif") no-repeat scroll 0 0 ;
	padding-top: 8px;
	width: 700px;
	z-index: 999;
}

#popup_area{
	background: url("../images/top/popup/pop_btm.png") no-repeat scroll left bottom ;
	padding-bottom: 4px;
}

#popup_areaIn {
	background-color: #FFFFFF;
	border-left: 2px solid #D969B1;
	border-right: 2px solid #D969B1;
	padding: 5px;
	position: relative;
}

p#ttl {
	float: left;
	margin-bottom: 10px;
	width: 500px;
}

p#closeBtn {
	float: right;
	height: 20px;
	width: 70px;
}

p#mainImg {
	margin-bottom: 8px;
}

dl#job_offer {
	background-color: #FFECF8;
	width: 657px;
	margin: 0 auto 5px;
}

dl#job_offer dt {
	background: url("../images/top/popup/pop_icon1.gif") no-repeat scroll 0 6px transparent;
	font-weight: bold;
	margin: 0 0 10px 7px;
	padding: 8px 0 0 25px;
}

dl#job_offer dd {
	margin-left: 7px;
	padding-bottom: 7px;
}

dl#job_offer dd ul li {
	font-size: 12px;
	margin-bottom: 5px;
}

dl#job_offer dd ul li img {
	margin-right: 5px;
	vertical-align: -4px;
	display: inline-block;
}

ul#aboutJob {
	float: right;
	width: 303px;
	padding: 0 3px 10px 0;
}

ul#aboutJob li {
	display: inline;
	float: left;
	font-size: 12px;
	margin-left: 10px;
}

ul#aboutJob li img {
	margin-right: 6px;
	vertical-align: -4px;
}

#prof {
	background: url("../images/top/popup/msg_btm.gif") no-repeat scroll center bottom transparent;
	width: 657px;
	margin: 0 auto 20px;
	padding-bottom: 4px;
}

#prof .prof_inr{
	border-left: 1px solid #d969b1;
	border-right: 1px solid #d969b1;
	padding: 4px 0 0 4px;
    min-height: 70px;
}

#prof ul{
	float: left;
	width: 322px;
}

#prof ul li {
	color: #333333;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 8px;
	list-style-type: none;
	padding-left: 20px;
    word-wrap: break-word;
}

#prof ul li.icon01 {
	background: url("../images/top/popup/icon01.gif") no-repeat scroll 0 -2px transparent;
	height: 19px;
	line-height: 1.2;
	margin-bottom: 4px;
}

#prof ul li.icon02 {
	background: url("../images/top/popup/icon02.gif") no-repeat scroll left center transparent;
    line-height: 1.1;
	height: 12px;
}

#prof ul li.icon03 {
	background: url("../images/top/popup/icon03.gif") no-repeat scroll 2px 0 transparent;
    line-height: 1.2;
	height: 14px;
}

#prof ul li.icon04 {
	background: url("../images/top/popup/icon04.gif") no-repeat scroll 2px 0 transparent;
	height: 14px;
	margin-bottom: 3px;
}

#prof ul li.icon05 {
	background: url("../images/top/popup/icon05.gif") no-repeat scroll left top transparent;
	line-height: 1.6;
}

div#qan {
	width: 657px;
	margin: 0 auto;

}

div#qan dl dt {
	background: url("../images/top/popup/pop_bg_tl.gif") no-repeat scroll 0 0 transparent;
	font-weight: bold;
	height: 23px;
	padding: 8px 0 0 20px;
	width: 638px;
	margin-bottom: 5px;
	font-size: 14px;
}

div#qan dl dd {
	line-height: 1.4;
	margin-bottom: 17px;
	font-size: 12px;
	color: #333333;
}

/************************************************************
 * changepic
************************************************************/

.changepic {
	width: 660px;
	background: #FFFFFF;
	margin: 0 auto 10px;
	text-align: center;
}
.changepic p{
	text-align: center;
	height: 450px;
}
.changepic ul {
	display: block;
	overflow: hidden;
	margin: 10px 0 18px 5px;
	clear: both;
}
.changepic li {
	display: block;
	float: left;
	background: #fff;
	margin-right: 12px;
}
.changepic li.last{ margin-right: 0;}

.changepic li img { cursor: pointer; }

/************************************************************
 * decoration
************************************************************/


.changepic li img:hover {
	opacity:0.7; filter:alpha(opacity=70);
	-ms-filter:"alpha(opacity=70)";
	zoom:1;
}


