@charset "shift_jis";


body {
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
	font-size: 75%;
	line-height: 2;
	color: #333333;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	background-position: top;
}

h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form{
	margin: 0px;
	padding: 0px;
}

ul{
	list-style-type: none;
}

img {
	border: none;
}

input,textarea,select {
	font-size: 1em;
}

form {
	margin: 0px;
}

table {
	border-collapse:collapse;
	font-size: 100%;
	border-spacing: 0;
}



/*リンク設定
---------------------------------------------------------------------------*/
a {
	color: #333333;
}
a:hover {
	color: #5B92D7;
	text-decoration: none;
}



/*コンテナー（HPを囲むボックス）
---------------------------------------------------------------------------*/
#container {
	text-align: left;
	width: 1078px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 5px;
	padding-left: 5px;
	background-image: url(images/container_bg.gif);	/*HP最上段にある色のついたボーダー*/
	background-repeat: repeat-y;
	padding-top: 1px;
	clear: left;
}



/*ヘッダー（サイト名ロゴとかが入っている上段のブロック）
---------------------------------------------------------------------------*/
#header {
	text-align: left;
	width: 1080px;
	margin-right: auto;
	margin-left: auto;
	height: 80px;
	position: relative;
}

/*h1タグ設定*/
#header h1 {
	font-size: 11px;	/*文字サイズ*/
	line-height: 14px;
	font-weight: normal;
	position: absolute;
	left: 10px;	/*ヘッダーのブロックに対して左から10pxに配置*/
	top: 10px;	/*ヘッダーのブロックに対して上から10pxに配置*/
}

/*サイト名ロゴ画像設定*/
#logo {
	position: absolute;
	left: 0px;	/*ヘッダーのブロックに対して左から0pxに配置*/
	bottom: 0px;/*ヘッダーのブロックに対して下から0pxに配置*/
}

/*電話番号画像設定*/
#tel {
	position: absolute;
	right: 0px;	/*ヘッダーのブロックに対して右から0pxに配置*/
	bottom: 0px;/*ヘッダーのブロックに対して下から0pxに配置*/
}



/*メインメニュー
---------------------------------------------------------------------------*/
ul#menu {
	background-image: url(images/menu_bg.gif);
	height: 67px;
	width: 1069px;
	padding-left: 19px;
	margin-right: auto;
	margin-left: auto;
}

ul#menu li {
	float: left;
}

ul#menu img {
	vertical-align: bottom;
}



/*トップページのスライドショー
---------------------------------------------------------------------------*/
#mainimg {
	background-image: url(images/mainimg_bg.gif);	/*スライドショー下の影*/
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 10px;
	position: relative;
	height: 250px;
	width: 1078px;
}

#mainimg .slide_file {
	display: none;
}

#slide_image {
	z-Index:2;
	position: absolute;
	left:0px;
	top:0px;
}

#slide_image2 {
	z-Index:1;
	position: absolute;
	left:0px;
	top:0px;
}



/*メインコンテンツ（右側）
---------------------------------------------------------------------------*/
#main {
	float: right;
	width: 710px;
	padding-top: 10px;
	padding-bottom: 50px;
	display: inline;
	margin-right: 10px;
}

#main h2 {
	font-size: 100%;
	line-height: 40px;
	color: #FFFFFF;
	background-image: url(images/h2bg.gif);	/*h2背景画像設定*/
	background-repeat: no-repeat;
	height: 40px;
	overflow: hidden;
	padding-left: 10px;
	background-color: #82A9D9;
	clear: both;
}

#main p {
	padding: 0.5em 10px 1em;
}



/*サイドコンテンツ（左側）
---------------------------------------------------------------------------*/
#side {
	float: left;
	width: 330px;
	padding-top: 10px;
	padding-bottom: 50px;
	display: inline;
	margin-left: 10px;
}

#side h3 {
	font-size: 100%;
	border: 3px double #bfbfbf;	/*２重線*/
	text-align: center;			/*文字をセンタリング*/
	background-image: url(images/h3bg.gif);	/*h3背景画像設定*/
	background-repeat: repeat-x;
	background-position: bottom;
	padding-top: 5px;
	padding-bottom: 5px;
}

