@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;
	color:#333;*/

	/*custom*/
    /*line-height: 1.8em;
    color: #222222;*/
	/*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;
}
li.image2{
	display:inline-block;
	width:24%;
}
li.image2 a img{
	border:0;
	max-width:100% !important;
}

table{
    border-collapse:collapse;
    border-spacing:0;
}

caption,
th {
    text-align:left;
}

a{
	text-decoration:underline;
	color:#0096d4;
}

a:hover{
	text-decoration:none;
}

input[type="text"],
input[type="password"],
select{
	padding:3px;
	border:1px solid #CCC;
	font-size: 100%;
}



/* ================================================================================ */
/*                                                                                  */
/*      clearfix                                                                    */
/*                                                                                  */
/* ================================================================================ */


.clearfix{
	/*zoom:1;*/
}

.clearfix:after{
	content:'';
	display:block;
	clear:both;
	height:0;
}


/* ================================================================================ */
/*                                                                                  */
/*      汎用スタイル                                                                */
/*                                                                                  */
/* ================================================================================ */

body{
	font-size:14px;
}

.center{
	text-align:center !important;
}

.left{
	text-align:left !important;
}

.right{
	text-align:right !important;
}

.cancel{
	text-decoration:line-through !important;
}


.att{
	color:#ee3344;
}
/*20161024　ptf */
.safe{
	color:#22aa22;
}


textarea[name=message]{
	padding:5px;
	line-height:1.4;
}


/*----------------------------------------------------------------【外枠設定】*/


#wrapper{ /*custom*/
	/*width:auto; */
	width:99%;
	/*width:980px;*/
	margin:0 auto;
}

#contents{
    /*
	margin:20px 0;
	*/
	/*custom*/
	margin: 0 0 20px 0;
}



/* ================================================================================ */
/*                                                                                  */
/*      ヘッダーデザイン                                                            */
/*                                                                                  */
/* ================================================================================ */

#head{
	padding-top:10px;
}

#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{
	float:right;
	clear:right;
}

#head .head_menu li{
	display:inline-block;
	margin-left:15px;
	padding-left:10px;
	background:url(../img/style/list_icon.gif) no-repeat left 3px;
}




/* ================================================================================ */
/*                                                                                  */
/*      メニューデザイン                                                            */
/*                                                                                  */
/* ================================================================================ */

#menu{
	margin-top:15px;
	/*background-color:#666;20160909*/
	/*background-color:#002266; */
	background-color:#2f91f5;
}

#menu ul li{
	float:left;
	font-weight:bold;
	font-size:18px;
}

#menu ul li a{
	color:#FFF;
	padding:15px 30px;
	display:block;
	text-decoration:none;
}

#menu ul li a:hover{
	/*background-color:#333;20160909*/
	background-color:#264364;
}


/* ================================================================================ */
/*                                                                                  */
/*      フッターデザイン                                                            */
/*                                                                                  */
/* ================================================================================ */

#foot{
	margin-top:30px;
}

#foot #pagetop{
	text-align:right;
	margin-bottom:10px;
}

#foot .foot_inline{
	border-top:1px solid #c4c4c4;
}

#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 3px;
}




/* ================================================================================ */
/*                                                                                  */
/*      コンテンツデザイン                                                          */
/*                                                                                  */
/* ================================================================================ */

/*----------------------------------------------------------------【カラム設定】*/

/* 1カラム
----------------------------------------------- */
.c1 .contents_m{
    width: 100%; /*custom*/
    margin: 0 auto;/*custom*/
}

/* 2カラム
----------------------------------------------- */
.c2 .contents_m{
	float:left;
	/*width:734px;*/
	width:100%;/*custom*/
}

.c2 .contents_s{
	float:right;
	/*width:230px;*/ /*custom*/
}

/* 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;
}

/*----------------------------------------------------------------【汎用デザイン】*/

/*custom*/
.contents_m .titleBar   {
	padding: 20px;
	margin-bottom:10px;
	/* background-color: rgba(89,167,226,1);/*custom*/
	/*background-color: #555555ed;*/
	background-color: #e6e6e6;

}

