@charset "utf-8";

/** 2016/06
	for responsive
*/

body {
	-webkit-text-size-adjust: 100%;
}

body,
input,
textarea,
select,
button,
h1, h2, h3, h4, h5, h6, div, p, span, th, td, a, form, ul, ol, li, dl, dt, dd {
	font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Arial, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif, Osaka;
}

:-ms-input-placeholder {
	color: #aaa;
}

a:hover {
	color: #00d6d9;
}

table[width="903"] {
	width: 100%;
}
table[width="820"],
#utility_submit,
#utility_content .all-check-controller {
	/*width: 72.99%;*/
	width: 100%;
	max-width: 1010px;
	margin-left: auto;
	margin-right: auto;
}

@media screen and (max-width: 1040px) and (min-width: 768px) {
	table[width="820"],
	#utility_submit,
	#utility_content .all-check-controller,
	.steps {
		width: 96% !important;
	}
}

@media screen and (max-width: 767px) {
	table[width="820"],
	#utility_submit,
	#utility_content .all-check-controller {
		width: 90.64% !important;
	}
}

/* ---------------------------------------------
header-area
--------------------------------------------- */

#header-area {
	width: 87.96%;
	height: 80px;
	margin-left: auto;
	margin-right: auto;
	display: table;
	border-collapse: collapse;
}
#header-area .logo-box {
	display: table-cell;
	vertical-align: middle;
	text-align: left;
}
#header-area .help-box {
	display: table-cell;
	vertical-align: middle;
	text-align: right;
}
#header-area .logo {
	width: 154px;
	height: 45.31px;
}
#header-area .help {
	margin-right: 15px;
	display: inline-block;
}
#header-area .help .icon {
	width: 40px;
	height: 40px;
	margin-right: 10px;
	overflow: hidden;
	display: inline-block;
	vertical-align: middle;
	box-shadow: 1px 1px 2px 0 rgba(0,0,0,0.3);
	border-radius: 50%;
	background: url(../img/icon-help_on.svg) no-repeat;
	background-size: 40px auto;
}
#header-area .help .icon img {
	width: 100%;
}
#header-area .help:hover .icon img {
	opacity: 0;
}
#header-area .help .text {
	vertical-align: middle;
	display: inline-block;
	line-height: 1;
	color: #0031bf;
}
#header-area .help:hover .text {
	color: #00d6d9;
}

@media screen and (max-width: 767px) {
	#header-area {
		width: auto;
		height: 60px;
		display: block;
		text-align: center;
		position: relative;
	}
	#header-area .logo-box {
		padding-top: 14px;
		display: inline-block;
	}
	#header-area .help-box {
		width: 31px;
		height: 31px;
		display: inline-block;
		position: absolute;
		right: 17px;
		top: 50%;
		margin-top: -15px;
	}
	#header-area .logo {
		width: 103px;
	}
	#header-area .help {
		margin-right: 0;
		width: 100%;
		height: 100%;
	}
	#header-area .help .icon {
		width: 100%;
		height: 100%;
		margin-right: 0;
		background-size: 31px auto;
	}
	#header-area .help .text {
		display: none;
	}
}

/* ---------------------------------------------
utility_content_area
--------------------------------------------- */

#utility_content_area {
	margin-top: 0;
	background: none;
}
@media screen and (min-width: 768px) {
	#utility_content_area {
		min-height: 0;
	}
}

#utility_content {
	background: none;
}
#utility_content .h1_title {
	width: auto;
	padding: 33px 6.02% 15px 8.3%;
	line-height: 1.2;
	font-weight: normal;
	font-size: 185%;
	background: #45a8b9;
}
#utility_content .h1_title::before {
	width: 12px;
	height: 57px;
	content: "";
	display: block;
	background-color: #91cded;
	position: absolute;
	left: 6.02%;
	bottom: 0;
}
#utility_content table[width="820"] tr.hidden {
	display: none;
}
#utility_content .text_only {
	font-size: 110%;
}
#utility_content p {
	padding: 0;
}
#utility_content .fs-smaller {
	font-size: 90%;
}
#utility_content .text_red {
	color: #c70000;
	font-size: 110%;
	font-weight: normal;
}
#utility_content .lead-text {
	margin: 15px 0 15px;
}
#utility_content .eg {
	padding-top: 9px;
	font-size: 100%;
}
#utility_content .text_l {
	text-align: center;
	padding: 55px 0 0;
	font-size: 165%;
	font-weight: normal;
	line-height: 1.2;
	color: #000000;
}
/* 影響範囲が広いため一旦コメントアウト
#utility_content .text_l br {
	display: none;
}
*/
#utility_content .fix {
	margin-left: 28px;
}

