@charset "UTF-8";


/* ================================================================================ */
/*                                                                                  */
/*      スタイル初期化                                                              */
/*                                                                                  */
/* ================================================================================ */

body,div,dl,dt,dd,ul,li,ol,li,h1,h2,h3,h4,h5,form,p,table,th,td,address{
	margin:0;
	padding:0;
}

body{
	line-height:1.5;
	color:#333;
	font-family: Verdana,Arial,"メイリオ",Meiryo,"ヒラギノ角ゴPro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
}

a img,img{
	border:0;
}

ul,li,ol,li{
	list-style:none;
}

table{
	border-collapse:collapse; 
	border-spacing:0;
}

caption,
th {
	text-align:left;
}

a{
	text-decoration:underline;
	color:#666;
}

a:hover{
	text-decoration:none;
}

input[type="text"],
input[type="password"],
select{
	padding:3px;
	border:1px solid #CCC;
}

@media screen and (max-width: 1280px) {
/* 1024pxまでの幅の場合に適応される */

}

@media screen and (max-width: 1024px) {
/* 1024pxまでの幅の場合に適応される */

}

@media screen and (max-width: 768px) {
/* 768pxまでの幅の場合に適応される */

}

@media screen and (max-width: 480px) {
/* 480pxまでの幅の場合に適応される */

input[type="text"],
input[type="password"],
select{
	max-width:100%;
}

}



/* ================================================================================ */
/*                                                                                  */
/*      clearfix                                                                    */
/*                                                                                  */
/* ================================================================================ */


.clearfix{
	/zoom:1;
}

.clearfix:after{
	content:'';
	display:block;
	clear:both;
	height:0;
}


/* ================================================================================ */
/*                                                                                  */
/*      汎用スタイル                                                                */
/*                                                                                  */
/* ================================================================================ */

body{
	font-size:12px;
}

.center{
	text-align:center !important;
}

.left{
	text-align:left !important;
}

.right{
	text-align:right !important;
}

.cancel{
	text-decoration:line-through !important;
}


.att{
	color:#ee3344;
}


textarea[name=message]{
	padding:5px;
	line-height:1.4;
}


/*----------------------------------------------------------------【外枠設定】*/

#wrapper{
}

#contents {
	width:1200px;
	margin:30px auto;
}

@media screen and (max-width: 1280px) {
/* 1024pxまでの幅の場合に適応される */

#contents {
	width:1000px;
}

}

@media screen and (max-width: 1024px) {
/* 1024pxまでの幅の場合に適応される */

#contents {
	width:768px;
}

}

@media screen and (max-width: 768px) {
/* 768pxまでの幅の場合に適応される */

#contents {
	width:480px;
}

}

@media screen and (max-width: 480px) {
/* 480pxまでの幅の場合に適応される */

#contents {
	width:320px;
}

}



/* ================================================================================ */
/*                                                                                  */
/*      ヘッダーデザイン                                                            */
/*                                                                                  */
/* ================================================================================ */

#head{
	padding:10px 0;
	width:1040px;
	margin:0 auto;
}

#head #logo{
	float:left;
}

#head .switch{
	text-align:right;
	float:right;
	margin-bottom:15px;
}

#head .switch li{
	display:inline-block;
}

#head .switch li a{
	display:block;
	border:1px solid #CCC;
	padding:5px 40px;
	margin-left:5px;
	text-decoration:none;
}

#head .switch li.active a{
	background-color:#666;
	color:#FFF;
	cursor:auto;
}

#head .switch li.hello{
	margin-right:10px;
}

#head .switch li.hello a{
	border:none;
	display:inline;
	padding:0;
	margin:0;
	text-decoration:underline;
}

#head .switch li.hello a:hover{
	text-decoration:none;
}

#head .head_menu{
	margin-top:20px;
	float:right;
	clear:right;
}

#head .switch+.head_menu{
	margin-top:0;
}

#head .head_menu li{
	display:inline-block;
	margin-left:15px;
}

/*----------------------------------------------------------------【求人企業】*/
/*p.hello{
	text-align:right;
}*/


/* ================================================================================ */
/*                                                                                  */
/*      メニューデザイン                                                            */
/*                                                                                  */
/* ================================================================================ */

#menu {
	position:relative;
	z-index:80;
}

#menu ul {
	width:1040px;
	margin:0 auto;
}

.menu_ul_li {
	display:inline-block;
	padding:0 10px;
	margin-right:10px;
	font-size:13px;
	color:#000;
	line-height:40px;
	text-align:left;
	vertical-align:top;
	position:relative;
}

.menu_ul_li a {
	text-decoration:none;
}

.menu_ul_li_border {
	display:block;
	width:0px;
	height:1px;
	background:#71a6c5;
	position:absolute;
	bottom:0;
	left:0;
}

.menu_ul_li_o {
	color:#1dc6df;
}

.menu_ul_li_o .menu_ul_li_border {
	width:100%;
}

.menu_ul_li_div {
	width:170px;
	position:absolute;
	left:0;
	top:40px;
	z-index:80;
}

