/*
Theme Name: AMATERASU
Description: Easy,SimpleDesign,FiveColorVariations
Version: simple 1.1
Base Color Variations: beige
Author: AMATERASU
Author URI: http://www.seo-amaterasu.com/
*/

@charset "utf-8";
/* CSS Document */

/* ヘッダー エリア */
.description_box {
  width: auto;
  margin-top: 0px;
  padding: 0;
  float: left;
}

.description {
  font-size: 13px;
  font-weight: normal;
  line-height: 18px;
  color: #222222;
  padding-left: 17px;
}

.logo {
  width: auto;
  height: auto;
  margin: 0;
  float: left;
  padding: 0 0 15px;
}

.logo p{
	font-size: 14px;
}

.h_address{
  font-size: 13px;

}
.h_address span{
  margin-left: 7px;
  background: #ea3737;
  border-radius: 7px;
  padding: 3px 7px;
}
.h_address span:hover{
  opacity: 0.8;
}
.h_address span a{
  text-decoration: none;
  color: #fff;
}

.header_contact{
  overflow: hidden;
  display: flex;
  float: right;
  /* margin-top: 18px; */
}
.header_contact_left{
  margin-right: 17px;
}
.header_contact_right p{
  margin-bottom: 10px;
}

.header_contact_left p {
    margin-bottom: 10px;
}
.header_contact_right ul li{
  display: inline-block;
}

.header_contact_left ul li {
    display: inline-block;
}

/* グローバルナビ エリア */
#nav {
  width: 1000px;
  height: 60px;
}

#nav li {
  width: auto;
  height: 60px;
  float: left;
}

/* パンくずリスト エリア */
#breadcrumb {
  margin: -10px 0 5px 0;
}

#breadcrumb div {
  font-size: 12px;
  display: inline-block;
}

/* コンテンツ エリア */
#content h1 {
    width: 100%;
    font-size: 34px;
    font-weight: bold;
    text-align: center;
    line-height: 1.2em;
    text-shadow: 0 2px 0 rgba(0,0,0,0.1);
    margin-bottom: 30px;
    padding: 20px 0 18px 0;
    clear: both;
    color: #426b33;
    border-top: 6px solid #426b33;
    border-bottom: 1px solid #426b33;
}

#content h2{
  width: auto;
  font-weight: bold;
  margin-bottom: 10px;
  clear: both;
  border-radius: 7px;
  padding: 10px 17px;
  font-size: 20px;
  /* background-image: url("images/h2_bak.jpg"); */
  background-image: url(images/nav_bak.jpg);
  /* text-shadow: #6a230c 0px 1px 2px; */
  text-shadow: #00000040 0px 1px 2px;
  color: #fff;
}

#content h3 {
    width: auto;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    padding: 5px 10px 5px 7px;
    clear: both;
    color: #553403;
    border-left: 4px solid #426b33;
    border-bottom: 2px solid #426b33;
}

#content h2.h2_none, #content h3.h3_none{
  background: none;
  margin:0px;
  padding:0px;
  border:0px;
}

#content h2 span,
#content h3 span {
  font-size: 16px;
  font-weight: normal
}

#content h4,
#content h5,
#content h6 {
  position: relative;
  padding-left: 25px;/*アイコン分のスペース*/
  line-height: 1.4;
  color: #553403;
}

#content h4:before,
#content h5:before,
#content h6:before {
  font-family: "Font Awesome 5 Free";
  content: "\f00c";/*アイコンのユニコード*/
  position: absolute;/*絶対位置*/
  font-size: 1em;/*サイズ*/
  left: 0;/*アイコンの位置*/
  top: 0;/*アイコンの位置*/
  color: #426b33; /*アイコン色*/
}

#content .post {
  padding-bottom: 20px;
}

/* 新着情報 エリア */
#content .news_title { 
  width: auto;
  font-size: 18px;
  font-weight: bold;
  margin: 0;
  padding: 6px 10px 3px 20px;
  clear: both;
  color: #666666;
  background-color: #f8f8f8;
  border-top: 4px solid #a58878;
  border-bottom: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
}