#side p {
	padding-top: 0.5em;
	padding-bottom: 1em;
}

/*サイドメニュー
---------------------------------------------------------------------------*/
#side .sidemenu {
	margin-bottom: 1em;
}

#side .sidemenu li {
	background-image: url(images/sidemenu_bg.gif);	/*左側のアクセント画像*/
	background-repeat: no-repeat;
	background-position: left center;
}

#side .sidemenu a {
	display: block;
	width: 300px;
	border-bottom: 1px solid #bfbfbf;	/*下線*/
	text-decoration: none;
	padding: 5px 10px 5px 20px;
}

#side .sidemenu img {
	padding: 0px 0px 0px 0px;
	float:left;
}


#side .sidemenu a:hover {
	background-color: #e8f1fb;	/*カーソルオーバー時の背景色*/
}




/*フッターメニュー
---------------------------------------------------------------------------*/
ul#footermenu {
	clear: both;
	text-align: center;
	width: 100%;
}

ul#footermenu li {
	display: inline;
	padding-right: 5px;
	padding-left: 5px;
}




/*フッター（コピーライトとか入っている最下部ブロック）
---------------------------------------------------------------------------*/
#footer {
	text-align: center;
	background-image: url(images/footer_bg.gif);
	background-repeat: no-repeat;
	background-position: top;
	margin-right: auto;
	margin-left: auto;
	width: 1080px;
	padding: 40px 4px 20px;
}





/*メインコンテンツ内の「What's New」部分
---------------------------------------------------------------------------*/
#main dl.new {
	width: 700px;			/*What's Newボックスの幅*/
	height: 140px;			/*What's Newボックスの高さ*/
	overflow: auto;
	padding: 10px 0px 10px 10px;
	margin-right: auto;
	margin-left: auto;
}

#main dl.new dt {
	font-weight: bold;	/*日付の色を太字にする*/
}

#fontsize-L {
	font-size: 16px;
}




/*物件一覧（横長）ボックス
---------------------------------------------------------------------------*/
.box {
	overflow: hidden;
	padding: 5px;	/*ボックス内の余白*/
	border-top: 1px solid #bfbfbf;		/*ボックスの上の線*/
	border-right: 1px solid #bfbfbf;	/*ボックスの右の線*/
	border-bottom: 1px solid #bfbfbf;	/*ボックスの下の線*/
	border-left: 5px solid #5B92D7;		/*ボックスの左の線*/
	margin-bottom: 1em;
	width: 674px;
	margin-right: auto;
	margin-left: auto;
}

/*写真の配置設定*/
.box img {
	float: left;
	width: 150px;	/*配置する写真に合わせてここは変更する*/
}

/*h3見出し設定*/
.box h3 {
	font-size: 100%;
	color: #055723;	/*文字色*/
	padding-left: 160px;	/*左の写真サイズに合わせてここは調整*/
}
.box h3 a {
	color: #5B92D7;	/*リンクにした際に色が黒に戻らないように設定*/
}

.box p {
	padding: 0px 0px 0px 160px !important;	/*左の写真サイズに合わせてここは調整*/
}

.box.osusume {
	background-image: url(images/boxbg_osusume.gif);	/*「おすすめ物件」画像指定*/
	background-repeat: no-repeat;						/*画像をリピートしない*/
	background-position: right bottom;					/*画像を右下に配置*/
}

.box.sumi {
	background-image: url(images/boxbg_sumi.gif);		/*「ご契約済み」画像指定*/
	background-repeat: no-repeat;						/*画像をリピートしない*/
	background-position: right bottom;					/*画像を右下に配置*/
}



/*物件一覧（ミニサイズ）ボックス
---------------------------------------------------------------------------*/
.boxmini {
	overflow: auto;
	padding: 5px;		/*ボックスの左の線*/
	margin-bottom: 1em;
	border: 1px solid #bfbfbf;
	width: 150px;
	height: 230px;
	float: left;
	margin-left: 10px;
	margin-right: 2px;
	display: inline;
}

