@charset "utf-8";
/* CSS Document */
/*====================================
common
====================================*/
.cmn_tab_btn_wrap .tab_btn{
	background-color: #fff;
	border: solid 1px #D4E9ED;
}
.ttl--cmn1{
	color: #444;
}
.btn--cmn_clinic{
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 2px;
	background-color: #F5F5F5;
	font-size: 1.5rem;
	font-weight: 500;
}
.btn--cmn_clinic .btn_icon{
	width: 1rem;
	height: 1.4rem;
	mask-image: url(../img/clinic/common/footer-icon-map.svg);
	-webkit-mask-image: url(../img/clinic/common/footer-icon-map.svg);
}
.btn--cmn_clinic.btn2 .btn_icon{
	width: 1.821rem;
	height: 1.713rem;
	mask-image: url(../img/clinic/common/footer-icon-route.svg);
	-webkit-mask-image: url(../img/clinic/common/footer-icon-route.svg);
}
.cmn_price_tbl th,
.cmn_price_tbl td,
.tbl--row-head th,
.tbl--row-head td,
.tbl--column-head th,
.tbl--column-head td,
.tbl--basic th,
.tbl--basic td{
	border-color: #C9C9C9;
}

@media screen and (min-width: 960px) {
	.slider_prev:hover .arrow--cmn1:before,
	.slider_prev:hover .arrow--cmn1:after,
	.slider_next:hover .arrow--cmn1:before,
	.slider_next:hover .arrow--cmn1:after{
		background-color: #fff !important;
	}
	.btn--cmn_clinic{
		font-size: 18px;
		transition: background .3s ease, color .3s ease;
	}
	.btn--cmn_clinic:hover{
		color: #fff !important;
	}
	.btn--cmn_clinic .btn_icon{
		width: 13px;
		height: 18px;
	}
	.btn--cmn_clinic.btn2 .btn_icon{
		width: 19px;
		height: 18px;
	}
	.btn--cmn_clinic:hover .btn_icon{
		background-color: #fff !important;
	}
}

/* アイコン
--------------------------------------*/
.icon--youtube{
	mask-image: url(../img/clinic/common/icon-youtube.svg);
	-webkit-mask-image: url(../img/clinic/common/icon-youtube.svg);
}
.icon--instagram{
	mask-image: url(../img/clinic/common/icon-instagram.svg);
	-webkit-mask-image: url(../img/clinic/common/icon-instagram.svg);
}
.icon--twitter{
	mask-image: url(../img/clinic/common/icon-twitter.svg);
	-webkit-mask-image: url(../img/clinic/common/icon-twitter.svg);
}
.icon--tiktok{
	mask-image: url(../img/clinic/common/icon-tiktok.svg);
	-webkit-mask-image: url(../img/clinic/common/icon-tiktok.svg);
}

/*====================================
header
====================================*/
.header_logo .logo{
	display: flex;
	align-items: center;
}
.header_logo .logo img{
	width: 12.7rem;
}
.header_logo .logo-clinic-name{
	margin-left: 1rem;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 4.9rem;
	height: 2.5rem;
	border-radius: 3px;
	font-size: 0.9rem;
	font-weight: 500;
	border: 1px solid #000;
}

.gnav_list{
	margin-right: 10px;
}
.gnav_tel{
	box-sizing: border-box;
	width: 112px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.gnav_tel_inner{
	width: 100%;
	text-align: center;
	padding-top: 7px;
	padding-bottom: 12px;
	border-left: solid 1px #D4E9ED;
}
.gnav_tel svg{
	width: 20px;
	height: 20px;
}
.gnav_tel_txt{
	padding-top: 9px;
	font-size: 15px;
}
.gnav_btn{
	width: 100px;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	transition: opacity .3s ease;
}
.gnav_btn:hover{
	opacity: .7;
}
.gnav_btn .gnav_btn_inner{
	text-align: center;
}
.gnav_btn.reservation_btn svg{
	width: 22px;
	height: 23px;
}
.gnav_btn.reservation_btn path{
	fill:#FFF;
}
.gnav_btn.access_btn svg{
	width: 16px;
	height: 23px;
}
.gnav_btn .btn_txt{
	color: #fff;
	font-size: 15px;
	letter-spacing: 0.1em;
	padding-top: 4px;
}

@media screen and (max-width: 399px) {
	.header_logo .logo img{
		width: 12rem;
	}
}

@media screen and (min-width: 1150px) {
	.header_logo{
		padding-top: 32px;
	}
	.header_logo .logo img{
		width: 189px;
	}
	.header_logo .logo-clinic-name{
		margin-left: 11px;
		width: 70px;
		height: 36px;
		font-size: 13px;
	}
}
@media screen and (min-width: 1150px) and (max-width: 1299px) {
	.header_logo .logo img{
		width: 165px;
	}
}

/*===============================
hamburger menu
===============================*/
#hamburger_menu .hamburger_blc_menu .tab_btn .tab_btn_mark:before,
#hamburger_menu .hamburger_blc_menu .tab_btn .tab_btn_mark:after{
	background-color: #fff;
}

