@charset "utf-8";
/* CSS Document */


/* =========================================================
 COMMON
========================================================= */

/*- h1～h6用 -------------------------------------------- */
.midashi_design01 {
	background: #FFF6E6;
	border-top: 3px solid #F90;
	border-bottom: 1px solid #F90;
	line-height: 2em;
	font-size: 1.2em;
	font-weight: bold;
	padding-left: 20px;
	margin-bottom: 10px;
}
.midashi_design02 {
	margin-bottom: 10px;
	border-bottom: 1px dashed #F90;
	background: #FFF6E6;
	padding-left: 20px;
	font-weight: bold;
	border-top: 1px dashed #F90;
	line-height: 2em;
}
.midashi_design03 {
	margin-bottom: 10px;
	border-bottom: 1px dashed #F90;
	padding-left: 20px;
	font-weight: bold;
	line-height: 2em;
}
.midashi_design04 {
	margin-bottom: 10px;
	font-weight: bold;
}

/*- Box ------------------------------------------------- */
.box{
	margin-bottom: 20px;
	margin-right: 20px;
	margin-left: 20px;
}
.box_b{
	margin-bottom: 40px;
	margin-right: 20px;
	margin-left: 20px;

}



/* - Table ----------------------------------------------- */
.table_base {
	margin-top: 5px;
	margin-bottom: 5px;
	border-top: 1px solid #ffc67c;
	border-right: 1px solid #ffc67c;
	border-left: 1px solid #ffc67c;
}
.table_base td {
	background: #FFF;
	padding: 5px;
	vertical-align: top;
	border-bottom: 1px solid #ffc67c;
}
.table_base th {
	background: url(../common/table_th_bg.gif) repeat;
	font-weight: normal;
	text-align: left;
	padding: 5px 10px;
	vertical-align: top;
	border-bottom: 1px solid #ffc67c;
}

.table_base th.txar{
	background: #FFF6E6;
	font-weight: normal;
	text-align: right;
	padding: 5px 10px;
	vertical-align: top;
	border-bottom: 1px solid #ffc67c;
}

/* - List ----------------------------------------------- */
ul.list_base {
	padding-left: 1.5em;
}
ul.list_base li {
	list-style: disc;
	line-height: 117%;
	margin-bottom: 0.5em;
}
ol.list_base {
	padding-left: 2em;
}
ol.list_base li {
	line-height: 117%;
	list-style: decimal;
    margin-bottom: 0.5em;
}

ul.ji {
	padding-top: 1em;
	padding-left: 1em;
	margin-bottom: 20px;
}

ul.ji li {
	line-height: 117%;
	background: url(../common/listmark_link.gif) no-repeat left;
    padding: 0.3em 0em 0.5em 1.5em;
}

/* =========================================================
 HOME
========================================================= */
#side_entry {
	background: url(../common/bg_side.gif);
	border-top: 4px solid #FC0;
	border-right: 1px solid #FC0;
	border-bottom: 1px solid #FC0;
	border-left: 1px solid #FC0;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-bottom: 10px;
}
#side_entry h2 {
	line-height: 34px;
	font-size: 1.2em;
	font-weight: bold;
}
#side_entry div {
	background: #FFF;
	border: 1px solid #CCC;
	padding: 10px 20px;
}
#side div.side_box {
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
	padding: 10px;
}
#side h2.side_box  {
	line-height: 34px;
	font-size: 1.2em;
	font-weight: bold;
	background: url(../common/bg_side.gif) repeat;
	border-top: 4px solid #FC0;
	border-right: 1px solid #CCC;
	border-left: 1px solid #CCC;
	padding-left: 9px;
	border-bottom: 1px solid #CCC;
}
#side h2.side_box a:link, #side h2.side_box a:visited {
	color: #333;
}
#side h2.side_box a:hover, #side h2.side_box a:active {
	color: #F60;
}
#side div#side_pmark {
	border: 1px solid #CCC;
	padding: 10px 5px;
	margin-top: 10px;
}
#side div#side_pmark p {
	font-size: 0.9em;
	color: #999;
	line-height: 1em;
}

div.ichiran {
	border-top: 1px dashed #F90;
	padding-top: 5px;
	margin-top: 5px;
	text-align: right;
}


div#box_top {
	margin: 20px 20px 30px;
}


table#table_topicsnews td, table#table_kyujin td {
	padding-top: 5px;
	padding-bottom: 5px;
}

table#table_topinfo {
	background: url(../images/bg_info.gif) no-repeat bottom;
}
table#table_topinfo div {
	padding: 10px 16px 10px;
}
table#table_business {
	padding: 10px;
	border: 1px solid #CCC;
	margin-bottom: 20px;
}
table#table_business td#business_left {
	padding: 20px 28px 10px;
}
table#table_business td#business_info {
	background: #EEE;
	padding: 10px;
	text-align: center;
}
table.calendar {
	text-align: center;
	margin-bottom:10px;
	background: #CCCCCC;
}
table.calendar td.month {
	background: #F0F0F0;
	font-weight: bold;
	text-align: center;
	padding: 3px;
}