#content .news_title a { 
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  color: #666666;
}

#content .news_title a:hover {
  color: #a58878;
}

#content .news {
  width: auto;
  max-height: 150px;
  padding: 20px 10px 0 10px;
  overflow-x: hidden;
  overflow-y: scroll;
  border-bottom: 4px solid #a58878;
}

#content .news li {
  width: 100%;
  font-size: 12px;
  margin-bottom: 20px;
  display: table;
  border-bottom: 1px solid #999999;
}

#content .news li p.entry_header {
  float: left;
}

#content .news li p.entry_header span {
  font-family: "ＭＳ Ｐゴシック";	
  font-size: 11px;
  font-weight: bold;
  padding: 2px 7px 1px 7px;
  margin: 0;
  line-height: 0;
  color: #ffffff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  background-color: #fe8121;
}

/* 続きを読む エリア */
a.more-link {
  font-size: 14px;
  text-align: right;
  margin-right: 10px;
  display: block;
}

a.more-link:hover {
  text-decoration: underline;
}

a.more-link:link,
a.more-link:active,
a.more-link:visited,
a.more-link:hover {
  color: #dc143c;
}

/* サイドバー エリア */
#sidebar h3 {
  width: auto;
  font-size: 16px;
  font-weight: bold;
  line-height: 22px;
  padding: 8px 0 8px 15px;
  color: #ffffff;
  background-image: url("images/h3_bg.png");
  background-position: bottom;
  background-repeat: repeat-x;
}

#sidebar h3 a {
  color: #ffffff !important;
  text-decoration: none !important;
}

/* ページトップ エリア */
p.pagetop {
  display: none;
  position: fixed;
  bottom: 120px;
  right: 55px;
}

p.pagetop a {
  display: block;
  width: 50px;
  height: 50px;
  font-size: 24px;
  text-align: center;
  text-decoration: none;
  line-height: 50px;
  color: #ffffff;
  background-color: #cccccc; /* [if lt IE 9] */
  background: -webkit-gradient(
  linear,
  left top,
  left bottom,
  color-stop(0, #eeeeee),
  color-stop(1, #999999)
);
  background: -o-linear-gradient(bottom, #eeeeee 0%, #999999 100%);
  background: -moz-linear-gradient(bottom, #eeeeee 0%, #999999 100%);
  background: -webkit-linear-gradient(bottom, #eeeeee 0%, #999999 100%);
  background: -ms-linear-gradient(bottom, #eeeeee 0%, #999999 100%);
  background: linear-gradient(to bottom, #eeeeee 0%, #999999 100%);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #888888;
}

p.pagetop a:hover {
  opacity: 0.7;
  color: #014099;
}

/* フッター エリア */
.f_address{
  font-size: 13px;

}
.f_address span{
  margin-left: 7px;
  background: #ea3737;
  border-radius: 7px;
  padding: 3px 7px;
}
.f_address span:hover{
  opacity: 0.8;
}
.f_address span a{
  text-decoration: none;
  color: #fff;
}

.footer_contact{
  overflow: hidden;
  display: flex;
  float: right;
  /* margin-top: 18px; */
}
.footer_contact_left{
  margin-right: 17px;
}
.footer_contact_right p{
  margin-bottom: 10px;
}
.footer_contact_left p {
    margin-bottom: 10px;
}
.footer_contact_right ul li{
  display: inline-block;
}
.footer_contact_left ul li {
    display: inline-block;
}

#footer ul.menu{
  width: auto;
  display: table;
  margin: 0px auto;
  margin-bottom: 20px;
}
#footer ul.menu li{
  display: inline-block;
}
#footer ul.menu li a{
  text-decoration: none;
  color: #6c4306;
  border-right: solid 1px #6c4306;
  margin-right: 7px;
  padding-right: 10px;
  font-size: 14px;
}
#footer ul.menu li a:hover{
  opacity: 0.7;
}
#footer ul.menu li:last-child a{
  border-right: 0px;
  margin-right: 0px;
  padding-right: 0px;
}

.copyright {
  width: 1035px;
  height: auto;
  font-family: "arial";
  font-size: 12px;
  text-align: center;
  margin: 0 auto;
  color: #fff;
}

.copyright a{
  color: #fff;
  text-decoration: none;
}

/* ウィジェット エリア */
#sidebar .side_menu{

}

#sidebar .side_menu p{
  text-align: center;
  margin-bottom: 20px;
}