/*custom*/
.contents_m h2{
    /*width: 1280px;20161113 comment*/
    margin: 0 auto;
	margin-top: -10px;
	/*border:1px solid #CCC;*/
	/*padding:10px;*/
	/*margin-bottom:10px;*/
	/*202112 modify */
	font-size:150%;/*custom*/
	font-weight: bold; /*custom*/
　　/*color: #ffffff;/*custom*/
	/*background-color: rgba(89,167,226,0.6);*/
	/*background:url(../img/style/h2_bk.gif) repeat-x center; */
	/*line-height: 13px;
	/*zoom:1;*/
}
.contents_box h2{
    /*color: #333333; */
    padding: 3px 0 3px 10px;
    /*border-left: 4px solid #333333; */
    margin: 10px 0 0 0;
}
.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-top:2px;
}

.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;
	font-weight: bold;/*custom*/
}

.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{
    /*custom*/
    /*width: 1280px;2016113　comment*/
	margin:0 auto 10px auto;
	padding: 10px;
}
/*custom*/
.main   {
    /*width: 1280px;20161113 comment*/
    margin: 0 auto;
    padding: 20px 0;
}


/*----------------------------------------------------------------【トップページ】*/

.contents_m .contents_box{
	margin-bottom:15px;
}
/*20161019 add */
div.contents_box.news{
	margin-bottom:1px;
}


.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;*/
	margin-bottom:1px;
	/*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;20161119 modify*/
	padding-right: 20px;
}

.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;20161123 modify*/
	width:90%;
	height: 90px;
	margin:5px 5px 20px 5px;
	/*margin:0 8px 15px 0;*/
}

.contents_m .pickup .body .img{
	margin-bottom:5px;
	/*border:1px solid #ccc;*/
	padding:1px;
}

.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:12px;
}

.contents_m .pickup .body .cate{
	color:#dd1144;
}


/* 新着案件一覧
----------------------------------------------- */
.contents_m .new .body ul{
	margin-right:-15px;
}

.contents_m .new .body li{/*custom*/
	display:inline-block;
	vertical-align:top;
	/*width:137px;*/
	width:98%;
	/*height: 80px;*/
	height: 90px;
	margin:5px 5px 5px 5px;
  /*box-shadow: 2px 2px gray;*/
}

.contents_m .new .body .img{
	margin-bottom:5px;
	/*border-bottom:1px solid #ccc;*/
	padding:1px;
}

.contents_m .new .body h3{/*custom*/
	border:0;
	padding:0;
	margin-bottom:1px;
}

.contents_m .new .body h3 span{
	font-weight:normal;
	font-size:12px;
}

.contents_m .new .body .cate{
	color:#dd1144;
}
/*20161114 add */
.contents_m .clip .body .cate{
	color:#dd1144;
}


/* 地域から探す
----------------------------------------------- */

.contents_m .area .body .map_area{
	padding:4px 0 4px 0px;
	border-bottom:1px solid #DDD;
	/*zoom:1;/*clearfix*/
}

.contents_m .area .body .map_area:after{
	content:'';
	display:block;
	clear:both;
	height:0;
}

.contents_m .area .body .map_area h3{
	border:0;
	margin:0;
	padding:2px 8px;
	float:left;
	width:72px;
	clear:both;
	font-size:11px;
	text-align:center;
	background-color:#DDD;
}


.contents_m .area .body .map_area ul{
	float:right;
	width:638px;
	padding:0;
}

.contents_m .area .body .map_area ul li{
	display:inline-block;
	min-width:75px;
}


/* 案件種別から探す(4列)
----------------------------------------------- */
.contents_m .form .body li{
	width:30%;
	display:inline-block;
	margin:1px 5px;
}


/* 職種から探す(3列)
----------------------------------------------- */
.contents_m .items_type .body li{
	width:30%;
	display:inline-block;
	margin:1px 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;
	margin-right:auto;
	margin-left:auto;
	border-top: 1px solid #ddd;/*custom*/

}
/*20161019 add */
table.login_form {
	width:80%;
	line-height:150%;
	margin-bottom:20px;
	margin-right:auto;
	margin-left:auto;

}
table.user_rule {
	width:100%;
	line-height:150%;
	margin-bottom:20px;
	margin-right:auto;
	margin-left:auto;
	border-collapse: separate;
}


