@charset "UTF-8";


/**header--------------------------------------------------------------*/
.header-brand-container {
    width: 980px;
    max-width: 94%;
    margin: 0 auto;
    overflow: hidden;
	padding-bottom:20px;
	min-height:118px;
}
.lb {
  float: left;
}
.rb {
  float: right;
  padding-top: 25px;
}
#headerwrap {
  background:#fff;
}
#headerwrap #header {
	padding:0;
}
.text-hd {
  text-align: right;
  font-size: 10px;
  color: #bbbbbb;
  padding: 5px 0 16px;
  clear: both;
}
.address-hd,.tel-hd {
  display: inline-block;
/*   margin-left:10px; */
	margin-right: 10px;
}
.address-ft strong,.address-hd strong {
  color: #fff;
  background: #00c0e8;
  padding: 5px;
  margin-right: 5px;
}
.address-ft, .address-hd {
    font-weight: 700;
}
br.pcnone {
    display: none;
}


/**menu--------------------------------------------------------------*/
#headerwrap #main-menu-container ul {
	list-style:none;
	max-width:980px;
	margin:0 auto;
	display:flex;
	flex-wrap:wrap;
}
#headerwrap #main-menu-container li {
	float:left;
	margin:0;
	position: relative;
	width:auto;
}
#headerwrap #main-menu-container li a {
	  background: url(../../uploads/menu.jpg);
	  text-indent:100%;
	  white-space:nowrap;
	  overflow:hidden;
	  height: 49px;
	  margin:0;
	  padding:0;
	  border-radius: 0;
	display:block;
}
#headerwrap #main-menu-container li a:hover {
	background: url(../../uploads/menu-hover.jpg);
}
#headerwrap #main-menu-container li.nav01 a {
  width: 121px;
  background-position: 0 0;
}
#headerwrap #main-menu-container li.nav02 a {
  width: 140px;
  background-position: -121px 0;
}
#headerwrap #main-menu-container li.nav03 a {
  width: 130px;
  background-position: -261px 0;
}
#headerwrap #main-menu-container li.nav04 a {
  width: 140px;
  background-position: -391px 0;
}
#headerwrap #main-menu-container li.nav05 a {
  width: 160px;
  background-position: -531px 0;
}
#headerwrap #main-menu-container li.nav06 a {
  width: 140px;
  background-position: -691px 0;
}
#headerwrap #main-menu-container li.nav07 a {
  width: 149px;
  background-position: -831px 0;
}


#headerwrap #main-menu-container li a:hover {
	opacity:1;
	text-decoration:none;
}
#main-menu-container {
	background: #0550b6;
    background: linear-gradient(#0550b6, #00419b);
    border-top: 1px solid #00419f;
    margin-bottom: 20px;
}
#headerwrap #main-menu-container li.nav00 {
	display:none;
}
#headerwrap #main-menu-container li ul {
	display:none;
}
#headerwrap #main-menu-container li:hover ul {
	display:block;
}
#headerwrap #main-menu-container li ul {
    position: absolute;
    float: none;
    top: 50px;
    left: 0;
    z-index: 99;
}

/*sub-menu*/
#headerwrap #main-menu-container li .sub-menu {
  width:100%;
  padding:0;
  border:none;
	
}
#headerwrap #main-menu-container li .sub-menu li {
  	clear:both;
	float:none;
	display:block;
	width:100%;
}
#headerwrap #main-menu-container li .sub-menu li a {
  display:block;
  text-indent:0;
  white-space: unset;
  background: none;
  text-align: center;
	font-size:13px;
    border-bottom: dotted 1px #a8a8a8;
    color: #542d0a;
	padding: 9px 5px 8px;
  text-decoration: none;
  height:auto;
	background-color: rgba(255, 255, 255, 0.9);	
}
#headerwrap #main-menu-container li .sub-menu li a:hover {
	opacity:0.7;
	font-weight:700;
}