/*h3見出し設定*/
.boxmini h3 {
	font-size: 100%;
	color: #055723;	/*文字色*/
}
.boxmini h3 a {
	color: #5B92D7;	/*リンクにした際に色が黒に戻らないように設定*/
}

.boxmini p {
	padding: 0px !important;
	font-size: 12px;
	line-height: 1.6;
}

.boxmini.osusume {
	background-image: url(images/boxbg_osusume.gif);	/*「おすすめ物件」画像指定*/
	background-repeat: no-repeat;						/*画像をリピートしない*/
	background-position: right bottom;					/*画像を右下に配置*/
}

.boxmini.sumi {
	background-image: url(images/boxbg_sumi.gif);		/*「ご契約済み」画像指定*/
	background-repeat: no-repeat;						/*画像をリピートしない*/
	background-position: right bottom;					/*画像を右下に配置*/
}


/*テーブル（物件詳細ページや会社概要で使っているテーブル）
---------------------------------------------------------------------------*/
.ta1 {
	width: 710px;
	font-size: 16px;
	line-height: 150%;
}

.ta1, .ta1 td, .ta1 th{
	border: 1px solid #5B92D7;
}

.ta1 td, .ta1 th{
	padding: 5px;	/*テーブル内の余白*/
}

.ta1 th{
	background-color: #e8f1fb;	/*左側thタグの背景色*/
	width: 150px;				/*左側thタグの幅*/
	text-align: center;
}

/*テーブル（採用情報の募集要項で上部の小阪次長のところで使っているテーブル）
---------------------------------------------------------------------------*/
.ta9 {
	width: 700px;
	border:none;
	font-size: 16px;
	line-height: 150%;
}

.ta9 td{
	padding: 5px;	/*テーブル内の余白*/
}

/*テーブル（採用TOP　募集職種のボタンのところ）
---------------------------------------------------------------------------*/
.ta7 {
	width: 1030px;
	border:none;
	font-size: 16px;
	line-height: 150%;
	margin-top: 15px;
	margin-bottom: 10px;
}

.ta7 td{
	padding: 0px;	/*テーブル内の余白*/
	text-align: center;
}

/*テーブル（募集一覧の下の募集職種のところ）
---------------------------------------------------------------------------*/
.ta8 {
	width: 720px;
	border:none;
	font-size: 16px;
	line-height: 150%;
}

.ta8 td{
	padding: 5px;	/*テーブル内の余白*/
	text-align: center;
}


/*テーブル（採用情報　社員インタビューのテーブル）
---------------------------------------------------------------------------*/
.ta3 {
	width: 700px;
}

.ta3, .ta3 td{
	border: 0px;
}

.ta3 th{
	border: 1px solid #5B92D7;
	text-align: left;
	font-size: 14px;
	padding: 5px;
	
}

.ta3 th{
	background-color: #e8f1fb;	/*thタグの背景色*/
}


/*インタビュー内のＱＡ
---------------------------------------------------------------------------*/
.ta3 {
	width: 700px;
	border: 0px;
}

/*インタビュー内の画像
---------------------------------------------------------------------------*/
img.img-left{
	float:left;
	margin-right: 5px;
	}

img.img-right{
	float:right;
	margin-left: 5px;
	}


/*テーブル（採用情報　TOPページ　社員インタビューの３つのテーブル）
---------------------------------------------------------------------------*/
.ta_saiyo_top {
	width: 342px;
	text-align: left;
	font-size: 14px;
	padding: 0px;
}

.ta_saiyo_top img {
	margin: 5px 5px 5px 5px;
}

.ta_saiyo_top_td {
	border-bottom: solid 1px #5B92D7;
}

/*その他
---------------------------------------------------------------------------*/
.color1 {
	color: #FF0000;
}

.look {
	background-color: #E4E4E4;
}

.mb1em {
	margin-bottom: 1em;
}

.clear {
	clear: both;
}

/*画像回り込み
---------------------------------------------------------------------------*/

.hiro-left,
.hiro-right {
   overflow: hidden;
   height: auto;

}
 
.hiro-left img {
   float: left;
   margin: 0 15px 0 0 !important;
   padding: 0 !important;
   border: 1px #aaaaaa solid;
}
 