.menu_ul_li_div_ul {
	background:#FFF;
}

.menu_ul_li_div_ul_li {
	padding:0 10px;
	color:#333;
	position:relative;
}

.menu_ul_li_div_ul_li_border {
	display:block;
	width:2px;
	height:100%;
	background:#FFF;
	position:absolute;
	top:0;
	left:0;
}

.menu_ul_li_div_ul_li_o {
	color:#1dc6df;
}

.parent_menu>div:not(.menu_ul_li_border) {
	display:none;
}

.parent_menu_border_left {
	display:block;
	width:5px;
	height:100%;
	background:#EEE;
	position:absolute;
	top:0;
	left:0;
	z-index:70;
	opacity:0;
}

.parent_menu_border_right {
	display:block;
	width:5px;
	height:100%;
	background:#EEE;
	position:absolute;
	top:0;
	right:0;
	z-index:70;
	opacity:0;
}

/*----------------------------------------------------------------【求人企業】*/
#menu ul ul {
	width:auto;
}


/* ================================================================================ */
/*                                                                                  */
/*      フッターデザイン                                                            */
/*                                                                                  */
/* ================================================================================ */

#foot{
	padding:20px;
	margin:30px 0 0;
	background:#F9F9F9;
	border-top:1px solid #DDD;
}

#foot #pagetop{
	text-align:right;
	margin-bottom:10px;
}

#foot .foot_inline{
	width:980px;
	margin:0 auto;
}

#foot .foot_inline .foot_menu{
	padding:12px 0 15px 0;
}

#foot .foot_inline .foot_menu li{
	float:left;
	margin-right:20px;
	padding-left:10px;
	background:url(../img/style/list_icon.gif) no-repeat left 5px;
}




/* ================================================================================ */
/*                                                                                  */
/*      コンテンツデザイン                                                          */
/*                                                                                  */
/* ================================================================================ */

/*----------------------------------------------------------------【カラム設定】*/

/* 1カラム
----------------------------------------------- */
.c1 .contents_m{
}

/* 2カラム
----------------------------------------------- */
.c2 .contents_m{
	/*float:left;
	width:734px;
	width:780px;*/
	width:1200px;
	margin:0 auto;
}

.c2 .contents_s{
	/*float:right;*/
	width:230px;
	margin:0 auto;
}

/* 3カラム
----------------------------------------------- */
.c3{
	position:relative;
}

.c3 .contents_s2{
	position:absolute;
	left:0;
	top:0;
	width:234px;
}

.c3 .contents_s{
	position:absolute;
	right:0;
	top:0;
	width:234px;
}

.c3 .contents_m{
	margin:0 250px;
} 

@media screen and (max-width: 1280px) {
/* 1024pxまでの幅の場合に適応される */

.c2 .contents_m {
	width:1000px;
}

}

@media screen and (max-width: 1024px) {
/* 1024pxまでの幅の場合に適応される */

.c2 .contents_m {
	width:768px;
}

}

@media screen and (max-width: 768px) {
/* 768pxまでの幅の場合に適応される */

.c2 .contents_m {
	width:480px;
}

}

@media screen and (max-width: 480px) {
/* 480pxまでの幅の場合に適応される */

.c2 .contents_m {
	width:320px;
}

}

/*----------------------------------------------------------------【汎用デザイン】*/

.contents_m h2{
	border:1px solid #DDD;
	padding:10px;
	margin-bottom:10px;
	font-size:16px;
	line-height:1.3;
}

.contents_m h2:after{
	content:'';
	display:block;
	clear:both;
	height:0;
}

.contents_m h2 span.id{
	float:right;
	font-weight:normal;
	font-size:10px;
	padding-top:3px;
}

.contents_m h2 span.gift{
	float:right;
	font-weight:normal;
	font-size:12px;
	padding:2px 7px; 
	border: 1px dotted #666;
}

.contents_m h2 span.gift span{
	font-weight:bold;
	padding-left:3px;
}

.contents_m h2 span.cate{
	padding-right:3px;
}

.contents_m h2 span.pickup{
	background-color:#DD1144;
	color:#FFF;
	font-size:10px;
	margin:2px 0 0 3px;
	font-weight:normal;
	display:inline-block;
	vertical-align:top;
	padding:2px 3px;
}


.contents_m h3{
	border-left:5px solid #333;
	padding:5px 8px;
	margin-bottom:10px;
	font-size:14px;
}

.contents_m h3 span.more{
	padding-left:10px;
	font-size:12px;
}

/*.contents_m p{
	line-height:150%;
}

.contents_m ul li{
	line-height:150%;
}*/

.contents_m .description{
	margin:0 10px 30px 10px;
}

.contents_m .annotation{
	margin:0 0 10px 10px;
	font-size: 12px;
}

/*----------------------------------------------------------------【トップページ】*/

.contents_m .contents_box{
	margin-bottom:15px;
}

.contents_m .contents_box .more{
	text-align:right;
}


