@charset "UTF-8";


/*全体の設定
---------------------------------------------------------------------------*/
body {
	background: #ffffff; /*d31177*/
	color: #030000;	/*全体の文字色*/
	margin: 0px;
	padding: 0px;
	font: 16px/1.6 "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";

}

p{margin-bottom:30px;}

/*コンテナー（HPを囲むブロック）
---------------------------------------------------------------------------*/

header{width:100%;text-align:center;margin-bottom:40px;}

#head {
    background: url(../img/head_bg.png) repeat-x;
    width: 100%;
    height: 64px;
    position: fixed;
    z-index: 100;
}


#head_in {
    width: 980px;
    margin: 0 auto;

}

#head_logo {
    float: left;
    width: 185px;
    padding-top: 10px;
	
}

#head_nav_area {
    float: right;
    width: 400px;
    padding-top: 14px;
	z-index:999;

}

#head_nav_ul {
    width: 600px;
	font-size:14px;
	list-style:none;
	z-index:9999;
	box-shadow:none;
}

#nav_toggle{
	display: none;
}

ul#head_nav_ul li{
    float: left;
    position: relative;
    margin: 0;
	display:block;
	
}

ul#head_nav_ul li a{
	color:#333;
	display:block;
	text-decoration:none;
	background:#fff;
	padding: 5px 25px;
	border-left:1px dotted #ccc;
}

ul#head_nav_ul li a:hover{
	background:#d4f2f7;
	


}



ul.child{
        display: none;
        position: absolute;
        padding: 0;
	
}

ul.child li{
	float:none;
	margin-bottom:0;
	padding:0;
	border-bottom:1px dotted #ccc;
}
ul.child li a{
    padding: 5px 10px !important;

    display: block;
    color: #333;
	z-index:99999999999;
	font-size:14px;
	width:270px;
	text-align:left;
}




.navToggle{display:none;}
h1{padding-top:80px;z-index:1;}

#main {
clear:both;
margin: 0;}

article{
	width:1000px;
	margin:10px auto 30px;
}


.ttl-1 {
	position: relative;
    background: #32b6ca;
    color: #fff;
    text-align: center;
    	font-size:36px;
    padding: 40px 0;
    margin: 0 0 60px;
}

.ttl-1:after {
width: 0;
height: 0;
border-top: 30px solid #32b6ca;
border-left: 50px solid transparent;
border-right: 50px solid transparent;
border-bottom: 0;
bottom: -29px;
content: "";
display: block;
left: 46.5%;
position: absolute;

}

.btn{margin:40px auto 60px;}

ul.faq{
	list-style:none;	
}

