@charset "utf-8";

* {
	padding:0;
	margin: 0;
	font-family: "メイリオ","Meiryo",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}

body {
	background-color: #FFF;
	background-image: url(img/bg.gif);
	background-repeat: repeat-x;
	background-position: center top;
	font-size: 18px;
	color: #222;
}

img {
	vertical-align: top;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

a {
	color: #0089B7;
}
a:hover {
	color: #09C;
	text-decoration: none;
}
a:hover img,
form.contact_form input.form_btn:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}

.clfix:after{
  content: "."; 
  display: block; 
  height: 0; 
  font-size:0;	
  clear: both; 
  visibility:hidden;
}

u {
	font-weight: bold;
}

/*
ヘッダー
-------------------------------------------*/
#header {
	height: 180px;
	width: 1050px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#header h1 {
	font-size: 24px;
	position: absolute;
	left: 0px;
	bottom: 12px;
	background-color: #2B4C90;
}
#header #h_logo {
	position: absolute;
	left: 0px;
	top: 10px;
}
#header #h_info {
	position: absolute;
	top: 5px;
	right: 260px;
}
#header #h_btn {
	position: absolute;
	right: 0px;
	top: 15px;
}

/*
メイン
-------------------------------------------*/

.content {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}

.content .cont_box {
	padding-bottom: 10px;
	font-size: 16px;
	margin-bottom: 30px;
	background-color: #F3F3F3;
	width: 998px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #D7D7D7;
	padding-top: 10px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

.content .cont_box:after{
  content: "."; 
  display: block; 
  height: 0; 
  font-size:0;	
  clear: both; 
  visibility:hidden;
}
.content .cont_box p {
	margin-right: 60px;
	margin-bottom: 30px;
	margin-left: 60px;
}
.content .img_left,
.content .img_right {
	padding: 10px;
	font-size: 16px;
	color: #111;
	text-align: center;
	background-color: #FFFFFF;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	line-height: 32px;
	margin-right: 40px;
	margin-bottom: 30px;
	margin-left: 40px;
	border: 1px solid #CCC;
}
.content .img_left {
	float: left;
	margin-right: 10px;
	margin-left: 30px;
}
.content .img_left_pr {
	float: left;
	margin-left: 25px;
	margin-bottom: 30px;
	margin-top: 100px;
}
.content .img_right {
	float: right;
	margin-right: 30px;
	margin-left: 30px;
}
.content .cont_box .cont_box_in {
	background-color: #FFF;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 80px;
	padding-top: 60px;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 900px;
}

.content .cont_box .cont_box_in p {
	font-size: 18px;
	padding: 10px;
	margin-top: 10px;
	margin-right: 90px;
	margin-bottom: 30px;
	margin-left: 90px;
}

.content .cont_box .cont_box_voice p {
	font-size: 18px;
	padding: 10px;
	margin-top: 10px;
	margin-right: 40px;
	margin-bottom: 30px;
	margin-left: 40px;
}

.content .cont_box .cont_box_in p strong {
	font-weight: bold;
	color: #EB292F;
	font-size: 20px;
}

.ul_right {
	background-color: #FFF;
	float: right;
	width: 680px;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	margin-right: 25px;
	padding: 10px;
	margin-bottom: 30px;
	margin-top: 100px;
}
.ul_check li {
	font-size: 18px;
	color: #111;
	list-style-type: none;
	font-weight: bold;
	line-height: 26px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFCC00;
	background-image: url(img/li_check.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 36px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.ul_check2 {
	margin-top: 20px;
	margin-right: 70px;
	margin-bottom: 30px;
	margin-left: 70px;
}
.ul_check2 li {
	font-size: 20px;
	color: #111;
	list-style-type: none;
	font-weight: bold;
	line-height: 26px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFCC00;
	background-image: url(img/li_check2.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 40px;
}

.content div.title_chui {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 30px;
	padding-top: 2px;
	padding-bottom: 0px;
	margin-right: 50px;
	margin-left: 50px;
	color: #FFF;
	background-color: #CC0000;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	line-height: 48px;
	border: 5px solid #FFEAA8;
}
.content ol {
	padding: 10px;
	margin-top: 10px;
	margin-right: 30px;
	margin-bottom: 10px;
	margin-left: 30px;
}
.content ol li {
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 50px;
	font-size: 20px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #D39867;
	color: #FF6000;
}

.content .cont_box .box_in_left {
	background-color: #FFF;
	float: left;
	width: 440px;
	margin-bottom: 20px;
	margin-left: 30px;
	padding-top: 15px;
	padding-right: 10px;
	padding-left: 10px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
.content .cont_box .box_in_left p {
	margin-right: 20px;
	margin-left: 20px;
}

.content .cont_box .subtitle {
	font-size: 30px;
	font-weight: bold;
	color: #FF6000;
	text-align: center;
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
	text-shadow: 0px 2px 1px #FFF,0px 1px 1px #FFF,1px 1px 1px #FFF,1px 0px 1px #FFF,2px 0px 1px #FFF,1px -1px 1px #FFF,1px -2px 1px #FFF,0px -2px 1px #FFF,-1px -2px 1px #FFF,-2px -2px 1px #FFF,-2px -1px 1px #FFF,-2px 0px 1px #FFF,-2px 1px 1px #FFF,-1px 1px 1px #FFF;
}
.content .cont_box .subtitle strong {
	font-size: 48px;
}

.content .cont_box .cont_box_in .img_right {
	margin: 0px;
	padding: 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

table.table_02 {
	width: 70%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 20px;
}

table.table_02 th {
	border: 2px solid #FFF;
	letter-spacing: 1px;
	font-weight: normal;
	color: #111;
	white-space: nowrap;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}

table.table_02 td {
	border: 2px solid #E8E8E8;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}

.content .cont_box .cont_box_in p.p_title {
	font-size: 22px;
	color: #FF6000;
	margin: 40px;
	font-weight: bold;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #FFA975;
	padding-left: 10px;
}


/*----大手メーカー枠----*/


.box_oote {
	float: left;
	height: 290px;
	width: 260px;
	border: 1px solid #F5D09E;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	margin-left: 9px;
	padding-top: 10px;
	padding-right: 6px;
	padding-bottom: 10px;
	padding-left: 6px;
	margin-bottom: 20px;
	background-color: #FFF8EE;
}
.content .cont_box .cont_box_in .box_oote p {
	font-size: 16px;
	color: #28622E;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 0px;
}
.content .cont_box .cont_box_in .box_oote p.p_name {
	font-size: 14px;
	text-align: right;
}


/*
お客様の声上部
-------------------------------------------*/

.content .cont_box .cont_box_voice {
	background-color: #FFF;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	clear: both;
	margin-right: 40px;
	margin-left: 40px;
	padding-bottom: 30px;
	padding-top: 30px;
	margin-bottom: 20px;
}

.content .cont_box .cont_box_voice .tantou {
	margin: 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #CCC;
	border-bottom-color: #CCC;
	background-color: #F6F6F6;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	clear: both;
}
.content .cont_box .cont_box_voice .tantou:after{
  content: "."; 
  display: block; 
  height: 0; 
  font-size:0;	
  clear: both; 
  visibility:hidden;
}
.content .cont_box .cont_box_voice .tantou img {
	background-color: #FFF;
	padding: 5px;
	float: left;
	margin-right: 20px;
	border: 1px solid #CCC;
	display: block;
}
.content .cont_box .cont_box_voice .tantou p {
	font-size: 16px;
	margin: 10px;
	padding: 0px;
}
.content .cont_box .cont_box_voice .tantou .tantou_title {
	font-size: 20px;
	font-weight: bold;
	line-height: 22px;
	padding-top: 6px;
	padding-bottom: 2px;
}

/*
お客様の声一覧
-------------------------------------------*/

.content .cont_box .box_voice {
	background-color: #FFF;
	border: 1px solid #EAE0CE;
	margin-bottom: 10px;
	margin-left: 10px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	width: 460px;
	display: inline-block;
	padding: 10px;
	vertical-align: top;
}

.content .box_voice .voice_title {
	font-size: 22px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #2881B2;
	line-height: 26px;
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border: 2px solid #7ABFE4;
	padding-bottom: 10px;
}

.content .cont_box .box_voice p {
	margin: 10px;
	line-height: 20px;
}
.content .box_voice .voice_img {
	font-size: 18px;
	color: #333;
	text-align: center;
	line-height: 36px;
	font-weight: bold;
	padding-top: 10px;
	background-color: #F9F9F9;
	margin-top: 5px;
}

/*
Ｑ＆Ａ
-------------------------------------------*/
.content dl.dl_qa {
	margin: 20px;
}
.content dl.dl_qa dt {
	font-size: 22px;
	color: #069;
	padding-top: 10px;
	padding-right: 70px;
	padding-bottom: 10px;
	padding-left: 70px;
	font-weight: bold;
	background-image: url(img/qa_q.gif);
	background-repeat: no-repeat;
	background-position: 15px 5px;
}
.content dl.dl_qa dd {
	font-size: 18px;
	padding-top: 10px;
	padding-right: 70px;
	padding-bottom: 20px;
	padding-left: 70px;
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	background-image: url(img/qa_a.gif);
	background-repeat: no-repeat;
	background-position: 15px 5px;
}

/*
フッター
-------------------------------------------*/


#footer {
	background-color: #2B4C91;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	width: 100%;
	font-size: 12px;
	margin-top: 30px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #2B4C91;
}
#footer ul li {
	display: inline;
	padding: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CBEAF5;
	margin-right: 5px;
	margin-left: 5px;
}

#footer address {
	font-style: normal;
	color: #FFF;
	margin-top: 20px;
}

/*----スタッフ紹介----*/

.box_staff {
	width: 207px;
	display: inline-block;
	margin-bottom: 10px;
	margin-left: 10px;
	background-color: #F9F9F9;
	padding-top: 10px;
	border: 1px solid #DDD;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
.box_staff img {
	display: block;
	width: 190px;
	margin-right: auto;
	margin-left: auto;
}
.content .cont_box .cont_box_in .box_staff p {
	font-size: 14px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-left: 10px;
	line-height: 20px;
}
.content .cont_box .cont_box_in .box_staff p.s_name {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	margin-top: 10px;
}
.content .cont_box .cont_box_in .box_staff p.s_name span {
	font-size: 12px;
	font-weight: normal;
	color: #666;
}
.content .cont_box .cont_box_in .staff_title {
	font-size: 18px;
	font-weight: bold;
	padding: 10px;
	clear: both;
}

/*----横長タイトル帯　その他----*/
.title_obi {
	text-align: center;
	background-image: url(img/title_obi.png);
	background-repeat: repeat-x;
	background-position: center top;
	margin-top: -150px;
	margin-bottom: -100px;
	z-index: 100;
	position: relative;
  -webkit-transform: rotate(-2.0deg);
  -ms-transform: rotate(-2.0deg);
  transform: rotate(-2.0deg);
}
.title_obi img {
  -webkit-transform: rotate(2.0deg);
  -ms-transform: rotate(2.0deg);
  transform: rotate(2.0deg);
}
.title_obi_df {
	text-align: center;
	background-image: url(img/title_obi.png);
	background-repeat: repeat-x;
	background-position: center top;
	margin-top: -150px;
	margin-bottom: -100px;
	z-index: 100;
	position: relative;
}

.title_obi2 {
	text-align: center;
	background-image: url(img/title_obi2.png);
	background-repeat: repeat-x;
	background-position: center top;
	margin-top: -130px;
	margin-bottom: -100px;
	z-index: 100;
	position: relative;
  -webkit-transform: rotate(-1.5deg);
  -ms-transform: rotate(-1.5deg);
  transform: rotate(-1.5deg);
}
.title_obi2 img {
  -webkit-transform: rotate(1.5deg);
  -ms-transform: rotate(1.5deg);
  transform: rotate(1.5deg);
}
.title_obi3 {
	text-align: center;
	background-image: url(img/title_obi.png);
	background-repeat: repeat-x;
	background-position: center top;
	margin-bottom: -100px;
	z-index: 100;
	position: relative;
}
.content .box_info.sub {
	margin-bottom: 120px;
}
.content .line {
	color: #FFF;
	background-color: #FFF;
	width: 700px;
	margin-top: 70px;
	margin-right: auto;
	margin-bottom: 70px;
	margin-left: auto;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999;
	height: 2px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #999;
	clear: both;
}

@media screen and (max-width:1100px) {
img {
	max-width: 1000px !important;
}

#header,
#footer {
	width: 1000px;
}
}
.content .cont_box .cont_box_in h2 {
	margin-top: 50px;
	margin-right: 70px;
	margin-bottom: 30px;
	margin-left: 70px;
	padding-left: 20px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #2881B3;
	font-size: 24px;
	line-height: 34px;
	background-color: #F1F9FC;
	padding-top: 2px;
}


/*
フォーム
-------------------------------------------*/
.content .box_info form.contact_form {
	background-image: url(img/form.png);
	background-repeat: no-repeat;
	width: 400px;
	padding-top: 70px;
	display: block;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background-color: #F9F9F9;
	background-position: center top;
	border: 1px solid #DC3131;
	padding-bottom: 20px;
}

form.contact_form input {
	width: 200px;
	font-size: 18px;
	border: 1px solid #CCC;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	line-height: 28px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}

form.contact_form table.form_table {
	width: 370px;
	margin-right: auto;
	margin-left: auto;
}
table.form_table th {
	white-space: nowrap;
	text-align: right;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #DDD;
	padding-top: 7px;
	padding-right: 5px;
	padding-bottom: 7px;
	padding-left: 5px;
}
table.form_table td {
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 5px;
}
table.form_table th.hissu {
	color: #C00;
}

table.form_table th.hissu span {
	font-size: 10px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	color: #FFF;
	background-color: #C00;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	margin-left: 10px;
}

form.contact_form input.form_btn {
	width: 370px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

form.contact_form input:focus {
	border-color: #F90;
	background-color: #FFFCEE;
}

.content .box_info.sub {
	margin-bottom: 120px;
}

@media screen and (min-width:960px) {

/*----お問い合わせ枠----*/

.content .box_info {
	height: 680px;
	width: 1000px;
	margin-top: 20px;
	margin-bottom: 50px;
	position: relative;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background-color: #EEE;
}

.content .box_info .box_info_yajirushi {
	position: absolute;
	left: -120px;
	top: -80px;
	z-index: 300;
}

.content .box_info .box_info_txt {
	position: absolute;
	left: -30px;
	top: 0px;
	z-index: 250;
}

.content .box_info .box_info_sample {
	position: absolute;
	left: 0px;
	top: 230px;
	z-index: 150;
}

.content .box_info .box_info_tel {
	position: absolute;
	bottom: 10px;
	left: 10px;
	z-index: 100;
}

.content .box_info form.contact_form {
	position: absolute;
	right: 15px;
	top: 17px;
	z-index: 200;
}

#voice {
	margin-bottom: 50px;
}

}
/*-----（/960～）-----*/

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

div.sp_base {
	width: 100%;
	overflow: hidden;
}

img {
	max-width: 100% !important;
	height: auto;
	width /***/: auto;
	margin-left: auto;
	margin-right: auto;
}

#header,
#footer,
.content {
	width: 100%;
}

.content .cont_box {
	width: 98%;
}

.content .cont_box .cont_box_in {
	width: 96%;
}

.content .line {
	width: 90%;
	margin-top: 30px;
	margin-bottom: 30px;
}

.content .cont_box p {
	margin-right: 10px !important;
	margin-bottom: 10px !important;
	margin-left: 10px !important;
}

.content .cont_box .box_voice {
	margin-left: auto;
	margin-right: auto; 
	width: 90%;
	display: block;
}

.content .box_info form.contact_form {
	margin-left: auto;
	margin-right: auto;
}

.content .box_info .box_info_txt,
.content .box_info .box_info_sample {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.content .img_left_pr {
	float: none;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	margin-top: 10px;
	display: block;
	text-align: center;
}

.ul_right {
	float: none;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	margin-top: 10px;
}

}
/*-----（/～960）-----*/

@media screen and (max-width:860px) {
	
body {
	background-image: none;
}
.content .cont_box .cont_box_in {
	padding-top: 20px;
	padding-bottom: 20px;
}
.title_obi {
	background-color: #2B4C90;
	margin-top: -60px;
	margin-bottom: -30px;
}
.title_obi2 {
	background-color: #666;
	margin-top: -60px;
	margin-bottom: -30px;
}
.content .box_info.sub {
	margin-bottom: 60px;
}
/*
ヘッダー
-------------------------------------------*/
#header {
	height: 120px;
}
#header h1 {
	padding-top: 5px;
}

#header #h_logo {
	height: 60px;
	top: 5px;
}
#header #h_info {
	top: 5px;
	right: 200px;
	height: 60px;
}
#header #h_btn {
	top: 5px;
	right: 10px;
	height: 60px;
}
}
/*-----（/～860）-----*/

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

