@charset "utf-8";

	/* Tel Table */
		.hb_tel_frame {
			clear:both;
			padding:5px 0px;
		}
		.home .homebox .tel_contents {
			padding:0px 13px;
		}
		.hb_tel_title {
			color:#222;
			font-size:125%;
			letter-spacing:-.05em;
			padding:5px 0;
			-webkit-border-radius:4px;
			-moz-border-radius:4px;
			border-radius:4px;
		}

			.hb_tel {
				clear:both;
				margin:5px 0px;
				border:1px solid #ddd;
				background-color:#fdfdfb;
				-webkit-border-radius:2px;
				-moz-border-radius:2px;
				border-radius:2px;
				-webkit-box-shadow:0px 2px 3px rgba(0,0,0,.04);
				-moz-box-shadow:0px 2px 3px rgba(0,0,0,.04);
				box-shadow:0px 2px 3px rgba(0,0,0,.04);
			}
				.hb_tel_table_style {
					clear:both;
				}
					.hb_tel_table_style table {
						width:100%;
					}
					.hb_tel_table_style table td {
						vertical-align:middle;
						padding:10px 10px 7px;
						line-height:24px;
					}
						.hb_tel_table_style table td div {
							text-align:center;
						}
							.hb_tel_table_style table td div a {
								color:#333;
								font-size:180%;
								text-shadow:0 1px 0px rgba(255,255,255,0.4);
							}
							.hb_tel_table_style table td div i {
								color:#777;
								font-size:95%;
							}

			/* Map Information */
				.hb_tel_info {
					clear:both;
					font-size:120%;
					margin:3px 0px;
				}