/**footer--------------------------------------------------------------*/
#footerwrap .row_inner {
	width:980px;
	max-width:94%;
	margin:0 auto;
}
#pagewrap #pc-backtop {
	width:auto;
	height:auto;
	bottom: 155px;
    right: 20px;
}
.footer-edit-in {
  max-width: 550px;
  margin: 0 auto;
  text-align:center;
}
.footer-edit-out {
  background: url(../../uploads/bg-footer_02.jpg);
  padding: 40px 0 34px 0;
  border-top:1px solid #89b0e9;
  position: relative;
}
.logo-ft,.tel-ft {
  display: inline-block;
  vertical-align: middle;
}
.tel-ft {
  margin-left:20px;
}
.footer-edit-up {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #003782;
}
.footer-edit-out:before {
  content: "";
  border-top: 1px solid #fff;
  position: absolute;
  top: 1px;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none;
}
.copyright-container {
    text-align: center;
    color: #fff;
    padding: 4px 5px;
    background: #003782;
    border-top: 1px solid #fff;
}
.copyright-container img {
    vertical-align: middle;
    margin-left: 10px;
}

/***/
#footerwrap #footer-nav li {
	margin:0;
  	margin-bottom: 5px;
	padding:0 10px;
	border-left:1px solid #000;
	line-height:1.4;
}
#footerwrap #footer-nav li:first-child {
	border:none;
}
#footerwrap #footer-nav {
  	padding: 11px 0;
	margin:0;
	text-align:center;
}
.home #footerwrap {
	padding-top:60px;
}

/**top--------------------------------------------------------------*/
body .site {
	font-size:13px;
  	color:#222;
	line-height:1.7;
	font-family: "ヒラギノ角ゴ ProN W3″", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
.site a:visited,.site a:link {
	color:inherit;
	text-decoration:underline;
	outline:none;
}
.site a:hover {
	color:#00bbeb;
	text-decoration:none;
/* 	opacity:0.7; */
	opacity: .5;
}
body .pagewidth {
  max-width: 94%;
}
.module-fancy-heading.module .sub-head:before {
  display: none;
}
.module-fancy-heading .fancy-heading {
  	margin:0;
	line-height: 1.4;
	font-size: inherit;
}
.module-fancy-heading.module .sub-head {
  padding:0;
}
.module .gallery-icon {
  cursor:default;
}
.module .module-title,.main-head,.sub-head,.image-title {
	line-height:1.4;
}
.module {
	margin-bottom:30px;
}
.module .module-title {
	margin-bottom:15px;
}
.module p:last-child {
	margin-bottom:0;
}
.module ul {
	margin:0;
	list-style:none;
}
.module li {
	line-height:1.7;
}
.module table {
	width:100%;
	border-collapse: collapse;
}
.module,ul,li,a,div,span,.image-title,tr,td,th,input {
	 box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
}
.module_row {
	overflow: hidden;
}
.module.module-layout-part {
	margin-bottom:0;
}
.home .row-ed-banner01,.page-id-3117 .row-ed-banner {
	display:none;
}


/***/
.title-top.module .module-title {
  font-size:15px;
  color:#fff;
  border-top:1px solid #014199;
  background: url(../../uploads/icon_03.png)no-repeat center left 1px,#0550b6;
  background: url(../../uploads/icon_03.png)no-repeat center left 1px,linear-gradient(#0550b6,#00419b);
  padding: 9px 5px 9px 35px;
  margin-bottom:0;
}
.title-top.module {
  margin-bottom:20px;
}
.max-width840 {
  max-width:840px;
  margin:0 auto;
}
.post-top .post time {
  color:#002a61;
  display:inline-block;
  margin-right:5px;
  font-weight:bold;
}
.post-top .post .post-title {
  font-size:14px;
  color:#002a61;
  display:inline-block;
}
#body .post-top .post {
  border-bottom:1px dotted #808080;
  margin-bottom:15px;
}
.post-top.module {
	border:1px solid #003172;
  height:296px;
  overflow-y:scroll;
  padding:15px 12px;
  background: #fff;
}
.text-top.module {
  text-align:center;
  font-weight:bold;
  color:#fff;
  background: #0550b6;
  background: linear-gradient(#0550b6,#00419b);
  margin:0;
  padding: 5px;
  letter-spacing:2px;
}


/*enterprise------------------------------------------------------------------------------*/
.page-content > .post-image {
	line-height:0;
	margin-bottom:30px;
}
.page-content > .post-image > img {
	width:auto;
}
/***/
.title-enterprise.module .module-title {
  font-size:15px;
  color:#002a61;
  background:url(../../uploads/arrow_02.jpg)no-repeat left top;
  padding:0 0 8px 25px;
  border-bottom:1px dotted #0cc1ec;
}
.title-enterprise.module {
  margin-bottom:0;
}
.text-edit-banner01 ul {
  margin:0;
  list-style:none;
  text-align:center;
}
.text-edit-banner01 ul li {
  display:inline-block;
  margin-right:25px;
  vertical-align: middle;
  margin-bottom:10px;
}
.text-edit-banner01 ul li:last-child {
  margin-right:0;
  font-weight:bold;
  line-height:1.7;
  font-size:15px;
}
.text-edit-banner01 ul li:last-child strong {
  color: #fff;
  background: #00c0e8;
  padding: 5px;
  margin-right: 5px;
}
.text-edit-banner01 ul li img {
  margin:0;
}
.text-edit-banner01.module {
  margin-bottom:0;
}
.text01-banner01.module ul {
  background:url(../../uploads/bd-enterprise_11.jpg)repeat-x top 18px left;
  margin:0;
  list-style:none;
  text-align: center;
  padding:0 10px;
}
.text01-banner01.module ul li {
  color: #013274;
  font-weight: bold;
  font-size: 24px;
  padding:0 10px;
  display: inline-block;
  background: #fff;
  line-height:1.7;
  margin-bottom:10px;
}
.text01-banner01.module {
  margin-bottom:0;
}
.bg-banner01 .row_inner {
  border:2px solid #003271;
  padding:20px 20px 0;
}
.img-nothing-example {
	padding-top:25px;
}


/*example-----------------------------------------------------------------------------*/
#body .link-p3 li {
	border-left:1px solid;
	padding:0 10px;
	margin:0 0 10px;
	line-height:1.4;
	display:inline-block;
}
#body .link-p3 li:first-child {
	border:none;
}
.link-p3.module {
	text-align:center;
}

