@charset "utf-8";

/* ////////////////////////////////////////////
 *                 base & layout
 * //////////////////////////////////////////// */

/* Typography
------------------------------------------*/
html {
	background: #fff;
	font-size: 18px;
}
body {
	line-height: 1.8;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
	/*font-family: "メイリオ" ,"Meiryo", "Hiragino Sans", "ヒラギノ角ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
	color: #333;
}
a {
	color: #333;
	text-decoration: none;
}
a:hover,
a:focus {
	color: inherit;
	text-decoration: underline;
}

/* use hover animation */
/*
a, a:hover {
	-webkit-transition: 0.3s ease-in-out;
	   -moz-transition: 0.3s ease-in-out;
		 -o-transition: 0.3s ease-in-out;
			transition: 0.3s ease-in-out;
}
*/


/* Layout
------------------------------------------*/
body {
	min-width: 1200px;
	text-align: center;
}
body.home {
	word-break: break-all;
}
#container {
	overflow: hidden;
}
#container-inner {
	position: relative;
}
.home #container-inner:before {
    position: absolute;
    content: "";
    background: url(/images/default/mv-icon2.png) no-repeat;
    height: 687px;
    width: 707px;
    left: -178px;
    top: 543px;
}



/* header
------------------------------------------*/
#header {

}
.home #header {
	height: 0;
}
#header-inner {
	position: relative;
	width: 100%;
	height: 150px;
}
.hoem #header-inner {
	height: 120px;
}
.site-description {
	display: none;
}
.header-logo {
	position: absolute;
	top: 51px;
	left: 60px;
	z-index: 100;
}
.header-icon {
    position: fixed;
    right: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1000;
}
.gnav {
	position: absolute;
	top: 51px;
	right: 44px;
}

/* droppy */
.gnav-list { position: relative; text-align: left; zoom: 1; }
.gnav-list li { float: left; display: block; position: relative; z-index: 20; }
.gnav-list ul { display: none; position: absolute; top: 100%; left: 0; width: 100%; background: rgba(255,255,255,.8); }
.gnav-list ul li { float: none; }
.gnav-list ul li a { display: block; padding: 5px 10px; color: inherit; font-size: 14px; zoom: 1; }
.gnav-list ul li a:hover { text-decoration: none; background: #fff; }
.gnav-list ul ul { top: 0; left: 100%; width: 100%; }
.gnav-list a, .gnav-ul img{ display: block; }


/* mainimage
------------------------------------------*/
/* 横スライド
.slideshow .slick-list {overflow: visible;}
*/

#mainimage {
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	background: url(/images/default/mv-icon1.png) no-repeat right top;
	background-size: 40.8% auto;
	min-height: 1054px;
}
#mainimage-inner {
	margin: 0 auto;
	width: 100%;
}
.mv-catch {
    position: absolute;
    top: 236px;
    right: 59%;
    max-width: 34%;
}
.mv-catch-more {
    text-align: left;
    margin-top: 55px;
}
.mv-about {
	position: absolute;
	top: 700px;
	left: 50px;
}
.mv-about-inner {
	position: relative;
    background: #b3105c;
    width: 590px;
    height: 140px;
    border-radius: 20px;
}
.title {
    position: absolute;
    top: 29px;
	left: 31px;
}
.tel {
    position: absolute;
    top: 80px;
    left: 32px;
}
.text {
    color: #ffffff;
    font-size: 15px;
    line-height: 1.2;
    text-align: left;
    position: absolute;
    top: 25px;
    left: 299px;
}
.mv-about-more {
    overflow: auto;
    position: absolute;
    top: 76px;
    right: 37px;
}
/* slideshow */
.slideshow {
	/* margin: 0 calc((-1180px + 1200px)/ 2); */
	position: relative;
}
.slideshow .slick-slide {
	backface-visibility: hidden;
}
.slideshow .slick-slide img {
    width: 100%;
    max-width: 52%;
    margin-left: auto;
    margin-right: 70px;
	margin-top: 144px;
}

