@charset "Shift_JIS";

/*----------------------------------------------------
デフォルトの定義
----------------------------------------------------*/

html {
	height: 100%;
	text-align: center;
}

body {
	height: 100%;
	text-align: left;
	margin: 0 auto;
}

* html div#container {
	height: 100%;
}

div#container {		/* コンテナ（コンテンツとフッターを含むサイトの構成要素すべてを囲む） */
	width: 930px;	/* サイトの横幅を入力 */
	margin: 0px auto;
	position: relative;
	min-height: 100%;
}

body > #container {
	height: auto;
}



/*----------------------------------------------------
レイアウトの定義
----------------------------------------------------*/


/* フッター */
#footer {
	bottom: 0px;
	width: 100%;
	height: 100px;
}


/*------------------------------------
以下、コンテンツ内の要素
------------------------------------*/

/* ヘッダー */
#header {
	width: 930px;
}

/* サイドナビ --いずれかを選択 */
#second-contents{
    background:url(../img/second_bg.gif) repeat-y;
}


#left-navi {
	float: left;
	width: 220px;
}


#right-main {
    position:relative;
	float: right;
	width: 710px;
}

#mid-main { /* ３段組の時に使用 */
	float: left;
	width: 380px;
	background-color: #FFFFCC;
}


/*------------------------------------
トップページレイアウト
------------------------------------*/

#top-main{
	float: left;
	width: 620px;
}


#top-right{
	float: right;
	width: 270px;
}




/*------------------------------------
ヘッダー
------------------------------------*/

#header h1 span, #btn-entry span{
    display:none;
}

#header h1 {
    float:left;
    margin:25px 0px 15px 10px;
}

#header #btn-entry{
    float:right;
}

#header #btn-entry a{
    display:block;
	background:url(../img/btn_entry.jpg) no-repeat;
	width:174px;
	height:66px;
}

#header #btn-entry a:hover{
	background:url(../img/btn_entry_s.jpg) no-repeat top;
}

/*エントリー*/
#entry{
    width:760px;
	margin: 0px auto;
}



#header-entry {
	width: 760px;
	position:relative;
}

#header-entry .close span{
    display:none;
}

#header-entry .close a{
    background:url(../../entry/img/entry_close.jpg) no-repeat;
	display:block;
	width:45px;
	height:11px;
	position:absolute;
	top:6px;
	left:709px;
}

#header-entry .close a:hover{
    background:url(../../entry/img/entry_close_s.jpg) no-repeat;
}


#header-entry span{
    display:none;
}

#header-entry h1 {
    float:left;
    margin:25px 0px 15px 10px;
}

.img-1{
    background:url(../../entry/img/entry_img_01.jpg) no-repeat;
	width:760px;
	height:812px;
	position:relative;
}

.img-1 #txt01{
    position:absolute;
	width:760px;
	top:60px;
	left:0px;
	display:none;
	text-align:center;
}

.img-1 #txt02{
    position:absolute;
	width:760px;
	display:none;
	text-align:center;
	top:115px;
	left:0px;
}

.img-2{
    background:url(../../entry/img/entry_img_02.jpg) no-repeat;
	width:760px;
	height:320px;
	position:relative;
}

.img-2 #txt01{
    position:absolute;
	width:760px;
	top:20px;
	left:0px;
	display:block;
	text-align:center;
}

.img-2 #txt02{
    position:absolute;
	width:760px;
	top:90px;
	left:0px;
	display:block;
	text-align:center;
}

.img-2 #txt03{
    position:absolute;
	width:760px;
	top:160px;
	left:0px;
	display:block;
	text-align:center;
}

#btn-entry2 span{
    display:none;
}

#btn-entry2 a{
    background:url(../../entry/img/btn_entry2.jpg) no-repeat;
	position:absolute;
	top:226px;
	left:258px;
	display:block;
	width:268px;
	height:44px;
}

#btn-entry2 a:hover{
    background:url(../../entry/img/btn_entry2_s.jpg) no-repeat;
}

.img-3{
    background:url(../../entry/img/entry_footer.gif) no-repeat;
	width:760px;
	height:35px;
}



/*グローバルナビ*/

#g-navi{
	float:left;
	width:930px;
	height:39px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #000000;
}

.g-navi-line{
    background-color:#000000;
	width:930px;
	height:2px;
	float:left;
}


#g-navi ul li{
    float:left;
}

#g-navi ul li span{
    display:none;
}

