﻿@charset "utf-8";

/*
----------------------------------------------------------------------------------------------------

	■ 基本情報
		- 著作権	:	Copyright(c) Apullo.com. All Rights Reserved.
		- 作成者	:	アプロコム株式会社　田中大士
		- 作成日	:	2008/08/20
		- 更新日	:	

	■ ファイル情報
		- 名称
			∟ ページ設定

		- 概要
			∟ 各ページ専用のスタイル

	■ ソース内容
		- 共通設定ファイルのインポート
		- ページ固有のスタイル

	■ 対応ブラウザ
		- Microsoft Internet Explorer
			∟ 6	:	○
			∟ 7	:	○

		- MozillaFirefox
			∟ 1.0	:	○
			∟ 1.5	:	○
			∟ 2.0	:	○

		- Opera
			∟ 9.25	:	未確認

		- Apple Safari
			∟ 3.04 :	未確認

	■ 更新履歴

----------------------------------------------------------------------------------------------------
*/


/*
 共通設定ファイルのインポート
---------------------------------------------------------------------- */
@import '../cnf/css/domain.css';


/*
 フラッシュ
---------------------------------------------------------------------- */


/*
 ページコンテンツ
---------------------------------------------------------------------- */

/* エリア */

h1{padding:5px 10px 0px 10px;}

div#contents{
	padding		: 50px 0px 20px 0px;
}

div#page_contents{
	background	: url(index/img/line.gif) top repeat-y;
	margin		: 10px 10px 0px 10px;
}

/* 最新情報 */
div#topics{width:350px; float:left;}
div#topics li{display:block; background:#f0f0f0; margin-top:5px; padding:3px 5px;}
div#topics p.date{color:#dc7878;}


/* お仕事情報 */
div#work{width:180px; float:left; display:inline; margin:5px 0 0 0;}
div#work img{}


/* バナー */
div#banner{width:180px; float:left;}
div#banner img{margin-bottom:10px;}



#main{
	float:right;
	width:580px;
	margin:15px 0 0 0;
}
/* サブメニュー */

ul#sub_m li{
	float:left;
	display:inline;
	margin:0;
	padding:0;
}

li#s_ov a{
	width:100px;
	height:30px;
	background-image: url(img/work_k_19ov.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	display:block;
}

li#s_ov a:hover{
	text-indent:-9999em;
	background-position: left bottom;
}

li.k_ov a{
	width:100px;
	height:30px;
	background-image: url(img/work_k_17ov.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	display:block;
}

li.k_ov a:hover{
	text-indent:-9999em;
	background-position: left bottom;
}

li.r_ov a{
	width:100px;
	height:30px;
	background-image: url(img/work_tab_r_ov.png);
	background-repeat: no-repeat;
	background-position: left top;
	display:block;
}

li.r_ov a:hover{
	text-indent:-9999em;
	background-position: left bottom;
}


div#main h3{
	color:#ffffff;
	font-size:12px;
	width:520px;
	height:22px;
	background-image: url(img/work_k_21.jpg);
	background-position: left top;
	clear:left;
	padding:8px 30px 0 30px;
	margin:10px 0 10px 0;
}


div.workL{
	width:370px;
	float:left
}

div.conL_recruit_01{
	width:300px;
	height:300px;
	padding:10px 0 0 10px;
	float:left
}

div.workBox dt{
	color:#333333;
	width:60px;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #961414;
	float:left;
	display:inline;
	padding:0 0 0 5px;
	margin:6px 0 -12px 0;
}

div.workBox dd{
	color:#333333;
	width:290px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #666666;
	float:left;
	display:inline;
	padding:6px 5px 5px 5px;
	margin:0 0 -12px 0;
}

div.line{
	height:4px;
	clear:left;
	margin:0 0 10px 0;
}

div.workR{
	width:190px;
	float:right;
	margin:5px 0 0 0;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #666666;
	display:inline;
	padding:2px 0 2px 10px;
}

div.conR_recruit_01{
	width:250px;
	height:300px;
	float:right;
	margin:5px 0 0 0;
	display:inline;
	padding:10px 10px 0px 10px;
	
/*	border:1px #666666 solid;*/	
}

p.comment{
	clear:left;
	width:568px;
	border: 1px solid #961414;
	padding:5px;
	margin:10px 0 0 0;
}

div.box_recruit_guidelines{
	width:560px;
	height:auto;
	margin:10px 0 20px 0;	
}