/* arrows */
.slideshow .slick-arrow,
.slideshow .slick-arrow::before {
	width: 20px;
	height: 30px;
}
.slideshow .slick-arrow {
	position: absolute;
	top: 50%;
	margin-top: -15px;
}
.slideshow .slick-arrow.slick-prev {
	left: 30px;
}
.slideshow .slick-arrow.slick-prev::before {
	content: "";
	background: url(/images/default/slideshow-prev.png) no-repeat center center;
}
.slideshow .slick-arrow.slick-next {
	right: 30px;
}
.slideshow .slick-arrow.slick-next::before {
	content: "";
	background: url(/images/default/slideshow-next.png) no-repeat center center;
}

/* dots */
.slideshow .slick-dotted {
	margin-bottom: 30px;
}
.slideshow .slick-dots {
	bottom: -30px;
}
.slideshow .slick-dots li {
}
.slideshow .slick-dots li button::before {
	color: #ccc;
}
.slideshow .slick-dots li button:hover::before,
.slideshow .slick-dots li button:focus::before,
.slideshow .slick-dots li.slick-active button::before {
	color: #666;
}


/* content main
------------------------------------------*/
#content-inner {
	width: 1200px;
	margin: 0 auto;
	padding-bottom: 60px;
}
#main {
	/* float: right;
	width: 740px; */
	text-align: left;
}
.home #content-inner {
	width: 100%;
	padding: 0;	
}
.main-free {
    position: relative;
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 30px;
}
.main-health {
    width: 1200px;
    margin: 0 auto;
	position: relative;
}
.main-health-title {
	text-align: center;
	margin-bottom: 63px;
}
.main-health ul{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px 24px;
	margin-bottom: 140px;
}
.main-health li img {
	border-radius: 5px;
	margin-bottom: 20px;
}
.main-health li span {
	font-size: 22px;
	font-weight: bold;
	line-height: 1.38;
	text-align: center;
	display: block;
}
.main-check {
	position: relative;
	background: #f5efe2;
	padding: 98px 0 ;
}
.main-check:before {
    position: absolute;
    content: "";
    background: url(/images/default/main-health-bottom.jpg) no-repeat;
    height: 41px;
    width: 84px;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}