#g-navi-01 a{
    display:block;
	background:url(../img/g_navi_01.jpg) no-repeat;
	width:160px;
	height:39px;
}


#g-navi-01 a:hover{
	background:url(../img/g_navi_01_s.jpg) no-repeat;
}

#g-navi-01-2 a{
    display:block;
	background:url(../img/g_navi_01_s.jpg) no-repeat;
	width:160px;
	height:39px;
}

#g-navi-02 a{
    display:block;
	background:url(../img/g_navi_02.jpg) no-repeat;
	width:112px;
	height:39px;
}

#g-navi-02 a:hover{
	background:url(../img/g_navi_02_s.jpg) no-repeat;
}

#g-navi-02-2 a{
    display:block;
	background:url(../img/g_navi_02_s.jpg) no-repeat;
	width:112px;
	height:39px;
}


#g-navi-03 a{
    display:block;
	background:url(../img/g_navi_03.jpg) no-repeat;
	width:123px;
	height:39px;
}

#g-navi-03 a:hover{
	background:url(../img/g_navi_03_s.jpg) no-repeat;
}

#g-navi-03-2 a{
    display:block;
	background:url(../img/g_navi_03_s.jpg) no-repeat;
	width:123px;
	height:39px;
}

#g-navi-04 a{
    display:block;
	background:url(../img/g_navi_04.jpg) no-repeat;
	width:112px;
	height:39px;
}

#g-navi-04 a:hover{
	background:url(../img/g_navi_04_s.jpg) no-repeat;
}

#g-navi-04-2 a{
    display:block;
	background:url(../img/g_navi_04_s.jpg) no-repeat;
	width:112px;
	height:39px;
}

#g-navi-05 a{
    display:block;
	background:url(../img/g_navi_05.jpg) no-repeat;
	width:112px;
	height:39px;
}

#g-navi-05 a:hover{
	background:url(../img/g_navi_05_s.jpg) no-repeat;
}

#g-navi-05-2 a{
    display:block;
	background:url(../img/g_navi_05_s.jpg) no-repeat;
	width:112px;
	height:39px;
}

#g-navi-06 a{
    display:block;
	background:url(../img/g_navi_06.jpg) no-repeat;
	width:112px;
	height:39px;
}

#g-navi-06 a:hover{
	background:url(../img/g_navi_06_s.jpg) no-repeat;
}

#g-navi-06-2 a{
    display:block;
	background:url(../img/g_navi_06_s.jpg) no-repeat;
	width:112px;
	height:39px;
}

#g-navi-07 a{
    display:block;
	background:url(../img/g_navi_07.jpg) no-repeat;
	width:112px;
	height:39px;
}

#g-navi-07 a:hover{
	background:url(../img/g_navi_07_s.jpg) no-repeat;
}

#g-navi-07-2 a{
    display:block;
	background:url(../img/g_navi_07_s.jpg) no-repeat;
	width:112px;
	height:39px;
}

#g-navi-08 a{
    display:block;
	background:url(../img/g_navi_08.jpg) no-repeat;
	width:87px;
	height:39px;
}

#g-navi-08 a:hover{
	background:url(../img/g_navi_08_s.jpg) no-repeat;
}

#g-navi-08-2 a{
    display:block;
	background:url(../img/g_navi_08_s.jpg) no-repeat;
	width:87px;
	height:39px;
}

/*パンクズ*/

#p-list{
	background-image:url(../img/home.gif);
	background-repeat:no-repeat;
	background-position: 10px 7px;
	width:930px;
	height:28px;
}

#p-list .inner {
    padding:5px 0px 3px 25px;
}



/*------------------------------------
トップコンテンツ左
------------------------------------*/

#top-main-l{
	float:left;
	width:299px;
	border-left-width:1px;
	border-left-color:#cccccc;
	border-left-style: solid;
}

#top-main-l h3,#top-main-r h3 {
    padding-left:5px;
}


#top-main-l .inner{
    padding-left:4px;
}

#top-main-r{
	float:right;
	width:299px;
	border-left-width:1px;
	border-left-color:#cccccc;
	border-left-style: solid;
}

#top-main-r .inner{
    padding-left:4px;
}

#top-main-l ul li span,#top-main-r ul li span{
    display:none;
}

#top-menu-01 p,#top-menu-02 p,#top-menu-03 p,#top-menu-04 p,#top-menu-05 p,#top-menu-06 p,#top-menu-07 p,#top-menu-08 p{
	padding:30px 5px 0px 50px;
}