#utility_content .h3_title {
	padding: 0 0 17px;
	margin: 40px 0 0;
	font-weight: normal;
	font-size: 160%;
	color: #000;
	background: none;
	border-bottom: solid 3px #d5d4d4;
}
#utility_content .h3_title::before {
	width: 19px;
	height: 19px;
	margin-right: 10px;
	border: solid 5px #45a8b9;
	content: "";
	display: inline-block;
	vertical-align: -6px;
	border-radius: 50%;
}
#utility_content .note-style1 {
	padding-top: 5px;
	font-size: 90%;
}
#utility_content .all-check-controller {
	padding-top: 30px;
}
#utility_content .all-check-controller .btn-style1 + .btn-style1 {
	margin-left: 15px;
}

.with-top-border {
	border-top: solid 1px #d5d4d4;
}

.list_title,
.list_title2 {
	background: none;
}
.list_title,
.list_title2,
.form_area {
	border-bottom-color: #d5d4d4;
}
.form_area .form_area {
	padding-bottom: 10px;
	border-bottom: none;
}
.list_title,
.list_title p {
	color: #353536;
}
.first_line {
	border-bottom: none;
}
.list_title_bg_w,
.form_area_noline {
	border-bottom: solid 1px #d5d4d4;
}
.list_title,
.lt_width {
	width: 20%;
	font-size: 115%;
}
.list_title_bg_w {
	font-size: 115%;
	color: #353536;
}
.list_title2,
.lt2_width {
	width: 90px;
	padding-left: 0;
	padding-right: 0;
	text-align: center;
}
.form_area,
.fa_width,
.form_area_noline {
	width: auto;
	font-size: 110%;
}
.form_area,
.form_area_noline,
.form_area_error {
	padding: 22px 0 22px 4.5%;
	position: relative;
}
.form_area::before,
.form_area_noline::before,
.form_area_error::before {
	width: 4px;
	height: 80%;
	content: "";
	display: block;
	background-color: #b1d8f0;
	position: absolute;
	left: 0;
	top: 10%;
}
.form_area .form_area::before,
.form_area_noline .form_area_noline::before,
.form_area_error .form_area_error::before {  /* form_area のなかにさらにある form_area にはボーダーは表示しない。 */
	display: none;
}
.form_area table * {
	
}
.form_area table td {
	width: auto;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0;
	vertical-align: middle;
}

tr.sub td.list_title {
	padding-left: 2.1em;
	position: relative;
}
@media screen and (min-width: 768px) {
	tr.sub td.list_title::before {
		content: "";
		width: 9px;
		height: 9px;
		display: block;
		border-left: solid 2px #b1d8f0;
		border-bottom: solid 2px #b1d8f0;
		box-sizing: boder-box;
		position: absolute;
		left: 15px;
		margin-top: 5px;
	}
}
tr.sub.sub-flg td.first_line[colspan="4"] {
    line-height: 0 !important;
}

.top_line {
    border-top: none;
}

.w0 {
	width: 0 !important;
	overflow: hidden;
}

img[alt="必須"],
img[alt="任意"] {
	width: 40px;
	height: auto;
}
	
td.btn-cell {
	text-align: right;
}

label {
	padding: 3px 7px;
	display: inline-block;
	border-radius: 5px;
}
label:not(.nohover):hover {
	background-color: #ebf2fa;
}

input[type="text"],
input[type="password"],
textarea,
select,
.disp {
	padding: 5px 10px;
	border-radius: 3px;
	border: solid 1px #cccccc;
	background-color: #ebf2fa !important;
}
input[type="submit"] {
	-webkit-appearance: none;
}
input[name="emailAddressPc"],
input[name="emailAddressPcConfirm"] {
	width: 400px !important;
}

