/***********************/
/* 全体                */
/***********************/
* {
	margin: 0px;
	padding: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	font-family: "ヒラギノ角ゴ ProN W3",
				 "Hiragino Kaku Gothic ProN",
				 "メイリオ",
				 "Meiryo",
				 "ＭＳ Ｐゴシック",
				 "MS PGothic",
				 "sans-serif";
	border-collapse: collapse;
}

body {
	font-size: 11.5pt;
	-webkit-text-size-adjust: 100%;
}

body,
a
{
	color: #333333;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
	text-align: center;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}

img {
	width: 100%;
	height: auto;
	border: none;
	vertical-align: bottom;
}

div,
td
{
	vertical-align: middle;
}

table
{
	width: 100%;
}

/************************/
/* 統一（色、影、形状） */
/************************/
#top_btn a,
#sitemap_btn a
{
	display: block;
	color: #ffffff;
	box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.4);
	background: #ffa349;
}

#top_btn a:active,
#sitemap_btn a:active
{
	background: #ffc369;
}

.btn_lightblue {
	color: #ffffff;
	background: #36b6d6;
}

.btn_lightblue:hover,
.btn_lightblue:active
{
	color: #ffffff;
	background: #46c6e6;
	box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.4);
}

.btn_green {
	color: #ffffff;
	background: #20728B;
}

.btn_green:hover,
.btn_green:active
{
	color: #ffffff;
	background: #36b6aa;
	box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.4);
}

.servicetime_list_title_off,
.clinic_list_title_off
{
	color: #ff9700;
	background: #ffffff;
	border-radius: 5px;
	border: 2px dotted #ff9700;
}

.servicetime_list_title_plan,
.clinic_list_title_plan
{
	color: #ff4444;
	background: #ffe0e0;
	border-radius: 5px;
	border: 2px solid #ff4444;
}

.head_msg,
.title,
.foot_profile,
.foot_profile a,
.foot_copyright,
.sitemap_page_head
{
	color: #ffffff;
	background: #1B2C73;
}

.red {
	color: #ff4444;
}

.green {
	color: #00526B;
}

.strong {
	font-weight: bold;
}

.linker {
	text-decoration: underline;
}

.linker:hover {
	color: #ffffff;
	background: #ff4444;
}

/***********************/
/* 各エリアごとの設定  */
/***********************/
/****************/
/* 全エリア共通 */
/****************/
.card_style,
.card_style_for_inner
{
	background: #ffffff;
	padding-bottom: 3px;
	margin-bottom: 20px;
}

.default_btn {
	display: inline-block;
	border-radius: 5px;
	padding: 10px 10px;
	font-size: 9pt;
	text-align: center;
}

.default_large_btn {
	display: block;
	width: 80%;
	border-radius: 5px;
	padding: 15px 6px;
	font-size: 12pt;
	text-align: center;
}

.default_btn_margin {
	margin: 5px 0px;
}

.default_large_btn_margin {
	margin: 5px auto;
}

.align_right {
	text-align: right;
}

.clear {
	clear:both;
}

#top_btn {
	display: block;
	width: 45px;
	height: 45px;
	position: fixed;
	z-index: 90;
	bottom: 12px;
	left: 10px;
	visibility: hidden;
	opacity: 0;
	-moz-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
}

#top_btn a {
	line-height: 45px;
	font-size: 13pt;
	border-radius: 50%;
}

.top_btn_name {
	font-size: 7pt;
	background: transparent;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -10px 0 0 -10px;
}

#sitemap_btn {
	width: 56px;
	height: 56px;
	position: fixed;
	z-index: 100;
	top: auto;
	right: auto;
	bottom: 12px;
	right: 10px;
	visibility: hidden;
	opacity: 0;
	-moz-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
}

#sitemap_btn a {
	width: 100%;
	height: 100%;
	border-radius: 50%;
}