/* サイトからのお知らせ
----------------------------------------------- */
.contents_m .system_news .date{
	text-align:right;
}

.contents_m .system_news ul{
	padding:0 10px;
}

.contents_m .system_news ul li{
	margin-bottom:5px;
	background:url(../img/style/list_icon.gif) no-repeat left 5px;
	padding-left:10px;
}




/* ニュース
----------------------------------------------- */
/*.contents_m .news .body ul{
	padding:0 10px;
}

.contents_m .news .body ul li{
	margin-bottom:8px;
	/zoom:1;
}

.contents_m .news .body ul li:after{
	content:'';
	display:block;
	clear:both;
	height:0;
}

.contents_m .news .body ul li span{
	float:left;
	width:80px;
}

.contents_m .news .body ul li p{
	margin-left:85px;
}*/


/* おすすめ求人一覧
----------------------------------------------- */
.contents_m .pickup .body ul{
	margin-right:-15px;
}

.contents_m .pickup .body li{
	display:inline-block;
	vertical-align:top;
	width:137px;
	margin:0 8px 8px 0;
}

.contents_m .pickup .body .img{
	margin-bottom:5px;
}

.contents_m .pickup .body .cate{
	font-size:10px;
	margin-bottom:5px;
}

.contents_m .pickup .body h3{
	border:0;
	padding:0;
	margin-bottom:5px;
	font-size:12px;
}

.contents_m .pickup .body h3 span{
	font-weight:normal;
	font-size:10px;
}

.contents_m .pickup .body h3 span br{ display:none; }


/* 新着求人一覧
----------------------------------------------- */
/*.contents_m .new .body ul {
	*margin-right:-15px;*
	font-size:0;
}

.contents_m .new .body li {
	display:inline-block;
	vertical-align:top;
	*width:137px;*
	width:180px;
	margin:0 20px 5px 0;
}

.contents_m .new .body li:nth-child(4n) {
	margin:0 0px 5px 0;
}

.contents_m .new .body .img {
	margin-bottom:5px;
}

.contents_m .new .body .img img {
	display:block;
	width:100%;
	height:auto;
}

.contents_m .new .body .cate{
	font-size:10px;
	margin-bottom:5px;
}

.contents_m .new .body .cate .new{
	color:red;
	text-transform: uppercase;
}

.contents_m .new .body h3{
	border:0;
	padding:0;
	margin-bottom:5px;
}

.contents_m .new .body h3 span{
	font-weight:normal;
	font-size:10px;
}

.contents_m .new .body h3 span br{ display:none; }*/


/* 締め切り間近のサービス・商品
----------------------------------------------- */
/*.contents_m .limits .body ul{
	margin-right:-15px;
}

.contents_m .limits .body li{
	display:inline-block;
	vertical-align:top;
	width:137px;
	margin:0 8px 5px 0;
}

.contents_m .limits .body .img{
	margin-bottom:5px;
}

.contents_m .limits .body .cate{
	font-size:10px;
	margin-bottom:5px;
}

.contents_m .limits .body h3{
	border:0;
	padding:0;
	margin-bottom:5px;
}

.contents_m .limits .body h3 span{
	font-weight:normal;
	font-size:10px;
}

.contents_m .limits .body h3 span br{ display:none; }

.contents_m .limits .body .cate .limits{
	color:red;
	text-transform: uppercase;
}*/


/* 求人検索リンク
----------------------------------------------- */

.top_search{
}

.top_search .contents_box{
	margin-bottom:30px;
}


/* 地域から探す
----------------------------------------------- */

/* 勤務形態から探す(4列)
----------------------------------------------- */
.contents_m .form .body li{
	width:20%;
	display:inline-block;
	margin:1px 5px;
}


/* 職種から探す(3列)
----------------------------------------------- */
.contents_m .items_type .body li{
	display:inline-block;
	margin:5px;
}

/* 特徴から探す(3列)
----------------------------------------------- */
.contents_m .character .body li{
	width:30%;
	display:inline-block;
	margin:1px 5px;
}






/*----------------------------------------------------------------【テーブルスタイル】*/

.contents_m table{
	width:100%;
	line-height:150%;
	margin-bottom:20px;
}

.contents_m table caption{
	background-color:#555;
	color:#FFF;
	font-size:12px;
	padding:5px 5px 5px 10px;
}

.contents_m table th{
	background-color:#F4F4F4;
	border:1px solid #ccc;
	padding:8px 10px;
}

.contents_m table td{
	border:1px solid #ccc;
	padding:8px 10px;
	background-color:#FFF;
}

.contents_m table td.ta_center{
	text-align:center;
}

.contents_m table td.ta_right{
	text-align:right;
}

.contents_m table td .label2 label{ /*label 2列*/
	width:50%;
	float:left;
}

.contents_m table td .label3 label{ /*label 3列*/
	width:33%;
	float:left;
}

.contents_m table td .label4 label{ /*label 4列*/
	display:inline-block;
	margin:5px;
}