#top-menu-01 a{
    display:block;
	width:295px;
	height:50px;
    background:url(../img/top_menu_01.jpg) no-repeat;
}

#top-menu-01 a:hover{
    background:url(../img/top_menu_01_s.jpg) no-repeat;
}

#top-menu-02 a{
    display:block;
	width:295px;
	height:50px;
    background:url(../img/top_menu_02.jpg) no-repeat;
}

#top-menu-02 a:hover{
    background:url(../img/top_menu_02_s.jpg) no-repeat;
}

#top-menu-03 a{
    display:block;
	width:295px;
	height:50px;
    background:url(../img/top_menu_03.jpg) no-repeat;
}

#top-menu-03 a:hover{
    background:url(../img/top_menu_03_s.jpg) no-repeat;
}

#top-menu-04 a{
    display:block;
	width:295px;
	height:50px;
    background:url(../img/top_menu_04.jpg) no-repeat;
}

#top-menu-04 a:hover{
    background:url(../img/top_menu_04_s.jpg) no-repeat;
}

#top-menu-05 a{
    display:block;
	width:295px;
	height:50px;
    background:url(../img/top_menu_05.jpg) no-repeat;
}

#top-menu-05 a:hover{
    background:url(../img/top_menu_05_s.jpg) no-repeat;
}

#top-menu-06 a{
    display:block;
	width:295px;
	height:50px;
    background:url(../img/top_menu_06.jpg) no-repeat;
}

#top-menu-06 a:hover{
    background:url(../img/top_menu_06_s.jpg) no-repeat;
}

#top-menu-07 a{
    display:block;
	width:295px;
	height:50px;
    background:url(../img/top_menu_07.jpg) no-repeat;
}

#top-menu-07 a:hover{
    background:url(../img/top_menu_07_s.jpg) no-repeat;
}

#top-menu-08 a{
    display:block;
	width:295px;
	height:50px;
    background:url(../img/top_menu_08.jpg) no-repeat;
}

#top-menu-08 a:hover{
    background:url(../img/top_menu_08_s.jpg) no-repeat;
}



/*------------------------------------
トップコンテンツ右
------------------------------------*/

#top-right ul li span{
    display:none;
}

#top-banner-01 p{
	padding:30px 5px 0px 50px;
}

#top-banner-01 a{
    display:block;
	width:270px;
	height:50px;
    background:url(../img/top_banner_01.jpg) no-repeat;
}

#top-banner-02 p{
	padding:30px 5px 0px 50px;
}

#top-banner-02 a{
    display:block;
	width:270px;
	height:50px;
    background:url(../img/top_banner_02.jpg) no-repeat;
}


#top-banner-s-01{
    float:left;
}

#top-banner-s-02{
    float:right;
}


#top-banner-s-01 a{
    display:block;
	width:130px;
	height:45px;
    background:url(../img/top_banner_s_01.jpg) no-repeat;
}



#top-banner-s-02 a{
    display:block;
	width:130px;
	height:45px;
    background:url(../img/top_banner_s_02.jpg) no-repeat;
}


.info_box {
	width: 270px;
	height: 70px;
	overflow:auto; 
	background-color:#FFffff;
	
}

.info_box_inner {
	padding:5px;
}

.info_box2 {
	width: 260px;
	height: 70px;
	overflow:auto; 
	background-color:#FFffff;
	
}


/*▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼----------------------------------------------------
第二階層
▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼----------------------------------------------------*/

#left-navi .inner{
    padding:10px;
}

.image-area span{
    display:none;
}

#right-main-inner{
    padding:0px 30px 0px 30px;
}


/*------------------------------------
第二階層左メニュー
------------------------------------*/

#voice-menu{
}

#voice-menu li{
	margin-bottom:5px;
}

.arrow-bar1-b a{
    background:url(../img/arrow_bar1.jpg) 0px 5px no-repeat;
	display:block;
	width:180px;
	padding-left:20px;
}

.arrow-bar1-b a:hover{
    background:url(../img/arrow_bar1_s.jpg) 0px 5px no-repeat;
}






.arrow-bar1 a{
    background:url(../img/arrow_bar1.jpg) 0px 5px no-repeat;
	display:block;
	width:180px;
	padding-left:20px;
}

.arrow-bar1 a:hover{
    background:url(../img/arrow_bar1_s.jpg) 0px 5px no-repeat;
}