@media screen and (max-width: 767px) {
	
	#utility_content .h1_title {
		padding: 23px 0 9px 10.38%;
		font-size: 130%;
	}
	#utility_content .h1_title::before {
		width: 8px;
		height: 41px;
		left: 4.93%;
	}
	
	#utility_content p.mt5 {
		margin-top: 5px;
	}
	
	table[width="820"],
	table[width="820"] > tbody,
	table[width="820"] > tbody > tr,
	table[width="820"] > tbody > tr > th,
	table[width="820"] > tbody > tr > td {
		display: block;
	}
	

	#utility_content .text_only {
		font-size: 95%;
	}
	#utility_content .text_red {
		font-size: 95%;
	}
	#utility_content .lead-text {
		margin: 0 0 10px;
	}
	
	#utility_content .text_l {
		line-height: 1.5;
		text-align: left;
		padding: 25px 0 0;
		font-size: 130%;
	}
	
	#utility_content .h3_title {
		padding: 0 0 8px 37px;
		margin: 25px 0 0;
		font-weight: bold;
		font-size: 125%;
		position: relative;
	}
	#utility_content .h3_title::before {
		position: absolute;
		left: 0;
		top: -2px;
	}
	
	#utility_content .fix {
		margin-left: 10px;
	}
	#utility_content .all-check-controller {
		text-align: center;
	}
	#utility_content .all-check-controller .btn-style1 {
		font-size: 80%;
		display: inline-block;
	}
	#utility_content .all-check-controller .btn-style1 +  .btn-style1 {
		margin-left: 5px;
	}
	
	.with-top-border.sp-no-top-border {
		border-top: none;
	}
	
	.list_title,
	.list_title2 {
		padding-top: 13px;
		padding-bottom: 7px;
	}
	.list_title,
	.lt_width {
		width: auto;
		float: left;
		border-bottom: none;
		font-size: 105%;
		padding: 10px 12px 7px 0;
	}
	.list_title2,
	.lt2_width,
	.list_title_bg_w {
		width: auto;
		padding-bottom :0;
		float: left;
		border-bottom: none;
	}
	.list_title_bg_w {
		padding-left: 0;
	}
	.form_area,
	.fa_width,
	.form_area_noline {
		clear: left;
	}
	.form_area {
		margin-bottom: 11px;
		padding: 10px 0 10px 3.7%;
		font-size: 95%;
		border-left: solid 5px #b1d8f0;
		border-bottom: none;
	}
	.form_area .form_area {
		border-left: none;
	}
	.form_area::before {
		display: none;
	}
	.form_area::after {
		content: "";
		width: 100%;
		height: 0;
		display: block;
		position: absolute;
		bottom: -12px;
		left: -5px;
		padding-right: 5px;
		border-bottom: solid 1px #d5d4d4;
	}
	.form_area .form_area::after {
		border-bottom: none;
	}
	
	tr.sub td.list_title {
		padding-left: 1.2em;
	}
	tr.sub td.form_area {
		margin-left: 1.5em;
	}
	
	img[alt="必須"],
	img[alt="任意"] {
		width: 35px;
	}
	
	input[type="text"],
	textarea,
	select,
	.disp {
		padding: 3px 7px;
	}
	input[name="detailAddress_resident"],
	input[name="buildingName_resident"],
	input[name="detailAddress"],
	input[name="buildingName"],
	input[name="emailAddressPc"],
	input[name="emailAddressPcConfirm"] {
		width: 92% !important;
	}
	input[type="text"][size="14"] {
		width: 86px;
	}
	tr.sub input[type="text"],
	tr.sub textarea,
	tr.sub .disp {
		max-width: 92% !important;
	}
}

/* IE のセレクトボックスのセレクタを透明に */

select::-ms-expand {
	background-color: transparent;
	border: 0;
}

/* ボタン */

