@charset "UTF-8";

:root {
	--main-colr: #be2b02;
	--sub-colr: #6abe02;
	--Hiragino: "Hiragino Sans", sans-serif;
	--jost: font-family: "Jost", sans-serif;
	--box-shadow: 0 0 20px rgba(148, 148, 148, 0.2);
}

/* ================================================================================ */
/*                                                                                  */
/*      スタイル初期化                                                              */
/*                                                                                  */
/* ================================================================================ */

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;
	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: var(--main-colr);
}

a:hover {
	text-decoration: none;
}

input[type="text"],
input[type="password"],
select {
	padding: 3px;
	border: 1px solid #CCC;
}



/* ================================================================================ */
/*                                                                                  */
/*      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;
}

.safe {
	color: #22aa22;
}

textarea[name=message] {
	padding: 5px;
	line-height: 1.4;
}


/*----------------------------------------------------------------【外枠設定】*/

@media (min-width:769px) {
	#wrapper {
		margin: 165px auto 0;
	}
}

@media (max-width:768px) {
	#wrapper {
		margin: 45px auto 0;
	}
}

#contents {
	margin: 20px 0;
}



/* ================================================================================ */
/*                                                                                  */
/*      ヘッダーデザイン                                                            */
/*                                                                                  */
/* ================================================================================ */

#head {
	padding-top: 10px;
	max-width: 980px;
	margin: auto;
}

#head #logo {
	display: inline;
	/* 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 20px;
	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 8px;
}

/* ================================================================================ */
/*                                                                                  */
/*      メニューデザイン                                                            */
/*                                                                                  */
/* ================================================================================ */

#menu {
	margin-top: 15px;
	background-color: #666;
	max-width: 980px;
	margin: auto;
}

#menu ul li {
	float: left;
	font-weight: bold;
	font-size: 14px;
	position: relative;
}

#menu ul li a {
	color: #FFF;
	padding: 15px 30px;
	display: block;
	text-decoration: none;
}


/* ================================================================================ */
/*                                                                                  */
/*      フッターデザイン                                                            */
/*                                                                                  */
/* ================================================================================ */

#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 {}

/* 2カラム
----------------------------------------------- */
.c2 .contents_m {
	width: 734px;
}

.c2 .contents_s {
	width: 230px;
}

/* 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;
}

/*----------------------------------------------------------------【汎用デザイン】*/

.contents_m h2 {
	border: 1px solid #CCC;
	padding: 10px;
	margin-bottom: 10px;
	font-size: 16px;
	background: url(../img/style/h2_bk.gif) repeat-x center;
	line-height: 1.3;
	zoom: 1;
}

.contents_m h2:after {
	display: none !important;
	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;
}

.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 0 10px 10px;
	font-size: 14px;
	margin-bottom: 25px;
}



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

.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 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 {
	display: inline-block;
	vertical-align: top;
	width: 137px;
	margin: 0 8px 15px 0;
}

.contents_m .new .body .img {
	margin-bottom: 5px;
	border: 1px solid #ccc;
	padding: 1px;
}

.contents_m .new .body h3 {
	border: 0;
	padding: 0;
	margin-bottom: 5px;
}

.contents_m .new .body h3 span {
	font-weight: normal;
	font-size: 12px;
}

.contents_m .new .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;
}

.contents_m table caption {
	background-color: #555;
	color: #FFF;
	font-size: 12px;
	padding: 5px 5px 5px 10px;
}

.contents_m table th {
	background-color: #f7f7ff;
	border: 1px solid #ccc;
	padding: 8px 10px;
}

.list_table table th {
	border: 0;
	background-color: var(--main-colr);
}

.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列*/
	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 table {
	box-shadow: var(--box-shadow);
}

.contents_m .list_table th {
	color: #fff;
	padding: 15px 10px;
	/* border-left: 1px dotted #DDD;
	border-right: 1px dotted #DDD; */
}

.contents_m .list_table th a {
	color: #fff;
}

.contents_m .list_table th:first-child {
	border-top-left-radius: 7px;
}

.contents_m .list_table th:last-child {
	border-top-right-radius: 7px;
}

.contents_m table td:first-child {
	border-bottom-left-radius: 7px;
}

.contents_m table td:last-child {
	border-bottom-right-radius: 7px;
}

.contents_m .list_table td {
	padding: 8px;
	/* border-left: 1px dotted #DDD;
	border-right: 1px dotted #DDD; */
}

.contents_m .list_table td a {
	color: var(--main-colr);
}

.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-size: cover;
	background-image: url(../img/system/icon_more.svg);
}

/*削除不可*/
.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 {}



/* 入力フォームテーブル（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;
	padding: 0;
	float: left;
}

.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;
}

.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: inherit;
}


/*----------------------------------------------------------------【案件詳細】*/

.breadcrumb {
	margin-bottom: 10px;
	line-height: 1.5;
}

.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 {
	display: none;
	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: inherit;
	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;
	border-radius: 5px;
	margin-bottom: 10px;
}

.job_container .button .btn_more {
	/* background-color: #0082DB; */
}

.job_container .button .btn_entry {
	background-color: #0082DB;
}

.job_container .button a.not {
	background-color: #AAA;
}

.job_container .button a:hover {
	background-color: inherit;
	opacity: .7;
}

.nuser .job_container .button a:hover,
.cuser .job_container .button a:hover {
	background-color: #333 !important;
}

.job_container .item_img {
	margin: 15px 0;
	display: none;
}

.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;
}


/* このガイドの案件
----------------------------------------------- */
.contents_m .other .body ul {
	margin-right: -15px;
}

.contents_m .other .body li {
	display: inline-block;
	vertical-align: top;
	width: 137px;
	margin: 0 8px 15px 0;
}

.contents_m .other .body .img {
	margin-bottom: 5px;
	border: 1px solid #ccc;
	padding: 1px;
}

.contents_m .other .body h4 {
	border: 0;
	padding: 0;
	margin-bottom: 5px;
}

.contents_m .other .body h4 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;
	display: none;
}

.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;
}


/*----------------------------------------------------------------【ガイド詳細】*/

.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: 90px;
}

#social .google {
	width: 70px;
}



/*----------------------------------------------------------------【メッセージボックス】*/

/* メッセージ履歴
----------------------------------------------- */
#contents {
	margin-right: auto;
	margin-left: auto;
}

#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;
	box-shadow: var();
	background-color: #fff;
}

.contents_s .contents_box h2 {
	padding: 10px;
	font-size: 14px;
	background: url(../img/style/h2_bk.gif) repeat-x center;
}

.contents_s .contents_box h2 .more {
	float: right;
	font-size: 12px;
}

.contents_s .contents_box .body {
	padding: 10px;
	border: 1px solid #CCC;
	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;
}




/* フォローリスト
----------------------------------------------- */
.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 {
	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;
	z-index: 9999;
	position: relative;
}

#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;
}