.arrow-bar1-s{
    background:url(../img/arrow_bar1_s.jpg) 0px 5px no-repeat;
	display:block;
	width:180px;
	padding-left:20px;
}

.arrow-bar1-non{
    background:url(../img/arrow_bar1.jpg) 0px 5px no-repeat;
	padding-left:20px;
}

.arrow-bar2 a{
    padding-left:15px;
    background:url(../img/arrow_bar2.jpg) 0px 5px no-repeat;
    text-indent:10px;
}

.arrow-bar2 a:hover{
    background:url(../img/arrow_bar2_s.jpg) 0px 5px no-repeat;
}

.arrow-bar2-s span{
    padding-left:15px;
    background:url(../img/arrow_bar2_s.jpg) 0px 5px no-repeat;
	text-indent:10px;
}

/*------------------------------------
従業員紹介
------------------------------------*/

.voice-img {
    float:left;
	width:216px;
    padding-right:1px;
}

.voice-img img{
    float:left;
    padding:0px 1px 1px 0px;
}

.voice-img2 {
    float:left;
	width:215px;
}

.voice-img2 img{
    float:left;
    padding:0px 1px 1px 0px;
}

.interview-menu{
    width:100px;
}

.interview-menu li{
    margin-bottom:5px;
	}


.interview-menu li a{
    display:block;
	height:14px;
	text-indent:10px;
	text-align:left;
	background-image: url(../img/arrow_voice.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}


.right-img img{
    float:right;
	padding:0px 0px 10px 10px;
}

.left-img img{
    float:left;
	padding:0px 10px 10px 0px;
}

.voice-table {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}

/*.voice-table td{
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
*/


.voice-table .item01{
	width:65px;
	background-color:#CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

.voice-table .item02{
    text-align:center;
	width:190px;
	background-color:#f4f4f4;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}

.voice-table .item02 p{
	padding:10px;
}

.voice-table .item03{
	width:391px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}

.voice-table .item03 p{
    padding:10px;
}

.voice-table .item04{
	width:65px;
	background-color:#CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
}

/*------------------------------------
職種紹介
------------------------------------*/

#category-01{
    background:url(../../category/img/category_01.jpg) no-repeat;
    width:650px;
    height:120px;
}

#category-01 p{
    padding:30px 220px 0px 10px;
}

#category-02{
    background:url(../../category/img/category_02.jpg) no-repeat;
    width:650px;
    height:120px;
}

#category-02 p{
    padding:30px 220px 0px 10px;
}

#category-03{
    background:url(../../category/img/category_03.jpg) no-repeat;
    width:650px;
    height:120px;
}

#category-03 p{
    padding:30px 220px 0px 10px;
}

#category-01 span,#category-02 span,#category-03 span{
    display:none;
}



/*------------------------------------
業務紹介
------------------------------------*/

#case-title{
    padding:6px 10px 5px 10px;
    width:630px;
    background-color:#000000;
}

.business-box{
    background:url(../../business/img/business_box_03.gif) repeat-y;
}

.business-box .box-img{
    float:left;
    padding:0px 5px 0px 5px;
}

.business-box2{
    background:url(../../business/img/business_box2_03.gif) repeat-y;
}

.business-box2 .box-img{
    float:left;
    padding:0px 5px 0px 5px;
}


.business-bg{
    background:url(../../business/img/business_arrow_bg.jpg) repeat-y;
}

/*------------------------------------
キャリア
------------------------------------*/

.career-menu{
    position:absolute;
    width:155px;
	top:40px;
	right:0;
}

.career-menu li{
	padding-bottom:5px;
}


.career-menu li a{
    display:block;
	height:14px;
    background:url(../img/arrow_voice.gif) no-repeat 0px 0px;
	text-indent:10px;
	text-align:left;
}

/*------------------------------------
キャリア
------------------------------------*/

.faq{
    border-bottom-color:#CCCCCC;
    border-bottom-style:solid;
    border-bottom-width:1px;
}

.faq-bg{
    position:relative;
    background: url(../../faq/img/faq_bg.gif) repeat-x;
	height:42px;
}

.faq-q{
    position:absolute;
	top:0px;
	left:17px;
}

.faq-bg p{
	padding:0px 0px 0px 24px;
}

.faq-a p{
	padding:15px 15px 15px 24px;
}


/*------------------------------------
ページトップ
------------------------------------*/

.pagetop {
    width:920px;
	text-align:right;
}

.pagetop span{
    display:none;
}