.hiro-right img {
   float: right;
   margin: 0 0 0 15px !important;
   padding: 0 !important;
   border: 1px #aaaaaa solid;
}
 
.hiro-left p,
.hiro-right p {
   overflow: hidden;
   height: auto;
}



/*メインコンテンツ（採用トップページ）
---------------------------------------------------------------------------*/
.main2 {
	clear: both;
	/*float: center;*/
	width: 1058px;
	padding-top: 15px;
	padding-bottom: 0px;
	display: block;
	margin-left: 10px;
	border: solid 0px #777777;
	word-wrap:normal;
	word-wrap:break-word;
}

#saiyo_box_00 {
	width: 1040px;
	padding-top: 0px;
	border: 2px solid #ffa800;
	background-color: #ffffff;
}

#saiyo_box_01 {
	float: left;
	width: 342px;
	height: 165px;
	padding-top: 5px;
	padding-bottom: 5px;
	display: inline;
	margin-left: 4px;
	border: 1px solid #5B92D7;
	word-wrap:normal;
	word-wrap:break-word;
	background-color: #e8f1fb;
}
#saiyo_box_02 {
	float: left;
	width: 342px;
	height: 165px;
	padding-top: 5px;
	padding-bottom: 5px;
	display: inline;
	margin-left: 9px;
	border: 1px solid #5B92D7;
	word-wrap:normal;
	word-wrap:break-word;
	background-color: #e8f1fb;
}
#saiyo_box_03 {
	float: left;
	width: 342px;
	height: 165px;
	padding-top: 5px;
	padding-bottom: 5px;
	display: inline;
	margin-left: 9px;
	border: 1px solid #5B92D7;
	word-wrap:normal;
	word-wrap:break-word;
	background-color: #e8f1fb;
}

#saiyo_box_04 {
	float: left;
	width: 518px;
	padding-top: 5px;
	padding-bottom: 5px;
	display: inline;
	margin-left: 4px;
	border: 1px solid #5B92D7;
	word-wrap:normal;
	word-wrap:break-word;
	background-color: #ffffff;
}

#saiyo_box_05 {
	float: left;
	width: 518px;
	padding-top: 5px;
	padding-bottom: 5px;
	display: inline;
	margin-left: 10px;
	border: 1px solid #5B92D7;
	word-wrap:normal;
	word-wrap:break-word;
	background-color: #ffffff;
}

.saiyo_box_06 {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}


/*採用情報　募集要項　応募から勤務までの流れ
---------------------------------------------------------------------------*/

table.oubo-kinmu {
    width: 680px;
    margin: 0 auto;
    border-collapse: separate;
    border-spacing: 0px 15px;
    font-size: 12px;
}
 
table.oubo-kinmu th,
table.oubo-kinmu td {
    padding: 10px;
}
 
table.oubo-kinmu th {
    background: #0160d6;
    vertical-align: middle;
    text-align: center;
    width: 150px;
    overflow: visible;
    position: relative;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
}
 
table.oubo-kinmu th:after {

/*
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-left-color: #295890;
    border-width: 10px;
    margin-top: -10px;
*/


    top: 100%;
    left: 50%;
    border: 10px solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    border-top-color: #004499;
    margin-left: -10px;


}
 
table.oubo-kinmu td {
    background: #cfe5ff;
    width: 530px;
    padding-left: 20px;
    text-align: left;
    font-size: 15px;
line-height: 180%;
}

.hidari {
  float: left;
  margin-right: 2em;
  margin-bottom: 1em;
border:solid 1px #ccc;padding:4px;
background: #ffffff;
}

.migi {
  float: right;
  margin-left: 2em;
  margin-bottom: 1em;
border:solid 1px #ccc;padding:4px;
background: #ffffff;
}

.mannnaka {
text-align: center;
border:solid 1px #ccc;padding:4px;
background: #ffffff;
border:solid 1px #ccc;padding:4px;
background: #ffffff;
}



/*テーブル（採用情報　求人詳細テーブル）
---------------------------------------------------------------------------*/
.ta-yoko-syosai {
	width: 700px;
	margin-bottom: 5px;
}

