@charset "shift_jis";
/* CSS Document */
/* ----------------------------------------------------
　body この記述は消さないでください！
  背景の色替えなどが必要な時に修正
---------------------------------------------------- */
body {
	color: #333333;
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
	text-align: left;
	background: #fdfaf4;
	margin: 35px 0px 0px 0px;
	padding: 0;
	font-family: "Zen Kaku Gothic Antique", "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: 500;
	font-style: normal;
}
.container {
	background: #FFF;
	padding: 30px;
	border-radius: 10px;
}
body h2 {
	color: #333333;
}
.font_poppin {
	font-family: "Poppins", sans-serif;
	font-weight: 300;
	font-style: normal;
}
/* ----------------------------------------------------
　header 固定 この記述は消さないでください！
  PCヘッダー固定用。色変更したいときはnew_headerのバックグラウンドを変更
---------------------------------------------------- */
h1 {
	color: #fff;
	font-size: 11px;
	text-align: left;
	width: 44%;
	line-height: 35px;
	padding-left: 10px;
	float: left;
	position: fixed;
	top: 0;
	z-index: 150;
	margin: 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.head_title {
	color: #fff;
	font-size: 11px;
	text-align: left;
	width: 44%;
	line-height: 35px;
	padding-left: 10px;
	float: left;
	position: fixed;
	top: 0;
	z-index: 150;
	margin: 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-weight: bold;
}
.new_header {
	background-color: #c8ba8d;
	width: 100%;
	height: 35px;
	position: fixed;
	top: 0;
	z-index: 100;
}
.new_header_inner {
	min-width: 1000px;
}
.new_header_icon {
	float: left;
	margin: 8px 0 0 0;
}
.new_header_menu {
	float: right;
	margin-top: 6px;
}
.new_header_menu ul {
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.new_header_menu li {
	list-style-type: none;
	float: left;
	padding: 0;
	margin-right: 6px;
}
.new_h_reserv {
	background-color: #fff;
	border-radius: 3px;
}
.new_h_reserv a {
	color: #333 !important;
	text-align: center;
}
.new_header_menu a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding: 3px 10px;
	height: 16px;
	line-height: 16px;
	font-size: 12px;
	letter-spacing: 1px;
}
.new_header_menu a img {
	float: left;
	margin: 0px 10px 0px 0px;
}
.new_header_icon:hover,
.new_header_menu li:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
.new_header_menu li i {
	margin-right: 5px;
}
.new_header_menu02 {
	float: right;
	margin-top: 6px;
}
.new_header_menu02 ul {
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.new_header_menu02 li {
	list-style-type: none;
	background-color: #fdfdfd;
	border-radius: 3px;
	float: left;
	padding: 0;
	margin-right: 6px;
	text-align: center;
}
.new_header_menu02 a {
	color: #303030;
	text-decoration: none;
	display: block;
	padding: 3px 10px;
	height: 16px;
	line-height: 16px;
	font-size: 12px;
	letter-spacing: 1px;
}
.new_header_menu02 a i {
	margin: 0 5px 0 0;
}
.new_header_menu02 a img {
	float: left;
}
/*-------------------------------------------------------------------
検索ページ、物件一覧等のh2
-------------------------------------------------------------------*/
.ko_title {
	margin: 0;
	padding: 0 0 15px 0;
	position: relative;
	font-size: 20px;
	line-height: 28px;
	border-bottom: 3px solid #ddd;
	color: #333;
	width: 100%;
	float: none;
	z-index: 0;
	overflow: initial;
	font-weight: bold;
	white-space: normal;
}
.ko_title:after {
	position: absolute;
	content: " ";
	border-bottom: solid 3px #042455;
	bottom: -3px;
	width: 80px;
	display: block;
	left: 0px;
}
/*-------------------------------------------------------------------
学区表示非表示設定
学区非表示にする場合は下記cssのコメントアウトをはずしてください
-------------------------------------------------------------------*/
/*
.sho_school , .sho_school_text , .sesrch_school , .list_school_text{
    display: none;
}
*/
/* ----------------------------------------
レンタルコンテンツのお問合せボタン
---------------------------------------- */
.rental_inq {
	width: 720px;
	margin: 0 auto;
}
.rental_inq a {
	box-sizing: border-box;
	border: 3px solid #ff7f00;
	background: #ff7f00;
	color: #fff;
	position: relative;
	display: block;
	font-size: 20px;
	line-height: 18px;
	padding: 30px 0;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	letter-spacing: 1px;
}
.rental_inq a:after {
	position: absolute;
	bottom: -5px;
	content: "";
	vertical-align: middle;
	right: -5px;
	box-sizing: border-box;
	width: 10px;
	height: 10px;
	border: 10px solid transparent;
	border-left: 10px solid #fff;
	transform: rotate(45deg);
}
.rental_inq a:hover {
	background: #fff;
	color: #ff7f00;
}
.rental_inq a:hover:after {
	border-left: 10px solid #ff7f00;
}
.cc-color-override--958013087.cc-window {
	display: none;
}
/*-------------------------------------------------------------------
  ここから下を全削除後、各サイトの共通テンプレート
  ヘッダーフッターサイドバーなどで使用するcssを記載してください
  サイドバーのcssをそのまま使いたいとかであればうまく利用してください。
-------------------------------------------------------------------*/
/* ----------------------------------------
　side
---------------------------------------- */
/*検索 共通*/
.l-sidenavi {
	width: 300px;
}
.l-roomlist {
	float: left;
}
.l-sidenavi {
	float: right;
	margin-right: 0;
}
.s_search {
	width: 100%;
	margin: 0 auto 20px;
	border: 1px solid #cccccc;
	box-sizing: border-box;
}
.s_search h2 {
	color: #fff;
	margin: 2px;
	font-size: 16px;
	font-weight: bold;
	line-height: 40px;
	text-align: center;
	background: #042455;
}
.s_search ul {
	margin: 8px 5px;
	padding: 0;
	list-style: none;
}
.s_search ul li {
	line-height: 35px;
	margin-bottom: 3px;
	text-indent: 10px;
	background: #f0f0f0;
	/*★以下、背景色 #F5F5F5→#F0F0F0 を各ブラウザで指定*/
	background: -webkit-gradient(linear,
			left top,
			left bottom,
			from(#f5f5f5),
			to(#f0f0f0));
	/* Webkit系 */
	background: -moz-linear-gradient(top, #f5f5f5, #f0f0f0);
	/* Mozilla系 */
	background: -ms-linear-gradient(top, #f5f5f5, #f0f0f0);
	/* IE10+ */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#F5F5F5', endColorstr='#F0F0F0', GradientType=0)";
	/* IE8-9 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F5F5F5', endColorstr='#F0F0F0', GradientType=0);
	/* IE5.5-7 */
}
.s_search ul li a {
	width: 99%;
	margin: auto;
	display: block;
	color: #555555;
	font-size: 14px;
	font-weight: bold;
	/* text-indent: 30px; */
	text-decoration: none;
	background: url(/tool/sample/side/img/s_search_icon.gif) 10px 50% no-repeat;
}
.s_search ul li a:hover {
	color: #000000;
	background: #dddddd url(/tool/sample/side/img/s_search_icon.gif) 10px 50% no-repeat;
	/*★hover背景色・アイコン画像*/
}
.s_search_txt {
	margin: 5px;
	font-size: 10px;
	line-height: 14px;
}
/*店舗情報*/
.s_company {
	width: 100%;
	margin: 15px 0;
	border: 1px solid #cccccc;
	box-sizing: border-box;
}
.s_company h2 {
	color: #fff;
	margin: 2px;
	font-size: 16px;
	font-weight: bold;
	line-height: 40px;
	text-align: center;
	background: #042455;
}
.s_company_inner {
	margin: 5px;
}
.s_company_inner p {
	clear: both;
}
.s_company_inner p span {
	display: block;
	font-size: 14px;
	font-weight: bold;
}
.s_company_btn-l,
.s_company_btn_r {
	margin-bottom: 10px;
}
.s_company_btn-l {
	float: left;
}
.s_company_btn_r {
	float: right;
}
/* ----------------------------------------
サイドバーを200pxで利用する場合は
下記のコメントアウトを外してください。
---------------------------------------- */
/*--side-200px用---
.container,
.pan_wrap_1000,
.lpo_main_inner {
  width: 1000px !important;
}

.list_block_wrap #search_table,
.search_list2,
#nave,
.shosai_side,
.side,
.lpo_side {
  width: 200px !important;
}

.lpo_main_l {
  width: 680px !important;
}

.lpo_main_r_search ul li a {
  height: 93px !important;
}

.lpo_main_r_search ul li p {
  margin: 10px 0 0 0 !important;
}

.lpo_main_r_search ul li img {
  padding: 10px 0 0 0 !important;
}

.search_list2 {
  padding: 15px 10px;
}
#nave {
  padding: 15px 10px 10px;
}

.search_list_bk h3 {
  font-size: 13px;
  text-align: center;
}

.search_set {
  padding: 10px 3px;
  font-size: 11px;
}

.search_list_main input[type="submit"] {
  font-size: 14px;
  line-height: 40px;
  height: 40px;
  margin: 10px 0;
}

.search_list_main select {
  width: 80px;
  font-size: 12px;
}
.list_search_title {
  font-size: 13px;
}
.list_side_kodawari_btn label,
.checkbox01-parts_2,
.radiobox01-parts {
  font-size: 12px;
}

.checkbox01-parts {
  font-size: 12px;
  padding-left: 20px;
}

.list_side_kodawari_reset a {
  font-size: 11px;
}

.list_side_search_half label {
  padding: 5px 3px;
  width: 82px;
  padding: 7px 3px;
  display: inline-block;
}

#nave ul li:not(:first-child) {
  width: 100%;
	display: block;
}

#nave a {
  font-size: 12px;
  margin: 0 0 5px;
}

.shosai_side_wrap {
  width: 194px;
  padding: 15px 10px;
}

.shosai_side_wrap h3 {
  font-size: 12px;
  line-height: 1.4;
  padding: 10px 5px;
}

.shosai_side_tel_btn {
	font-size: 20px;
}

.shosai_side_tel_btn i {
  font-size: 16px;
  margin-right: 5px;
}

.shosai_side_cv a {
  padding: 12px 0;
  font-size: 13px;
}

.shosai_side_tel p br {
  display: block;
}
.shosai_side_con ul {
  display: block;
}
.shosai_side_con ul li:first-child {
  margin-right: 0;
}

.shosai_side_con ul li a {
  width: 100%;
  box-sizing: border-box;
  text-align: center;
}

--side-200px用---*/
/* ----------------------------------------
　header
---------------------------------------- */
#h_wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 0 0 clamp(20px, 1.4vw, 25px);
	& ul {
		list-style: none;
	}
	& ul, li, p {
		margin: 0;
		padding: 0;
	}
	& img {
		max-width: 100%;
	}
	& a {
		text-decoration: none;
		color: #333333;
	}
	>a {
		display: block;
		width: clamp(180px, 12vw, 220px);
	}
	>div {
		display: flex;
		align-items: center;
		gap: 0 45px;
		.h_nav {
			display: flex;
			gap: 0 clamp(45px, 3vw, 55px);
			>li {
				>a {
					text-align: center;
					line-height: 1;
					transition: all 0.2s;
					.h_nav_en {
						margin: 0 0 clamp(10px, 1.3vh, 13px) 0;
						font-size: clamp(17px, 1.15vw, 21px);
						letter-spacing: 0.05em;
					}
					.h_nav_ja {
						font-size: clamp(10px, 0.66vw, 12px);
						letter-spacing: 0.1em;
					}
					&:hover {
						color: #bdac6f;
					}
				}
			}
		}
		.h_btn {
			display: flex;
			>li {
				>a {
					display: block;
					width: clamp(165px, 11vw, 200px);
					padding: clamp(12px, 1.5vh, 15px) 0 clamp(16px, 2vh, 20px) 0;
					font-size: clamp(13px, 0.89vw, 16px);
					letter-spacing: 0.1em;
					color: #FFF;
					text-align: center;
					transition: all 0.2s;
					>img {
						margin: 0 0 10px 0;
						width: clamp(30px, 2vw, 36px);
						height: auto;
					}
				}
			}
			>li:first-child {
				>a {
					background-color: #c8ba8d;
					&:hover {
						background-color: #767676;
					}
				}
			}
			>li:not(:first-child) {
				>a {
					background-color: #333333;
					&:hover {
						background-color: #767676;
					}
				}
			}
		}
	}
}
/* ----------------------------------------
　footer
---------------------------------------- */
#f_wrap {
	margin-top: 180px;
	padding: 70px 0 0 0;
	background: #efecdf;
	& ul {
		list-style: none;
	}
	& ul, li, p {
		margin: 0;
		padding: 0;
	}
	& img {
		max-width: 100%;
	}
	& a {
		text-decoration: none;
		color: #333333;
	}
	.f_conts {
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
		margin: 0 0 60px 0;
		padding: 0 clamp(50px, 4.2vw, 75px);
		.f_box {
			>a {
				display: block;
				margin: 0 0 35px 0;
				width: clamp(300px, 20vw, 365px);
			}
			.f_box_txt {
				margin: 0 0 25px 0;
				font-size: clamp(13px, 0.89vw, 16px);
				line-height: 1.875;
			}
			.f_tel {
				display: flex;
				align-items: baseline;
				gap: 0 10px;
				margin: 0 0 20px 0;
				font-size: clamp(27px, 1.8vw, 32px);
				line-height: 1;
				color: #bdac6f;
				letter-spacing: 0.05em;
				&:before {
					content: "";
					width: 24px;
					height: 24px;
					background-image: url(/img/common/footer/f_tel_icon.webp);
					background-repeat: no-repeat;
					background-size: cover;
				}
			}
			.f_access {
				margin: 0 0 20px 0;
				font-size: clamp(10px, 0.7vw, 12px);
				line-height: 1.8;
			}
			>ul {
				display: flex;
				gap: 0 10px;
				>li {
					width: clamp(170px, 12.5vw, 220px);
					>a {
						display: flex;
						align-items: center;
						justify-content: space-between;
						padding: 15px 15px 15px 18px;
						border-radius: 25px;
						font-size: clamp(10px, 0.75vw, 13px);
						line-height: 20px;
						color: #FFF;
						transition: all 0.2s;
						&:after {
							content: "";
							width: 8px;
							height: auto;
							aspect-ratio: 1 / 1;
							background-image: url(/img/top/more_ar.webp);
							background-repeat: no-repeat;
							background-size: cover;
						}
					}
					&:nth-child(1) a {
						background-color: #333333;
						&:hover {
							background-color: #bdac6f;
						}
					}
					&:not(:nth-child(1)) a {
						background-color: #bdac6f;
						&:hover {
							background-color: #333333;
						}
					}
				}
			}
		}
		.f_link {
			display: flex;
			align-items: flex-start;
			>nav {
				padding: 0 clamp(35px, 2.8vw, 50px) 0 0;
				>ul {
					>li {
						display: flex;
						align-items: center;
						gap: 0 clamp(10px, 0.78vw, 14px);
						&:before {
							content: "";
							display: block;
							width: clamp(9px, 0.6vw, 11px);
							aspect-ratio: 1 / 1;
							background-image: url(/img/common/footer/f_plus_icon.webp);
							background-repeat: no-repeat;
							background-position: center;
							background-size: cover;
						}
						&:not(:last-child) {
							margin: 0 0 25px 0;
						}
						>a {
							font-size: clamp(12px, 0.89vw, 16px);
							line-height: 1.2;
							position: relative;
							&:before {
								position: absolute;
								left: 0;
								content: '';
								width: 100%;
								height: 2px;
								background: #bdac6f;
								bottom: -5px;
								transform: scale(0, 1);
								transform-origin: left top;
								transition: transform 0.3s;
							}
							&:hover {
								&:before {
									transform: scale(1, 1);
								}
							}
						}
					}
				}
			}
			.f_link_box {
				display: flex;
				gap: 0 clamp(35px, 2.8vw, 50px);
				padding: 0 0 0 clamp(45px, 3.4vw, 60px);
				border-left: 1px solid #bdac6f;
				.f_link_part {
					>div {
						margin: 0 0 20px 0;
						.f_link_name {
							font-size: clamp(14px, 1vw, 18px);
							line-height: 1;
							margin: 0 0 8px 0;
						}
						.f_link_en {
							font-size: clamp(10px, 0.7vw, 12px);
							line-height: 1.5;
							letter-spacing: 0.1em;
							color: #bdac6f;
							font-weight: 600;
						}
					}
					>ul {
						>li {
							display: flex;
							align-items: center;
							gap: 0 10px;
							&:before {
								content: "";
								width: 4px;
								height: 8px;
								background: #333;
								clip-path: polygon(0 0, 0% 100%, 100% 50%);
							}
							>a {
								font-size: clamp(11px, 0.8vw, 14px);
								line-height: 1.2;
								position: relative;
								&:before {
									position: absolute;
									left: 0;
									content: '';
									width: 100%;
									height: 2px;
									background: #bdac6f;
									bottom: -5px;
									transform: scale(0, 1);
									transform-origin: left top;
									transition: transform 0.3s;
								}
								&:hover {
									&:before {
										transform: scale(1, 1);
									}
								}
							}
							&:not(:last-child) {
								margin: 0 0 18px 0;
							}
						}
					}
				}
			}
		}
	}
	.f_c21 {
		margin: 0 0 20px 0;
		padding: 0 25px;
		font-size: clamp(10px, 0.7vw, 11px);
		line-height: 1;
		text-align: right;
	}
	.f_copy {
		font-size: clamp(10px, 0.7vw, 11px);
		line-height: 25px;
		background: #222222;
		text-align: center;
		color: #FFF;
	}
}
.side {
	width: 300px;
	float: right;
}
.side {
	.font_blue {
		color: #5075bb;
	}
	.font_gold {
		color: #bdac6f;
	}
	.font_gray {
		color: #878787;
	}
	& p, ul, li {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	& a {
		color: #333;
		text-decoration: none;
	}
	.side_tl {
		margin: 0 0 20px 0;
		.side_tl_en {
			margin: 0 0 7px 0;
			font-size: 30px;
			line-height: 1;
			letter-spacing: 0.1em;
		}
		.side_tl_ja {
			font-size: 13px;
			line-height: 1;
			color: #767676;
			letter-spacing: 0.1em;
		}
	}
	.side_img {
		width: 270px;
		height: 150px;
		object-fit: cover;
		margin: 0 0 15px 0;
		border-radius: 15px;
	}
	.side_txt {
		margin: 0 0 15px 0;
		font-size: 12px;
		line-height: 1.5;
	}
	.side_catch {
		margin: 0 0 20px 0;
		font-size: 20px;
		line-height: 1.5;
		color: #bdac6f;
		font-weight: bold;
		letter-spacing: 0.1em;
	}
	.side_btn_list {
		>li:not(:last-child) {
			margin: 0 0 10px 0;
		}
	}
	.side_btn {
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 260px;
		box-sizing: border-box;
		margin: 0 auto;
		padding: 20px 15px 20px 20px;
		background: #333333;
		border-radius: 35px;
		font-size: 13px;
		line-height: 20px;
		color: #FFF;
		letter-spacing: 0.1em;
		transition: all 0.2s;
		&:after {
			content: "";
			width: 12px;
			height: auto;
			aspect-ratio: 1 / 1;
			background-image: url(/img/top/more_ar.webp);
			background-repeat: no-repeat;
			background-size: cover;
		}
		&:hover {
			background: #bdac6f;
			color: #FFF;
		}
	}
	.side_mem {
		margin: 0 0 35px 0;
		padding: 30px 15px 25px 15px;
		background: #efecdf;
		>ul {
			margin: 0 0 10px 0;
			>li:not(:last-child) {
				margin: 0 0 10px 0;
				border-bottom: 1px solid #bdac6f;
			}
			>li {
				padding-bottom: 24px;
				padding-right: 8px;
				padding-left: 8px;
				position: relative;
				z-index: 1;
				&:before {
					content: "";
					width: 100%;
					height: calc(100% - 20px);
					background: #FFF;
					border-radius: 10px;
					position: absolute;
					left: 0;
					top: 8px;
					z-index: -1;
				}
				.side_merit_num {
					display: flex;
					justify-content: space-between;
					margin: 0 0 10px 0;
					>p {
						font-size: 13px;
						color: #bdac6f;
						font-weight: bold;
						letter-spacing: 0.1em;
					}
				}
				.side_merit_box {
					display: flex;
					align-items: center;
					gap: 0 10px;
					>img {
						width: 56px;
					}
					.side_merit_name {
						margin: 0 0 5px 0;
						padding: 0 0 15px 0;
						font-size: 16px;
						line-height: 1;
						color: #bdac6f;
						position: relative;
						&:after {
							content: "";
							width: 40px;
							height: 0;
							border-bottom: 2px dashed #bdac6f;
							position: absolute;
							left: 0;
							bottom: 0;
						}
					}
					.side_merit_txt {
						font-size: 11px;
						line-height: 1.3;
					}
				}
			}
		}
	}
	.side_nav {
		margin: 0 0 20px 0;
		padding: 20px 15px;
		background: #fdfaf4;
		border-radius: 20px;
		>ul {
			display: flex;
			flex-wrap: wrap;
			gap: 25px 10px;
			>li {
				width: 130px;
				>a {
					display: block;
					>div {
						width: 100%;
						height: 100px;
						border-radius: 10px;
						margin: 0 0 10px 0;
						overflow: hidden;
						>img {
							width: 100%;
							height: 100%;
							object-fit: cover;
							transition: all 0.2s;
						}
					}
					>p {
						display: flex;
						align-items: center;
						gap: 0 8px;
						font-size: 16px;
						line-height: 1;
						letter-spacing: 0.05em;
						&:before {
							content: "";
							width: 18px;
							height: auto;
							aspect-ratio: 1 / 1;
							background-image: url(/img/top/nav_ar.webp);
							background-repeat: no-repeat;
							background-size: cover;
						}
					}
					&:hover {
						>div {
							>img {
								transform: scale(1.1);
							}
						}
					}
				}
			}
		}
	}
	.side_box {
		margin: 0 0 30px 0;
		padding: 30px 15px 0 15px;
		border-top: 2px solid #bdac6f;
	}
	.side_company {
		margin: 0 0 40px 0;
		.side_com_table {
			>li:not(:last-child) {
				margin: 0 0 12px 0;
			}
			>li {
				border-bottom: 1px solid #333;
				padding-bottom: 12px;
				.side_com_table_item {
					display: inline-block;
					margin: 0 0 8px 0;
					padding: 3px 5px 4px 5px;
					border: 1px solid #333;
					font-size: 12px;
					line-height: 1;
				}
				.side_com_table_txt {
					font-size: 14px;
					line-height: 1.4;
					letter-spacing: 0.05em;
				}
			}
		}
	}
	.side_com_nav {
		padding: 10px;
		background: #efecdf;
		>ul {
			padding: 15px;
			background: #FFF;
			border-radius: 15px;
			>li {
				>a {
					display: flex;
					align-items: center;
					gap: 0 20px;
					>img {
						width: 60px;
					}
					.side_com_nav_item {
						font-size: 18px;
						line-height: 1;
						margin: 0 0 6px 0;
						transition: all 0.2s;
					}
					.side_com_nav_txt {
						font-size: 11px;
						line-height: 1.3;
						color: #878787;
					}
					&:hover {
						.side_com_nav_item {
							color: #bdac6f;
						}
					}
				}
				&:not(:first-child) {
					>a {
						padding-top: 15px;
					}
				}
				&:not(:last-child) {
					>a {
						padding-bottom: 15px;
						border-bottom: 1px solid #bdac6f;
					}
				}
			}
		}
	}
}
.sh_inq_pink2 {
	width: 465px;
	>input {
		width: 465px !important;
		height: 50px !important;
	}
}