#sidebar .side_menu p:last-child{
  margin-bottom: 0px;
}

#sidebar .side_menu p a{
  text-decoration: none;
  width: 100%;
  display: block;
  text-align: center;
  color: #fff;
  border-radius: 3px;
  padding: 17px;
  font-size: 20px;
}

#sidebar .side_menu p a:hover{
  opacity: 0.7;
}

#sidebar .side_menu p.home a{
  background: #ff4141;
}

#sidebar .side_menu p.price a{
  background: #269ce3;
}

#sidebar .side_menu p.access a{
  background: #4dac21
}

#sidebar .side_info p{
  margin-bottom: 7px;
}

#sidebar .side_info p:last-child{
  margin-bottom: 0px;
}

#sidebar #widget-area {
  width: 100%;
  height: auto;
  display: table;
}

#sidebar #widget-area .widget-container {
  width: 100%;
  height: auto;
  float: left;
  clear: both;
  margin-bottom: 20px;
}

#sidebar #widget-area .widget-container ul {
  width: 100%;
  height: auto;
  float: left;
  clear: both;
  border: 1px solid #dddcda;
}

#sidebar #widget-area .widget-container ul li {
  width: auto;
  height: auto;
  margin: 0;
  padding: 10px;
  border-bottom: 1px dotted #444444;
}

#sidebar #widget-area .widget-container ul li:last-child{
  border-bottom: 0px;
}

#sidebar #widget-area .widget-container ul li a {
  width: auto;
  height: auto;
  display: block;
  font-size: 15px;
  font-weight: normal;
  color: #333333;
  text-decoration: none;
  padding-left: 30px;
  position: relative;
  background-image: url(images/menu-arrow.png);
  background-repeat: no-repeat;
  background-position: left 0px center;
  background-size: 20px;
}

#sidebar #widget-area .widget-container ul li a:hover {
  color: #8a8686;
  text-decoration: underline;
}

#sidebar #widget-area .widget-container form#searchform {
  width: 100%;
  margin-bottom: 20px;
  padding: 10px 11px 0 11px;
  display: table;
  background-color: #f8f8f8;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #eeeeee;
}

#sidebar #widget-area .widget-container form#searchform label.screen-reader-text {
  margin-top: -3px;
}

#sidebar #widget-area .widget-container form#searchform input[type=text] {
  width: 100%;
  border: 1px solid #cccccc;
}

#sidebar #widget-area .widget-container form#searchform input[type=submit] {
  width: auto;
  font-size: 12px;
  margin: 5px 0 10px 0;
  padding: 0 15px;
  float: right;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
}

#sidebar #widget-area .widget-container form#searchform input[type=submit]:hover {
  color: #014099;
}

#sidebar #widget-area .widget-container #calendar_wrap {
  width: auto;
  margin-bottom: 20px;
  padding: 0 15px 0 0;
  background-color: #f8f8f8;
  border: 1px solid #eeeeee;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}

#sidebar #widget-area .widget-container #calendar_wrap table#wp-calendar {
  width: 100%;
  margin-top: 10px;
}

#sidebar #widget-area .widget-container #calendar_wrap table#wp-calendar th {
  font-weight: bold;
  text-align: right;
  color: #333333;
}

#sidebar #widget-area .widget-container #calendar_wrap table#wp-calendar td {
  text-align: right;
  color: #333333;
}