h2.main-check-title {
    text-align: center;
	margin-bottom: 47px;
}
.main-check-inner.clearfix {
    width: 1200px;
    margin: 0 auto;
}
.main-check-text {
    text-align: center;
    font-weight: bold;
    font-size: 17px;
    line-height: 1.76;
	margin-bottom: 40px;
}
.main-check-conatct {
    background: #fff;
    width: 1060px;
    height: 390px;
    margin: 0 auto;
    border-radius: 20px;
    position: relative;
}
h3.main-check-title2 {
    padding-top: 63px;
    text-align: center;
    margin-bottom: 45px;
}
.main-check ul {
    display: flex;
    gap: 25px;
    align-items: center;
    justify-content: center;
}
.main-reason {
    padding: 97px 0 139px;
    width: 1200px;
    margin: 0 auto;
	position: relative;
}
h2.main-reason-title {
    text-align: center;
    margin-bottom: 35px;
}
.main-reason-toptext {
    text-align: center;
    font-size: 20px;
    line-height: 2;
}
.main-reason-inner {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px 24px;
	margin-top: 90px;
}
.main-reason-onece {
    background: #ededed;
    border-radius: 10px;
    text-align: center;
    padding: 30px 0 40px;
}
.main-reason-img {
	margin-bottom: 10px;
}
.main-reason-text {
    font-size: 22px;
    line-height: 1.36;
    font-weight: bold;
    margin-bottom: 20px;
}
.main-reason-text2 {
    text-align: left;
    padding: 0 20px;
    font-size: 14px;
	line-height: 1.4;
}
.main-reason:before {
    position: absolute;
    content: "";
    background: url(/images/default/icon1.png) no-repeat;
    height: 824px;
    width: 751px;
    left: -847px;
    top: 713px;
}
.main-menu {
	margin-bottom: 196px;
}
.main-menu1,.main-menu2 {
    display: flex;
    gap: 69px;
    justify-content: flex-end;
    margin-bottom: 60px;
}
.main-menu2 {
	flex-direction: row-reverse;
	margin-bottom: 0;
}
.main-menu1-img, .main-menu2-img {
    flex: 0 1 calc(50% - 68px);
    width: 100%;
}
.main-menu1-img img, .main-menu2-img img{
    height: 680px;
    width: 100%;
    object-fit: cover;
	border-radius: 30px 0 0 30px;
}
.main-menu2-img img{
	border-radius: 0 30px 30px 0;
}
.main-menu1-area, .main-menu2-area {
    flex: 0 0 600px;
}
.main-menu2-area {
	margin-left: 70px;
}
h2.main-menu1-title, h2.main-menu2-title{
	margin: 60px 0;
}
.main-menu1-text, .main-menu2-text {
    font-size: 18px;
    line-height: 2;
    margin-bottom: 80px;
}
.main-menu1-text strong, .main-menu2-text strong{
	color: #b3105c;
}
.main-menu1-once , .main-menu2-once{
    font-size: 20px;
    font-weight: bold;
    line-height: 2.5;
    position: relative;
    padding-left: 40px;
}
.main-menu1-once a:hover, .main-menu2-once a:hover {
	text-decoration: none;
	opacity: 0.8;
}
.main-menu1-once:before, .main-menu2-once:before {
    position: absolute;
    content: "";
    background: url(/images/default/icon.png) no-repeat;
    height: 15px;
    width: 21px;
    left: 0;
    top: 50%;
	transform: translateY(-50%);
}
h2.main-maker-title {
    text-align: center;
    margin-bottom: 54px;
}
.main-maker-text {
    text-align: center;
    margin-bottom: 110px;
}
.main-message {
	background: #ededed;
	padding-bottom: 94px;
	margin-bottom: 97px;
}
.main-message-inner {
	width: 1200px;
	margin: 0 auto;
	background: url(/images/default/main-message-img.png) no-repeat;
	position: relative;
}
.main-message-top {
    padding-top: 134px;
	margin-bottom: 30px;
}
h2.main-message-title {
	margin-bottom: 40px;
}
.main-message-text1 {
    font-size: 18px;
    line-height: 2.2;
}
.main-message-bottom {
    background: #fff;
    padding: 60px 60px 70px;
    border-radius: 20px;
}
.main-message-text2 {
	margin-bottom: 30px;
	font-size: 18px;
	line-height: 1.6;
}
.main-message-bottom ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.main-message-inner:before {
    position: absolute;
    content: "";
    background: url(/images/default/icon2.png) no-repeat;
    height: 806px;
    width: 767px;
    right: -865px;
    bottom: -515px;
}
.main-blog {
	position: relative;
	margin: 0 auto 142px;
	width: 1200px;
}
.main-blog-title {
    margin-bottom: 51px;
    text-align: center;
}
.main-blog-inner {
}
.main-blog-list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
}
.main-blog-list-img {
	width: 384px;
	height: 260px;
}
.main-blog-list-img img{
	width: 384px;
	height: 260px;
	object-fit: cover;
	border-radius: 10px;
}
.main-blog-list-title {
	font-size: 16px;
	font-weight: bold;
	margin-top: 10px;
}
.main-blog-more {
	margin-top: 50px;
	text-align: center;
}