.btn-style1,
a.btn-style1,
button.btn-style1,
button#searchButton_resident {
	padding: 11px 30px 8px;
	color: #fff;
	border: none;
	font-size: 16px;
	font-weight: normal;
	line-height: 1;
	display: inline-block;
	border-radius: 4px;
	box-shadow: 1px 1px 2px 0 rgba(0,0,0,0.3);
	background-color: #45a8b9;
	text-decoration: none;
}
@media screen and (min-width: 768px) {
	.fix-right {
		float: right;
	}
}
button#searchButton_resident {
	padding-left: 20px;
	padding-right: 20px;
	margin-right: 17px;
}
.btn-style1:hover,
a.btn-style1:hover,
button.btn-style1:hover,
button#searchButton_resident:hover {
	background-color: #0acfa8;
}

#utility_submit {
	margin-top: 60px;
	margin-bottom: 40px;
}
#utility_submit::after {
	clear: both;
	content: "";
	display: block;
	height: 0;
}
#utility_submit .submit_back,
#utility_submit .submit_go,
#utility_submit .submit_center {
	height: 77px;
	padding: 0;
	margin: 0 !important;
	display: inline-block;
	border-radius: 6px;
	position: relative;
	box-shadow: 2px 2px 5px 0 rgba(0,0,0,0.3);
}
#utility_submit .submit_back {
	float: left;
        width: 266px;
	background-color: #989898;
}
#utility_submit .submit_back:hover {
	background-color: #4e939f;
}
#utility_submit .submit_go,
#utility_submit .submit_center {
	width: 359px;
	background-color: #16a613;
}
#utility_submit .submit_go:hover,
#utility_submit .submit_center:hover {
	background-color: #3db6b0;
}
#utility_submit .submit_go {
	float: right;
}
#utility_submit .submit_back input[type="image"],
#utility_submit .submit_go input[type="image"],
#utility_submit .submit_center input[type="image"] {
	width: 100%;
	height: 100%;
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
}
#utility_submit .submit_back span,
#utility_submit .submit_go span,
#utility_submit .submit_center span {
	padding-top: 31px;
	display: block;
	text-align: center;
	line-height: 1;
	color: #fff;
	font-size: 125%;
}
@media screen and (min-width: 768px) {
	#utility_submit .submit_back span {
		padding-left: 1em;
	}
}
#utility_submit .submit_center {
	margin-left: auto !important;
	margin-right: auto !important;
	display: block;
}

/* 戻るボタンのアイコンと、進むボタンのアイコン */

#utility_submit .submit_back::before,
#utility_submit .submit_back::after,
#utility_submit .submit_go::before,
#utility_submit .submit_go::after,
#utility_submit .submit_center::before,
#utility_submit .submit_center::after {
	content: "";
	display: block;
	position: absolute;
}
#utility_submit .submit_back::before {
	width: 18px;
	height: 13px;
	border: solid 5px #fff;
	border-left: none;
	border-radius: 0 10px 10px 0;
	left: 23px;
	top: 50%;
	margin-top: -11px;
}
#utility_submit .submit_back::after {
	width: 8px;
	height: 8px;
	border-top: solid 4px #fff;
	border-left: solid 4px #fff;
	transform: rotate(-45deg);
	left: 21px;
	top: 50%;
	margin-top: -14px;
}
#utility_submit .submit_go::before,
#utility_submit .submit_center::before {
	width: 30px;
	height: 6px;
	background-color: #fff;
	right: 25px;
	top: 50%;
	margin-top: -3px;
}
#utility_submit .submit_go::after,
#utility_submit .submit_center::after {
	width: 15px;
	height: 15px;
	border-top: solid 6px #fff;
	border-right: solid 6px #fff;
	transform: rotate(45deg);
	right: 22px;
	top: 50%;
	margin-top: -10px;
}