.contents_m table td .label5 label{ /*label 5列*/
	/*width:20%;*/
	margin-right:10px;
	float:left;
}

.contents_m table td .label6 label{ /*label 6列*/
	width:16%;
	float:left;
}

.contents_m table td .label7 label{ /*label 7列*/
	width:14%;
	float:left;
}

input[type=checkbox]{
	vertical-align:middle;
	margin-right:5px;
	cursor:pointer;
	margin-top:2px;
	margin-bottom:2px;
}

@media screen and (max-width: 1280px) {
/* 1024pxまでの幅の場合に適応される */

}

@media screen and (max-width: 1024px) {
/* 1024pxまでの幅の場合に適応される */

}

@media screen and (max-width: 768px) {
/* 768pxまでの幅の場合に適応される */

}

@media screen and (max-width: 480px) {
/* 480pxまでの幅の場合に適応される */

.contents_m table{
	display:block !important;
	width:auto !important;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
}

.contents_m table tbody{
	display:block !important;
	width:auto !important;
}

.contents_m table tr{
	display:block !important;
	width:auto !important;
}

.contents_m table caption{
	display:block !important;
	width:auto !important;
}

.contents_m table th{
	display:block !important;
	width:auto !important;
}

.contents_m table td{
	display:block !important;
	width:auto !important;
}

}


/* 検索テーブル（search_table）
----------------------------------------------- */
.contents_m .search_table{
}

.contents_m .search_table input[type="text"]{
	max-width:200px;
}



/* 検索結果一覧テーブル（list_table）
----------------------------------------------- */
.contents_m .list_table{
}

.contents_m .list_table th{
	padding:8px;
	border-left:1px dotted #DDD;
	border-right:1px dotted #DDD;
}

.contents_m .list_table td{
	padding:8px;
	border-left:1px dotted #DDD;
	border-right:1px dotted #DDD;
}

.contents_m .list_table tr.odd td{
	background-color:#FAFAFA !important;
}

/* 操作アイコン */
.contents_m .list_table .operation{
	text-align:center;
	line-height:1;
}

.contents_m .list_table .operation li{
	display:inline-block;
	line-height:1;
}

.contents_m .list_table .operation li+li{
	padding-left:1px;
}

.contents_m .list_table .operation li a{
	display:inline-block;
	width:27px;
	height:27px;
	text-indent:-9999px;
	overflow:hidden;
	background:no-repeat left top;
}

.contents_m .list_table .operation li a:hover{
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
}

/*編集*/
.contents_m .list_table .operation li.edit a{
	background-image:url(../img/system/icon_edit.png);
}

/*削除*/
.contents_m .list_table .operation li.delete a{
	background-image:url(../img/system/icon_delete.png);
}

/*詳細*/
.contents_m .list_table .operation li.more a{
	background-image:url(../img/system/icon_more.png);
}

.contents_m .all_operation{
	text-align:center;
	margin-bottom:10px;
}

/* 詳細ページテーブル（info_table）
----------------------------------------------- */
.contents_m .info_table{
}



/* 入力フォームテーブル（form_table）
----------------------------------------------- */
.contents_m .form_table{
}

.contents_m .form_table th .requisite{
	border:1px solid #ff7272;
	background-color:#FFF;
	font-weight:normal;
	font-size:10px;
	color:#F33;
	padding:1px 2px;
	margin-left:8px;
}

.contents_m .form_table td .hint{
	color:#666;
	display:block;
	padding-top:2px;
	margin-top:3px;
}

.contents_m .form_table td .closed{
	border:1px solid #555;
	background-color:#555;
	font-weight:normal;
	font-size:11px;
	color:#fff;
	padding:2px 3px;
	margin-left:3px;
}

.contents_m .form_table td select+select{
	margin-left:3px;
}

.contents_m .form_table td.validate .error{ /*個別*/
	color:#FF0000;
	margin-top:5px;
}

.contents_m .main > .error{ /*総括*/
	color:#F00;
	font-weight:bold;
	margin-bottom:10px;
}

.contents_m .form_table input[type=text]:focus,
.contents_m .form_table textarea:focus,
.contents_m .form_table select:focus{
	border:1px solid #0099ff;
}

.contents_m .form_table input[type=text],
.contents_m .form_table textarea,
.contents_m .form_table select{
	padding:4px;
}

.contents_m .form_table textarea{
	font-size:12px;
	border:1px solid #ccc;
	padding:4px;
	line-height:1.6;
	width:98%;
	margin-right:10px;
}


/* 確認フォームテーブル（check_table）
----------------------------------------------- */
.contents_m .check_table{
}


/* ログインフォームテーブル（login_table）
----------------------------------------------- */
.contents_m .login_table{
}



/*----------------------------------------------------------------【求人検索結果】*/

/* 並び替え・表示件数
----------------------------------------------- */
.contents_m .sort dt{
	display:inline-block;
	font-weight:bold;
	margin-bottom:15px;
	padding-right:5px;
}