#sidebar #widget-area .widget-container #calendar_wrap table#wp-calendar caption {
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 10px 10px;
  color: #333333;
}

#sidebar #widget-area .widget-container #calendar_wrap table#wp-calendar td a {
  color: #dc143c;
}

#sidebar #widget-area .widget-container #calendar_wrap table#wp-calendar td a:hover {
  color: #014099;
}

#sidebar #widget-area .widget-container h3 {
  width: auto;
  font-size: 18px;
  font-weight: bold;
  line-height: 22px;
  padding: 13px 15px;
  color: white;
  background-color: #426b33;
  text-align: center;
  border-radius: 7px 7px 0px 0px;
}

#sidebar #widget-area .widget-container .tagcloud {
  margin-bottom: 20px;
}

#left_sidebar #widget-area .widget-container .rss-widget-icon,
#right_sidebar #widget-area .widget-container .rss-widget-icon {
  margin: 0 5px 20px -5px;
  float: left;
}

#left_sidebar #widget-area .widget-container .textwidget ul li,
#right_sidebar #widget-area .widget-container .textwidget ul li {
  margin: 0;
  padding: 0;
  background-image: none;
}

#left_sidebar #widget-area .widget-container .textwidget a,
#right_sidebar #widget-area .widget-container .textwidget a,
#left_sidebar #widget-area .widget-container .textwidget a:active,
#right_sidebar #widget-area .widget-container .textwidget a:active,
#left_sidebar #widget-area .widget-container .textwidget a:visited,
#right_sidebar #widget-area .widget-container .textwidget a:visited,
#left_sidebar #widget-area .widget-container .textwidget ul li a,
#right_sidebar #widget-area .widget-container .textwidget ul li a,
#left_sidebar #widget-area .widget-container .textwidget ul li a:active,
#right_sidebar #widget-area .widget-container .textwidget ul li a:active,
#left_sidebar #widget-area .widget-container .textwidget ul li a:visited,
#right_sidebar #widget-area .widget-container .textwidget ul li a:visited {
  font-weight: normal;
}

/* コメント エリア */
#comments {
  width: auto;
  height: auto;
  margin: 20px 0 10px 0;
}

#respond {
  width: auto;
  height: auto;
  margin-top: 20px;
  display: none;
}

#respond a {
  font-weight: bold;
}

#respond h3 a {
  color: #ffffff;
}

#respond h3 a:hover {
  color: #dc143c;
}

.commentlist {
  list-style-image: none;
  list-style-type: none;
}

.reply {
  margin-bottom : 20px;
}

#commentform textarea {
  width: 99%;
  height: auto;
  margin: 10px 0;
  border: 1px solid #cccccc;
}

#commentform input[type=text] {
  margin-bottom: 5px;
  border: 1px solid #cccccc;
}

#commentform input[type=submit] {
  margin-bottom: 20px;
  padding:5px;
  color: #333333;
  background-color: #eeeeee; /* [if lt IE 9] */
  background: -webkit-gradient(
  linear,
  left top,
  left bottom,
  color-stop(0, #eeeeee),
  color-stop(1, #cccccc)
);
  background: -o-linear-gradient(bottom, #eeeeee 0%, #cccccc 100%);
  background: -moz-linear-gradient(bottom, #eeeeee 0%, #cccccc 100%);
  background: -webkit-linear-gradient(bottom, #eeeeee 0%, #cccccc 100%);
  background: -ms-linear-gradient(bottom, #eeeeee 0%, #cccccc 100%);
  background: linear-gradient(to bottom, #eeeeee 0%, #cccccc 100%);
  border: 1px solid #bbbbbb;
}

p.nocomments {
  display: none;
}

/* 検索結果 エリア */
#content h4.not_found {
  font-size: 24px;
  padding-left: 25px;
  background-image: url("images/not_found.png") !important;
  background-position: 0 0 !important;
  background-repeat: no-repeat !important;
  background: none;
  border: none;
}

#content p.not_found {
  font-size: 14px;
  color: #dc143c;
}

#content dl.search_box {
  width: 100%;
  height: auto;
  padding: 15px;
  display: table;
  background-color: #f8f8f8;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #eeeeee;
}

#content dl.search_box dt input[type=text] {
  width: 70%;
  height: 25px;
  float: left;
  border: 1px solid #cccccc;
}

#content dl.search_box dd input[type=submit] {
  width: 100px;
  height: auto;
  font-size: 14px;
  text-align: center;
  padding: 2px 0;
  float: right;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
}

#content dl.search_box dd input[type=submit]:hover {
  color: #a58878;
}