.content .cont_box .cont_box_in h2 {
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
}

.content .box_info form.contact_form {
	width: 100%;
}

form.contact_form input.form_btn {
	width: 300px;
}

.box_staff {
	width: 44%;
}

.content dl.dl_qa {
	margin-left: 0px;
	margin-right: 0px;
}

.content dl.dl_qa dt,
.content dl.dl_qa dd {
	padding-right: 20px
}

.content img.img_left,
.content img.img_right {
	max-width: 150px !important;
}

#voice {
	margin-bottom: 20px;
}

/*
ヘッダー
-------------------------------------------*/
#header {
	height: 100px;
}
#header h1 {
	height: 30px;
}

#header #h_logo {
	height: 40px;
	left: 10px;
}
#header #h_info {
	right: 70px;
	height: 38px;
}
#header #h_btn {
	height: 38px;
}

}
/*-----（/～640）-----*/


#hp_base {
	min-width: 1120px;
}

/*フローティングバナー*/
#footer{
	padding-bottom: 120px;
}
.footer_bnr{
	width: 100%;
	background: #2B4C91;
	position: fixed;
	z-index: 9999;
	left: 0;
	bottom: -100px;
	box-shadow: 2px 0 4px #333333;
	transition: all 0.4s;

}
.footer_bnr a{
	display: block;
	max-width: 1000px;
	margin: auto;
}
.footer_bnr a img{
	width: 100%;
	transition: all 0.4s;
}
.footer_bnr a img:hover{
	opacity: 0.6;
}

.footer_bnr_sp{
	display: none;
}

.grecaptcha-badge{
   bottom: 120px !important;
}

@media screen and (max-width:768px) {
	.footer_bnr{
		display: none;
	}

	.footer_bnr_sp{
		width: 100%;
		background: #2B4C91;
		position: fixed;
		z-index: 9999;
		left: 0;
		bottom: -100px;
		box-shadow: 2px 0 4px #333333;
		transition: all 0.4s;
		display: flex;
	}
	.footer_bnr a{
		display: block;
		width: 50%;
		margin: auto;
	}
	.footer_bnr a img{
		width: 100%;
		transition: all 0.4s;
	}
	.footer_bnr a img:hover{
		opacity: 0.6;
	}
}