.sitemap_btn_close,
.sitemap_btn_open
{
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 20px;
	height: 2px;
	margin: -4px 0 0 -10px;
	-moz-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
}

.sitemap_btn_close {
	background: #ffffff;
}

.sitemap_btn_open {
	background: transparent;
}

.sitemap_btn_open:before,
.sitemap_btn_open:after,
.sitemap_btn_close:before,
.sitemap_btn_close:after
{
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 20px;
	height: 2px;
	background: #ffffff;
	-moz-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
}

.sitemap_btn_close:before{
	margin-top: -8px;
}
.sitemap_btn_close:after{
	margin-top: 6px;
}

.sitemap_btn_open:before{
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.sitemap_btn_open:after{
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

.sitemap_btn_name {
	font-size: 7pt;
	background: transparent;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: 8px 0 0 -14px;
}

/****************/
/* ヘッダエリア */
/****************/
.head_msg {
	font-size: 9pt;
	width:100%;
	padding: 5px 0px;
}

.wrap {
	text-align: left;
	width: 100%;
}

.head_area {
	background: #ffffff;
	margin-bottom: 10px;
	border-bottom: 1px solid #1B2C73;
	box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.4);
}

.head {
	display: table;
	width: 100%;
}

.logo {
	display: table-cell;
	text-align: left;
	padding: 5px 0px 10px 0px;
}

.logo_img {
	max-width: 500px;
}

.sitemap {
	display: table-cell;
	width: 80px;
}

.menu {
	display: table;
	width: 100%;
}

.menu_element {
	display: table-cell;
	width: 25%;
}

.menu_no_select,
.menu_no_select:hover,
.menu_no_select:active,
.menu_select,
.menu_select:hover,
.menu_select:active
{
	font-size: 13pt;
	text-align: center;
	display: block;
	font-weight: bold;
	line-height: 21px;
	padding: 0px 5px;
	height: 2.5em;
	border-top: 1px solid #1B2C73;
}

.menu_no_select {
	color: #1B2C73;
	background: #e8fcff;
}

.menu_no_select:hover,
.menu_no_select:active,
.menu_select,
.menu_select:hover,
.menu_select:active
{
	color: #ffffff;
}

.menu_no_select:hover,
.menu_select,
.menu_select:hover
{
	background: #1B2C73;
}

.menu_home_icon {
	font-size:17pt;
}

.content_link {
	display: table;
	table-layout:fixed;
	line-height: 0pt;
	text-align: center;
	margin: 0px auto 10px auto;
}

.content_link a {
	color: #1B2C73;
	text-align: center;
	width: 78px;
	font-size: 10pt;
	display: table-cell;
	padding: 8px 0px;
	border-left: 1px solid #1B2C73;
	border-right: 1px solid #1B2C73;
}

/********************/
/* コンテンツエリア */
/********************/
.title {
	margin-bottom: 6px;
	font-size: 13pt;
	font-weight: bold;
	padding: 12px 15px 12px 15px;
}

.title i{
	color: #c8dcff;
	font-weight: normal;
	font-style:italic;
	font-size: 9pt;
	vertical-align: text-bottom;
	margin-left: 15px;
}

.element {
	padding: 0px 8px 10px 8px;
}

/* ホーム */
.main_img {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 350px;
	margin: 10px 0px;
	background-position: left center;
	background-repeat: no-repeat;
	-moz-background-size: auto 100%;
	background-size: auto 100%;
	background-color: #ffffff;
	background-image: url("../images/main2.jpg");
}

.main_img_msg {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto auto;
	background: rgba(255, 255, 255, 0);
	padding: 0;
	z-index: 80;
}

.main_img_btn {
	display: block;
	width: 240px;
	position: absolute;
	right: 0px;
	bottom: 60px;
	left: 0px;
	margin: 0 auto;
	z-index: 81;
	color: #ffa349;
	border: 3px solid #ffa349;
	border-radius: 3px;
	font-size: 16pt;
	font-weight: bold;
	padding: 20px 0px;
	margin-top: 25px;

}

.main_img_btn:hover {
	background: rgba(0,0,0,0.5);
}

.news_list {
	margin: 0px 0px 10px 0px;
}

.news_list_table {
	width: 100%;
}

.news_list_th {
	width: 100%;
	font-weight: bold;
	color: #9D2932;
	background: #ffffff;
	font-size: 12pt;
	padding: 10px 0px 5px 5px;
	vertical-align: top;
}

.news_list_td {
	width: 100%;
	font-size: 10pt;
	background: #ffffff;
	padding: 5px 5px 8px 8px;
	vertical-align: top;
	border-bottom: 1px dotted #9D2932;
}

.news_list img {
	max-width: 130px;
}

.servicetime_list_title_no_select,
.servicetime_list_title_no_select_hover,
.servicetime_list_title_select,
.servicetime_list_title_select_hover,
.servicetime_list_title_off,
.servicetime_list_title_plan
{
	text-align: left;
	display: block;
	padding: 5px 10px;
	margin-bottom: 6px;
	font-size: 14pt;
}

.servicetime_list_title_no_select {
	background: #ffffff;
	border: 1px solid #999999;
}

.servicetime_list_title_no_select_hover,
.servicetime_list_title_select_hover,
.servicetime_list_title_no_select:active,
.servicetime_list_title_select:active
{
	opacity: 0.7;
}

.servicetime_list_title_no_select_hover,
.servicetime_list_title_select,
.servicetime_list_title_select_hover,
.servicetime_list_title_no_select:active,
.servicetime_list_title_select:active
{
	color: #ffffff;
	border: 1px solid #999999;
	box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.4);
}