.contents_m .sort dd{
	display:inline-block;
	border-left:1px solid #666;
	border-right:1px solid #666;
	padding:0 10px 0 8px;
}

.contents_m .sort dd+dd{
	display:inline-block;
	border-left:0;
}

.contents_m .sort dl{
	float:left;
}

.contents_m .sort dl+dl{
	float:right;
}


/* 求人リスト
----------------------------------------------- */

.contents_m .list{
	margin:0 0 15px 0;
	border:1px solid #CCC;
	padding:15px;
}

.contents_m .list .title{
	line-height:1.5;
	margin-bottom:10px;
}

.contents_m .list .title h3{
	font-size:14px;
	font-weight:bold;
	background:none;
	border:0;
	margin:0 0 10px 0;
	padding:0;
	float:left;
	width: 100%;
}

.contents_m .list .title h3 span.cate{
	padding-right:3px;
}

.contents_m .list .title h3 .pickup{
	background-color:#DD1144;
	color:#FFF;
	font-size:10px;
	margin:3px 0 0 3px;
	font-weight:normal;
	display:inline-block;
	vertical-align:top;
	padding:0 3px;
}

.contents_m .list .title h3 .limitation{
	background-color:#333;
	color:#FFF;
	font-size:10px;
	margin:3px 0 0 3px;
	font-weight:normal;
	display:inline-block;
	vertical-align:top;
	padding:0 3px;
}

.contents_m .list .title h3 a{
	padding-bottom:2px;
}

.list .job_container{
	margin-bottom:0;
}

.list .title p.gift{
	float:right;
	padding:2px 7px;
	border:1px dotted #666;
}

.list .title p.gift span{
	font-weight:bold;
	padding-left:3px;
}

.list .job_container p.limits{
	text-align:center;
	font-weight:bold;
	color:#ff3333;
	margin-bottom:5px;
}



/* 検討中リスト
----------------------------------------------- */

.contents_m .main>.clip .jobtext{
	width:795px;
}

/* 求職者の検索
----------------------------------------------- */
.resume_more {
	text-align: right;
}

.resume_more li a{
	border: 1px solid #ccc;
	padding: 5px 15px;
	background: #666;
	color: #fff;
	text-decoration: none;
}

.resume_more li a:hover{
	background: #333;
}

/* 求人情報の管理
----------------------------------------------- */
.contents_m .list ul.operation{
	text-align:right;
	margin-bottom:10px;
	padding:0;
}

.contents_m .list ul.operation li{
	display:inline-block;
	background:none;
	margin-left:7px;
}

.contents_m .list ul.operation li a{
	display:inline-block;
	background-color:#333;
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
	padding:3px 15px;
	border:1px solid #555;
}

.contents_m .list ul.operation li a:hover{
	background-color:#111;
}

.contents_m .list ul.operation li.back a{
	background:url(../img/style/back.gif) no-repeat 10px 8px #FFF;
	color:#333;
	padding:3px 15px 3px 25px;
	border:1px solid #999;
}

.contents_m .list ul.operation li.back a:hover{
	background-color:#FAFAFA;
}

/*----------------------------------------------------------------【求人詳細】*/

.breadcrumb{
	margin-bottom:10px;
}

.job_container{
	margin-bottom:30px;
}

.job_container .stop{
	color:red;
	padding:10px 7px;
	border:1px solid red;
	margin:0 0 10px;
	line-height:1.5;
}

.job_container .date{
	text-align:right;
	font-size:10px;
	margin-bottom:5px;
}

.job_container .photo{
	border:1px solid #ccc;
	padding:2px;
	float:left;
}

.job_container .photo .frame{
	padding:5px;
	margin:0 0 10px 0;
	border:1px solid #EEE;
	background:url(../../img/admin/grad_top_white_50.gif) repeat-x top;
}

.job_container .photo .catchcopy{
	padding:0 0 5px 0;
	text-align:left;
	line-height:1.6;
}

.job_container .photo+.jobtext{
	width:550px;
	float:right;
}

.job_container .jobtext p{
	line-height:1.5;
	margin-bottom:10px;
}

.job_container .jobtext .icon{
	padding:0 0 10px 0;
}

.job_container .jobtext .icon li{
	margin:0 4px 4px 0;
	display:inline-block;
	font-size:10px;
	border:1px solid #ccc;
	padding:3px 9px;
	white-space:nowrap;
}

.job_container .box{
	margin-bottom:10px;
}

.job_container .button a{
	display:inline-block;
	padding:7px 0;
	width:180px;
	margin:0 2px;
	background-color:#666;
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
}

.job_container .button a.not{
	background-color:#AAA;
}

.job_container .button a:hover{
	background-color:#333;
}

.job_container .item_img{
	margin:15px 0;
}

.job_container .item_img li{
	float:left;
	width:228px;
}

.job_container .item_img li+li{
	margin-left:25px;
}

.job_container .item_img li p.img{
	height:165px;
	text-align:center;
	border:1px solid #CCC;
	padding:3px;
}