.max-width830 {
  max-width:830px;
  margin:0 auto;
}
.img-bf-example.module:before {
  content:"BEFORE";
  color:#fff;
  font-size:15px;
  display:block;
  background: #0e8df6;
  background: linear-gradient(#0e8df6,#0148ee);
  max-width:120px;
  text-align:center;
  font-family:"游明朝", YuMincho, "ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","ＭＳ Ｐ明朝", "メイリオ", Meiryo, serif;
  min-height: 25px;
  line-height: 25px;
}
.img-bf-example.module:after {
  content:"";
  background:url(../../uploads/arrow-enterprise_03.png)no-repeat;
  width:30px;
  height:40px;
  display:block;
  position: absolute;
  right: -70px;
  top: 50%;
  z-index: -1;
}
.img-af-example.module:before {
  content:"AFTER";
  color:#fff;
  font-size:15px;
  display:block;
  background: #0ec2ff;
  background: linear-gradient(#0ec2ff,#0090ff);
  max-width:120px;
  text-align:center;
  font-family:"游明朝", YuMincho, "ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","ＭＳ Ｐ明朝", "メイリオ", Meiryo, serif;
  min-height: 25px;
  line-height: 25px;
}
.img-bf-example.module,.img-af-example.module {
  max-width:320px;
  margin:0 auto 30px;
}

/*recruit----------------------------------------------------------------------------*/
.fix-anchor-recruit.module {
  opacity: 0;
  position: absolute;
  top: 0;
  pointer-events: none;
}
.table-recruit table tr td {
  border:1px solid #003172;
  padding: 6px 5px;
}
.table-recruit table tr td:first-child {
  width:115px;
  font-weight:bold;
  background:#eaf1fd;
}
.table-edit-recruit.table-recruit table tr td:first-child {
  width:140px;
}

/***/
#body .contact-form7-edit th {
  color: #222222;
  width: 240px;
  border:1px solid #003172;
  background:#eaf1fd;
  padding: 5px 6px;
}
.contact-form7-edit th span {
	color: #ff0000;
    font-size: 10px;
}
#body .contact-form7-edit td {
  border:1px solid #003172;
  padding:5px 5px;
}
#body .contact-form7-edit input,#body .contact-form7-edit textarea {
  	background-color: #fff;
  	height: auto;
  	padding:0;
	border-radius:0;
}
#body .contact-form7-edit input[type=submit] {
  max-width: 150px;
  margin: 15px auto 0;
  background: #02bdeb;
  display: block;
  padding: 5px;
  border-radius: 5px;
}
.contact-form7-edit.module,#body .contact-form7-edit .submit_btn {
  margin:0;
}

