@charset "utf-8";

/*------------------------------------------------------------------------------
JAC Recruitment Co., Ltd. - CSS Modules Import
Date: 2010-03-31
Copyright (C) JAC Recruitment Co., Ltd. All Rights Reserved.
------------------------------------------------------------------------------*/



/* ----------------------------------------

INDEX

---------------------------------------- */
div#IrMain,div#MainVisual {
	margin-bottom: 30px;
}



/* ----------------------------------------

privacy

---------------------------------------- */
/*========= IR MAIN ==========*/

.m_10{
	margin-bottom: 10px;
}

.m_20{
	margin-bottom: 10px;
}

.m_30{
	margin-bottom: 30px;
}

.m_50{
	margin-bottom: 50px;
}


/*------- index --------*/


div.PrivacyTop{
	margin-bottom: 15px;
}

div.PolicyTop div.LeftPrivacy{
	float: left;
	width: 260px;
}

div.PrivacyTop div.LeftPrivacy img.Lef{
	float: left;
}

div.PrivacyTop div.LeftPrivacy p{
	float: left;
	width: 170px;
	padding: 25px 0 0 10px;
	font-size: 83.4%;
}

div.PrivacyTop div.RightPrivacy{
	float: right;
	width: 240px;
	text-align: right;
}

ul.PrivacyList{
	margin-bottom: 20px;
	padding-left: 20px;
}

ul.PrivacyList li{
	margin-left: 15px;
	list-style-type: disc;
}

h3.PrivacyTit{
	font-weight: 700;
	font-size: 116.7%;  /* 14px */
	color: #808080; /* gry text */
}


div.LftBox{
	float: left;
	width: 275px;
}

div.RigBox{
	float: right;
	width: 275px;
}

/* =注意書きの設定
--------------------------------------------------------- */
.caution{
	margin:10px 0 0;
	padding:10px;
	background:#e4f3ff;
}
.caution p{
	margin:0 0 5px;
}

/* =EOF
--------------------------------------------------------- */



/* ----------------------------------------

Page (必要なければ消す)

---------------------------------------- */

div.Page{
	width: 540px;
	margin-bottom: 50px;
}

div.Page p.PageTop{
	padding-bottom: 8px;
	line-height: 1.2;
	text-align: right;
}

div.Page p.PageTop a{
	padding-right: 10px;
	background: url(../image/icon_arrow_02.png) 100% 50% no-repeat;
	font-size: 83.4%;
	color: #808080;
}

div.Page p.PageTop a:hover{
	color: #009b48;
}


/* ----------------------------------------

ClearFix (必要なければ消す)

---------------------------------------- */

/* -- Modern Browsers -- */

div.Foothold div#Main dl.FootholdSec:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: ".";
	line-height: 0;
}

/* -- IE7 -- */

*:first-child+html div.Foothold div#Main dl.FootholdSec {
	zoom: 1;
}

/*  -- Legacy IE -- */

* html div.Foothold div#Main dl.FootholdSec {
	zoom: 1;
}