.contents_m table caption{
	/*background-color:#555;20160909*/
	/*background-color:#2f91f5; */
	background-color:#62abf5;
	color:#FFF;
	font-size:120%;/*custom*/
	font-weight: bold;/*custom*/
	padding:10px;
}

.contents_m table th{
	/*background-color:#F4F4F4;*/
	background-color:#f0f0f0;/*custom*/
	/*border:1px solid #ccc;20161019*/
	border-bottom: 1px solid #ddd;/*custom*/
	/*border-bottom-left-radius: 10px;*/
	padding:8px 10px;
	/*width: 20%;*/
	width: 200px;
}

.contents_m table td{
	/*border:1px solid #ccc;20161019*/
	padding:8px 10px;
	border-bottom: 1px solid #ddd;
	/*border-bottom-right-radius: 10px;*/
	background-color:#ffffff;/*custom*/
	/*background-color:#FFF;20161019*/
}

.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 .labelx label{ /*label 3列*/
	width:33%;
	clear:left;
}

.contents_m table td .label4 label{ /*label 4列*/
	width:25%;
	float:left;
}

.contents_m table td .label5 label{ /*label 5列*/
	width:20%;
	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;
}


/* 検索テーブル（search_table）
----------------------------------------------- */
.contents_m .search_table{
}


/* 検索結果一覧テーブル（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 .list_table .operation li.not_delete{
    display:inline-block;
    width:27px;
    height:27px;
    text-indent:-9999px;
    overflow:hidden;
    background:no-repeat left top;
    background-image:url(../img/system/icon_not_delete.png);
}

/*編集不可*/
.contents_m .list_table .operation li.not_edit{
    display:inline-block;
    width:27px;
    height:27px;
    text-indent:-9999px;
    overflow:hidden;
    background:no-repeat left top;
    background-image:url(../img/system/icon_not_edit.png);
}

/* 詳細ページテーブル（info_table）
----------------------------------------------- */
.contents_m .info_table{
}
.info_table ul.sub_menu {
    padding: 0px;
    margin: 0px;
    text-align: right;
}
.info_table ul.sub_menu li {
    display: inline-block;
    background: none;
    margin-left: 7px;
}
.info_table 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;
}
.info_table table   {
    border-top: 1px solid #dddddd;
    margin: 0 0 10px 0;
    width: 100%;
}
.info_table table caption   {
    font-size: 120%;
    font-weight: bold;
    padding: 10px 0 10px 10px;
}
.info_table table th , .info_table table td   {
    border-bottom: 1px solid #cccccc;
    padding: 10px;

}
.info_table table th    {
    border-right: 1px dotted #cccccc;
    background-color: #F4F4F4;
	width:20%;
}
.info_table table tr .salary {
    font-size: 1.2rem;
	font-weight: bold;
    color: #e65c5c;
}
.info_table .profileBox {
    margin: 20px auto 20px auto;
    width: 100px;
}
.info_table .profileBox .profileTrim img    {
    border-radius: 50%;
    width:  120px;
    height: 120px;
    border: 1px solid #eeeeee;
}



/* 入力フォームテーブル（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;
	/*20161020modify */
	border-radius:5px;

}

.contents_m .form_table textarea{
	font-size:14px;
	border:1px solid #ccc;
	padding:4px;
	line-height:1.6;
	width:98%;
	margin-right:10px;
	/*20161020modify */
	border-radius:5px;
}


/* 確認フォームテーブル（check_table）
----------------------------------------------- */
/*.contents_m .check_table{
}
*/

/* ログインフォームテーブル（login_table）
----------------------------------------------- */
.contents_m .login_table{
}
/*facebook ログインボタン*/
.FbBtn {
    background-color: #3b5998;
    height: 40px;
    display: inline-block;
    position: relative;
    text-decoration: none;
		/*margin-left:10%;*//*custom*/
    border-radius: 4px;/*custom*/
}

.FbBtn:after {
    content: "";
    position: absolute;
    top: 12px;
    left: 12px;
    width: 20px;
    height: 20px;
    background-image: url(../images/FB-f-Logo__blue_29.png);
    background-repeat: no-repeat;
    background-size: 20px 20px;
}