/***/
.table01-recruit table tr td {
  padding:5px;
  border: none;
}
.table01-recruit table tr .td01-edit-recruit {
  width: 115px;
  font-weight: bold;
  background: #eaf1fd;
  border-right:1px solid #003172;
}
.table01-recruit table tr .td03-edit-recruit {
  
}
.table01-recruit table {
  border: 1px solid #003172;
}
.ul-edit-recruit ul {
  margin:0;
  list-style:none;
  line-height:1.7;
}
.ul-edit-recruit ul li strong {
  float:right;
  padding:0 25px 0 5px;
  font-weight:normal;
}
.ul-edit-recruit ul li {
  margin:0;
}

/**information--------------------------------------------------------------------------*/
.title-enterprise-info.title-enterprise.module .module-title {
  padding: 0 0 0 25px;
  border-bottom: none;
}
.map-info.module iframe {
  display:block;
}
.map-info.module {
  border:2px solid #0dc2ec;
}

/*page7--------------------------------------------------------------------------------------*/
.table-recruit-p7.table-recruit table tr td:first-child {
  width: 55px;
  text-align:center;
}
.table01-recruit-p7.table-recruit table tr td:first-child {
  width: 215px;
}



/* =============================================
	mobile menu settings
=============================================　*/
/* Mobile Menu Button */
#menu-button{
	visibility:hidden;
	opacity:0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: fixed;
	z-index: 900;
	top: 10px;
	right: 10px;
	width: 48px;
	height: 48px;
	background-color: rgb(255 255 255 / 70%);
	color:#333;
}
#menu-button.nav-on {
	visibility:visible;
	opacity:1;
}
#menu-button .ham-lines {
	position: relative;
	margin: 0 auto;
	width: 32px;
	height: 32px;
}
#menu-button .ham-lines span,
#menu-button .ham-lines::before,
#menu-button .ham-lines::after {
	position: absolute;
	display: block;
	right: 0;
	left: 0;
	margin: 0 auto;
	width: 28px;
	height: 2px;
	background-color: #333;
	border-radius: 1px;
}
#menu-button .ham-lines span {
	bottom: 15px;
	transition: all .25s .25s;
	opacity: 1;
}
#menu-button .ham-lines::before,
#menu-button .ham-lines::after {
	content: "";
}
#menu-button .ham-lines::before{
	bottom: 24px;
	animation: menu-bar01 .75s forwards;
}
#menu-button .ham-lines::after {
	bottom: 6px;
	animation: menu-bar03 .75s forwards;
}
#menu-button .ham-text {
	font-size: 12px;
	line-height: 1;
}
#menu-button.is-active .ham-lines span {
	opacity: 0;
}
#menu-button.is-active .ham-lines::before {
	animation: active-menu-bar01 .5s forwards;
}
#menu-button.is-active .ham-lines::after {
	animation: active-menu-bar03 .5s forwards;
}
@keyframes menu-bar01 {
	0% {
		transform: translateY(9px) rotate(45deg);
	}
	50% {
		transform: translateY(9px) rotate(0);
	}
	100% {
		transform: translateY(0) rotate(0);
	}
}
@keyframes menu-bar03 {
	0% {
		transform: translateY(-9px) rotate(-45deg);
	}
	50% {
		transform: translateY(-9px) rotate(0);
	}
	100% {
		transform: translateY(0) rotate(0);
	}
}
@keyframes active-menu-bar01 {
	0% {
		transform: translateY(0) rotate(0);
	}
	50% {
		transform: translateY(9px) rotate(0);
	}
	100% {
		transform: translateY(9px) rotate(45deg);
	}
}
@keyframes active-menu-bar03 {
	0% {
		transform: translateY(0) rotate(0);
	}
	50% {
		transform: translateY(-9px) rotate(0);
	}
	100% {
		transform: translateY(-9px) rotate(-45deg);
	}
}
/* Mobile Header Menu Container */
nav.nav-off{
	display:none;
}
#main-menu-container.is-active {
    position: fixed;
    z-index: 700;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: auto;
    background: #003782;
    color: #fff;
    display: block;
	margin:0;
}
/* Header Main Menu */
#main-menu-container.is-active .main-menu,
#main-menu-container.is-active .sub-menu {
	margin: 0;
	list-style: none;
}
#main-menu-container.is-active .menu-item {
	margin: 0;
	padding: 8px 0 0 16px;
}
#main-menu-container.is-active .main-menu {
	position: static;
	width: 100%;
	max-width: 94%;
	margin: 0 auto 16px;
	padding: 0;
	border: none;
	border-radius: 0;
	background-color: transparent;
	box-shadow: none;
}
#main-menu-container.is-active .main-menu>li {
	margin: 0 16px;
	padding: 8px;
	border-bottom: dotted 1px #ccc;
}
#main-menu-container.is-active .main-menu>li:last-of-type {
	border-bottom: none;
}
#main-menu-container.is-active .main-menu li a {
	font-size: 16px;
	line-height: 2;
	color: #111;
}