div.box_recruit_guidelines table{
	border-collapse: collapse;
}

div.box_recruit_guidelines th{
	width:130px;
	height:auto;
	text-align: center;
	vertical-align: top;
	padding: 10px 0px 20px 10px;
	background-color:#961414;
	color: #fff;
	font-size:1.1em;
	font-weight: bold;
}

div.box_recruit_guidelines th.t_start {
	border-top: 1px solid #961414;
	border-bottom: 1px solid #fff;
}

div.box_recruit_guidelines th.t_between {
	border-bottom: 1px solid #fff;

}

div.box_recruit_guidelines th.t_end{
	border-bottom: 1px solid #961414;

}

div.box_recruit_guidelines td{
	width:430px;
	height:auto;
	border-top: 1px solid #961414;
	border-right: 1px solid #961414;
	border-bottom: 1px solid #961414;
	text-align: left;
	vertical-align: top;
	padding: 10px 0px 20px 10px;
}


div.recruit_contact_link{
	clear:left;
	width:560px;
	height:150px;
	margin-top:20px;
	margin-bottom:40px;
}


div.recruit_flow_img{
	width:560px;
	height:100px;
	padding:10px 0 10px 0 ;
	margin:20px 0 20px 0;
}

div.recruit_flow_chart {
	width: 560px;
	height: auto;
	
	/*border: 1px solid #ffff00;/*黄色*/
}

div.box_rfc_step {
	width: 560px;
	height: auto;
	
	/*border: 1px solid #ff0000;/*赤色*/
}

div.rfc_title {
	widht:560px;
	height:auto;
	
	/*border: 1px solid #00ffff;/*水色*/
}

div.rfc_title div.title_img {
	float:left;
	widht:200px;
	height:auto;
	
	/*border: 1px solid #00ff00;/*緑色*/
}

div.rfc_title div.title_text {
	widht:350px;
	height:auto;
	padding:4px 0 0 0;
	margin-left: 180px;
	margin-bottom:6px;
	
	/*border: 1px solid #0000ff;/*青色*/
}

div.rfc_title div.title_text p {
	text-align: left;
	vertical-align: top;
	font-size:1.4em;
	color: #ff4500;
	font-weight: bold;
}

div.rfc_article {
	widht:560;
	height:auto;
	
	/*border: 1px solid #996633;/*茶色*/
}

div.rfc_article div.article_img {
	float:left;
	widht:200px;
	height:auto;
	margin-left:50px;
	
	/*border: 1px solid #993366;/*ワイン色*/
}

div.rfc_article div.article_text {
	widht:350px;
	height:60px;
	margin-left:180px;
	padding:10px 0 0 0;
	
	/*border: 1px solid #9932cc;/*紫色*/
}

div.rfc_article div.article_text {
	vertical-align: top;
	text-aligh:left;
	/*border: 1px solid #9932cc;/*紫色*/
}




p.top{
	width:90px;
	background-image: url(img/work_k_23.jpg);
	background-repeat: no-repeat;
	background-position: left 3px;
	padding:0 0 10px 12px;
	margin:10px 0 0 480px;
}


p.top a{
	color:#1496be;
	text-decoration:none;
}

p.top a:link{
	color:#1496be;
	text-decoration:none;
}

p.top a:visit{
	color:#1496be;
	text-decoration:none;
}

p.top a:hover{
	color:#1496be;
	text-decoration:underline;

}




/* CSSハック
---------------------------------------------------------------------- */

*:first-child+html div.workBox dt{
	margin:6px 0 0 0;
}

*:first-child+html div.workBox dd{
	padding:6px 5px 6px 5px;
	margin:0 0 0 0;
}


*:first-child+html div.workBox div.line{
	margin:-9px 0 5px 0;
}

*html div.workBox dt{
	margin:6px 0 0 0;
}

*html div.workBox dd{
	padding:6px 5px 4px 5px;
	margin:0 0 0 0;
}

*html div.workBox div.line{
	margin:-7px 0 0 0;
}

*:first-child+html  p.top{
	margin:10px 0 0 490px;
}

*html p.top{
	margin:10px 0 0 490px;
}


 body {
font-size:13px;
}

/* safari only ¥*/
html:¥66irst-child div.workBox dt{
	margin:6px 0 -10px 0;
}

/* safari only ¥*/
html:¥66irst-child div.workBox dd{
	padding:6px 5px 7px 5px;
	margin:0 0 -10px 0;
}


