/* ポップアップ用ウィンドウサイズ  */
.mfp-iframe-holder .mfp-content{
	width: 50% !important;
	height: 80% !important;
}



/* 相互リンクバッジ */
span.mutualink{
	margin-left: 0.2em;
	margin-right: 0.2em;
}
	span.mutualink:before{
		font-family: FontAwesome;
		content: "\f0a3";
		color: #ed9db9;
		display:inline-block;
		zoom: 1;
		*display: inline;
	}


/********* index  *********/
div.search_result_text{
	background-color: #f9f9f9;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	padding: 0.5em;
	border-bottom: 1px solid #ededed;
}
	div.search_result_text p{
		border-bottom: 0 solid #cccccc;
		padding-bottom: 0.3em;
		margin: 0;
		color: #808080;

		display: inline-block;
		zoom: 1;
		*display: inline;
	}
		div.search_result_text p a{
			margin: 0;
			margin-left: 1.5em;
			padding: 0.2em 0.8em;
			background-color: #dddddd;
			color: #fff;
			font-size: 80%;
			text-decoration: none;
			position: relative;
			padding-left: 2.8em;
			border-radius: 2px; 
			-webkit-border-radius: 2px;
			-moz-border-radius: 2px;

			display: inline-block;
			zoom: 1;
			*display: inline;
		}
			div.search_result_text p a:before{
				font-family: "FontAwesome";
				font-size: 150%;
				position: absolute;
				margin: auto;
				height: auto;
				left: 0.5em;
				top: 50%;
				transform: translateY(-50%);
				font-weight: normal !important;
				content: "\f021";
				color: #fff;
			}
			div.search_result_text p a:hover{
				filter: alpha(opacity=75);
				opacity:0.75;
			}




div.pgLink{
	clear: both;
	padding: 1em;
	margin: 0 0 0 0;
	overflow: hidden;
	border-bottom: 1px solid #dddddd;
}