.FbBtnLabel {
    color: #ffffff;
    position: relative;
    top: 10px;
    text-align: center;
    margin: 0 20px 0 50px;
}
.FbIDBtn {
    background-color: #3b5998;
		color: #ffffff;
    height: 30px;
    display: inline-block;
		padding-top:10px;
    position: relative;
    text-decoration: none;
		background-image: url(../images/FB-f-Logo__blue_29.png);
    background-repeat: no-repeat;
    background-size: 15px 15px;
		background-position: 2px 5px;
		/*margin-left:10%;*//*custom*/
    border-radius: 4px;/*custom*/
}
.FbIDBtn2 {
    background-color: #3b5998;
		color: #ffffff;
    height: 50px;
    display: inline-block;
		/*padding-top:10px; */
    position: relative;
    text-decoration: none;
		background-image: url(../images/FB-f-Logo__blue_29.png);
    background-repeat: no-repeat;
    background-size: 20px 30px;
		background-position: 2px 5px;
		/*margin-left:10%;*//*custom*/
    border-radius: 4px;/*custom*/
}
/* .g-signin2{
    height: auto;
    display: inline-block;
		width:246px;
		/*padding-top:10px;
		border:none;
		margin-left:20px;
    position: absolute;
    text-decoration: none;
		/* background-image: url(../images/btn_google_signin__web.png);
    background-repeat: no-repeat;
    background-size: cover; */
		/*background-position: 2px 5px;*/
		/*margin-left:10%;*//*custom*/
    /*border-radius: 4px;/*custom
} */

/*twitter ログインボタン*/
.TwBtn {
    background-color: #55acee;
    height: 40px;
    display: inline-block;
    position: relative;
    text-decoration: none;
    border-radius: 4px;/*custom*/
}

.TwBtn:after {
    content: "";
    position: absolute;
    top: 12px;
    left: 12px;
    width: 20px;
    height: 20px;
    background-image: url(../images/twitterlogo.png);
    background-repeat: no-repeat;
    background-size: 20px 20px;
}

.TwBtnLabel {
    color: #ffffff;
    position: relative;
    top: 10px;
    text-align: center;
    margin: 0 20px 0 50px;
}
.TwIDBtn {
    background-color: #55acee;
		color: #ffffff;
		height: 30px;
    display: inline-block;
		padding-top:10px
    position: relative;
    text-decoration: none;
		background-image: url(../images/twitterlogo.png);
    background-repeat: no-repeat;
    background-size: 15px 15px;
		background-position: 2px 5px;
		/*margin-left:10%;*//*custom*/
    border-radius: 4px;/*custom*/
}

/*LkedIn ログインボタン*/
.LkBtn {
    background-color: #0e76a8;
    height: 40px;
    display: inline-block;
    position: relative;
    text-decoration: none;
    border-radius: 4px;/*custom*/
}

.LkBtn:after {
    content: "";
    position: absolute;
    top: 12px;
    left: 12px;
    width: 20px;
    height: 20px;
    background-image: url(../images/Linkedinlogo.png);
    background-repeat: no-repeat;
    background-size: 20px 20px;
}

.LkBtnLabel {
    color: #ffffff;
    position: relative;
    top: 10px;
    text-align: center;
    margin: 0 20px 0 50px;
}
/*github ログインボタン*/
.GhBtn {
    background-color: #4183c4;
    height: 40px;
    display: inline-block;
    position: relative;
    text-decoration: none;
    border-radius: 4px;/*custom*/
}

.GhBtn:after {
    content: "";
    position: absolute;
    top: 12px;
    left: 12px;
    width: 20px;
    height: 20px;
    background-image: url(../images/GitHublogo.png);
    background-repeat: no-repeat;
    background-size: 20px 20px;
}

.GhBtnLabel {
    color: #ffffff;
    position: relative;
    top: 10px;
    text-align: center;
    margin: 0 20px 0 50px;
}
.GhIDBtn {
    background-color: #4183c4;
		color: #ffffff;
		height: 30px;
    display: inline-block;
		padding-top:10px
    position: relative;
    text-decoration: none;
		background-image: url(../images/GitHublogo.png);
    background-repeat: no-repeat;
    background-size: 15px 15px;
		background-position: 2px 5px;
		/*margin-left:10%;*//*custom*/
    border-radius: 4px;/*custom*/
}