.ta-yoko-syosai th{
	border-bottom: medium solid #5271C6;
	text-align: center;
	font-size: 20px;
	padding: 5px;
	font-weight: bold;
	background-color: #e8f1fb;	/*thタグの背景色*/
}

.ta-yoko-syosai-shigoto {
	width: 700px;
	border-collapse: separate;
	border-spacing: 15px;
}

.ta-yoko-syosai-shigoto-migi {
	text-align: left;
	font-size: 15px;
	padding: 10px;
	background-color: #e8f1fb;
	line-height: 140%;
}

.ta-yoko-syosai-shigoto-shita {
	text-align: left;
	font-size: 13px;
	padding: 10px;
	background-color: #e8f1fb;
	line-height: 140%;
}

.yoko-syosai {
	text-align: center;
	font-size: 16px;
	background-color: #e8f1fb;
	width: 145px;
}

.yoko-syosai-small {
	text-align: center;
	font-size: 12px;
	background-color: #e8f1fb;
	width: 145px;
}

.yoko-syosai-text-small {
	font-size: 12px;
	line-height: 140%;
}

.yoko-syosai-img {
	text-align: center;
	font-size: 14px;
	background-color: #ffffff;
	width: 250px;
}
.yoko-syosai-caption {
	text-align: left;
}
.shadow {
    margin-top: 5px; /* 画像の上の余白*/
    margin-bottom: 5px; /* 画像の下の余白*/
    display: inline-block; 
    box-shadow: 0px 5px 15px -5px rgba(0, 0, 0, 0.8); /*横方向　下方向　ぼかし　広がり　色 */
}


.jitai-syosai {
	background: #FBF8EF;
}

/*求人404エラー
---------------------------------------------------------------------------*/
#param {
	text-align: center;
	font-size: 20px;
	padding: 5px;
	font-weight: bold;
}



/*辞退フォーム　案件一覧ページ　2023年10月20日追加
---------------------------------------------------------------------------*/
.jitai_area {
    padding: 0px;
    border: 1px solid;
    border-color: #aaaaaa;
}

.jitai_table {
    background-color: #fffdd0;
}



.jitai_form {
    width: 100%;
}

.jitai_form th {
    text-align: center;
    padding: 5px;
    background-color: #ffbf00;
}

.jitai_form td {
    padding: 5px;
}

.jitai_table_name td {
    padding-top: 15px;
}

.jitai_table_riyu td {
    padding-bottom: 15px;
}

.jitai_table_buttan td {
    text-align: center;
    padding: 5px;
    padding-top: 10px;
    background-color: #f5da81;
}



.ta-jitai {
	width: 710px;
	font-size: 16px;
	line-height: 150%;
}

.ta-jitai, .ta-jitai td, .ta-jitai th{
	border: 1px solid #00e100;
}

.ta-jitai td, .ta-jitai th{
	padding: 5px;	/*テーブル内の余白*/
}

.ta-jitai td{
	background-color: #e2ffe2;	
	text-align: center;
}

.jitai-setsumei {
	text-align: center;
}

.jitai-kochirabotan a {
	padding: 10px;
	color: #ffffff;
	background-color: #107c41;
	font-weight: bold;
	text-decoration: none;
}

.jitai-kochirabotan {
	margin: 15px;

}


/*採用サンクスページの漫画　2023年10月27日追加
---------------------------------------------------------------------------*/

.manga-mensetsu img {
	margin-bottom: 35px;
	border: 1px solid #666666;
	filter: drop-shadow(0px 5px 5px #aaa);

}



/*イラストを入れてみる　2024年03月25日追加
---------------------------------------------------------------------------*/



@media screen and (min-width: 1500px) {
/* ここに横幅が1500pxより大きい時に発動するスタイルを記述 */

	.irasuto-migi {
		position:fixed;
		right:30px;
		bottom:10px;
		z-index: 3;
	}

	.irasuto-migi img{
		filter: drop-shadow(-5px 8px 8px #777);
	}

	.irasuto-hidari {
		position:fixed;
		left:10px;
		bottom:10px;
		z-index: 4;
	}

	.irasuto-hidari img{
		filter: drop-shadow(-5px 8px 8px #777);
	}

}