.servicetime_list_title_btn {
	display: table-cell;
	vertical-align: middle;
	color: #ffffff;
	background: #36b6d6;
	font-size: 11pt;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	border-radius: 20%;
	width: 30px;
	height: 30px;
}

.servicetime_list_logo {
	padding-right: 15px;
	width: 100%;
	max-width: 450px;
}

.servicetime_list_table {
	padding: 0px 5px;
	overflow: hidden;
	height: 0px;
	-moz-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	transform: translate(0, 0);
}

.servicetime_list_table td {
	padding: 3px 5px;
	text-align: center;
	border: 1px solid #999999;
}

.servicetime_list_table_row {
	height: 55px;
}

.servicetime_list_table_weekday {
	background: #eeeeee;
	text-align: center;
}

.servicetime_list_table_saturday {
	color: #0000ff;
	background: #ddddff;
	text-align: center;
}

.servicetime_list_certified {
	font-size: 9pt;
	padding: 5px 10px;
	margin-bottom: 6px;
	width: 100%;
	background: #fffcf4;
}

.servicetime_list_table_sunday {
	color: #c40000;
	background: #ffd8d8;
	text-align: center;
}

.access_table {
	border-collapse: separate;
	border-spacing: 3px 6px;
	margin: 0px auto;
}

.access_table th{
	width: 65px;
	font-weight: bold;
	color: #00526B;
	background: #e7fff1;
	padding: 6px;
	vertical-align: top;
	text-align: left;
	border-left: 5px solid #00526B;
	border-bottom: 1px solid #00526B;
}

.access_table td{
	padding: 6px;
	vertical-align: top;
	text-align: left;
	border-bottom: 1px dotted #00526B;
}

.map_comment {
	padding: 0px 0px 0px 10px;
}

.map_data {
	height: 300px;
	margin: 5px 0px 10px 0px;
}

.parking_primary,
.parking_tie-up
{
	background: #ffffff;
	padding-bottom: 5px;
	margin: 20px 10px 0px 10px;
	text-align: left;
	border: 1px solid #9D2932;
}
.parking_primary_title,
.parking_tie-up_title
{
	background: #fff0f0;
	padding: 6px;
	font-weight: bold;
	color: #9D2932;
	border-left: 5px solid #9D2932;
	border-bottom: 1px solid #9D2932;
}