/*custom*/
a.FbBtn , a.GhBtn , a.LkBtn , a.TwBtn   {
    text-decoration: none;
}



/*----------------------------------------------------------------【案件検索結果】*/

/* 並び替え・表示件数
----------------------------------------------- */
.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 #7ab8f5;/*custom*/
	padding:3px;
	/*width:48%;
	float:right;*/
}

/*
.contents_m .list .title{
	line-height:1.5;
	margin-bottom:10px;
}
*/
.contents_m .list .title{
	line-height: 1.5;
    margin-bottom: 15px;
    /*background-color: #e78914;*/
		background-color: #62abf5;
    padding: 20px 20px
}

.contents_m .list .title h3{
	font-size: 140%;/*custom*/
	color: #ffffff;
	font-weight:bold;
	background:none;
	border:0;
	margin:0;
	padding:0;
	/*float:left; */
}
.contents_m .list .title h3 a   {
    color: #ffffff;
}
.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;
	text-decoration: none;
}

.list .job_container{
	margin-bottom:0;
}
.job_row {
	width:49%;
	display:block;
	float:left;
}

.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;
}

.project_list{
    border:1px solid #ccc;
    width:282px;
    display:inline-block;
    padding:10px;
    padding-bottom:0px;
    margin:0px 7px 10px 9px;
    min-height:355px;
    vertical-align:top;
    position:relative;
}

.project_list img{
    padding:2px;
    border:1px solid #efefef;
    background-color:#f9f9f9;
}

.project_footer{
    border-top:1px solid #ccc;
    position:absolute;
    left:0px;
    bottom:0px;
    width:282px;
    padding:10px;
    margin:0px;
    background-color:#f9f9f9;
    height:80px;
}

.project_list .description{
    color:#999;
    padding:0px;
    margin:10px auto 10px;
    line-height:1.4;
}



/* フォローリスト
----------------------------------------------- */
/*
.contents_m .main>.clip .jobtext{
	width:795px;
}
*/

/*----------------------------------------------------------------【案件詳細】*/

.breadcrumb{
	margin:10px 0 0 0;
	font-size: 90%;/*custom*/
	background-color: #f9f9f9;/*custom*/
}
/*custom*/
.breadcrumb .main{
	padding: 8px;
}

.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:15px;
	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;*/
	width:90%;
	/*float:right;20161107 modify*/
	float:left;
	padding-left: 10px;
}

.job_container .jobtext p{
	line-height:1.5;
	margin-bottom:10px;
}

.job_container .jobtext .icon{
	padding:0 0 10px 0;
	margin-top: -10px;
}

.job_container .jobtext .icon li{
	margin:0 4px 4px 0;
	display:inline-block;
	font-size:14px;
	/*custom*/
	border: 1px solid #ff5500;
	border-radius: 4px;
	color: #ff5500;
	padding:2px 2px;
	white-space:nowrap;
}

.job_container .box{
	margin-bottom:10px;
}

.job_container .button a{
	display:inline-block;
	padding:7px 20px;/*custom*/
	border-radius: 4px;/*custom*/
	width:auto;/*custom*/
	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;20161109 modify*/
	width:80px;
}

.job_container .item_img li+li{
	margin-left:25px;
}

.job_container .item_img li p.img{
	/*height:165px;20161109 modify*/
	height:80px;
	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;
}

/*custom*/
.job_container_r    {
    width: 900px;
}
/*20201118 modify*/
.job_container .iconballoonoya {
  /*position   : relative;                /* 指定した分だけ相対的に移動 */
	float:left;
}
 .iconballoonoya:hover .iconballoon {
  display: inline-block;                /* インライン要素として表示 */
}
.iconballoon {
  position   : relative;                /* 親要素を基準 */
  display: none;                        /* 要素を非表示 */
  padding: 2px;                         /* テキストの前後の余白 */
  background-color: rgba(11, 97, 255, 0.20);       /* 背景色（透明度） */
  width:auto;                          /* 吹き出し全体の幅 */
  /*left : -1%;                           /* 表示位置 */
	bottom: -30px;
 left: -80%;
  font-size: 80%;                       /* 文字サイズ */
	border-radius:60%;
}
.job_container .iconballoon:before{
	border-style:solid;
  border-width: 0px 10px 10px 10px;   /* 吹き出し口の幅・色 */
  border-color: transparent transparent rgba(11, 97, 255, 0.20) transparent;     /* 吹き出し口の高さ１／２ */
  /*right: -12px;                           /* 吹き出し口の位置調整 */
  /*top: 5%;                                /* 吹き出し口の縦位置 */
  top: -9px; left:30%;
	content: "";                       /* コンテンツの挿入 */
  position: absolute;                /* 親要素を基準 */
}