.main-news {
	position: relative;
	margin: 0 auto 132px;
	width: 1200px;
}
.main-news-title {
	margin-bottom: 48px;
}
.main-news-inner {
}
.main-news-list-item:nth-child(odd) {
	background: #ededed;
}
.main-news-list-item {
    padding: 24px 20px;
    font-size: 18px;
}
.main-news-list-title {
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.main-news-list-title > a {
	color: inherit;
}
.main-news-list-title > a:hover {
	opacity: 0.8;
	text-decoration: none;
}
.main-news-list-date {
	margin-right: 35px;
	font-weight: bold;
}
.main-news-list-cat a {
	display: block;
	padding: 0 10px;
	background: #eee;
	font-size: 13px;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.main-news-list-cat a:hover{
	opacity: .7;
}
.main-news-more {
	position: absolute;
	top: 0px;
	right: 0px;
}
.main-news .scroll-area{
	max-height: 100px;
}




/* content sidebar
------------------------------------------*/
#sidebar {
	float: left;
	width: 220px;
	text-align: left;
}

.side-search {
	margin-bottom: 20px;
}

.side-nav {
	margin-bottom: 20px;
}
.side-nav-title {
	margin-bottom: 10px;
}
.side-nav li a {
}
.side-nav-list > li > a {
	display: block;
	padding: 5px;
	border-bottom: 1px dashed rgba(185,185,185,0.5);
	font-size: 13px;
}
.side-nav-list > li > a::before{
	content: '\f105';
	padding-right: 5px;
	transform: scale(0.8);
	transform-origin: center;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	color: #333;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
}
.side-nav-list > li > ul {
	padding: 10px;
}
.side-nav-list > li > ul > li > a {
	display: block;
	padding: 2px;
	font-size: 12px;
}

.side-about {
	margin-bottom: 20px;
	padding: 10px;
	background: #222;
	font-size: 12px;
	color: #fff;
}

.side-banner {
}
.side-banner-list {
}
.side-banner-list > li {
	margin-bottom: 10px;
}


/* footer
------------------------------------------*/
#footer {
    background: #f5efe2;
    padding: 68px 0 0;
}
#footer-inner {
	position: relative;
	width: 1200px;
	padding: 68px 0 0;
	margin: 0 auto;
}
.footer-text {
    font-size: 16px;
    margin: 30px auto 40px;
}
.footer-about {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
	margin-bottom: 59px;
}
.footer-about-right {
    text-align: left;
    margin-top: 2px;
	position: relative;
}
.footer-about-img {
    text-align: left;
    margin-right: 42px;
}
.footer-about-title {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: bold;
    font-size: 26px;
	margin-bottom: 24px;
}
.footer-tel {
    margin-bottom: 12px;
}
.footer-tel2 {
	margin-bottom: 20px;
}
.footer-contact {
	position: absolute;
	top: 61px;
	right: 0;
}
.footer-about-text {
    line-height: 1.75;
    font-size: 16px;
    margin-bottom: 25px;
}
.footer-about-text2 {
	font-size: 16px;
}
.footer-about-title2 {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: bold;
    font-size: 26px;
}
.footer-about-time {
    font-size: 28px;
    font-weight: bold;
	margin-bottom: 3px;
}	
.footer-bottom {
    border-top: #d9d1bf 1px solid;
    border-bottom: #d9d1bf 1px solid;
    padding: 39px 0 38px;
}
nav.footer-nav {
    width: 1200px;
    margin: 0 auto;
    display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.footer-nav li {
    text-align: left;
	font-size: 16px;
}
ul.footer-nav-list > li a{
	color: #b3105c;
	font-weight: bold;
	line-height: 2.25;
}
ul.footer-nav-list > li a:hover {
	opacity: 0.8;
	text-decoration: none;
}
ul.footer-nav-list > li > ul > li a{
	color: #000;
	font-weight: normal;
	position: relative;
}
ul.footer-nav-list > li > ul > li a:before {
	content: "・";
}
ul.footer-nav-list.\31 th {
    width: 240px;
    border-right: solid 1px #d9d1bf;
}
ul.footer-nav-list.\32 th {
    width: 332px;
    border-right: solid 1px #d9d1bf;
	padding-left: 90px;
}
ul.footer-nav-list.\33 th {
    width: 363px;
    border-right: solid 1px #d9d1bf;
	padding-left: 90px;
}
ul.footer-nav-list.\34 th {
    width: 264px;
	padding-left: 85px;
}
.footer-copyright {
	text-align: center;
	font-size: 11px;
	color: #575757;
	padding: 50px 0 68px;
}

.pagetop-btn-wrap {
	display: none;
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 20;
}


/* Lower
------------------------------------------*/
.entry {
	margin: 0 0 20px;
}
.entry-content {}


/* heading */
.page-title {
/*	padding: 103px 15px; */
	padding: 68px 15px;
	margin: 0 auto 15px;
    font-size: 36px;
    font-weight: 500;
    color: #000000;
    max-width: 1520px;
    font-family: "Noto Sans JP", sans-serif;
/*    background: url(/images/default/page-title.png) no-repeat center top / cover; */
    background: url(/images/default/page-title.png) no-repeat center top;
}
.entry-title, .entry-content h2:not([class]) {
    margin: 0 0 25px;
    padding: 25px 30px 28px;
    border-radius: 3px;
    font-size: 26px;
    color: #fff;
    font-weight: 500;
    background: url(/images/default/h2.jpg) no-repeat center top / cover;
    font-family: "Noto Sans JP", sans-serif;
}
.entry-title a, .entry-content h2:not([class]) a {
	color: inherit;
}
.h3, .entry-content h3:not([class]) {
    padding: 13px 20px;
    border-left: 3px solid #b3105c;
    background: #f5efe2;
    font-size: 22px;
    font-weight: 600;
    font-family: "Noto Sans JP", sans-serif;
}
.h4, .entry-content h4:not([class]) {
    padding: 5px 5px 5px 34px;
    font-size: 20px;
    font-weight: bold;
    font-family: "Noto Sans JP", sans-serif;
	position: relative;
}
.h4:before, .entry-content h4:not([class]):before {
    content: "";
	width: 25px;
	height: 3px;
	background: #b3105c;
	top: 50%;
	left: 0;
	position: absolute;
	transform: translateY(-50%);
}
.h5, .entry-content h5:not([class]) {
	padding: 5px;
	border-bottom: 1px dashed #ccc;
	font-weight: bold;
}


/* Breadcrumb
------------------------------------------*/
.breadcrumb-wrap {}
.breadcrumb {
	justify-content: flex-start;
	margin: 10px 0 40px;
	padding: 0;
	background: none;
	font-size: 16px;
}
.breadcrumb-item + .breadcrumb-item:before {
	content: '>';
	color: inherit;
}
.breadcrumb-item.home:before {
	content: '\f015';
	padding: 0 5px 0 0;
	font-size: 11px;
	font-weight: bold;
	font-family: 'Font Awesome 5 Free';
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: none;
}
.breadcrumb a {
	color: #b3105c;
}

/* common-nav
------------------------------------------*/
.common-nav-list li {
	display: block;
	padding: 5px;
	border-bottom: 1px dashed rgba(186,186,186,0.5);
}
.common-nav-list li a {
	padding: 5px;
	font-size: 13px;
}

/* blog-nav
------------------------------------------*/
.blog-nav-group {
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
}
.blog-nav {width: 23%;}
.blog-nav-title{text-align: center;}


.blog-nav {
	margin: 0 0 20px 0;
	text-align: left;
}
.blog-nav-title {
	padding-bottom: 5px;
	border-bottom: 1px solid rgba(186,186,186,0.5);
	font-size: 15px;
	font-weight: bold;
}
.blog-nav-list li a {
	position: relative;
	display: block;
	padding: 0.8rem 0.8rem 0.8rem 2.5rem;
	border-bottom: 1px solid rgba(186,186,186,0.5);
	font-size: 0.8rem;
	color: inherit;
}
.blog-nav-list li a::after {
	position: absolute;
	top: 1rem;
	left: 0.75rem;
	width: 1rem;
	height: 1rem;
	text-align: center;
	content: '\f105';
	font-size: 12px;
	font-weight: bold;
	font-family: 'Font Awesome 5 Free';
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.blog-nav-list li li a {
	padding-left: 3.5rem;
}
.blog-nav-list li li a::after {
	left: 2.25rem;
}
.blog-nav-list li li li a {
	padding-left: 4rem;
}

.blog-nav .scroll-area{
	max-height: 200px;
}


/* Gallery
------------------------------------------*/
/* archive */
.gallery-list {
}
.gallery-list-item {
	padding: 0 15px 15px;
}
.gallery-list-img {
	margin-bottom: 3px;
}
.gallery-list-title {
	font-size: 13px;
}
.gallery-list-more {
	text-align: right;
}

/* single */
.gallery-detail {
	margin-bottom: 20px;
	text-align: center;
}
.gallery-detail-row {
}
.gallery-detail-col {
}
.gallery-detail-main {
}
.gallery-detail-sub {
}
.gallery-detail-sub li {
	padding: 0 5px 10px;
}

/* before-after */
.ba-detail {
	padding: 0 0px 20px;
}
.ba-detail-once {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 20px;
}
.ba-detail-before,
.ba-detail-after {
	position: relative;
	width: 45%;
}
.ba-detail-arrow {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 10%;
}
.ba-detail-arrow i {
	font-size: 30px;
}
.ba-detail-sub li {
	padding: 0 15px 15px;
}


/* Colors
------------------------------------------*/
/* arrows */
.slick-next::before,
.slick-prev::before {
	color: #fff;
}

/* dots */
.slick-dots li button::before {
	color: #ccc;
}
.slick-dots li button:hover::before,
.slick-dots li button:focus::before,
.slick-dots li.slick-active button::before {
	color: #666;
}

/* SimpleBar */
.scroll-area{
	overflow: auto;
}
.simplebar-track.simplebar-vertical{
	width: 11px;
}
.simplebar-track.simplebar-horizontal {
	height: 11px;
}
.scroll-area .simplebar-scrollbar::before {
	background: #aaa;
}

/* btns */
.btn-primary.disabled:hover,
.btn-primary:disabled:hover,
.btn-primary.active:focus,
.btn-primary:active:focus,
.btn-primary.active:hover,
.btn-primary:active:hover,
.btn-primary.active,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.btn-primary {
	border-color: #202020;
	background-color: #2e2e2e;
	color: #fff;
}

.btn-secondary.disabled:hover,
.btn-secondary:disabled:hover,
.btn-secondary.active:focus,
.btn-secondary:active:focus,
.btn-secondary.active:hover,
.btn-secondary:active:hover,
.btn-secondary.active,
.btn-secondary:active,
.btn-secondary:focus,
.btn-secondary:hover,
.btn-secondary {
	border-color: #ccc;
	background-color: #fff;
	color: #333;
}

.btn-outline-primary.disabled:hover,
.btn-outline-primary:disabled:hover,
.btn-outline-primary.active:focus,
.btn-outline-primary:active:focus,
.btn-outline-primary.active:hover,
.btn-outline-primary:active:hover,
.btn-outline-primary.active,
.btn-outline-primary:active,
.btn-outline-primary:focus,
.btn-outline-primary:hover,
.btn-outline-primary {
	border-color: #202020;
	background-color: #fff;
	color: #202020;
}

/* pagination */
.page-link {
	border-color: #9e9e9e;
	color: #333;
}
.page-item.active .page-link,
.page-item.active .page-link:focus,
.page-item.active .page-link:hover,
.page-link:focus,
.page-link:hover {
	border-color: #999999;
	background-color: #9e9e9e;
	color: #fff;
}