@media screen and (max-width: 939px) { /* mobile visibility changes for max-width */
	#menu-button{
		visibility:visible;
		opacity:1;
	}
	#main-menu-container:not(.is-active){
		display:none;
	}
	
	/**menu**/
	#pagewrap #headerwrap #main-menu-container li a {
		display: block;
		color: #fff;
		padding: 10px;
		background:none;
		white-space:normal;
		text-indent:unset;
		width:100%;
		height:auto;
		text-decoration:none;
	}
	#headerwrap #main-menu-container li a:hover {
		opacity:0.7;
	}
	#pagewrap #headerwrap #main-menu-container li {
		float: none;
		text-align: center;
		padding: 0;
		display:block;
	}
	#headerwrap #main-menu-container ul {
		display:block;
		max-width: 94%;
		margin: 0 auto;
		padding: 10% 0;
	}
	#headerwrap #main-menu-container li a:hover, #headerwrap #main-menu-container li.current-menu-item a {
		color: #fff;
	}
	
	
	/**sub*/
	#headerwrap #main-menu-container li .sub-menu {
		position: static;
		display: block;
		width: 100%;
		background: rgb(255 255 255 / 50%);
		padding: 0;
		max-width: 100%;
		margin-top: 0;
	}
	#headerwrap #main-menu-container li .sub-menu li a {
		padding: 5px 0;
		text-decoration: none;
	}
	#headerwrap #main-menu-container li .sub-menu li {
		display: block;
		width: 100%;
		padding: 0;
	}
	
	
	
}

/* === mobile menu end === */


/* =============================================

	Media Query

============================================= */

@media screen and (max-width: 939px) { 
	
	/**header*/
	.text-hd {
		padding-right:40px;
	}
	
	/**footer*/
	body #pc-backtop {
		display:none;
	}
	body #footer .sp-footer-icons-container a {
		background:#003782;
		color:#fff;
		text-decoration:none;
		border-color:#fff;
		min-height:50px;
		padding-top:6px;
	}
	#pagewrap .sp-footer-icons-container {
		display:flex;
		border-top:1px solid #fff;
	}
	#footerwrap {
		margin-bottom:50px;
	}
	body #footer .sp-footer-icons-container svg {
		fill:#fff;
	}
	
	
	
	
	
}


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

	/**header*/
	.lb,.rb {
		float: none;
		text-align:center;
		padding:0;
	}
	#site-logo img {
		max-width:80%;
		margin:0 auto 15px;
	}
	.text-hd {
		text-align:center;
        padding-left: 3%;
		padding-right:3%;
    }
	
}


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