.job_container .iconballoon:after{
	border-style:solid;
  border-width: 0px 11px 11px 11px;   /* 吹き出し口の幅・色 */
  border-color: transparent transparent rgba(11, 97, 255, 0.20) transparent;
  /*border-top: 10px solid transparent;  /* 吹き出し口の高さ１／２ */
  /*right: -12px;                           /* 吹き出し口の位置調整 */
  /*top: 5%;                                /* 吹き出し口の縦位置 */
  top: -10px; left:30%; */
	content: "";                       /* コンテンツの挿入 */
  position: absolute;                /* 親要素を基準 */
}

/* このクライアントの案件
----------------------------------------------- */
.contents_m .other .body ul{
	margin-right:-15px;
}

.contents_m .other .body li{
	display:inline-block;
	vertical-align:top;
	/*width:137px;*/
	width:90%;
	/*height: 80px;*/
	height: 90px;
	margin:5px 5px 5px 5px;
  /*box-shadow: 2px 2px gray;*/
}

.contents_m .other .body .img{
	margin-bottom:5px;
	/*border-bottom:1px solid #ccc;*/
	padding:1px;
}

.contents_m .other .body h3{
	border:0;
	padding:0;
	margin-bottom:5px;
}

.contents_m .other .body h3 span{
	font-weight:normal;
	font-size:12px;
}

.contents_m .other .body .cate{
	color:#dd1144;
}



/* この案件と似た案件
----------------------------------------------- */
.contents_m .alike .body ul{
	margin-right:-15px;
}

.contents_m .alike .body li{
	display:inline-block;
	vertical-align:top;
	width:137px;
	margin:0 8px 15px 0;
}

.contents_m .alike .body .img{
	margin-bottom:5px;
	border:1px solid #ccc;
	padding:1px;
}

.contents_m .alike .body h4{
	border:0;
	padding:0;
	margin-bottom:5px;
}

.contents_m .alike .body h4 span{
	font-weight:normal;
	font-size:12px;
}

.contents_m .alike .body .cate{
	color:#dd1144;
}
/*custom*/
.cate{
	/*background-color: #b2b2b2;20161109 modify*/
	/*background-color: #2f91f5;
    color: #ffffff;*/
    padding: 6px 8px 4px 8px;
    line-height: 1.4em;
	display: inline-block;
	/*font-size: 80%;20161107 modify*/
	font-size: 100%;
}
.title .cate    {
    background-color: transparent!important;
}


/*----------------------------------------------------------------【クライアント詳細】*/

.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;20161109 modify*/
	height:80px;
	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 .button input{
	    padding: 14px 20px;
	    border-radius: 10px;
	    background-color: #22518e;
	    color: #ffffff!important;
	    text-decoration: none!important;
	    font-size: 120%;
	    font-weight: bold;
        max-width:250px;
        margin: 0 10px 0 0;

	/*display:inline-block; 20161019modify
	margin-top:20px;
	padding:10px 30px;
	border-radius:6px;
	background-color:#BF6A7A;
	color:#fff;
	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;
}
.contents_m .list .title_seot{
	line-height: 1.5;
    margin-bottom: 15px;
	border:1px solid #ccc;
	/*color:white;*/
    /*background-color: #e78914;*/
	/*background-color: #62abf5;*/ 
    padding: 10px 10px
}

/*----------------------------------------------------------------【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:90px;
}

#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;
	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{
	font-weight: bold;/*custom*/
    padding: 0 0 10px 0;/*custom*/
	/*border:1px solid #CCC;*//*custom*/
	font-size: 140%;/*custom*/
	/*background:url(../img/style/h2_bk.gif) repeat-x center;*//*custom*/
	width: auto;/*custom*/
}