.pagetop a{
    float:right;
    display:block;
    background:url(../img/pagetop.jpg) no-repeat;
	width:48px;
	height:9px;
}

.pagetop a:hover{
    background:url(../img/pagetop_s.jpg) no-repeat;
}


.pagetop2 {
    width:650px;
	text-align:right;
}

.pagetop2 span{
    display:none;
}

.pagetop2 a{
    float:right;
    display:block;
    background:url(../img/pagetop.jpg) no-repeat;
	width:48px;
	height:9px;
}

.pagetop2 a:hover{
    background:url(../img/pagetop_s.jpg) no-repeat;
}

/*----------------------------------------------------
ライン
----------------------------------------------------*/

.line-y-dot{
    display:block;
    background:url(../img/line_y_dot.gif) repeat-x;
    width:100%;
    height:1px;
}



/*----------------------------------------------------
フッター
----------------------------------------------------*/

#footer-p{
    position:relative;
    width:930px;
	height:35px;
	background:url(../img/footer_p_bg.gif) repeat-x;
}

#footer-p .inner{
    padding:11px 0px 0px 15px;
}

#footer-p #footer-entry{
    position:absolute;
	top:10px;
	left:770px;
}

#footer-p #footer-entry a{
    display:block;
	width:145px;
	height:15px;
    background:url(../img/btn_entry2.jpg) no-repeat;
}

#footer-p #footer-entry a:hover{
    background:url(../img/btn_entry2_s.jpg) no-repeat;
}

#footer-p #footer-entry span{
    display:none;
}

#footer-p-home{
    display:block;
	height:12px;
    background:url(../img/home2.gif) no-repeat 0px 3px;
	padding-left:15px;
}


#footer2{
    width:930px;
	background-color:#f4f4f4;
}

#footer2 .inner{
    padding:15px;
}

#footer2 .inner2{
    padding:0px 15px 15px 15px;
}

#footer2 ul li{
	margin-bottom: 3px;
}

.footer-menu{
    float:left;
    width:180px;
}

.footer-menu-s,.footer-menu-s2{
    margin-left:3px;
}

.footer-menu-s a{
    display:block;
	height:100%;
    text-indent:13px;
	background-image: url(../img/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
}

.footer-menu-s2{
	background-image: url(../img/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 7px;
}


#footer3{
	position:relative;
	background:url(../img/footer_bottom_bg.gif) repeat-x;
	width:930px;
	height:60px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}

#footer3 ul li{
    padding-bottom:2px;
}

#footer3 ul li a{
    display:block;
	width:280px;
	}


#footer3 .inner{
    padding:10px 15px 0px 15px;
}

#footer3 img{
    position:absolute;
    top:20px;
    left:280px;
}

#footer4{
    position:relative;
	width:930px;
}

#footer4 .inner{
    padding:10px 15px 15px 15px;
}

#footer4 ul li{
    display:inline;
}

#footer4 img{
    position:absolute;
    top:15px;
    left:495px;
}

/*----------------------------------------------------
その他の定義
----------------------------------------------------*/

/* 親要素でfloatを解除する .clearfix 開始 */
.clearfix:after {		/* IE以外のブラウザ用 */
	content: ".";		/* 新しい要素を作る */
	display: block;		/* 新しい要素をブロックレベル要素に */
	clear: both;		/* ブロックレベル要素をクリア */
	height: 0;			/* 高さを0pxに */
	visibility: hidden;	/* 表示しない */
}

.clearfix {				/* 要素の幅か高さを指定した場合，floatした子要素の高さも含めて算出するIEのバグを利用 */
	min-height: 1%;	/* IE7用 */
}

* html .clearfix {
	height: 1%;				/* IE6以前用 前行のimportantによってIE6以前にもmin-heigtと同じ動作をさせる */
}

/* Mac IE5.x用 Mac IE5.xのみ読んでしまうコメントアウトの書き方でinline-tableを当てる */
/*\*//*/
.clearfix{
  display:inline-table;
}
/**/
/* 親要素でfloatを解除する .clearfix 終了 */
	
.case-pdf{
    position:relative;
	width:650px;
}


.pdf-dl {
	font-size:69%;
	line-height:135%;
	text-align: left;
}

.pdf-dl2 {
	position: absolute;
	top: 38px;
	right: 0;
	font-size:69%;
	line-height: 135%;
	text-align: left;
}

.pdf-dl3 {
	position: absolute;
	top: 55px;
	right: 0;
	font-size:69%;
	line-height: 135%;
	text-align: left;
}