.parking_primary_target,
.parking_tie-up_target
{
	padding: 10px;
}

.parking_tie-up_img {
	max-width: 300px;
	margin: 0px auto;
}

/* 医院・薬局 */
.clinic_list_title:hover,
.clinic_list_title:active
{
	opacity: 0.7;
}

.clinic_list_title,
.clinic_list_title:hover,
.clinic_list_title:active,
.clinic_list_title_off,
.clinic_list_title_plan
{
	font-size: 15pt;
	text-align: left;
	display: block;
	padding: 11px;
	margin: 10px auto;
	max-width: 700px;
	width: 100%;
}

.clinic_title_img {
	max-width: 450px;
	height: auto;
}

.clinic_servicetime_table td {
	padding: 3px 5px;
	text-align: center;
	border: 1px solid #777777;
}

/* 当館について */
.plofile_description {
	padding: 10px 5px;
	background: #ffffff;
	margin-bottom: 10px;
	border-bottom: 1px dotted #00526B;
/*
	border-left: 5px solid #00526B;
*/
}

/* ニュースの詳細ぺーじ */
.news_detail {
	margin: 10px auto;
	max-width: 710px;
	width: 100%;
}

/******************/
/* フッターエリア */
/******************/
.foot_profile {
	font-size: 8pt;
	text-align: center;
	padding: 20px 0px 5px 0px;
	border-bottom: 1px groove #ffffff;
}

.foot_copyright {
	font-size: 8pt;
	text-align: center;
	padding: 2px 0px 76px 0px;
}


/**********************/
/* サイトマップエリア */
/**********************/
.sitemap_page {
	width: 75%;
	max-width: 360px;
	height: 100%;
	overflow: auto;
	background: rgba(255, 255, 255, 0);
	position: fixed;
	z-index: 95;
	top: 0;
	left: 100%;
	-moz-transition: transform 0.2s ease 0s;
	transition: transform 0.2s ease 0s;
}

.sitemap_page_open {
	-webkit-transform: translate(-100%, 0);
	-ms-transform: translate(-100%, 0);
	-moz-transform: translate(-100%, 0);
	transform: translate(-100%, 0);
}

.sitemap_page_filter {
	display: none;
	width: 100%;
	height: 120%;
	overflow: hidden;
	background: rgba(0, 0, 0, 0.3);
	position: fixed;
	z-index: 94;
	top: 0;
	right: 0;
}

.sitemap_page_head,
.sitemap_page_element
{
	margin: 0 auto;
}

.sitemap_page_head {
	font-size: 15pt;
	width: 100%;
	height: 50px;
	vertical-align: middle;
	z-index: 96;
}

.sitemap_page_element {
	padding: 5px 0px 73px 0px;
	background: #e5f5ff;
}

.sitemap_list {
	margin: 0px auto 5px auto;
	padding: 5px 10px;
	background: #ffffff;
}

.sitemap_list_title,
.sitemap_list_title_hover
{
	text-align: left;
	font-size: 14pt;
	display: block;
	width: 100%;
	padding: 15px 0px 15px 5%;
	border-bottom: 1px solid #999999;
}

.sitemap_list_title {
	color: #00526B;
	background: #ffffff;
}

.sitemap_list_title_hover {
	color: #ffffff;
	background: #26a69a;
}

.sitemap_list_title:active {
	color: #ffffff;
	background: #26a69a;
}

.sitemap_list_element,
.sitemap_list_element_for_clinic {
	padding: 0px;
	margin-bottom: 5px;
	background: #26a69a;
}

.sitemap_list_element a,
.sitemap_list_element_for_clinic a,
.sitemap_clinic_list_plan
{
	text-align: left;
	padding: 18px 0px 18px 10%;
}