#content h4.search_result_title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
  padding-left: 30px;
  color: #333333;
  background: none;
  background-image: url("images/search_result.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  border: none;
  border-bottom: 3px dotted #000000;
}

#content p.search_result {
  font-size: 16px;
  margin-bottom: 20px;
}

#content p.search_result_txt {
  font-size: 14px;
  margin-bottom: 20px;
  color: #dc143c;
}

/* ページャー エリア */
#content .pager {
  text-align: center;
}

#content .pager a,
#content .pager span {
  font-size: 14px;
  padding: 0 3px;
}

/* 404 エリア */
#content a.reverse_lnk {
  font-size: 16px;
  text-align: center;
  padding-top: 10px;
  text-decoration: underline;
}

/* 追加CSS テキストウィジェット エリア */
.side_menu01 {
  width: 260px;
  height: auto;
  margin: 5px 0 0 0;
  display: table;
}

.side_menu01 p.side_menu01_title {
  width: 260px;
  height: 36px;
  font-weight: bold;
  text-align: center;
  padding-top: 7px;
  background-color: #f2f4fe; 
  border-top: 1px solid #ff8040;
  border-right: 1px solid #ff8040;
  border-left: 1px solid #ff8040;
}

.side_menu01 p.side_menu01_title span.side_menu01_subtitle {
  font-size: 14px;
  font-weight: normal;
}

.side_menu01 ul li a {
  text-decoration: none !important;
}

.side_info {
  height: auto;
  padding: 8px;
  border: 1px solid #dddcda;
}

.side_info p {
  font-size: 13px;
  color: #523200;
}

.side_info p span {
  margin-left: 65px;
}

.side_info .access_map {
  width: auto;
  height: auto;
  margin: 10px 0 5px 0;
  display: table;
}