/* ############### page top search button ############### */
div.search_button{
	margin-bottom: 0.5em;
}
div.search_button > ul{
	letter-spacing: -.4em;
	overflow: hidden;
	padding: 0;
	margin: 0;
}
div.search_button > ul > li{
	letter-spacing: normal;
	list-style-type: none;
	margin: 0;
	margin-right: 1em;
	margin-bottom: 0.5em;
	padding: 0;
	font-size: 90%;
	display: inline-block;
	zoom: 1;
	*display: inline;
}
	div.search_button > ul > li > a{
		background: #e6e6e6;
		color: #777777;
		padding: 0.3em 1em;
		text-decoration: none;
		display: block;
		width: 100%;
		border-radius: 4px; 
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
	}

		/* カテゴリ＆エリアのボタン */
		div.search_button div.specification_open_btn > a{
			text-decoration: none;
			background-color: #e8e8e8;
			color: #777777;
			padding: 0.4em 0.6em;
			display: inline-block;
			zoom: 1;
			*display: inline;
			border-radius: 4px; 
			-webkit-border-radius: 4px;
			-moz-border-radius: 4px;
		}
			div.search_button div.specification_open_btn > a:before,
			div.search_button div.specification_open_btn > a:after{
				font-family: "FontAwesome";
			}
			div.search_button div.specification_open_btn > a:before{
				margin-right: 0.5em;
				content: "\f055";
			}
			div.search_button div.specification_open_btn > a:after{
			}
			div.search_button div.specification_open_btn > a.open:before{
				content: "\f056";
			}
			div.search_button div.specification_open_btn > a.open:after{
				margin-left: 0.5em;
				content: "\f063";
			}

			div.search_button div.specification_wrap > ul > li > a.on,
			div.search_button div.specification_wrap > ul > li > a.open,
			div.search_button div.specification_wrap > ul > li > a:hover,
			div.search_button div.specification_open_btn > a.on,
			div.search_button div.specification_open_btn > a.open,
			div.search_button div.specification_open_btn > a:hover,
			div.search_button ul > li > a.on,
			div.search_button ul > li > a:hover{
				background: #b3b3b3;
				color: #f2f2f2;
			}



		/* 最初は非表示 */
		div.search_button > div.specification_wrap{
			display: none;
			margin-bottom: 2em;
			padding: 0.5em;
			animation: couse_more 0.5s linear 0s;
			background-color: #f9f9f9;
			border-radius: 3px; 
			-webkit-border-radius: 3px;
			-moz-border-radius: 3px;
		}
		@keyframes couse_more{
			from{
				opacity: 0;
			}
			to{
				opacity: 1;
			}
		}
		/* カテゴリ＆エリア一覧 */
		div.search_button > div.specification_wrap > ul{
			overflow: hidden;
			padding: 0;
			padding-top: 1.2em;
			margin: 0;
			margin-bottom: 0;
			position: relative;
		}
			div.search_button > div.specification_wrap > ul > li{
				list-style-type: none;
				margin-bottom: 0.5em;
				margin-left: 0;
				margin-right: 0.2em;
				padding: 0;
				font-size: 86%;

				display: inline-block;
				zoom: 1;
				*display: inline;
			}
				div.search_button > div.specification_wrap > ul > li.selectbox_title{
					position: absolute;
					font-size: 80%;
					color: #b3b3b3;
					top: 0;
					left: 0;
				}
				div.search_button > div.specification_wrap > ul > li > a{
					background: #e6e6e6;
					color: #777777;
					padding: 0.2em 0.6em;
					text-decoration: none;
					display: block;
					width: 100%;
					height: 100%;
					border-radius: 4px; 
					-webkit-border-radius: 4px;
					-moz-border-radius: 4px;
				}



		/* キーワード検索フォーム */
		div.search_button div.keyword_search{
		}
		div.search_button div.keyword_search form{
			width: 100%;
			margin: 0;
			padding: 0;
			position: relative;
			display: block;
		}

		div.search_button div.keyword_search form input {
			outline: none;
		}
		div.search_button div.keyword_search form input[type=submit]{
			position: absolute;
			display: block;
			right: 0;
			top: 0;
			bottom: 0;
			margin: auto;
			width: 35px !important;
			height: 30px;
			padding: 0;
			font-family: FontAwesome;
			font-size: 17px;
			border: none;
			background: transparent;
			cursor: pointer;
		}
		div.search_button div.keyword_search form input::-webkit-search-decoration,
		div.search_button div.keyword_search form input::-webkit-search-cancel-button{
			display: none; 
		}
		div.search_button div.keyword_search form input[type=search]{
			width: 16em;
		}


		div.search_button div.keyword_search form input[type=search]{
			border: solid 1px #ccc;
			padding: 10px 0 10px 10px;
			font-size: 100%;
			-webkit-appearance: textfield;
			-webkit-box-sizing: content-box;

			-webkit-border-radius: 6px;
			-moz-border-radius: 6px;
			border-radius: 6px;

			-webkit-transition: all .5s;
			-moz-transition: all .5s;
			transition: all .5s;

			-webkit-box-sizing: border-box;
			-moz-box-sizing: border-box;
			-o-box-sizing: border-box;
			-ms-box-sizing: border-box;
			box-sizing: border-box;
		}
		div.search_button div.keyword_search form input[type=search]:focus {
			width: 20em;
			background-color: #fff;
			border-color: #c5e9f6;
			-webkit-box-shadow: 0 0 5px rgba(109,207,246,.5);
			-moz-box-shadow: 0 0 5px rgba(109,207,246,.5);
			box-shadow: 0 0 5px rgba(109,207,246,.5);
		}
		div.search_button div.keyword_search form input:-moz-placeholder{
			color: #ccc;
		}
		div.search_button div.keyword_search form input::-webkit-input-placeholder{
			color: #ccc;
		}
		div.search_button div.keyword_search form :-ms-input-placeholder{
			color: #cccc;
		}



		/* 新規投稿用ボタン */
		div.search_button > ul > li.post > a{
			position: relative;
			background: #ff3d35;
			color: #fff;
		}
		div.search_button > ul > li.post > a:before{
			font-family: "FontAwesome";
			margin-right: 0.5em;
			font-weight: normal !important;
			content: "\f067";
		}
			div.search_button > ul > li.post > a:hover{
				filter: alpha(opacity=75);
				opacity:0.75;
			}
/* ############### page top search button ############### */