.contents_s .contents_box h2 .more{
	float:right;
	/*font-size:12px;20161109 modify*/
	font-size:14px;
}

.contents_s .contents_box .body{
	padding:10px;
	/*border:1px solid #CCC;*//*custom*/
	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{
	text-align:center;
	margin-top:10px;
}

.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 .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;
}





/* フォローリスト&新着案件　20161020ADD
----------------------------------------------- */

.contents_s .clip .body .item_list{
	text-align:center;
	background:none;
	padding:0;
	}
	ul.item_list>li{
		text-align:left;
		background:none;
		padding-right:10px;
		height: 90px;
		border-bottom: 1px dotted #ddd;/*custom*/
		/* margin-bottom: 20px; */
		margin-bottom: 3px;

		}

.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;
	width:80px;
	height:80px;
}
.contents_box .clip .body img{
	border:1px solid #ccc;
	padding:1px;
	display:inline-block;
	width:80px;
	height:80px;
	border-radius: 20px;
	float:left;
	margin-right: 20px;
	margin-left: 20px;
}
.contents_box .clip .body h3.title{
	padding:1px;
	border-left: 0px;

}

.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_box .new .body img ,
.contents_box .body .item_list img  /*custom*/{
	border:1px solid #000;
	/*padding:1px;*//*custom*/
	display:inline-block;
	width:52px;
	height:auto;
	border-radius: 4px;/*custom*/
	float:left;
	margin-right: 20px;
	/*margin-left: 20px;*//*custom*/
}
.contents_box .body .item_list_embed img  /*custom*/{
	border:1px solid #ccc;
	/*padding:1px;*//*custom*/
	display:inline-block;
	width:70px;
	height:60px;
	border-radius: 4px;/*custom*/
	float:left;
	margin-right: 20px;
	/*margin-left: 20px;*//*custom*/
}
.contents_box .new .body .title_nb{
	line-height: 1.5;
    margin-bottom: 15px;
	border:1px solid #ccc;
    /*background-color: #e78914;*/
	/*	background-color: #2f91f5; */
    padding: 10px 10px
}
.contents_box .new .body h3.title{
	padding:1px;
	border-left: 0px;
    font-weight: bold;/*custom*/
    font-size: 100%;/*custom*/
}
.contents_box .pickup .body .title_nemb{
	line-height: 1.5;
    margin-bottom: 15px;
	border:1px solid #ccc;
	color:white;
    /*background-color: #e78914;*/
	background-color: #62abf5; 
    padding: 10px 10px
}
.contents_box .clip .body .title_nb{
	line-height: 1.5;
    margin-bottom: 15px;
	border:1px solid #ccc;
	/*color:white;*/
    /*background-color: #e78914;*/
	/*background-color: #62abf5;*/ 
    padding: 10px 10px
}



/* 最近見た案件
----------------------------------------------- */
.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{
	border:1px solid #ccc;
	padding:1px;
	display:inline-block;
}

.contents_s .history .body h3{
	border:0;
	padding:0;
	font-size:12px;
	text-align:left;
}

.contents_s .history .body h3 span{
	font-weight:normal;
}

.contents_s .history .body .cate{
	color:#dd1144;
}



/*----------------------------------------------------------------【サイドカラム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 li{
	margin-right:12px;
}

/* ================================================================================ */
/*                                                                                  */
/*      ゴッドユーザーデザイン                                                      */
/*                                                                                  */
/* ================================================================================ */

#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;
}
/* ================================================================================ */
/*                                                                                  */
/*      アイコンーザーデザイン                                                      */
/*                                                                                  */
/* ================================================================================ */

.icon_container .icon{
	display: inline-block;
	margin-bottom: 20px;
	font-size: 40px;
	width:100px;
	line-height: 100px;
	border-radius: 50%;
	text-align: center;
	background-color: navy;
	color: #fff;
}

div.icon_container{
	padding: 35px 15% 35px 15%;
	/*background-color: #f2f2f2;*/
	background-color: aliceblue;
	/*width:80%;*/
	align-content: center;
}
div.icontext{
	text-align: center;
    width:180px;
	height: 120px;
	display: inline-block;
	margin: 0 10%;
}

.icontext p a{
	text-align: left!important;
	max-width:180px!important;
	bottom:auto;
	font-size: 18px;
}