.job_container .item_img li p.img span{
	line-height:165px;
	display:block;
	background-color:#FAFAFA;
}

.job_container .item_img li p.text{
	padding-top:3px;
	font-size:10px;
}

@media screen and (max-width: 1280px) {
/* 1024pxまでの幅の場合に適応される */

}

@media screen and (max-width: 1024px) {
/* 1024pxまでの幅の場合に適応される */

}

@media screen and (max-width: 768px) {
/* 768pxまでの幅の場合に適応される */

.job_container .item_img li{
	margin:0 auto 5px;
	float:none;
}

.job_container .item_img li+li{
	margin:0 auto 5px;
	float:none;
}

}

@media screen and (max-width: 480px) {
/* 480pxまでの幅の場合に適応される */

}


/* この企業の求人
----------------------------------------------- */
/* この求人と似た求人
----------------------------------------------- */

.contents_m .sub_job .body ul:not(.wrapper_3_ul01){
	margin-right:-15px;
}

.contents_m .sub_job .body li:not(.wrapper_3_ul01_li){
	display:inline-block;
	vertical-align:top;
	width:137px;
	margin:0 8px 8px 0;
}

.contents_m .sub_job .body .img{
	margin-bottom:5px;
}

.contents_m .sub_job .body .cate{
	font-size:10px;
	margin-bottom:5px;
}

.contents_m .sub_job .body h4{
	border:0;
	padding:0;
}

.contents_m .sub_job .body h4 span{
	font-weight:normal;
	font-size:10px;
}

.contents_m .sub_job .body h4 span br{
	display:none;
}

/* この企業が掲載中の求人情報
----------------------------------------------- */

/*.contents_m .cuser_job .body ul{
	margin-right:-15px;
}

.contents_m .cuser_job .body li{
	display:inline-block;
	vertical-align:top;
	width:137px;
	margin:0 8px 8px 0;
}

.contents_m .cuser_job .body .img{
	margin-bottom:5px;
}

.contents_m .cuser_job .body .cate{
	font-size:10px;
	margin-bottom:5px;
}

.contents_m .cuser_job .body h4{
	border:0;
	padding:0;
}

.contents_m .cuser_job .body h4 span{
	font-weight:normal;
	font-size:10px;
}

.contents_m .cuser_job .body h4 span br{
	display:none;
}*/



/*----------------------------------------------------------------【企業詳細】*/

.cuser_container{
	margin-bottom:30px;
}

.cuser_container .box{
	margin-bottom:10px;
}

.cuser_container .box .photo{
	border:1px solid #ccc;
	padding:2px;
	float:left;
}

.cuser_container .box .photo span{
	line-height:100px;
	width:133px;
	text-align:center;
	display:block;
	background-color:#FAFAFA;
}

.cuser_container .box .jobtext{
	line-height:1.7;
	margin-left:150px;
}

.job_container .item_img li p.img{
	height:165px;
	text-align:center;
	border:1px solid #CCC;
	padding:3px;
}



/*----------------------------------------------------------------【ボタンスタイル】*/

.contents_m .button{
	text-align:center;
	margin:0px auto 10px auto;
}

.contents_m .button input{
	margin:0 10px 0 0;
	padding:3px 10px;
}


/*----------------------------------------------------------------【ニュース本文】*/
.contents_m .news_text{
	padding:10px;
}

.contents_m .news_text ul{
	margin-top:20px;
}

.contents_m .news_text ul li{
	padding-left:10px;
	background:url(../img/style/list_icon.gif) no-repeat left 5px;
}

.contents_m .news_text p{
	margin-bottom:10px;
}


/*----------------------------------------------------------------【ページ本文】*/
.contents_m .page_text{
	padding:10px;
}

.contents_m .page_text ul{
	margin-top:20px;
}

.contents_m .page_text ul li{
	padding-left:10px;
	background:url(../img/style/list_icon.gif) no-repeat left 5px;
}

.contents_m .page_text p{
	margin-bottom:10px;
}


/*----------------------------------------------------------------【メッセージ】*/
.contents_m .message{
	padding:10px;
}

.contents_m .message ul{
	margin-top:20px;
}

.contents_m .message ul li{
	padding-left:10px;
	background:url(../img/style/list_icon.gif) no-repeat left 5px;
}

.contents_m .message p{
	margin-bottom:10px;
}


/*----------------------------------------------------------------【エラーメッセージ】*/
.contents_m .error_message{
	padding:10px;
	color:#FF0000;
}

.contents_m .error_message ul{
	margin-top:20px;
}

.contents_m .error_message ul li{
	padding-left:10px;
	background:url(../img/style/list_icon.gif) no-repeat left 5px;
}

.contents_m .error_message p{
	margin-bottom:10px;
}




/*----------------------------------------------------------------【ページャー】*/
.contents_m .search_page{
	margin:20px 0;
	text-align:right;
}

.contents_m .search_page p{
	float:left;
	margin-left:5px;
}
.contents_m .search_page p span{
	font-size:14px;
	font-weight:bold;
}