h4.sTitle{
	background-color:#f5f5f5;
	border-bottom: 1px solid #b5b5b5;
	font-weight: bold;
	margin: 0;
	margin-top: 0.4em;
	margin-bottom: 0.4em;
	padding: 0.4em;
	padding-left: 0.6em;
	font-size: 110%;
}
	h4.sTitle:first-child{
		margin-top: 0;
	}





/********** 詳細ページ用 ***********/
div.LinkViewWrap{
	width: 80%;
	display: block;
	margin: 1em auto;
}
	/*詳細ページ用*/
	div.LinkViewWrap > div.LinkContent{
	}

	div.LinkViewWrap div.map_wrap{
		margin-top: 0.5em;
		border: 0 solid #ddd;
	}



	div.gmap{
		width: 100%;
		display: block;
		position: relative;
		padding-bottom: 56.25%; /* 縦横比 */
		height: 0;
		overflow: hidden;
		background: #f8f8f8;
	}




	/* ############### edit / delete button base ############### */
	div.edit_btn_box p{
		text-align: center;
	}
		div.edit_btn_box div.edit_btn_wrap{
			letter-spacing: normal;
			overflow: hidden;
			margin: 0;
			position: relative;
			text-align: center;
		}
			div.edit_btn_box div.edit_btn_wrap > ul{
				margin: 0;
				margin-top: 1em;
				margin-bottom: 1em;
				position: relative;
				left: 50%;
				float: left;
			}
				div.edit_btn_box div.edit_btn_wrap > ul > li{
					margin-top: 0.4em;
					margin-bottom: 0.4em;
					margin-left: 0;
					margin-right: 2em;
					padding: 0;
					list-style-type: none;
					position: relative;
					left: -50%;
					float: left;
				}
				div.edit_btn_box div.edit_btn_wrap > ul > li:last-child{
					margin-right: 0;
				}
					div.edit_btn_box div.edit_btn_wrap > ul > li > form{
					}
					div.edit_btn_box div.edit_btn_wrap > ul > li > form > button{
					}

/********** 詳細ページ用 ***********/

/********** リストページ用 ***********/
div.LinkListWrap{
	letter-spacing: -.4em;
	overflow: hidden;
	margin: auto;
	width: 100%;
	display: block;
	text-align: center !important;
}
	/*リストページ用*/
	div.LinkListWrap > div.LinkContent{
		letter-spacing: normal;
		vertical-align: top;
		width: calc(((980px / 4) - 0.1px) - 1em);
		border-bottom: 2px solid #a6a6a6;
		margin: auto;
		margin-bottom: 1em;
		margin-right: 0.5em;
		margin-left: 0.5em;
		display: inline-block;
		zoom: 1;
		*display: inline;
	}

		div.LinkContent div.info_content{
		}
			div.LinkContent .more_show,
			div.LinkContent .more_hide{
			}
				div.LinkContent .more_show a,
				div.LinkContent .more_hide a{
				font-size: 85%;
					background-color: #bfbfbf;
					color: #fff;
					text-decoration: none;
					padding: 0 0.4em;
					display: inline-block;
					zoom: 1;
					*display: inline;
					border-radius: 2px; 
					-webkit-border-radius: 2px;
					-moz-border-radius: 2px;
				}
					div.LinkContent .more_show a:hover,
					div.LinkContent .more_hide a:hover{
						filter: alpha(opacity=75);
						opacity:0.75;
					}

				div.LinkListWrap > div.LinkContent div.info_header ul > li{
					font-size: 80%;
				}


				div.LinkListWrap > div.LinkContent div.info_footer ul > li{
					font-size: 90%;
				}


			div.LinkListWrap > div.LinkContent h5{
				font-size: 80%;
			}
			div.LinkListWrap > div.LinkContent h4{
				margin-top: 0.2em;
				font-size: 100%;
				line-height: 1.2em;
			}



		/* ############### edit / delete button ############### */
		div.LinkContent div.edit_btn_wrap{
			letter-spacing: normal;
			overflow: hidden;
			position: absolute;
			left: 0.2em;
			top: 0.2em;
			z-index: 100;
		}
			div.LinkContent div.edit_btn_wrap > ul{
				margin: 0 !important;
				padding: 0 !important;
			}
				div.LinkContent div.edit_btn_wrap > ul > li{
					padding: 0.2em !important;
					margin: 0 !important;
					list-style-type: none;
					float: left;
				}
					div.LinkContent div.edit_btn_wrap > ul > li > form{
						margin: 0;
					}
					div.LinkContent div.edit_btn_wrap > ul > li > form > button{
						margin: 0 !important;
					}