@media screen and (max-width: 767px) {
	.btn-style1,
	a.btn-style1,
	button.btn-style1,
	button#searchButton_resident {
		padding: 5px 11px;
		font-size: 14px;
	}
	.btn-style1.sp-posfix,
	a.btn-style1.sp-posfix,
	button.btn-style1.sp-posfix {
		position: absolute;
		right: 0;
		top: -32px;
	}
	.fix-right {
		margin-top: 10px;
		margin-left: -37px;
	}
	.sp-btn-fix-right {
		text-align: right;
		display: block;
	}
	
	#utility_submit {
		height: auto;
		margin-top: 40px;
		margin-bottom: 0px;
		text-align: center;
	}
	#utility_submit .submit_back,
	#utility_submit .submit_go,
	#utility_submit .submit_center {
		height: 61px;
	}
	#utility_submit .submit_back {
		width: 80.62%;
		float: none;
		padding-left: 0;
		margin-top: 36px !important;
	}
	#utility_submit .submit_go,
	#utility_submit .submit_center {
		width: 80.62%;
		float: none;
	}
	#utility_submit .submit_back span,
	#utility_submit .submit_go span,
	#utility_submit .submit_center span {
		padding-top: 24px;
	}
	
	/* 戻るボタンのアイコンと、進むボタンのアイコン */
	
	#utility_submit .submit_back::before,
	#utility_submit .submit_back::after,
	#utility_submit .submit_go::before,
	#utility_submit .submit_go::after,
	#utility_submit .submit_center::before,
	#utility_submit .submit_center::after {
		display: none;
	}
}

/* 姓名、セイメイなどの文字 */

.name_title p {
	width: 2.4em;
	text-align: left;
}
@media screen and (max-width: 767px) {
	.name_title p {
		width: 2.0em;
		font-size: 90%;
	}
	.name_form {
		padding-right: 5px;
	}
}

/* 位置調整用 (入力エリア前後のテキストが下に下がる場合) */

.posfix {
	position: relative;
	top: -13px;
}

/* 住所自動入力エリア */

div#searchButton_resident,
div#searchButton {
	padding: 10px 0 0;
}
span#selectSearchMode_resident a,
span#selectSearchMode a {
	padding-top: 10px;
	display: inline-block;
}
@media screen and (max-width: 767px) {
	div#searchButton_resident,
	div#searchButton {
		margin-top: 13px;
	}
	div#searchButton_resident table,
	div#searchButton_resident tbody,
	div#searchButton_resident tr,
	div#searchButton_resident td,
	div#searchButton table,
	div#searchButton tbody,
	div#searchButton tr,
	div#searchButton td {
		display: block;
	}
	div#searchButton_resident button#searchButton_resident,
	div#searchButton button#searchButton_resident {
		margin-bottom: 12px;
	}
}

/* フォームの各要素の直前の説明文 */

.form-elem-description {
	margin-bottom: 13px;
}

/* steps */

.steps {
	width: 100%;
	/*max-width: 1010px;*/
	max-width: 863px;
	margin: 34px auto 42px;
	border-top: solid 1px #a0a0a0;
	display: table;
	border-collapse: collapse;
}
.steps li {
	padding: 20px 0 0 8px;
	position: relative;
	display: table-cell;
	line-height: 1;
}
.steps li:last-child {
	border-top: solid 1px #fff;
}

.steps li::before {
	width: 28px;
	height: 28px;
	content: "";
	border-radius: 50%;
	display: block;
	border: solid 3px #fff;
	box-sizing: border-box;
	background-color: #45a8b9;
	position: absolute;
	top: -13px;
	left: 0;
}
.steps li.passed::before {
	background-color: #a0a0a0;
}
.steps li.passed::after {
	height: 4px;
	width: 12px;
	content: "";
	display: block;
	box-sizing: border-box;
	border-left: solid 2px #fff;
	border-bottom: solid 2px #fff;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	position: absolute;
	left: 8px;
	top: -2px;
}
.steps li.current::before {
	background-color: #f03a3a;
}
.steps li.current::after {
	width: 12px;
	height: 12px;
	content: "";
	border-radius: 50%;
	display: block;
	background-color: #fff;
	position: absolute;
	top: -5px;
	left: 8px;
}

.steps li span {
	color: #3b3b3b;
	font-size: 14px;
}
.steps li.passed span {
	color: #817f7f;
}
.steps li.current span {
	color: #f03a3a;
}

@media screen and (max-width: 767px) {
	.steps {
		width: 80%;
		margin-left: 10.38%;
		margin-bottom: 10px;
		display: block;
		border-top: none;
		border-left: solid 1px #a0a0a0;
		position: relative;
		left: 12px;
	}
	.steps::after {
		content: "";
		display: block;
		position: absolute;
		width: 3px;
		height: 17px;
		background-color: #fff;
		position: absolute;
		bottom: 0;
		left: -2px;
	}
	.steps li {
		height: 32px;
		padding-top: 0;
		padding-left: 23px;
		display: block;
	}
	.steps li:last-child {
		border-top: none;
	}
	.steps li::before {
		left: -14px;
		border: solid 2px #fff;
	}
	.steps li.passed::after {
		left: -5px;
	}
	.steps li.current::after {
		left: -6px;
	}
	
	.steps li span {
		font-size: 14px;
		position: relative;
		top: -5px;
	}
}