/*====================================
float_bnr
====================================*/
.float_bnr_reserves .bnr_txt{
	font-size: 1.5rem;
}
.float_bnr_reserves .bnr{
	box-sizing: border-box;
}

@media screen and (max-width: 959px) {
	.float_bnr_reserves{
		width: 100%;
		left: 0;
		bottom: -5.5rem;
		display: flex;
		justify-content: space-between;
		transition: transform .3s ease;
	}
	.float_bnr_reserves.is--fix{
		transform: translateY(-5.5rem);
	}
	.float_bnr_reserves .disp--pc{
		display: none !important;
	}
	.float_bnr_reserves .bnr{
		box-sizing: border-box;
		height: 5rem;
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 0 1rem;
	}
	.float_bnr_reserves .bnr_txt{
		color: #fff;
	}
	.float_bnr_reserves .bnr_icon{
		width: 1.4rem;
		height: 1.4rem;
		margin-right: 0.3rem;
	}
	.float_bnr_reserves .bnr_tel{
		flex: 1;
		margin-right: 0.5rem;
	}
	.float_bnr_reserves .bnr_reserve{
		min-width: calc((100% - 0.5rem) / 2);
	}
	.float_bnr_reserves .bnr_reserve .bnr_icon{
		width: 1.76rem;
		height: 1.84rem;
	}
	.float_bnr_reserves .bnr_icon path{
		fill: #fff;
	}

	.float_bnr_reserves.has--3bnr{
		bottom: -9.5rem;
		z-index: 600;
	}
	.float_bnr_reserves.has--3bnr.is--fix{
		transform: translateY(-9.5rem);
	}
	.float_bnr_reserves.has--3bnr .bnr{
		height: 6rem;
	}
	.float_bnr_reserves.has--3bnr .bnr_tel,
	.float_bnr_reserves.has--3bnr .bnr_reserve{
		min-width: auto;
		width: calc((100% - 9rem - 0.5rem * 2) / 2);
		margin-right: 0.5rem;
	}
	.float_bnr_reserves .bnr_instagram{
		width: 9rem;
		border: 1px solid #D8D8D8;
		background-color: #fff !important;
		position: relative;
		flex-direction: column;
	}
	.float_bnr_reserves .bnr_instagram .bnr_baloon{
		position: absolute;
		width: 7rem;
		height: 2.4rem;
		top: -2.9rem;
		left: calc((100% - 7rem) / 2);
		border-radius: 2px;
		background-color: #717171;
		color: #fff;
		font-size: 1rem;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.float_bnr_reserves .bnr_instagram .bnr_baloon:before{
		content: '';
		display: block;
		position: absolute;
		pointer-events: none;
		background-color: #717171;
		width: 0.6rem;
		height: 0.4rem;
		left: calc((100% - 0.6rem) / 2);
		bottom: -0.4rem;
		clip-path: polygon(0 0, 50% 100%, 100% 0);
	}
	.float_bnr_reserves .bnr_instagram .bnr_icon{
		width: 2.5rem;
		height: 2.5rem;
		margin: 0 auto;
	}
	.float_bnr_reserves .bnr_instagram .bnr_txt{
		font-size: 1.3rem;
		color: #929292;
		margin-top: 0.5rem;
	}
}

@media screen and (min-width: 960px) {
	.float_bnr_reserves{
		left: 15px;
		top: 50%;
		transform: translateY(-50%);
	}
	.float_bnr_reserves .disp--sp{
		display: none !important;
	}
	.float_bnr_reserves .bnr{
		box-sizing: border-box;
		width: 40px;
		height: 230px;
		display: flex;
		align-items: center;
		border-radius: 100px;
		background-color: #fff;
		border: solid 1px #D4E9ED;
		transition: background .3s ease, border .3s ease;
	}
	.float_bnr_reserves .bnr:not(:last-child){
		margin-bottom: 10px;
	}
	.float_bnr_reserves .bnr_txt{
		font-size: 13px;
		-ms-writing-mode: vertical-rl;
		-webkit-writing-mode: vertical-rl;
		writing-mode: vertical-rl;
		text-orientation: upright;
		margin-left: auto;
		margin-right: auto;
		letter-spacing: 0.05em;
		transition: color .3s ease;
	}
	.float_bnr_reserves .bnr:hover .bnr_txt{
		color: #fff !important;
	}
}
@media screen and (min-width: 1150px) {
	.float_bnr_reserves{
		left: 31px;
	}
}

/*====================================
footer
====================================*/
.footer_blc1{
	padding-top: 4rem;
	padding-bottom: 3rem;
}
.footer_blc1 .box_map{
	margin-bottom: 1rem;
}
.footer_blc1 .blc_map .box_btn{
	display: flex;
	justify-content: space-between;
}
.footer_blc1 .blc_map .btn{
	width: calc((100% - 1rem) / 2);
	height: 5rem;
}
.footer_blc1 .blc_map .btn_icon{
	width: 1rem;
	margin-right: 0.5rem;
}
.footer_blc1 .blc_map .btn2 .btn_icon{
	width: 1.8rem;
}
.footer_blc1 .blc_map .box_address{
	margin-top: 1rem;
	font-size: 1.3rem;
}
.footer_blc1 .blc_map .box_address_line{
	display: flex;
}
.footer_blc1 .blc_map .box_address_line .line_txt{
	flex: 1;
}
.footer_blc1 .consultation_hours_tbl table{
	width: 100%;
}
.footer_blc1 .consultation_hours_tbl th,
.footer_blc1 .consultation_hours_tbl td{
	box-sizing: border-box;
	text-align: center;
	padding: 1rem 0.2rem;
	font-size: 1.2rem;
	line-height: 1.3;
	vertical-align: middle;
	width: 14.1%;
}
.footer_blc1 .consultation_hours_tbl th:first-child{
	width: 15%;
}
.footer_blc1 .consultation_hours_tbl thead th{
	color: #fff;
}
.footer_blc1 .consultation_hours_tbl thead th:not(:last-child){
	border-right: solid 1px #fff;
}
.footer_blc1 .consultation_hours_tbl thead th:first-child{
	border-radius: 2px 0 0 0;
}
.footer_blc1 .consultation_hours_tbl thead th:last-child{
	border-radius: 0 2px 0 0;
}
.footer_blc1 .consultation_hours_tbl tbody th:not(:last-child),
.footer_blc1 .consultation_hours_tbl tbody td:not(:last-child){
	border-right: solid 1px #E5E5E5;
}
.footer_blc1 .consultation_hours_tbl tbody tr:nth-child(1) th,
.footer_blc1 .consultation_hours_tbl tbody tr:nth-child(1) td{
	border-bottom: solid 1px #E5E5E5;
}
.footer_blc1 .consultation_hours_tbl .deban-name,
.footer_blc1 .consultation_hours_tbl .deban_name{
	box-sizing: border-box;
	display: inline-block;
	width: 100%;
	border-radius: 2px;
	text-align: center;
	color: #fff;
}
.footer_blc1 .consultation_hours_tbl .deban-name:not(:first-child),
.footer_blc1 .consultation_hours_tbl .deban_name:not(:first-child){
	margin-top: 0.8rem;
}
.footer_blc1 .blc_consul .tbl_btm_label{
	margin-top: 1rem;
	display: flex;
}
.footer_blc1 .blc_consul .tbl_btm_label .label{
	display: flex;
	align-items: center;
}
.footer_blc1 .blc_consul .tbl_btm_label .label:not(:last-child){
	margin-right: 1.2rem;
}
.footer_blc1 .blc_consul .tbl_btm_label .label .icon{
	width: 1.4rem;
	height: 1.4rem;
	border-radius: 2px;
}
.footer_blc1 .consultation_hours_tbl .deban-name.color1,
.footer_blc1 .consultation_hours_tbl .deban_name.color1,
.footer_blc1 .blc_consul .tbl_btm_label .label .icon.color1{
	background-color: #EC7BA2;
}
.footer_blc1 .consultation_hours_tbl .deban-name.color2,
.footer_blc1 .consultation_hours_tbl .deban_name.color2,
.footer_blc1 .blc_consul .tbl_btm_label .label .icon.color2{
	background-color: #5694D2;
}
.footer_blc1 .blc_consul .tbl_btm_label .label .txt{
	font-size: 1.2rem;
	margin-left: 0.3rem;
}
.footer_blc1 .blc_consul .tbl_btm_txt{
	margin-top: 1.5rem;
	font-size: 1.3rem;
	line-height: 1.53;
}
.footer_blc1 .blc_consul .box_tel{
	margin-top: 1.25rem;
}
.footer_blc1 .blc_consul .box_tel .btn{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 5rem;
	border-radius: 2px;
	background-color: #F5F5F5;
}
.footer_blc1 .blc_consul .box_tel .btn svg{
	width: 2.1rem;
	height: 2.1rem;
	margin-right: 0.5rem;
}
.footer_blc1 .blc_consul .box_tel .btn_txt{
	font-size: 2rem;
}

@media screen and (max-width: 959px) {
	.footer_blc1 .blc_map{
		margin-bottom: 2.5rem;
	}
}
@media screen and (max-width: 599px) {
	.footer_blc1 .blc_consul .box_tel .btn{
		border: none;
	}
}

@media screen and (min-width: 600px) {
	.footer_blc1 .blc_consul .box_tel .btn{
		pointer-events: none;
		border: solid 1px #D4E9ED;
		background-color: #fff;
	}
	.footer_blc1 .consultation_hours_tbl .deban-name,
	.footer_blc1 .consultation_hours_tbl .deban_name{
		padding: 3px 1px;
	}
	.footer_blc1 .consultation_hours_tbl .deban-name:not(:first-child),
	.footer_blc1 .consultation_hours_tbl .deban_name:not(:first-child){
		margin-top: 10px;
	}
	.footer_blc1 .blc_consul .tbl_btm_label .label:not(:last-child){
		margin-right: 20px;
	}
	.footer_blc1 .blc_consul .tbl_btm_label .label .icon{
		width: 20px;
		height: 20px;
	}
	.footer_blc1 .blc_consul .tbl_btm_label .label .txt{
		font-size: 13px;
		margin-left: 3px;
	}
}
@media screen and (min-width: 960px) {
	.footer_blc1{
		padding-top: 60px;
		padding-bottom: 65px;
	}
	.footer_blc1_inner{
		display: flex;
		justify-content: space-between;
	}
	.footer_blc1 .blc_map,
	.footer_blc1 .blc_consul{
		width: calc((100% - 20px) / 2);
	}
	.footer_blc1 .blc_map .google_map_wrap{
		padding-top: 195px;
	}
	.footer_blc1 .blc_map .google_map_wrap iframe{
		height: 195px;
	}
	.footer_blc1 .blc_map .btn{
		width: calc((100% - 5px) / 2);
	}
	.footer_blc1 .blc_map .btn_icon{
		width: 13px;
		margin-right: 10px;
	}
	.footer_blc1 .blc_map .btn2 .btn_icon{
		width: 19px;
	}
	.footer_blc1 .blc_map .box_address{
		font-size: 15px;
	}
	.footer_blc1 .consultation_hours_tbl th,
	.footer_blc1 .consultation_hours_tbl td{
		padding: 10px 5px;
		font-size: 15px;
		width: 13.6%;
	}
	.footer_blc1 .consultation_hours_tbl th:first-child{
		width: 18%;
	}
	.footer_blc1 .blc_consul .tbl_btm_txt{
		font-size: 15px;
		line-height: 1.66;
	}
	.footer_blc1 .blc_consul .box_tel{
		margin-top: 13px;
	}
	.footer_blc1 .blc_consul .box_tel .btn{
		height: 60px;
	}
	.footer_blc1 .blc_consul .box_tel .btn svg{
		margin-right: 10px;
	}
	.footer_blc1 .blc_consul .box_tel .btn_txt{
		font-size: 22px;
	}
}
@media screen and (min-width: 1150px) {
	.footer_blc1 .blc_map,
	.footer_blc1 .blc_consul{
		width: 555px;
	}
	.footer_blc1 .blc_map .box_address br.disp--sp,
	.footer_blc1 .blc_map .box_address .line_address br,
	.footer_blc1 .blc_consul .tbl_btm_txt br.disp--sp{
		display: none;
	}
}


.footer_recruit{
	box-shadow: 0 3px 3px 0 rgba(0,0,0,0.1);
	border-radius: 3px;
	overflow: hidden;
	z-index: 2;
}
.footer_blc2 .footer_recruit_txt{
	box-sizing: border-box;
	padding: 2.7rem 0 2rem 0;
}
.footer_blc2 .footer_recruit .ttl{
	font-size: 2.6rem;
	letter-spacing: 0.05em;
	text-align: center;
	margin-bottom: 2rem;
	color: #444;
}
.footer_blc2 .footer_recruit .btn{
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	width: 15rem;
	height: 3rem;
	background-color: #fff;
	border-radius: 2px;
	font-size: 1.4rem;
}

@media screen and (max-width: 959px) {
	.footer_blc2 .footer_recruit{
		position: relative;
		z-index: 2;
		margin-bottom: -5rem;
	}
	.footer_blc2 .footer_recruit .btn{
		letter-spacing: -0.05em;
	}
}

@media screen and (min-width: 960px) {
	.footer_blc2_inner{
		position: relative;
	}
	.footer_blc2 .footer_recruit{
		width: calc(100% - 400px);
		position: absolute;
		top: -25px;
		right: 0;
		display: flex;
	}
	.footer_blc2 .footer_recruit_txt{
		padding: 15px;
		display: flex;
		align-items: center;
	}
	.footer_blc2 .footer_recruit .ttl{
		font-size: 22px;
	}
	.footer_blc2 .footer_recruit .btn{
		width: 140px;
		height: 30px;
		font-size: 12px;
		transition: background .3s ease, color .3s ease;
	}
	.footer_blc2 .footer_recruit .btn:hover{
		color: #fff !important;
	}
}
@media screen and (min-width: 1150px) {
	.footer_blc2{
		position: relative;
		z-index: 2;
	}
	.footer_blc2 .footer_recruit{
		width: 685px;
	}
}

.js--to_top{
	bottom: 8.2rem;
}
.js--to_top a{
	box-shadow: 0 0 3px 0 rgba(150, 150, 150, 0.16);
}
.js--to_top a:before{
	content:'';
	display: block;
	position: absolute;
	pointer-events: none;
	box-sizing: border-box;
	width: 1.5rem;
	height: 1.5rem;
	border-top: solid 2px #38AFCB;
	border-right: solid 2px #38AFCB;
	top: 50%;
	left:50%;
  transform: translate(-48%, -25%) rotate(-45deg);
}
.footer_blc3{
	position: relative;
	padding-top: 7rem;
	padding-bottom: 6.5rem;
}
.footer_blc3 .footer_logo{
	color: #fff;
}
.footer_blc3 .footer_logo .logo{
	display: flex;
	align-items: center;
}
.footer_blc3 .footer_logo .logo img{
	width: 16.5rem;
}
.footer_blc3 .footer_logo .logo-clinic-name{
	margin-left: 1.1rem;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 6.3rem;
	height: 3.3rem;
	border-radius: 3px;
	font-size: 1.15rem;
	font-weight: 500;
	border: 1px solid #fff;
}
.footer_blc3 .box_txt{
	margin-top: 22px;
	font-size: 13px;
	line-height: 1.5;
}
.footer_blc3 .box_link{
	margin-top: 4rem;
}
.footer_blc3 .box_link a{
	display: inline-block;
	font-size: 1.6rem;
	letter-spacing: -0.05em;
}
.footer_blc3 .box_link a:not(:last-child){
	margin-right: 20px;
}
.footer_blc3 .footer_copyright{
	padding-top: 1.6rem;
}
.footer_blc3 .footer_copyright .copyright{
	font-size: 0.8rem;
	letter-spacing: 0.1em;
}

@media screen and (max-width: 959px) {
	.footer_blc3 .footer_logo .logo img.disp--pc,
	.footer_blc3 .footer_logo .sns_list.disp--pc,
	.footer_blc3 .box_txt.disp--pc,
	.footer_blc3 .box_link.disp--pc{
		display: none;
	}
	.footer_blc3 .footer_logo .box_logo{
		display: flex;
		justify-content: center;
	}
	.footer_blc3 .footer_copyright .copyright{
		text-align: center;
	}
	.footer_blc3 .box_link{
		margin-bottom: 4rem;
	}
	.footer_blc3 .box_link .link_item{
		text-align: center;
	}
	.footer_blc3 .box_link .link_item:not(:last-child){
		margin-bottom: 2.8rem;
	}
	.footer_blc3 .box_link .link_item .disp--pc{
		display: none;
	}
}

@media screen and (min-width: 960px) {
	.js--to_top a{
		transition: background .3s ease;
	}
	.js--to_top a:before{
		transition: border .3s ease;
	}
	.js--to_top a:hover:before{
		border-color: #fff;
	}
	.footer_blc3 .footer_logo .logo img.disp--sp{
		display: none;
	}
	.footer_blc3{
		padding-top: 31px;
		padding-bottom: 20px;
	}
	.footer_blc3 .footer_logo .box_logo{
		display: flex;
		align-items: center;
		margin-bottom: 30px;
	}
	.footer_blc3 .footer_logo .box_logo .logo,
	.footer_blc3 .footer_logo .box_logo .sns_item{
		transition: opacity .3s ease;
	}
	.footer_blc3 .footer_logo .box_logo .logo:hover,
	.footer_blc3 .footer_logo .box_logo .sns_item:hover{
		opacity: .7;
	}
	.footer_blc3 .footer_logo .logo img{
		width: 190px;
	}
	.footer_blc3 .footer_logo .logo-clinic-name{
		width: 70px;
		height: 36px;
		font-size: 13px;
	}
	.footer_blc3 .footer_logo .box_logo .sns_list{
		margin-bottom: 2px;
		margin-left: 20px;
		display: flex;
		align-items: center;
	}
	.footer_blc3 .footer_logo .box_logo .sns_item{
		display: block;
	}
	.footer_blc3 .footer_logo .box_logo .sns_item:not(:last-child){
		margin-right: 15px;
	}
	.footer_blc3 .footer_logo .box_logo .sns_item.youtube{
		width: 23px;
		height: 16px;
	}
	.footer_blc3 .footer_logo .box_logo .sns_item.instagram{
		width: 23px;
		height: 23px;
	}
	.footer_blc3 .footer_logo .box_logo .sns_item.twitter{
		width: 23px;
		height: 21px;
	}
	.footer_blc3 .footer_logo .box_logo .sns_item.tiktok{
		width: 20px;
		height: 23px;
	}
	.footer_blc3 .footer_logo .box_logo .sns_item .icon{
		background-color: #fff;
	}
	.footer_blc3 .box_link{
		margin-top: 22px;
		display: flex;
	}
	.footer_blc3 .box_link .link_item:not(:last-child){
		margin-right: 30px;
	}
	.footer_blc3 .box_link a{
		font-size: 13px;
	}
	.footer_blc3 .box_link a:hover{
		text-decoration: underline;
	}
	.footer_blc3 .box_link .link_media{
		padding-right: 18px;
		position: relative;
	}
	.footer_blc3 .box_link .link_media svg{
		position: absolute;
		width: 11px;
		height: 11px;
		top: calc(50% - 5px);
		right: 0;
	}
	.footer_blc3 .footer_copyright{
		padding-top: 40px;
	}
	.footer_blc3 .footer_copyright .copyright{
		font-size: 10px;
	}
}