.sitemap_list_element a,
.sitemap_list_element_for_clinic a {
	display: block;
	background: #ffffff;
	color: #00526B;
	width: 100%;
}

.sitemap_list_element a:hover,
.sitemap_list_element a:active
{
	background: #26a69a;
	color: #ffffff;
}

.sitemap_list_element_for_clinic a:hover,
.sitemap_list_element_for_clinic a:active
{
	opacity: 0.7;
}

.sitemap_list_element_for_clinic img{
	max-width: 300px;
}

.sitemap_clinic_list_plan {
	color: #ff4444;
	display: block;
	background: #ffffff;
	width: 100%;
}

.sitemap_home_icon {
	font-size: 17pt;
	position: relative;
	top: 3px;
	right: 5px;
}

/*===============================================
●画面の横幅が480pxまで（Small）: スマートフォン縦(iPhone5、iPhone6、android)、iPhone4縦横
===============================================*/
@media screen and (max-width: 480px), print and (max-width: 480px){
	.disp_smallUnder { /* 表示 */ }
	.disp_uppersmallUnder { /* 表示 */ }
	.disp_middleUnder { /* 表示 */ }
	.disp_largeOver { display: none; }

	.width_50per_largeOver { width: 100%; }
	.width_harfOver_largeOver { width: 100%; }
	.width_harfUnder_largeOver { width: 100%; }
	.cell_largeOver { margin-bottom: 5px; }

	.menu_no_select { height: 3.5em; }
	.menu_no_select:hover { height: 3.5em; }
	.menu_select { height: 3.5em; }
	.menu_select:hover { height: 3.5em; }
}
/*===============================================
●画面の横幅が580pxまで（UpperSmall）: スマートフォン横(iPhone5)
===============================================*/
@media screen and (min-width: 481px) and (max-width: 580px), print and (min-width: 481px) and (max-width: 580px){
	.disp_smallUnder { display: none; }
	.disp_uppersmallUnder { /* 表示 */ }
	.disp_middleUnder { /* 表示 */ }
	.disp_largeOver { display: none; }

	.width_50per_largeOver { width: 100%; }
	.width_harfOver_largeOver { width: 100%; }
	.width_harfUnder_largeOver { width: 100%; }
	.cell_largeOver { margin-bottom: 5px; }

	.menu_no_select { height: 3.5em; }
	.menu_no_select:hover { height: 3.5em; }
	.menu_select { height: 3.5em; }
	.menu_select:hover { height: 3.5em; }
}
/*===============================================
●画面の横幅が768pxまで（Middle）： スマートフォン横(iPhone6、android)、タブレット縦(iPad、nexus7)
===============================================*/
@media screen and (min-width: 581px) and (max-width: 768px), print and (min-width: 581px) and (max-width: 768px){
	.disp_smallUnder { display: none; }
	.disp_uppersmallUnder { display: none; }
	.disp_middleUnder { /* 表示 */ }
	.disp_largeOver { display: none; }

	.width_50per_largeOver { width: 100%; }
	.width_harfOver_largeOver { width: 100%; }
	.width_harfUnder_largeOver { width: 100%; }
	.cell_largeOver { margin-bottom: 5px; }

	.menu_home_icon {
		position: relative;
		top: 3px;
		right: 5px;
	}
}
/*===============================================
●画面の横幅が769px以上（Large）： タブレット横(iPad、nexus7)、大型タブレット縦横(nexus10)
===============================================*/
@media screen and (min-width: 769px), print and (min-width: 769px){
	body {
		background: #F3F5F8;
		background-image: url("../images/back.png");
		background-position: center 100px;
	}
	
	.disp_smallUnder { display: none; }
	.disp_uppersmallUnder { display: none; }
	.disp_middleUnder { display: none; }
	.disp_largeOver { /* 表示 */ }
	
	.default_large_btn {
		padding: 12px 6px;
		width: 50%;
	}
	
	#top_btn { display: none; }
	
	#sitemap_btn {
		top: 16px;
		right: auto;
		bottom: auto;
		left: auto;
	}
	
	.table_largeOver {
		width: 100%;
		display: table;
		border-spacing : 10px 0px;
		margin-bottom: 5px;
		border-collapse : separate;
	}
	
	.cell_largeOver {
		display: table-cell;
		vertical-align: top;
	}
	
	.width_50per_largeOver { width: 50%; }

	.width_harfOver_largeOver { width: 60%; }
	
	.width_harfUnder_largeOver {
		width: 40%;
		padding-left: 10px;
	}
	
	.wrap,
	.head,
	.menu,
	.sitemap_page_element,
	.sitemap_page_head
	{
		margin: 0px auto;
		max-width: 896px;
	}
	
	.sitemap_page {
		width: 100%;
		max-width: 100%;
		top: -100%;
		left: 0;
	}

	.sitemap_page_open {
		-webkit-transform: translate(0, 100%);
		-ms-transform: translate(0, 100%);
		-moz-transform: translate(0, 100%);
		transform: translate(0, 100%);
	}


	.sitemap_list
	{
		box-shadow: 1px 0px 2px 0px rgba(0,0,0,0.2), -1px 0px 2px 0px rgba(0,0,0,0.2), 0px 2px 3px 0px rgba(0,0,0,0.4);
		border-radius: 3px;
	}
	
	.sitemap_page_element {
		padding: 35px 5px;
		border-radius: 0px 0px 5px 5px;
	}
	
	.sitemap_list_element_for_clinic a {
		text-align: left;
		padding: 7px 0px 7px 10%;
	}

	.title
	{
		border-radius: 3px 3px 0px 0px;
		padding: 8px 15px 8px 15px;
	}
	
	.card_style,
	.card_style_for_inner
	{
		box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.4);
		border-radius: 3px;
		border-collapse: separate;	/* IE対応 */
		border-spacing: 0;	/* IE対応 */
	}
	
	.card_style { margin: 0px 5px 10px 5px; }
	
	.foot_copyright { padding-bottom: 2px; }
	
	.menu_home_icon {
		position: relative;
		top: 3px;
		right: 5px;
	}
	
	.main_img_msg { width: 70%; }

	.main_img_btn { padding: 6px 0px; }

	.news_list
	{
		width: 704px;
		margin-left: auto;
		margin-right: auto;
	}
	
	.news_list_table {
		display: table;
		border-spacing : 0px 0px;
		border-collapse : separate;
	}
	
	.news_list_th {
		font-size: 10pt;
		display: table-cell;
		vertical-align: top;
		width: 135px;
		background: #ffffff;
		padding: 5px 6px 5px 6px;
		border-bottom: 1px dotted #9D2932;
	}
	
	.news_list_td {
		display: table-cell;
		vertical-align: top;
		width: auto;
		background: #ffffff;
		padding: 5px 6px 5px 6px;
	}
	
	.map_data { margin: 5px 5px 10px 5px; }
}

/******************/
/* 印刷時         */
/******************/
@media print{
	#sitemap_page,
	#sitemap_page_filter,
	#sitemap_btn,
	#top_btn,
	.content_link
	{ display:none; }
}

/***********************/
/* FONT                */
/***********************/
@font-face {
	font-family: 'medicalplaza-font';
	src:url('../fonts/medicalplaza-font.eot?jso6g1');
	src:url('../fonts/medicalplaza-font.eot?#iefixjso6g1') format('embedded-opentype'),
		url('../fonts/medicalplaza-font.ttf?jso6g1') format('truetype'),
		url('../fonts/medicalplaza-font.woff?jso6g1') format('woff'),
		url('../fonts/medicalplaza-font.svg?jso6g1#medicalplaza-font') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
	font-family: 'medicalplaza-font';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-medicalplaza-home:before {
	content: "\e600";
}