@media screen and (max-width: 680px) {
	
	
	/**header*/
	.address-hd, .tel-hd {
		display:block;
		margin-left: 0;
	}
	#headerwrap .address-hd {
		margin-bottom:15px;
	}
	
	/**footer*/
	.logo-ft, .tel-ft {
		display: block;
		margin:0;
	}
	.home #footerwrap {
		padding-top: 10px; 
	}
	
	/***/
	#body .contact-form7-edit th,#body .contact-form7-edit td {
		display:block;
		width:100%;
	}
	
	/***/
	.module-image {
		text-align:center;
	}
	#pagewrap .module-gallery .gallery-item {
		width:49.25%;
		margin: 0 1.5% 1.5% 0;
		float:left;
	}
	#pagewrap .module-gallery .gallery-item:nth-of-type(2n) {
		margin-right:0;
	}
  	#pagewrap .gallery-columns-3 .gallery-item:nth-of-type(3n + 1) {
		clear:none;
	}
	.module .module-gallery-grid {
		display:block;
	}
	
	/*top*/
	br.pcnone {
		display: block;
	}
  .text-top.module {
    padding: 2px;
    font-size: 10px;
	}
  
  /*enterprise*/
  .text01-banner01.module ul li {
    font-size: 14px;
    padding: 5px;
	}
  .text-edit-banner01 ul li:last-child {
    font-size: 13px;
	}
  .text-edit-banner01 ul li {
    display: block;
    margin-right: 0;
	}
  
  /*example*/
  .img-bf-example.module:before,.img-af-example.module:before {
    font-size: 12px;
    max-width:100px;
	}
  .img-bf-example.module:after {
    background-size: 100%;
    width: 10px;
    height: 15px;
    right: -12px;
	}
  
  /*recruit*/
  .ul-edit-recruit ul li strong {
    padding: 0 5px;
	}
   #body #layout #content .table01-recruit-p7.table-recruit.module .no_slide tbody td:first-child {
    width: 120px;
	}
	
}

/* 三宅0911 */
body .wpcf7 table tr td input,
body .wpcf7 table tr td select,
body .wpcf7 table tr td textarea {
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 1024px) {
	body #pagewrap .pagewidth,
	body #pagewrap .row_inner {
		max-width: 94%;
	}
	
	/* フッター */
	body #pagewrap .bg-banner01 {
		padding-bottom: 60px;
	}
}

@media screen and (max-width: 768px) {
	/* 各ページトップ画像 */
	body #content .post-image {
		position: relative;
		left: 50%;
		right: 50%;
		margin-left: -50vw;
		margin-right: -50vw;
		width: 100vw;
		max-width: 100vw;
	}

	body #content .post-image img {
		display: block;
		width: 100vw !important;
		max-width: none !important;
		height: auto !important;
	}
	
	/* 施工例 */	
	body .img-bf-example.module:after {
  		right: -45px;
	}
	
	/* 求人 */
	body #content .table-recruit table tbody tr td:first-child {
		width: 115px;
	}
	
	/* 鉛 */
	body #content .lead-table-num table tbody tr td:first-child {
		width: 55px;
	}
	
	/* お問い合わせフォーム */
	#body .contact-form7-edit th {
		width: 35%;
	}
	
	/* フッター */
	body.home #footerwrap {
		padding-top: 0;
	}
}

@media screen and (max-width: 680px) {
	/* ホーム */
	body .post-content time,
	body .post-content .entry-content p {
		font-size: 12px;
	}
	
	/* 施工例 */
	body .img-bf-example.module:after {
  		right: -13px;
	}
	
	#pagewrap .adj_exepr {
        padding-right: 10px;
    }
	
	#pagewrap .adj_exepl {
        padding-left: 10px;
    }
	
	/* 求人 */
	body .table01-recruit-p7.table-recruit table tr td:first-child {
		width: 120px;
	}
	
	body #body .contact-form7-edit th {
        width: 100%;
    }
	
	/* フッター */
	body #pagewrap #body .bg-banner01 {
		padding-bottom: 30px;
	}
}

/* k ---------------------------------------- */
/* フッター */
#footerwrap footer ul li a:hover {
	text-decoration: underline;
	opacity: .7;
}