ul.faq li.q{background:url(../img/q.png) no-repeat;padding-left:60px;font-size:24px;padding-bottom:20px;color:#32b6ca;}

ul.faq li.a{background:url(../img/a.png) no-repeat;padding-left:60px;font-size:16px;padding-bottom:40px;color:#333;border-bottom:1px solid #73dae9;margin-bottom:40px;}

.step{width:1000px;}
.step_l{width:134px;float:left;}
.step_r{width:866px;float:right;}

.yajirushi {
	width:90%;
	clear:both;
    position: relative;
    border-bottom: 2px solid #aee7f0;
    background: #fff;
    color: #aee7f0;
    text-align: center;
    font-size: 24px;
    padding: 30px 0 10px;
    margin: 0 auto 50px;
}
    /* 下三角 */ 
.yajirushi:before{
        content: "";
        position: absolute;
        bottom: -44px;
        left: 50%;
        margin-left: -24px;
        border: 24px solid transparent;
        border-top: 24px solid #fff;
        z-index: 2;
    }
.yajirushi:after {
	content: "";
        position: absolute;
        border: 24px solid transparent;
        border-top-color: #aee7f0;
        border-bottom-width: 0;
        bottom: -24px;
	margin-left:-24px;
        
        left: 50%;
        z-index: 1;
    }

.hosho{
	width:940px;
	background:url(../img/bg1.png) no-repeat top center;
	height:662px;
	padding-top:100px;
	padding-left:100px;
	padding-right:100px;
	
font-size:18px;
	margin:10px auto 40px;
	border:1px solid #eee;
}

.form_tbl_pc{
	width:80%;
	margin:20px auto;
}

input[type="text"],
	input[type="email"]{
		width:90%;
}
.form_tbl_pc th{width:30%;padding:20px;border:1px solid #ccc;background:#eee;vertical-align:middle;}
.form_tbl_pc td{width:55%;padding:20px;border:1px solid #ccc;}
.form_tbl_pc td.option{width:15%;text-align:center;vertical-align:middle;}

.form_tbl_sp{display:none;}



.info01 {background:#f7f6ef; padding:20px;}
.info01 p{ margin-bottom:15px !important;}

.fkr4 {
  font-family: "Kosugi", sans-serif;
  font-weight: 400;
  font-style: normal;
}

	
/* ----------------------------------------------------------------------

 smart phone setting

---------------------------------------------------------------------- */

@media screen and (max-width: 768px) {
	
article ,.step,.step_r{width: 100%;}
.step_l,.step_r{float:none;}
.hosho{width:100%;background:none;height:auto;padding:10px;}
article{padding:10px; margin:10px auto;}
	
.ttl-1{font-size:23px;padding:20px 0;margin: 0 0 30px;}
.ttl-1:after {
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 20px solid #32b6ca;
  bottom: -20px;
  left: 44%;}
	.step_l img{width:50%;}
	h3{font-size:22px;}
	ul.faq li.q{font-size:20px;}
.btn{margin:20px auto 30px;}	
.btn img{width:80%;}
	
#head_in ,#head_logo img{width:100%;}
#head_logo {width: 30%;height:auto;}
#head_nav_area{}	

.navToggle {
    display: block;
    position: fixed;    /* bodyに対しての絶対位置指定 */
    right: 13px;
    top: 4px;
    width: 42px;
    height: 51px;
    cursor: pointer;
    z-index: 3;
    background: #666;
    text-align: center;
}
 
.navToggle span {
    display: block;
    position: absolute;    /* .navToggleに対して */
    width: 30px;
    border-bottom: solid 3px #eee;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    left: 6px;
}
 
.navToggle span:nth-child(1) {
    top: 9px;
}
 
.navToggle span:nth-child(2) {
    top: 18px;
}
 
.navToggle span:nth-child(3) {
    top: 27px;
}
 
.navToggle span:nth-child(4) {
    border: none;
    color: #eee;
    font-size: 9px;
    font-weight: bold;
    top: 34px;
}

	/* 最初のspanをマイナス45度に */
.navToggle.active span:nth-child(1) {
    top: 18px;
    left: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
 
/* 2番目と3番目のspanを45度に */
.navToggle.active span:nth-child(2),
.navToggle.active span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}
	
nav {
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    background: #fff;
    color: #000;
    text-align: center;
    transform: translateY(-100%);
    transition: all 0.6s;
    width: 100%;
}
 
nav ul#head_nav_ul {
    background: #ccc;
    margin: 0 auto;
    padding: 0;
    width: 100%;
}
 
nav ul#head_nav_ul li {
    font-size: 1.1em;
    list-style-type: none;
    padding: 0;
    width: 100%;
    border-bottom: 1px dotted #333;
}
 
/* 最後はラインを描かない */
nav ul#head_nav_ul li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}
 
nav ul#head_nav_ul li a {
    display: block;
    color: #000;
    padding: 1em 0;
}
 
/* このクラスを、jQueryで付与・削除する */
nav.active {
    transform: translateY(0%);
}
	
	ul.child{
        display: block;
        position: relative;
        margin-left: -5px;
        padding: 0;
	
}

ul.child li{
	float:none;
	margin-bottom:0;
	padding:0;
}
ul.child li a{
    padding: 20px 20px !important;

    display: block;
    color: #333;
	z-index:99999999999;
	
	font-size:14px;
	width:100%;
	text-align:center;
}
li a:hover{
    background: #ff0000;
}
	
	ul.child li a br{display:none;}



.form_tbl_pc{display:none;}


.form_tbl_sp{
	display:block;
	width:90%;
	margin:20px auto;
}

.form_tbl_sp th{width:100%;padding:20px;border:1px solid #ccc;background:#eee;}
.form_tbl_sp td{width:100%;padding:20px;border:1px solid #ccc;}

.hissu{margin-left:20px;}
	.nini{margin-left:20px;}

input[type="text"],
	input[type="email"]{
		width:90%;
		margin:0 auto;
	}


.info01 { padding:15px;}
.info01 p{ margin-bottom:10px !important;}


}




.fwaku01{
	background: #ffffdb;
	border: 2px solid #f00;
	padding: 20px 20px 0 20px;
	margin: 0 auto 30px auto;
	width: 80%;
	color: #f00;
	line-height:1.4;
	font-size:15px;
}


.fwaku01 p{
	margin-bottom:15px !important;
}


@media screen and (max-width: 768px) {
	
.fwaku01{
	width: 90%;
	font-size:14px;
	padding:10px;

}

}


.step-cont{
	border:2px solid #26a69a;
	padding:0;
}

.step-cont-inn{
	padding: 40px;
}

.step-ttl {
	background: #e2fffd;
}

.date-box{
    padding: 0;
}

.step-img{
	text-align:center;
	margin-bottom:30px;
}

.text5{
    font-size: 28px;
    color: #fff;
    line-height: 2em;
    font-weight: bold;
}

.text5back{
    text-align: center;
    background-color: #F6941C;
    padding: 0 10px;
    margin: 80px 100px 80px;
}

.arrow01{ text-align:center; padding:30px 0;} 

@media only screen and (max-width: 768px) {

.date-box{
    padding: 0 0 20px;
}


.text5{
        font-size: 20px;
        color: #fff;
        line-height: 2em;
        font-weight: bold;
    }
    
.text5back{
        text-align: center;
        background-color: #F6941C;
        padding: 0 10px;
        margin: 40px 20px 40px;
    }
	
}


.step3-sttl {
	border-top: double 4px #26A69A;
	border-bottom: double 4px #26A69A;
	padding: 0.5rem 0;
	color: #26A69A;
	margin-bottom: 20px;
	font-size: 23px;
	font-weight: bold;
	text-align: center;
}

.step03-box{
	width:90%;
	margin:0 auto;
}
	

@media only screen and (max-width: 768px) {

.step-cont-inn{
	padding: 20px;
}


.step-ttl img{
	width:70%;
}

.step03-box{
	width:100%;
	margin:0 auto 30px;
}

.step3-sttl {
	margin-bottom: 20px;
	font-size: 18px;

}
}



	
	
	
.datebtn {
  margin: 50px auto;
  width: 80%;
}


a.datebtn01 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: relative;
  background: #fff4d2;
  border: 2px solid #f7941d;
  box-sizing: border-box;
  padding: 0 25px 0 40px;
  color: #fd8c03 !important;
  font-size: 23px;
  font-weight:bold;
  line-height: 1.3;
  text-align: center;
  text-decoration: none;
  transition-duration: 0.3s;
  border-radius: 50px;
  padding: 20px 0;
}

a.datebtn01:before {
  content: '';
  width: 13px;
  height: 13px;
  border: 0;
  border-top: 2px solid #fd8c03;
  border-right: 2px solid #fd8c03;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 20px;
  margin-top: -6px;
  text-align: center;
}

a.datebtn01:hover {
  background: #f7941d;
  color: #fff !important;
  text-decoration:none !important;
  font-weight:bold;
}

a.datebtn01:hover:before {
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
}

@media only screen and (max-width: 768px) {

.datebtn {
  margin: 30px auto 10px;
  width: 100%;
}


a.datebtn01 {
  padding: 0 25px 0 40px;
  font-size: 16px;
  line-height: 1.3;
  padding: 15px 5px;
}

a.datebtn01:before {
  content: '';
  width: 10px;
  height: 10px;
  top: 50%;
  left: 10px;
  margin-top: -6px;
  text-align: center;
}

}


footer{font-size:14px; color:#999;text-align:center;background:#caf2f2;padding: 20px 0;}
footer ul li{display:inline;font-size:12px;}
footer ul li a:link{ text-decoration:none;}
footer p{font-size:12px;}





.cnt-box{border: 10px solid #e3e3e3;/* border-radius: 10px; */padding: 25px;margin: 0 auto;width: 80%;background: #ffffff;}

.cnt-box p{
	margin-bottom:20px;
	font-size: 18px;
	text-align: center;
}

.cnt-ttl{
	padding: 8px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	border-bottom: double #838383;
	margin: 0 auto 30px;
	width: 90%;
	color: #4f4f4f;
}

.cnt-btn {
  margin: 0 auto 10px;
}

a.cnt-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  position: relative;
  background: #00a0e9;
  box-sizing: border-box;
  padding: 0 25px 0 40px;
  color: #ffffff !important;
  font-size: 19px;
  font-weight:bold;
  line-height: 1.3;
  text-align: center;
  text-decoration: none;
  transition-duration: 0.3s;
  border-radius: 50px;
  padding: 15px 0;
}

a.cnt-btn:before {
  content: '';
  width: 10px;
  height: 10px;
  border: 0;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  transform: rotate(45deg);
  position: absolute;
  top: 51%;
  left: 15px;
  margin-top: -6px;
  text-align: center;
}

a.cnt-btn:hover {
  background: #1eb7fd;
  text-decoration:none !important;
  /* border: 2px solid #00a0e9; */
}


@media only screen and (max-width: 768px) {

.cnt-box{
	padding:20px;
	margin: 40px auto 0;
	width: 100%;
}

.cnt-box p{
	font-size: 17px;
}

a.cnt-btn {
  width: 100%;
  font-size: 17px;
}


}



/*
	コースの詳細はこちら
------------------------------*/

.detail{
	width: 100%;
	margin: 60px auto;
}

.toggle {
	display: none;
}
.g-detail {
	padding: 22px 8px 18px;
	display: block;
	color: #ffffff;
	background: #f39801;
	/* border: 3px solid #28a3a0; */
	text-align: center;
	font-size: 23px;
	border-radius: 5px;
	font-weight: bold;
	line-height: 1.3;
	cursor: pointer;
}
.g-detail::before{
	content:"";
	width: 20px;
	height: 20px;
	border-top: 4px solid #ffffff;
	border-right: 4px solid #ffffff;
	-webkit-transform: rotate(45deg);
	position: absolute;
	top: calc( 45% - 10px );
	right: 25px;
	transform: rotate(135deg);
}
.g-detail,
.d-cont {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.3s;
}
.d-cont {
	height: 0;
	margin-bottom:10px;
	padding:0 20px;
	overflow: hidden;
}
.toggle:checked + .g-detail + .d-cont {
	height: auto;
	padding: 20px 0;
	transition: all .3s;
}
.toggle:checked + .g-detail::before {
	transform: rotate(-45deg) !important;
}

audio {display:block;width:80%; margin:0 auto 30px;}

.og-b{background: #ffd576;padding: 5px 10px;}

/*-----------------------------------------------------
	コース紹介　02
-----------------------------------------------------*/

.service-ttl{
	font-size: 28px;
	color: #eb6238;
	font-weight:700;
	text-align:center;
	margin-bottom:30px;
}

.prg3 {
    margin: 15px auto 0;
}

.prg3 img { max-width:100%;}



.pl3-bg{
	/* background: #f5fff9; */
	padding: 10px 0;
	/* margin-bottom: 30px; */
}


.pl3-box {
    display: flex;
    flex-wrap: wrap;
    margin: 15px auto 0;
}

.pl3 {
    text-align: center;
    margin: 0 auto 20px;
    width: 100%;
}

.pl3 img{
    width: 70%;
}

.prg-ttl {
  font-weight: bold;
  /* padding: 0 9em; */
  /* width: fit-content; */
  margin: 30px auto 20px;
  text-align: center;
  position: relative;
  font-size: 21px;
  /* margin-bottom: 20px; */
  color: #019000;
  line-height: 1.5;
  width: 90%;
}
.prg-ttl::before, .prg-ttl::after {
  content: '';
  background: #019002;
  width: 7em;
  height: 2px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.prg-ttl::before {
  left: 0;
}
.prg-ttl::after {
  right: 0;
}


/* PC用のCSS */
@media only screen and (min-width: 758px) {
	

.pl3-bg{/* padding: 40px 20px; */margin-bottom: 30px;}

.pl3-box {}

.pl3 { width: 33%; margin: 0 auto;}

.pl3 img{ width: 90%;}

}

/* スマホ用のCSS */
@media only screen and (max-width: 640px) {

.service-ttl{
	font-size: 20px;
	margin-bottom:25px;
}

.prg-ttl {
  margin: 30px auto 20px;
  font-size: 18px;
  line-height: 1.5;
  width: 95%;
}
.prg-ttl::before, .prg-ttl::after {
  width: 3em;
}

.prg3 {
    margin: 15px auto 20px;
}	
	
}

/*詳しく見る */

.toggle {
	display: none;
}
.g-detail {
	padding: 20px 5px;
	display: block;
	color: #ffffff;
	background: #f7941d;
	/* border: 2px solid #13b590; */
	text-align: center;
	font-size: 18px;
	width: 90%;
	margin: 0 auto 15px;
	font-weight: bold;
	cursor: pointer;
	border-radius: 5px;
}
.g-detail::before{
	content:"";
	width: 10px;
	height: 10px;
	border-top: 3px solid #ffffff;
	border-right: 3px solid #ffffff;
	-webkit-transform: rotate(45deg);
	position: absolute;
	top: calc( 50% - 8px );
	right: 20px;
	transform: rotate(135deg);
}
.g-detail,
.d-cont {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.3s;
}
.d-cont {
	height: 0;
	margin-bottom:10px;
	padding:0 20px;
	overflow: hidden;
}
.toggle:checked + .g-detail + .d-cont {
	height: auto;
	padding: 5px;
	transition: all .3s;
}
.toggle:checked + .g-detail::before {
	transform: rotate(-45deg) !important;
}

audio {display:block;width:80%; margin:0 auto 30px;}

.og-b{background: #ffd576;padding: 5px 10px;}


/* PC用のCSS */
@media only screen and (min-width: 758px) {
	
.g-detail::before{
	top: calc( 50% - 10px );
}

.g-detail {
	padding: 25px 5px;
	font-size: 22px;
	width: 90%;
	margin: 0 auto 15px;
}

}

.mpr-800 {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.cgy{ color:#9b9b9b !important;}



/*
	プログラムテーブル
----------------------*/

.prg_table table{width: 93%;border-collapse: collapse;border: 1px solid #afafaf;margin: 10px auto 20px;background: #ffffff;}
.prg_table table td{text-align:center;border: 1px solid #d3d3d3;padding: 15px 5px;line-height:1.5;}
.prg_table table th{text-align:center;border: 1px solid #b7b5b5;padding: 15px 5px;line-height:1.5;/* font-size: 18px; */}

.prgtable table th span{ display:block; text-align:center;}


.prg_table table th:nth-child(1){
	/* background-color: #ebf3d6; */
	width: 32%;
	border-top: 1px solid #ffffff !important;
	border-left: 1px solid #ffffff !important;
}

.prg_table table th:nth-child(2){
	background-color: #bd9502;
	color: #ffffff;
	width: 17%;
	font-weight:bold;
	font-size: 17px;
	font-style: italic;
}

.prg_table table th:nth-child(3){
	background-color: #ff8246;
	color: #ffffff;
	width: 17%;
	font-weight:bold;
	font-size: 17px;
	font-style: italic;
}

.prg_table table th:nth-child(4){
	background-color: #5755c9;
	color: #ffffff;
	width: 17%;
	font-weight:bold;
	font-size: 17px;
	font-style: italic;
}

.prg_table table .tl{background: #fdffef;text-align: left;padding: 10px;}



/* スマホ用のCSS */
@media only screen and (max-width: 640px) {

.prg_table .scroll_table{
	width: 95%;
	overflow-x: scroll;
	margin: 0 auto 10px;
	font-size:13px;
}

.prg_table .scroll_table{
  overflow: auto; /*スクロールさせる*/
  white-space: nowrap; /*文字の折り返しを禁止*/
}

.prg_table table th:nth-child(2){
	width: 17%;
	font-size: 13px;
	padding: 10px !important;
}

.prg_table table th:nth-child(3){
	width: 17%;
	font-size: 13px;
	padding: 10px !important;
}

.prg_table table th:nth-child(4){
	width: 17%;
	font-size: 13px;
	padding: 10px !important;
}

.prg_table table td{ padding: 10px 5px;line-height:1.5;}
.sd_table table th{ padding: 10px 5px;line-height:1.5;}

.prg_table table .tl{font-size: 13px;}

.prg_memo{
	padding-left:0;
	font-size:14px;
}


}

/*
	月額プランテーブル
----------------------*/

.pl_table table{width: 93%;border-collapse: collapse;border: 1px solid #afafaf;margin: 10px auto 20px;background: #ffffff;}
.pl_table table td{text-align:center;border: 1px solid #d3d3d3;padding: 15px 5px;line-height:1.5;}
.pl_table table th{text-align:center;border: 1px solid #b7b5b5;padding: 20px 5px;line-height:1.5;/* font-size: 18px; */}

.bcp span{ display:block; text-align:center;}
.pl_table table th span{ display:block; text-align:center;}


.pl_table table th:nth-child(1){
	/* background-color: #ebf3d6; */
	width: 35%;
	border-top: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
}

.pl_table table th:nth-child(2){
	background-color: #fff396;
	color: #ab9000;
	width: 17%;
	font-weight:bold;
	font-size: 17px;
	font-style: italic;
}

.pl_table table th:nth-child(3){
	background-color: #d3ff87;
	color: #5da703;
	width: 17%;
	font-weight:bold;
	font-size: 17px;
	font-style: italic;
}

.pl_table table th:nth-child(4){
	background-color: #dafbfa;
	color: #51a7a1;
	width: 17%;
	font-weight:bold;

	font-size: 17px;
	font-style: italic;
}

.pl_table table .tl{background: #fdffef;text-align: left;padding: 10px;}


.pl_memo{
	font-size:15px;
	color:#919191;
	line-height:1.3;
	margin-bottom: 40px;
	padding-left:40px;
}



/* スマホ用のCSS */
@media only screen and (max-width: 640px) {

.pl_table .scroll_table{
	width: 95%;
	overflow-x: scroll;
	margin: 0 auto 10px;
	font-size:13px;
}

.pl_table .scroll_table{
  overflow: auto; /*スクロールさせる*/
  white-space: nowrap; /*文字の折り返しを禁止*/
}

.pl_table table th:nth-child(2){
	width: 17%;
	font-size: 13px;
	padding: 10px !important;
}

.pl_table table th:nth-child(3){
	width: 17%;
	font-size: 13px;
	padding: 10px !important;
}
.pl_table table th:nth-child(4){
	width: 17%;
	font-size: 13px;
	padding: 10px !important;
}


.pl_table table td{ padding: 10px 5px;line-height:1.5;}
.sd_table table th{ padding: 10px 5px;line-height:1.5;}

.pl_table table .tl{font-size: 13px;}

.pl_memo{
	padding-left:0;
	font-size:14px;
}


}

.p-notes{
	font-size: 90%  !important;
	color: #918f8f;
	text-align: center;
	line-height: 1.5;
}