/* kiyaku */

.text_kiyaku {
	width: 79.20%;
}
@media screen and (max-width: 767px) {
	.text_kiyaku {
		width: auto;
	}
}

/* 同意する */

.question22 {
	width: auto;
	margin: 60px auto;
	font-size: 120%;
	font-weight: normal;
	border: solid 3px #95e5a5;
	background-color: #d4f5e4;
}
.question22:hover {
	background-color: #d5e5f5;
}
@media screen and (max-width: 767px) {
	.question22 {
		margin: 40px auto;
	}
}

/* .banners */

.banners {
	text-align: center;
}

@media screen and (max-width: 767px) {
	.banners {
		width: 90.64%;
		margin-left: auto;
		margin-right: auto;
	}
	.banners::after {
		content: "";
		height: 0;
		clear: both;
		display: block;
	}
	.banners img {
		width: 48%;
		margin-bottom: 10px;
	}
	.banners img:nth-of-type(odd) {
		float: left;
	}
	.banners img:nth-of-type(even) {
		float: right;
	}
}

/* .sp-text */

@media screen and (max-width: 767px) {
	.sp-text-left {
		text-align: left !important;
	}
	.sp-text-right {
		text-align: right !important;
	}
	.sp-text-center {
		text-align: center !important;
	}
}

/* passMeter */

#passMeter {
	
}
#passMeter dt {
	padding: 12px 0 7px;
	display: block;
	font-size: 90%;
}
#passMeter dd {
	width: 48px;
	height: 15px;
	margin-right: 2px;
	display: inline-block;
	background-color: #d3d3d3;
}
#passMeter dd.level0 {
	background-color: #e03f50;
}
#passMeter dd.level1 {
	background-color: #e0833f;
}
#passMeter dd.level2 {
	background-color: #3faf61;
}
#passMeter dd.level3 {
	background-color: #3faf61;
}
#passMeter dd.level4 {
	background-color: #5eaaca;
}

/* ---------------------------------------------
footer-area
--------------------------------------------- */

#footer-area {
	margin-top: 20px;
	text-align: center;
	border-top: solid 6px #45a8b9;
	background-color: #e9e9e9;
}
#footer-area .inner {
	width: 100%;
	padding: 40px 0;
	max-width: 1010px;
	margin-left: auto;
	margin-right: auto;
}
#footer-area .inner::after {
	content: "";
	clear: both;
	display: block;
	height: 0;
}
#footer-area .logo {
	width: 94px;
	height: 21.09px;
	float: left;
}
#footer-area .copyright {
	padding: 5px 0 0 32px;
	color: #1e1e1e;
	line-height: 1;
	font-size: 90%;
	float: left;
}
#footer-area .pagetop {
	width: 74px;
	height: 74px;
	display: inline-block;
	border-radius: 50%;
	background: #008cd6 url(/doc/cnt/yid/pc/images/icon-toparrow.svg) no-repeat center 22px;
	background-size: 32px auto;
	position: fixed;
	right: 20px;
	bottom: 15px;
	z-index: 100;
}
#footer-area .pagetop:hover {
	background-color: #0acfa8;
}
#footer-area .pagetop .text {
	color: #fff;
	font-size: 65%;
	line-height: 1;
	margin-top: 50px;
	display: inline-block;
}

@media screen and (max-width: 767px) {
	#footer-area .inner {
		width: 100%;
		padding: 15px 0;
	}
	#footer-area .logo {
		margin-bottom: 12px;
		float: none;
	}
	#footer-area .copyright {
		font-size: 80%;
		float: none;
		padding: 0;
	}
	#footer-area .pagetop {
		width: 42px;
		height: 42px;
		background-size: 20px auto;
		right: 7px;
		bottom: 17px;
		background-position: center 15px;
	}
	#footer-area .pagetop .text {
		display: none;
	}
}