.contents_m .search_page ul{
	margin:10px auto 20px auto;
}

.contents_m .search_page ul li{
	line-height:100%;
	display:inline-block;
	margin-right:3px;
}

.contents_m .search_page ul li.focus{
	padding:5px 8px 5px 8px;
	border:1px solid #CCC;
	background-color:#555;
	color:#FFF;
	font-weight:bold;
}

.contents_m .search_page ul li a{
	padding:5px 8px 5px 8px;
	border:1px solid #CCC;
	text-decoration:none;
	display:inline-block;
}

.contents_m .search_page ul li a:hover{
	background-color:#EEE;
}

/*----------------------------------------------------------------【sub_menu】*/

.contents_m ul.sub_menu{
	text-align:right;
	margin-bottom:10px;
	padding:0;
}

.contents_m ul.sub_menu li{
	display:inline-block;
	background:none;
	margin-left:7px;
}

.contents_m ul.sub_menu li a{
	display:inline-block;
	background-color:#333;
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
	padding:3px 15px;
	border:1px solid #555;
}

.contents_m ul.sub_menu li a:hover{
	background-color:#111;
}

.contents_m ul.sub_menu li.back a{
	background:url(../img/style/back.gif) no-repeat 10px 8px #FFF;
	color:#333;
	padding:3px 15px 3px 25px;
	border:1px solid #999;
}

.contents_m ul.sub_menu li.back a:hover{
	background-color:#FAFAFA;
}

/*----------------------------------------------------------------【ソーシャルボタン】*/

#social{
	margin:20px 0;
	text-align:right;
}

#social > div{
	display:inline-block;
	margin-left:10px;
}

#social .mixi{
	width:60px;
}

#social .hatena{
	width:50px;
}

#social .twitter{
	width:auto;
}

#social .google{
	width:70px;
}



/*----------------------------------------------------------------【メッセージボックス】*/

/* メッセージ履歴
----------------------------------------------- */

#contents #itemsMessageList{
	margin-bottom:10px;
}

#contents #itemsMessageList li{
	border:1px solid #ccc;
	margin-top:-1px;
	word-break:break-all;
	word-wrap:break-word;
}

#contents #itemsMessageList li p.sub{
	padding:7px 10px;
	font-weight:bold;
	background-color:#f5f5f5;
}

#contents #itemsMessageList li span.date{
	float:right;
	color:#666;
}

#contents span.mailtype{
	background-color:#666;
	color:#fff;
	display:inline-block;
	/*width:65px;*/
	width:90px;
	text-align:center;
	font-size:10px;
}

#contents #itemsMessageList li p.title{
	border-bottom:1px dotted #CCC;
	padding:7px 10px;
	font-weight:bold;
}

#contents #itemsMessageList li p.description{
	border:none;
	padding:10px;
}

#contents #itemsMessageList tr.message td{
	padding:15px 20px;
	line-height:1.8;
}





/*----------------------------------------------------------------【サイドカラム】*/
.contents_s .contents_box{
	margin-bottom:15px;
}

.contents_s .contents_box h2{
	padding:10px;
	border:1px solid #DDD;
	font-size:14px;
}

.contents_s .contents_box h2 .more{
	float:right;
	font-size:12px;
}

.contents_s .contents_box .body{
	padding:10px;
	border:1px solid #DDD;
	border-top:none;
}

.contents_s .contents_box .body dl dt{
	margin-bottom:3px;
}

.contents_s .contents_box .body dl dd{
	margin-bottom:8px;
}

.contents_s .contents_box .body dl dd input[type="text"]{
	width:200px;
}

.contents_s .contents_box .body p.message,
.contents_s .contents_box .body p.more{
	text-align:center;
}

.contents_s .contents_box ul li{
	padding-left:10px;
	background:url(../img/style/list_icon.gif) no-repeat left 5px;
	line-height:150%;
}

.contents_s .contents_box ul li+li{
	margin-top:5px;
}

.contents_s .contents_box p{
	padding:2px 0;
}

.contents_s .contents_box p.button{
	text-align: center;
}


/* ページリスト
----------------------------------------------- */
.contents_s .page .body{
	border:none;
	padding:0;
}

.contents_s .page ul li{
	background:none;
	padding:0;
}

.contents_s .page ul li+li{
	margin-top:10px;
}

.contents_s .page ul li.image a{
	display:block;
}

.contents_s .page ul li.text a{
	display:block;
	padding:10px 10px 10px 20px;
	border:1px solid #d5d5d5;
	background:url(../img/style/list_icon.gif) no-repeat 10px 15px;
}




/* アクセスランキング
----------------------------------------------- */
.contents_s .rank .body li{
	text-align:center;
	background:none;
	padding:0;
}

.contents_s .rank .body li+li{
	margin:15px 0 0;
}

.contents_s .rank .body li p{
	margin:0;
}

.contents_s .rank .body .img{
	border:1px solid #ccc;
	padding:1px;
	display:inline-block;
}