table.type04 {
	background-color:#369;
	color:#fff;
    border-collapse: collapse;
    text-align: left;
    line-height: 1.5;
    border-top: 1px solid #ccc;
    border-left: 3px solid #369;}
table.type04 th {
	color:#fff;
    width: 147px;
    padding: 10px;
   font-weight: bold;
    vertical-align: top;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

table.type04 td {
    width: 349px;
    padding: 10px;
    vertical-align: top;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}


table.type03 {
    border-collapse: collapse;
    text-align: left;
    line-height: 1.5;
    border-top: 1px solid #ccc;
    border-left: 3px solid #369;
}


table.type03 th {
    width: 147px;
    padding: 10px;
    font-weight: bold;
    vertical-align: top;
    color: #153d73;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

table.type03 td {
    width: 349px;
    padding: 10px;
    vertical-align: top;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.mgn_b30 {
    margin-bottom: 30px;
}

/**********************************
テーブルデザイン
***********************************/
table {
    width: 100%;
    border-collapse: collapse;
}
table .color {
    background-color: #f89c27;
    color: #fff;
}
table td {
    border: 1px solid #FFCA86;
    padding: 10px 0;
    font-weight: bold;
    font-size: 1.1em;
    line-height: 1.2em;
    text-align: center;
}

span.wpcf7-list-item {
display: inline-flex;
}

.side02 ul{
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    padding-bottom: 10px;
    float: left;
    clear: both;
    background-color: #none;
}

.tenpo p {
    border-bottom: 1px #666 dashed;
    line-height: 3em;
}
.pc-dn{
  display: none;
}
.korona{
	max-width:1000px;
	margin:20px auto;
}

ul.nayami_list li {
    background-image: url(./images/check_box.png);
}
.sejutu_flow {
    background: #fff7ea;
    border-radius: 10px;
    margin: 4% 0;
    padding: 2%;
}
.sejutu_flow ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.sejutu_flow li {
    width: 33.3%;
    padding: 2% 1%;
}
p.flow_ttl {
    text-align: center;
    font-weight: bold;
    border-bottom: 2px dotted #ca9f7d;
    padding-bottom: 2px;
}
.sejutu_flow img {
    border-radius: 5px;
}
span.point {
    background: #ff8741;
    color: #fff;
    padding: 3px 5px;
    margin: 0 8px 0 0;
    border-radius: 4px;
    font-weight: bold !important;
    line-height: 35px;
}
.point p.img{
  width: 35%;
}
.point p.txt{
  width: 60%
}
.nayami_list {
    overflow: hidden;
}
.nayami_list ul {
    position: relative;
    float: left;
    width: 450px;
}
.nayami_list ul li {
    background-image: url(./images/check_box.png);
    background-repeat: no-repeat;
    background-position: 0 center;
    padding: 10px 0 5px 40px;
    border-bottom: 2px dotted #c7c7c7;
    font-size: 20px;
    color: #5c2f0d;
}
#content .nayami_list p.right {
    width: 235px;
}
#content .nayami_list p.right img {
    margin: auto;
}
table.table_plan.josei {
    width: 56%;
}

p.under_yellow {
    font-weight: bold;
}
p.under_yellow span {
    color: red;
    background: linear-gradient(#ffffff 50%, #fdff6b 50%);
}
span.red {
    font-size: 0.9em;
    font-weight: bold;
    color: #da1521;
}

/*症例一覧のページ*/
span.case-title {
    display: block;
    font-size: 28px;
    color: #353535;
    text-align: center;
    padding: 10px;
}

.case-block ul {
    width: 100%;
    overflow: hidden;
    margin-bottom: 40px;
}

.case-block li {
    display: block;
    width: calc(100% / 3);
    padding: 5px;
    float: left;
}

.case-block a {
    text-decoration: none;
    transition: 0.2s;
    overflow: hidden;
    display: block;
    border-radius: 5px;
    background-color: #d19851;
    color: white;
    text-align: center;
    font-size: 18px;
    position: relative;
    font-weight: bold;
}

.case-block a::after {
    content: " ";
    display: inline-block;
    border: 5px solid transparent;
    border-left-color: white;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.case-block a:hover {
    transform: scale(0.9);
    opacity: 0.5;
}
/*お問い合わせ　追加*/
span.Mandatory {
    padding: 2px 6px;
    font-size: 14px;
    color: #fff;
    background: #ff4141;
    border: 1px solid #ff4141;
    border-radius: 4px;
    display: inline-block;
    margin-left: 8px;
}
input.wpcf7-form-control.has-spinner.wpcf7-submit {
    width: 30% !important;
    height: auto;
    font-size: 18px;
    font-weight: normal;
    text-align: center;
    margin: 30px auto 0 auto;
    padding: 10px 0;
    color: #fff;
    background: linear-gradient(to bottom, #db3a3a 0%, #cc3030 100%);
    display: block;
    border: 0px;
}

/*2021-12-6 追記*/
span.Any{
    padding: 2px 6px;
    font-size: 14px;
    color: #fff;
    background: #269ce3;
    border: 1px solid #269ce3;
    border-radius: 4px;
    display: inline-block;
    margin-left: 8px;	
}

.sto{
		font-weight: bold;
		border: 1px dashed;
		padding: 10px;
	}
	
	.sto span{
    font-size: 18px;
    color: #3b622b;
    letter-spacing: 1px;
	}