/********** リストページ用 ***********/



/********** リスト＆詳細ページ共通 ***********/

	div.LinkContent{
		text-align: left;
		position: relative;
		border: 1px solid #efefef;
		background-color: #f9f9f9;
		padding: 0;
		overflow: hidden;
	}



		/* カバー画像 */
		div.LinkContent div.thmub{
			width: 100%;
			height: auto;
			position: relative;
			overflow: hidden;
			margin: 0;
			vertical-align: top;

			display: inline-block;
			zoom: 1;
			*display: inline;
			border: 0 solid #ddd;
			background: #f8f8f8;
			padding: 3px;
		}

			div.LinkContent div.thmub:before{
				content:"";
				display: block;
				padding-top: 50%;
			}

		div.LinkContent div.thmub img{
			vertical-align: bottom;
			position: absolute;
			width: auto;
			height: auto;
			max-width: 100%;
			max-height: 100%;
			top: 50%;
			left: 50%;
			-webkit-transform: translate(-50%, -50%);
			-ms-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
		}


		div.LinkContent p.private{
			margin: 0;
			padding: 0.2em 0.5em;
			font-size: 85%;
			color: #fff;
			display: inline-block;
			zoom: 1;
			*display: inline;
			border-radius: 2px; 
			-webkit-border-radius: 2px;
			-moz-border-radius: 2px;
			background-color: rgba(237,135,173,0.8);
			position: absolute;
			z-index: 120;
			right: 0.2em;
			top: 0.2em;
		}

		div.LinkContent div.info_header{
			background-color: #f2f2f2;
			padding: 0.2em 0.4em;
		}
			div.LinkContent div.info_header ul{
				margin-top: 0.2em;
				margin-bottom: 0.2em;
				margin-left: 0;
				margin-right: 0;
				list-style: none;
			}
				div.LinkContent div.info_header ul > li,
				div.LinkContent div.info_header ul > li a{
					text-decoration: none;
					margin: 0;
					margin-right: 1em;
					padding: 0;
					color: #afafaf;
					display: inline-block;
					zoom: 1;
					*display: inline;
				}
					div.LinkContent div.info_header ul > li a:hover{
						filter: alpha(opacity=75);
						opacity:0.75;
					}
					div.LinkContent div.info_header ul > li:last-child{
						margin-right: 0;
					}
				div.LinkContent div.info_header ul > li:before{
					font-family: FontAwesome;
					margin-right: 0.4em;
				}
				div.LinkContent div.info_header ul > li.category:before{
					content: "\f02b";
				}
				div.LinkContent div.info_header ul > li.area:before{
					content: "\f041";
				}

		div.LinkContent div.info_footer{
			padding: 0.2em;
			text-align: right;
		}
			div.LinkContent div.info_footer ul{
				margin-top: 0.2em;
				margin-bottom: 0.2em;
				margin-left: 0;
				margin-right: 0;
				list-style: none;
			}
				div.LinkContent div.info_footer ul > li{
					margin: 0;
					margin-right: 0.4em;
					padding: 0;
					color: #aaaaaa;
					display: inline-block;
					zoom: 1;
					*display: inline;
				}
					div.LinkContent div.info_footer ul > li:last-child{
						margin-right: 0;
					}
				div.LinkContent div.info_footer ul > li.modal{
				}
				div.LinkContent div.info_footer ul > li.view{
					margin-right: 0.2em;
				}

					div.LinkContent div.info_footer ul > li:before{
						font-family: FontAwesome;
					}
					div.LinkContent div.info_footer ul > li.update:before{
						margin-right: 0.4em;
						content: "\f017";
					}
					div.LinkContent div.info_footer ul > li.count:before{
						margin-right: 0.4em;
						content: "\f06e";
					}

					div.LinkContent div.info_footer ul > li.modal a,
					div.LinkContent div.info_footer ul > li.view a{
						margin-left: 0;
						color: #afafaf;
						text-align: center;
						background-color: #eaeaea;
						text-decoration: none;
						display:inline-block;
						zoom: 1;
						*display: inline;
						border-radius: 0.3em; 
						-webkit-border-radius: 0.3em;
						-moz-border-radius: 0.3em;
					}
						div.LinkContent div.info_footer ul > li a:before{
							padding: 0.2em 0.4em;
							font-family: FontAwesome;
						}
						div.LinkContent div.info_footer ul > li.view a:before{
							content: "\f08e";
						}
						div.LinkContent div.info_footer ul > li.modal a:before{
							content: "\f00e";
						}
						div.LinkContent div.info_footer ul > li.modal a:hover,
						div.LinkContent div.info_footer ul > li.view a:hover{
							filter: alpha(opacity=75);
							opacity:0.75;
						}


		div.LinkContent div.info_content{
			padding: 0.8em;
			padding-bottom: 0;
			position: relative;
		}

			div.LinkContent span.mutualink{
				position: absolute;
				right: 0.2em;
				top: 0.2em;
				font-size: 90%;
			}
				div.LinkContent span.mutualink:before{
				}

			div.LinkContent h5{
				margin: 0;
				line-height: 1em;
				color: #0063a4;
				font-weight: normal;
			}
			div.LinkContent h4{
				margin: 0;
			}


			div.LinkContent p.desc{
				line-height: 1.4em;
				margin: 0.4em 0;
			}