.rank_number{
	font-weight:bold;
	color:#FFF;
	background-color:#666;
	padding:0 4px;
	margin-right:5px;
}

.contents_s .rank .body h3{
	border:0;
	padding:0;
	font-size:12px;
	text-align:left;
}

.contents_s .rank .body h3 span{
	font-weight:normal;
}

.contents_s .rank .body .cate{
	color:#dd1144;
}


/* 検討中リスト
----------------------------------------------- */
.contents_s .clip .body li{
	text-align:center;
	background:none;
	padding:0;
}

.contents_s .clip .body li+li{
	margin:15px 0 0;
}

.contents_s .clip .body li p{
	margin:0;
}

.contents_s .clip .body .img{
	border:1px solid #ccc;
	padding:1px;
	display:inline-block;
}

.contents_s .clip .body h3{
	border:0;
	padding:0;
	font-size:12px;
	text-align:left;
}

.contents_s .clip .body h3 span{
	font-weight:normal;
}

.contents_s .clip .body .cate{
	color:#dd1144;
}


/* 最近見た求人
----------------------------------------------- */
.contents_s .history .body li{
	text-align:center;
	background:none;
	padding:0;
}

.contents_s .history .body li+li{
	margin:15px 0 0;
}

.contents_s .history .body li p{
	margin:0;
}

.contents_s .history .body .img{
	display:inline-block;
}

.contents_s .history .body .cate{
	font-size:10px;
	margin-bottom:5px;
}

.contents_s .history .body h3{
	border:0;
	padding:0;
	font-size:12px;
	text-align:left;
}

.contents_s .history .body h3 span{
	font-weight:normal;
	font-size:10px;
}

.contents_s .history .body h3 span br{
	display:none;
}

/* 契約中のサービス
----------------------------------------------- */
.contents_s .service p.serviceButton{
	text-align: center;
	margin-top: 10px;
}

.contents_s .service p.serviceButton a{
	background: #333;
	color: #fff;
	text-decoration: none;
	padding: 5px 15px;
	font-weight: bold;
}

.contents_s .service p.serviceButton a:hover{
	background: #111;
}

/* 契約中のサービス
----------------------------------------------- */
.contents_s .recommend ul {
	border-bottom: 1px dotted #ddd;
	padding-bottom:10px;
	margin-bottom:10px;
}


/*----------------------------------------------------------------【サイドカラム2】*/
.contents_s2 .contents_box{
	margin-bottom:15px;
}

.contents_s2 .contents_box h2{
	padding:10px;
	border:1px solid #CCC;
	font-size:16px;
	background:url(../img/style/h2_bk.gif) repeat-x center;
}

.contents_s2 .contents_box .body{
	padding:10px;
	border:1px solid #CCC;
	border-top:none;
}

.contents_s2 .contents_box .body dl dt{
	margin-bottom:3px;
}

.contents_s2 .contents_box .body dl dd{
	margin-bottom:8px;
}

.contents_s2 .contents_box .body dl dd input[type="text"]{
	width:200px;
}

.contents_s2 .contents_box .body p{
	text-align:center;
	margin-top:10px;
}

.contents_s2 .contents_box ul li{
	padding-left:10px;
	background:url(../img/style/list_icon.gif) no-repeat left 5px;
	line-height:150%;
}

.contents_s2 .contents_box ul li+li{
	margin-top:5px;
}


/* ================================================================================ */
/*                                                                                  */
/*      履歴書                                           　　　　　　　　           */
/*                                                                                  */
/* ================================================================================ */

.addHopeList{
	border:1px solid #ccc;
	margin:5px 0px;
	padding:3px;
	width:300px;
	font-size:12px;
}
.ha_del{
	float:right;
	background-color:#444;
	color:#fff;
	cursor:pointer;
	font-size:11px;
	padding:0px 5px;
}
.ha_del:hover{
	background-color:#ee1133;
}

/* ================================================================================ */
/*                                                                                  */
/*      地図から探す                                     　　　　　　　　           */
/*                                                                                  */
/* ================================================================================ */

#foundCounter{
	float:right;
	margin:5px;
}
#foundCounter span.count{
	font-size:15px;
	font-weight:bold;
}
#map_canvas {
	height: 500px;
	width: 732px;
	border:1px solid #ccc;
	margin-bottom:20px;
}
.infoWnd{
	height:120px;
	line-height:1.5;
	font-size:11px;
}
.infoWnd a{
	font-size:13px;
}
#pointlist ul{
	margin-right: -15px;
}

#pointlist ul li{
	margin: 0 8px 8px 0;
	width: 137px;
	display: inline-block;
}

/* ================================================================================ */
/*                                                                                  */
/*      ゴッドユーザーデザイン                                                      */
/*                                                                                  */
/* ================================================================================ */

#super_user{
	width:980px;
	margin:0 auto;
}

#super_user a{
	display:block;
	width:150px;
	padding:5px;
	margin:0 auto;
	text-align:center;
	width:100px;
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
	background-color:#555;
}

#super_user a:hover{
	background-color:#333;
}