table.calendar th{
	text-align: center;
	padding: 2px;
	width: 20px;
}

table.calendar td{
	text-align: center;
	padding: 2px;
}
td#business_calendar_l {
	text-align: left;
	vertical-align: top;
}
td#business_calendar_c {
	text-align: center;
	vertical-align: top;
}
td#business_calendar_r {
	text-align: right;
	vertical-align: top;
}

.fadein { 
	position:relative; 
	height:230px; width:980px; 
}

.fadein img { 
	position:absolute; 
	left:0; 
	top:0; 
}
/* =========================================================
 転職をお考えの方へ
========================================================= */
table#table_serviceplan td#plan1{
	background: url(../change/images/table_bg_serviceplan.gif) no-repeat left bottom;
	width: 229px;
	vertical-align: top;
}
table#table_serviceplan td#plan1 div#syoukai_title, table#table_serviceplan td#plan2 div#jinzai_title, table#table_serviceplan td#plan3 div#shien_title {
	width: 209px;
	line-height: 1.2em;
	font-weight: bold;
	background: #FFF6E6;
	padding: 6px 9px;
	border-top: 3px solid #F90;
	border-right: 1px solid #F90;
	border-bottom: 1px solid #F90;
	border-left: 1px solid #F90;
}
table#table_serviceplan td#plan1 div#syoukai_detail, table#table_serviceplan td#plan2 div#jinzai_detail, table#table_serviceplan td#plan3 div#shien_detail {
	padding: 10px;
	width: 209px;
}

table#table_serviceplan td#plan2{
	background: url(../change/images/table_bg_serviceplan.gif) no-repeat center bottom;
	vertical-align: top;
}
table#table_serviceplan td#plan2 div#jinzai_title, table#table_serviceplan td#plan2 div#jinzai_detail {
	margin-right: auto;
	margin-left: 7px;
}
table#table_serviceplan td#plan3{
	background: url(../change/images/table_bg_serviceplan.gif) no-repeat right bottom;
	width: 229px;
	vertical-align: top;
}


/* =========================================================
 求人情報
========================================================= */

table.table_kyujin {
	background: #F90;
	margin-top: 15px;
	margin-bottom: 15px;
}
table.table_kyujin th {
	background: #FC0;
	padding: 5px;
	font-weight: bold;
	border-top: 1px solid #ffe57f;
	border-right: 1px solid #FC0;
	border-bottom: 1px solid #FC0;
	border-left: 1px solid #ffe57f;
}
table.table_kyujin tr.white {
	background: #FFF;
	vertical-align: top;
}
table.table_kyujin tr.yellow {
	background: #FFFAE5;
}
table.table_kyujin td {
	padding: 5px;
	border: 1px solid #FFF;
}
table.table_ｋ-detail {
	background: #FFF6E6;
	border: 1px solid #ffcd89;
}
table.table_ｋ-detail td {
	background: #FFF;
}
table.table_ｋ-detail td.k-detail_title, table.table_ｋ-detail td.k-detail_contents {
	padding: 10px 10px 15px;
}
table.table_ｋ-detail td.k-detail_title #k-detail_number {
	border-bottom: 1px dotted #FFCD89;
	margin-bottom: 10px;
	text-align: right;
	font-size: 0.95em;
}
table.table_ｋ-detail td.k-detail_contents div#comment {
	border-bottom: medium double #FFCD89;
	margin-bottom: 10px;
}
div.k-detasil_fd {
	background: #EEE;
	border: 1px solid #CCC;
	margin-top: 20px;
	padding: 20px;
	text-align: center;
	margin-bottom: 20px;
}


/* =========================================================
 FAQ
========================================================= */
.faqQ {
	background: url(../faq/images/icon_q.gif) no-repeat;
	padding-left: 28px;
	font-weight: bold;
	border-bottom: 1px dotted #FF9921;
	padding-bottom: 3px;
	margin-bottom: 8px;
}
.faqA {
	background: url(../faq/images/icon_a.gif) no-repeat;
	padding-left: 28px;
	margin-bottom: 8px;
}
ul.list_faq {
	margin-left: 1em;
	margin-bottom: 40px;
}
ul.list_faq li {
	line-height: 117%;
	padding-left: 1.5em;
	margin-bottom: 0.3em;
	background: url(../faq/images/list_mark_q.gif) no-repeat left top;
}
ul.list_faq li a:link, ul.list_faq li a:visited {
	color: #333333;
}
ul.list_faq li a:hover, ul.list_faq li a:active {
	color: #91cbb0;
}

/* =========================================================
 FORM
========================================================= */
#privacyBox {
	border: 1px solid #CCC;
	background:#F1F1F1;
	padding:10px 20px;
	margin:15px 0 0 0;
	text-align:center;
}

#privacyBox .policy {
	border: 1px solid #CCC;
	background:#FFF;
	height:100px;
	padding:10px;
	text-align:left;
	overflow:auto;
	line-height:120%
}

.policy h4{
	margin-bottom:0.2em;
}

.policy p.ind{
	padding-left:1em;
}

.thanks{
	margin:50px 20px 150px 20px;
}