/********** リスト＆詳細ページ共通 ***********/







/* ############### Register form ############### */
div.form_cont{
	position: relative;
	overflow: hidden;
	margin: 10px 0;
}
	/* フォームタイトル */
	div.form_cont h3.form_title{
		margin-top: 1.5em;
		font-size: 160%;
		text-align: center;
		color: ;
	}

	div.form_cont input{
	}
	div.form_cont input:disabled{
		color: #c6cccc;
	}
	div.form_cont textarea{
	}
	div.form_cont div.confirm_wrap,
	div.form_cont div.input_wrap{
		position: relative;
		margin-top: 1.5em;
	}
	div.form_cont div.div_wrap{
		margin-top: 5em;
	}

	div.form_cont div.input_wrap textarea.form_text,
	div.form_cont div.input_wrap select.form_text,
	div.form_cont div.input_wrap input.form_text{
		border:none !important;
		border-top: 0;
		border-right: 0;
		border-left: 0;
		border-bottom: 1px solid #bfbfbf !important;
	}
	div.form_cont div.input_wrap textarea.form_text{
		height: auto;
	}

	div.form_cont  div.input_wrap > label{
		z-index: 10;
		position: relative;
		bottom: -0.1em;
		padding: 0;
		font-weight: bold;
	}
	div.form_cont div.input_wrap > label.err_txt{
		color: red;
		font-weight: bold;
	}
	div.form_cont select > option:disabled{
		background-color: #ffffff;
		font-size: 120%;
		font-weight: bold;
		color: #00a0dd;
	}
	div.form_cont select > optgroup{
		background-color: #e5edef;
	}

	/* URL */
	div.form_cont div.url_form{
		letter-spacing: -.4em;
	}
		div.form_cont div.url_form div{
			letter-spacing: normal;
			/*width: calc(50% - 5em);*/
			display: inline-block;
			zoom: 1;
			*display: inline;
		}
		div.form_cont div.url_form div:first-child{
			width: 8em;
		}
		div.form_cont div.url_form div:last-child{
			width: calc(100% - 9em);
			margin-left: 0.4em;
		}







	/* 画像アップロード  */
	/* カバー写真 */
	div.form_cont div.cover_photo {
		margin-top: 3em;
		height: auto;
		width: 100%;
		max-height: auto;
		position: relative;
	}
		div.form_cont div.cover_photo:before {
			content:"";
			display: block;
			padding-top: 25%;
		}
		div.form_cont div.cover_photo:after {
			text-align: center;
			content: attr(title);
			display: block;
			width: 100%;
			position: absolute;
			padding: 0.2em 1em;
			top: -2em;
			left: 50%;
			color: #fff;
			background-color: rgba(26,26,26,0.4);
			-webkit-transform: translateX(-50%);
			-ms-transform: translateX(-50%);
			transform: translateX(-50%);
		}
		div.form_cont div.cover_photo img{
			max-width: none; /* max-width:100%; をリセット */
			width: auto;
			max-width: 100%;
			max-height: 100%;
			position: absolute;
			top: 50%;
			left: 50%;
			-webkit-transform: translate(-50%, -50%);
			-ms-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
		}
	/* カバー写真 */

	#cover_photo span.del_btn{
		z-index: 1000;
		width: 1.5em;
		height: 1.5em;
		position: absolute;
		right: 0.5em;
		top: 0.5em;
		font-size: 140%;
		text-align: center;
	}
		#cover_photo span.del_btn a{
			display: block;
			width: 100%;
			height: 100%;
			text-decoration: none;
			background-color: #fff;

			border-radius: 0.75em; 
			-webkit-border-radius: 0.75em;
			-moz-border-radius: 0.75em;

		}
		#cover_photo span.del_btn a:hover{
			filter: alpha(opacity=85);
			opacity:0.85;
		}

	/********* File upload button *********/
	label.label_attach + input.form_attach{
		display: none;
	}

	label.label_attach {
		display: block;
		padding: 10px;
		margin: auto;
		width: 100%;
		color: #fff;
		text-align: center;
		background-color: #00a0dd;
		cursor: pointer;
	}
		label.label_attach:hover {
			filter: alpha(opacity=85);
			opacity:0.85;
		}




	/* ############### mypage link button ############### */
	div.mypage_button_wrap{
		margin-top: 1em;
		margin-bottom: 1.5em;
		text-align: center;

		padding: 1em;
		border: 3px solid #d9d9d9;
		background-color: #f4f4f4;
		border-radius: 3px; 
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;

	}
		div.mypage_button_wrap > p{
			text-align: center;
			margin: 0.4em;
			clear: both;
		}

		/*アカウント名*/
		div.mypage_button_wrap > p.account_button{
			margin: 0;
			padding: 0;
		}
		div.mypage_button_wrap > p.account_button > span{
			font-size: 130%;
			color: #a3a3a3;

			display: inline-block;
			zoom: 1;
			*display: inline;

			border-radius: 3px; 
			-webkit-border-radius: 3px;
			-moz-border-radius: 3px;
		}
			div.mypage_button_wrap > p.account_button > span:before{
				font-size: 140%;
				font-family: FontAwesome;
				content: "\f007";
				margin-right: 0.6em;
			}


		/*マイページログインボタン*/
		div.mypage_button_wrap > p.mypage_link_button{
			display: inline-block;
			zoom: 1;
			*display: inline;
		}
			div.mypage_button_wrap > p.mypage_link_button > a{
				background-color: #3198cf;
				color: #fff;
				text-decoration: none;
				padding: 0.5em 1em;
				border-radius: 3px; 
				-webkit-border-radius: 3px;
				-moz-border-radius: 3px;
			}
	/*
			div.mypage_button_wrap > p.mypage_link_button > a:before{
				font-family: FontAwesome;
				content: "\f007";
				margin-right: 0.6em;
			}
	*/
				div.mypage_button_wrap > p.mypage_link_button > a:hover{
					filter: alpha(opacity=75);
					opacity:0.75;
				}

		/* 新規登録ルール */
		div.mypage_button_wrap > div.textBox{
			border: 0;
		}
			div.mypage_button_wrap > div.textBox > ul{
				margin: 0;
			}
				div.mypage_button_wrap > div.textBox > ul > li{
					position: static;
					margin-bottom: 0.4em;
				}
				div.mypage_button_wrap > div.textBox > ul > li:before{
					position: static;
					margin-right: 0.5em;
				}



/* 公開・非公開 */
div.publication_wrap{
	border: 1px solid #d9d9d9;
	margin-top: 5em !important;
	padding: 3em;
	background-color: #f4f4f4;
	border-radius: 3px; 
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}





/********* p note *********/
div.form_cont p.text_note{
	margin-top: 0.3em;
	margin-bottom: 0.3em;
}
	div.form_cont p.text_note.center{
		text-align: center;
	}
	div.form_cont p.text_note.mgn_t{
		margin-top: 1em;
	}
div.form_cont p.input_rule{
	margin-top: 0em;
	font-size: 90%;
	color: #c1c1c1;
}


div.form_cont div#updete_done > p{
	font-size: 120%;
	text-align: center;
	color: red;
}


