
body,h1,h2,h3,h4{
  font-family: 'sans-serif';
}

h1,h2,h3,h4{
  line-height: normal;
}

p,ul,li{
  font-size: 14px;
}

.col-xs-offset-1 h3{
  font-size: 22px;
}


#sp-feature h3{
  font-size: 25px !important;
}

h4{
  font-size: 22px;
}

.col-xs-12 h3, .col-xs-10 h3{
 margin-top: 0 !important;
 padding: 0.0em 0.7em;
}


#sp-extension-d{
  background-color: #F2F3F8;
}


dl{
  margin-top: 0;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  font-size: 14px;
}
dt{
  width: 30%;
  font-size: 14px;
}
dd{
  margin-left: 0;
  width: 70%;
  font-size: 14px;
}

@media (max-width: 576px){
  dd{
    padding-left: 30px;
  }

}
/*再描画不具合用CSS*/
.redraw{
  visibility:hidden;
}

/* 20240703*/
.support_item_now{
  background: #008039;
  border: 6px groove #008039;
  color: #ffff;
  font-size: 8px;
  margin-right: 10px;
}
.thanks_area{
  position: relative;
}

  /*確認画面と完了画面を非表示*/
  .confirm_area,.thanks_area{
      display: none;
  }

  /*デフォルトのサンクスメッセージを非表示*/
  .wpcf7-response-output{
      display: none;
  }

.support_item_end{
  background: #a7a7a7;
  border: 6px groove #a7a7a7;
  color: #ffff;
  font-size: 8px;
  margin-right: 10px;
}

/* 20240417 add */

@media (min-width: 992px) {
  h1:not(.site-title) {
      font-size: 40px !important;
  }
}

@media (min-width: 1025px) {

  ul#primary-menu li {
    /*height: 30px;*/
    line-height: 30px;
  }

}


@media (max-width: 576px){
  .valign{
    display:-webkit-box !important;
  }
}

/*フォーム*/

.mr-2 {
  margin-right: 20px;
}

.back_button,
.bg-primary{
  background-color:#17568a !important;
}

.back_button:hover,
.bg-primary:hover{
  background-color:#17568a48 !important;
  border-style: none;
}


.confirm_button:disabled{
  opacity: 0.5;
}

.form-text-area{
  height: 36px !important;
  border-color: #219658 !important;
  border-radius: 5px !important;
}

.input-textarea{
  border-color: #219658 !important;
  border-radius: 5px !important;
}

.icon-question-sign{
  position: absolute;
  top: 1px;
  background: #333;
  color: #fff;
  border: solid 2px #333;
  border-radius: 100%;
  padding: 0px 3px;
  font-size: 8px;
  font-weight: bolder;

}

.req {
  color: red;
  font-weight: bold;
}


.form-group{
  border: solid 1px #1da3cc;
  border-radius: 10px;
  /*padding: 10px 0px;*/
  margin-bottom: 15px;
}



@media (max-width: 576px){

  #sp-table-1 .container, #sp-table-2 .container{
    max-width: 540px !important;
  }

}


footer{
	text-align: center;
}

/* @media (min-width: 500px){
	.site-logo{ 
		width: 50%;
		｝
	}
} */
.row{
 justify-content: center;
}


#sp-position-1 h3 {
    font-size: 16px !important;
}

.header-elements .button {
	font-weight: bold;
}

.sp-module-content{
	margin-top: 16px;
}

.dl-horizontal{
	margin-bottom: 5%;
}

.language_area{
	background-color: #354147;
	color: #ffffff;
	padding: 5px 30px;
}

.language_area *{
	margin: 0px;
}

.widget_bogo_language_switcher .w-header__title {
  display: none;
}

.bogo-language-switcher {
  display: flex;
  flex-direction: row-reverse;
}

.bogo-language-switcher a {
  padding: 1em;
	color: #ffffff;
  font-weight: 700;
}

.bogo-language-switcher .current a {
  color: #9d8466;
}

.bogo-language-switcher .en-US {
  position: relative;
}

.bogo-language-switcher .en-US::before {
  content: "";
  width: 1px;
  height: 65%;
  background-color: var(--color_text);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}



/* preset1.css  */

a {
  color: #023861;
}
a:hover {
  color: #011b2f;
}
.sp-megamenu-parent >li.active>a,
.sp-megamenu-parent >li:hover>a {
  color: #023861;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item >a:hover {
  background: #023861;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item.active>a {
  color: #023861;
}
#offcanvas-toggler >i {
  color: #333333;
}
#offcanvas-toggler >i:hover {
  color: #023861;
}
.btn-primary,
.sppb-btn-primary {
  border-color: #012743;
  background-color: #023861;
}
.btn-primary:hover,
.sppb-btn-primary:hover {
  border-color: #000d16;
  background-color: #011b2f;
}
ul.social-icons >li a:hover {
  color: #023861;
}
.sp-page-title {
  background: #023861;
}
.layout-boxed .body-innerwrapper {
  background: #ffffff;
}
.sp-module ul >li >a {
  color: #333333;
}
.sp-module ul >li >a:hover {
  color: #023861;
}
.sp-module .latestnews >div >a {
  color: #333333;
}
.sp-module .latestnews >div >a:hover {
  color: #023861;
}
.sp-module .tagscloud .tag-name:hover {
  background: #023861;
}
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li.active > a,
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li > a:hover {
  background: #023861;
}
.search .btn-toolbar button {
  background: #023861;
}
.post-format {
  background: #023861;
}
.voting-symbol span.star.active:before {
  color: #023861;
}
.sp-rating span.star:hover:before,
.sp-rating span.star:hover ~ span.star:before {
  color: #011b2f;
}
.entry-link,
.entry-quote {
  background: #023861;
}
blockquote {
  border-color: #023861;
}
.carousel-left:hover,
.carousel-right:hover {
  background: #023861;
}
#sp-footer {
  background: #023861;
}
.sp-comingsoon body {
  background-color: #023861;
}
.pagination>li>a,
.pagination>li>span {
  color: #333333;
}
.pagination>li>a:hover,
.pagination>li>a:focus,
.pagination>li>span:hover,
.pagination>li>span:focus {
  color: #333333;
}
.pagination>.active>a,
.pagination>.active>span {
  border-color: #023861;
  background-color: #023861;
}
.pagination>.active>a:hover,
.pagination>.active>a:focus,
.pagination>.active>span:hover,
.pagination>.active>span:focus {
  border-color: #023861;
  background-color: #023861;
}





/* custom.css */

div.icons{
  display:none !important;
}

.reset-lh{
  line-height: normal !important;
}
.inline-block{
  display:inline-block;
}

a.link-marker {
    margin-right: 0.5em;
}
a.link-marker:before {
    content: '\f138';
    font-family: 'Font Awesome 5 Free';
    margin-right: 0.2em;
    margin-left: 0.4em;
    font-weight: 600;
}

.sp-megamenu-parent >li.sp-has-child>a:after,
.sp-megamenu-parent >li.sp-has-child>span:after,
.sp-module ul >li >a:before,
.scrollup:before{
  font-family: "Font Awesome 5 Free" !important;
  font-weight: 600;
}

body {
  font-family: -apple-system, BlinkMacSystemFont,
               "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  letter-spacing: 0.5px;
  background-color: #eee;
}


div#sp-mainvisual-left ul li,
div#sp-feature-a ul li,
div#sp-requirements-a ul li,
div#sp-download-a ul li{
  display: block;
}

section#sp-page-title h1{
  text-align: center;
  margin: 0;
}

div#sp-mainvisual-left p.prghead{
  margin: 15px 0 10px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

div#sp-mainvisual-left ul {
  position: relative;
  padding: 0 0 0 1.3em;
  font-size: 15px;
  font-weight:bold;
  z-index: 10;
}

div#sp-mainvisual-left ul li{
  line-height: 1.5;
  padding: 0.5em 0;
}

div#sp-mainvisual-left ul li:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "\f0a9";
  position: absolute;
  left : 0;
  color: #165788;
}

div#sp-mainvisual-right img{
  margin: 0 auto;
}

section .sp-module h2.sp-module-title,
section#sp-license h2,
article h2{
    position: relative;
    text-align: center;
    font-size: 25px;
    font-weight: bold;
    width: 100%;
    display: inline-block;
  	margin-top: 0;
    margin-bottom: 26px;
}

section#sp-main-visual ~ section h2:after{
    width: 100%;
    content: "";
  	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 1px;
    display: block;
    margin: 0 auto;
    position: absolute;
    right: 0;
    left: 0;
    bottom: -9px;
    text-align: center;
    background: #ccc;
}

div#sp-feature-a .sp-module-content .row .feature-column{
	text-align: center;
	padding: 30px 30px 0px;
}

section#sp-feature .sp-module-content .row .feature-column p,
section#sp-showcase .sp-module-content .three-column p {
  	text-align: justify; 
   	text-justify: inter-ideograph; 
}

section#sp-showcase h3 {
  position: relative;
  background: #f2f3f8;
  padding: 0.3em 0.5em;
  border-left: solid 50px #165788;
  border-radius: 10px 0px 0px 10px;
}

section#sp-showcase h3:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "\f084";
  position: absolute;
  padding: 0;
  color: white;
  left: -36px;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

section#sp-showcase div.img-container {
  margin         : auto;         
  box-sizing     : border-box;   
  display        : table;         
  table-layout: fixed;
	height: 223px;
}
section#sp-showcase div.img-container div {
  display        : table-cell;          
  text-align     : center;            
  vertical-align : middle;            
}

section#sp-showcase .row > div h4{
  text-align: center;
}

section#sp-showcase .sp-module-content h3 + div.row{
  padding-top: 20px;
}

section#sp-showcase .three-column > div{
  margin: 10px 0;
}


section#sp-requirements .sp-module-content h3{
  font-size: 20px;
}

section#sp-requirements .dl-horizontal dt{
  margin: 0;
}

@media (min-width: 768px){
  section#sp-requirements .dl-horizontal dt{
    /*width: 15em;*/
  }
}

section#sp-requirements .dl-horizontal dd{
  	/*margin-left: auto;*/
}


section#sp-license .sp-module-content h3,
section#sp-requirements .sp-module-content h3,
section#sp-payment .sp-module-content h3{
  padding: 0.2em 0.5em;
  font-size:22px;
  background: #f2f3f8;
  border-left: solid 5px #165788;
}

section#sp-example .sp-module-content h3{
  padding: 0.8em 0.5em;
  font-size:22px;
  background: #f2f3f8;
  border-left: solid 5px #165788;
}


section#sp-price .sp-module-content b{
  font-size:40px;
  color: #f00;
}

section#sp-price .sp-module-content b+small{
  margin-left: 0.5em;
}


section#sp-license .sp-module-content ul{
  margin: 1em 0;
}

section#sp-download ul >li >a{
  display: inline;
}

section#sp-download ul >li >a:before{
  content: "\f019" !important;
  font-size: 22px;
  color: #165788;
}

section#sp-contact .row .btn.btn-default{
    display: inline-block;
    padding: 0.5em 1em;
    text-decoration: none;
    background: #165788;
    border: solid 3px #f4f5f7;
  	border-radius:30px;
    color: #f4f5f7;
    font-weight: bold;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
}
section#sp-contact .row .btn.btn-default:active {
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.29);
    transform: translateY(2px);
}

/*
section#sp-contact .row .contact-panel{
  	background-color: #fcfcfc;
  	border: solid 1px #d0d0d0;
  	border-radius:10px;
  	padding-bottom: 20px;
  	padding-top: 10px;
  	margin-bottom:10px;
}
*/


section#sp-position-2 .row .btn.btn-default{
    display: inline-block;
    padding: 0.5em 1em;
    text-decoration: none;
    background: #165788;
    border: solid 3px #f4f5f7;
  	border-radius:30px;
    color: #f4f5f7;
    font-weight: bold;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
}
section#sp-position-2 .row .btn.btn-default:active {
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.29);
    transform: translateY(2px);
}

/*
section#sp-position-2 .row .contact-panel{
  	background-color: #fcfcfc;
  	border: solid 1px #d0d0d0;
  	border-radius:10px;
  	padding-bottom: 20px;
  	padding-top: 10px;
  	margin-bottom:10px;
}
*/

div.img-frame {
	display: inline-block;
	position: relative;
  	/*border: solid 3px #165788;*/
  	border-radius: 5px;
  	z-index:1;
	margin-bottom: 20px;
}
div.img-frame img.img-responsive{
 	width:100%;
}

div.centering-wrapper{
  text-align: center;
  margin: 0 auto;
}

div.left-item{
  display: inline-block;
  text-align: left;
	padding-top: 2%;
}



.shiny-button {
  display: inline-block;
  text-align: center;
  margin: 10px auto;
  border-width: 1px;
  border-style: solid;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 1.1;
  font-weight: normal;
  font-family: sans-serif;
  color: #f4f5f7;
  font-size: 14px;
  background-color: #00518F;
  background-image: -webkit-linear-gradient(top, #005494 0%, #1266a5 48%, #00518F 49%, #00518F 82%, #0061ab 100%);
  background-image: -moz-linear-gradient(top, #005494 0%, #1266a5 48%, #00518F 49%, #00518F 82%, #0061ab 100%);
  background-image: -o-linear-gradient(top, #005494 0%, #1266a5 48%, #00518F 49%, #00518F 82%, #0061ab 100%);
  background-image: linear-gradient(top, #005494 0%, #1266a5 48%, #00518F 49%, #00518F 82%, #0061ab 100%);
  border-color: hsl(206, 37%, 28%);
  -webkit-box-shadow: inset 0 0 1px 1px #0085eb, 0 0 1px 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 0 1px 1px #0085eb, 0 0 1px 3px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 0 1px 1px #0085eb, 0 0 1px 3px rgba(0, 0, 0, 0.15);
  -webkit-text-shadow: 1px 1px 1px #001729;
  -moz-text-shadow: 1px 1px 1px #001729;
  -o-text-shadow: 1px 1px 1px #001729;
  text-shadow: 1px 1px 1px #001729;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  padding: 12px 30px 12px 30px;
}

.shiny-button span.shiny-button-label {
  letter-spacing: 1px;
  font-size: 20px;
  font-weight:bold;
}

.shiny-button:hover {
  color: #FFFFFF;
  background-color: #005a9e;
  background-image: -webkit-linear-gradient(top, #005da3 0%, #146eb3 48%, #005a9e 49%, #005a9e 82%, #006aba 100%);
  background-image: -moz-linear-gradient(top, #005da3 0%, #146eb3 48%, #005a9e 49%, #005a9e 82%, #006aba 100%);
  background-image: -o-linear-gradient(top, #005da3 0%, #146eb3 48%, #005a9e 49%, #005a9e 82%, #006aba 100%);
  background-image: linear-gradient(top, #005da3 0%, #146eb3 48%, #005a9e 49%, #005a9e 82%, #006aba 100%);
  border-color: hsl(206, 38%, 31%);
  -webkit-box-shadow: inset 0 0 1px 1px #008bf5, 0 0 1px 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 0 1px 1px #008bf5, 0 0 1px 3px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 0 1px 1px #008bf5, 0 0 1px 3px rgba(0, 0, 0, 0.15);
  -webkit-text-shadow: 1px 1px 1px #002038;
  -moz-text-shadow: 1px 1px 1px #002038;
  -o-text-shadow: 1px 1px 1px #002038;
  text-shadow: 1px 1px 1px #002038;
}

.shiny-button:active {
  color: #FFFFFF;
  background-color: #004880;
  background-image: -webkit-linear-gradient(top, #004276 0%, #00518F 100%);
  background-image: -moz-linear-gradient(top, #004276 0%, #00518F 100%);
  background-image: -o-linear-gradient(top, #004276 0%, #00518F 100%);
  background-image: linear-gradient(top, #004276 0%, #00518F 100%);
  padding: 13px 30px 11px 30px;
}

.shiny-button:focus{
  color: #fff;
}

.shiny-button.block{
  display:block;
}















/* frontend-edit.css */


.layout-edit {
  @import "bootstrap-legacy/variables";
  @import "bootstrap-legacy/mixins";
  @import "bootstrap-legacy/forms.less";
  @import "bootstrap-legacy/wells.less";
  @import "bootstrap-legacy/accordion.less";
}
.layout-edit select.inputbox,
.layout-edit select {
  width: 250px;
  max-width: 100%;
}
.layout-edit .btn-toolbar {
  margin-bottom: 20px;
}
.layout-edit .tab-content {
  padding-top: 20px;
}
.layout-edit #editor-xtd-buttons,
.layout-edit .toggle-editor {
  margin-top: 20px;
}
.layout-edit .btn-group input[type="radio"] {
  display: none;
}
iframe,
svg {
  max-width: 100%;
}
#sbox-content > iframe {
  height: 100%;
}
.alert.alert-message {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}
.alert.alert-message h4 {
  color: #468847;
}
.manager.thumbnails {
  list-style: none;
  padding: 0;
  margin: 0 0 0 -20px;
}
.manager.thumbnails li {
  text-align: center;
  display: block;
  float: left;
  width: 80px;
  height: 80px;
  line-height: 18px;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.055);
  box-shadow: 0 1px 3px rgba(0,0,0,0.055);
  position: relative;
}
.manager.thumbnails li [class^="icon-"],
.manager.thumbnails li [class*=" icon-"] {
  font-size: 14px;
  line-height: 14px;
  color: #08c;
  display: inline-block;
  margin-top: 6px;
}
.manager.thumbnails li .height-50 {
  margin-top: 4px;
  height: 50px;
  margin-bottom: 4px;
}
.manager.thumbnails li a {
  text-decoration: none;
  color: #08c;
  font-size: 13px;
}
.manager.thumbnails li:hover {
  background: #f7fcff;
  border-color: rgba(82,168,236,0.8);
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(82,168,236,0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(82,168,236,0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(82,168,236,0.6);
  -webkit-transition: all 400ms;
  transition: all 400ms;
}
#mailto-window {
  margin: 20px;
}
#mailto-window >h2 {
  font-size: 18px;
  margin-top: 0;
}
#mailto-window input[type="text"] {
  height: auto !important;
}
.chzn-container.chzn-container-multi input[type="text"] {
  min-height: 30px;
}
.com-content-adminForm textarea {
  width: 350px;
  height: 100px;
}
.com-content-adminForm .input-prepend.input-append .media-preview.add-on {
  height: 34px;
  line-height: 26px;
}
.com-content-adminForm .input-prepend.input-append .modal.btn {
  position: relative;
  background: #ccc;
}
.com-config .form-horizontal .accordion-body {
  overflow: hidden;
}
.com-config .form-horizontal .accordion-body.in:hover {
  overflow: visible;
}
.com-config .form-horizontal .accordion-body .input-prepend.input-append .media-preview.add-on {
  height: 34px;
  line-height: 26px;
}
.com-config .form-horizontal .accordion-body .input-prepend.input-append .btn {
  position: relative;
  cursor: pointer;
  color: #333;
  border: 1px solid #bbb;
}





/*--------------------------*/


/* テーブル共通 */
          body {
              font-family: "Open Sans", sans-serif;
            }
            table {
							width:auto;
              line-height: 1.25;
							min-width:1100px;
              border-collapse: collapse;
              border: 1px solid #000;
              margin: 0 auto;
              padding: 0;
              table-layout: fixed;
            }
            thead th {
              padding: 1em .8em;
              border-right: 5px solid #fff;
            }

table th{
	width: 80px;
}

            table tr {
              background-color: #f2f3f8;
              padding: .35em;
            }
            table td {
              text-align: left;
              border: 7px solid #fff;
              vertical-align: middle;
              padding: 10px;
              font-size: 14px;
            }
            table th {
							
              border: 7px solid #fff;
              vertical-align: middle;
              height: 50px;
              padding: 10px;
            }
            .plan0 {
              background: #3e98e1;
              color: #fff !important;
            }


.plan0.type{
	animation-name
}

.plan3 {
              background: #009688;
            }
            .plan2 {
              background: #4caf50;
            }


.plan1, .plan2, .plan3{
 color: #fff!important;
}

 .type {
              color: #656565;
              font-size: 16px;
              text-align: center;
              font-weight: normal;
              margin-bottom: 10px;
            } 
            .type span {
              font-size: .6em;
            }
            .btn {
              background: #fff;
              color: #000;
              padding: 1em;
              border-radius: 5px;
              display: block;
              text-decoration: none;
              font-size: .8em;
            }
@media screen and (max-width: 993px) {
            table {
             overflow-x: auto;
            }
            td,
            th {
            white-space: nowrap;
            min-width: 200px;
            }
          }
 /* ここから価格体系のみ */
            .plan1_light {
              color: #000;
            }
.plan3_enterprise {
              color: #000;
            }
            .plan1 {
              background: #ffa500;
            }
            .plan2_heavy {
              color: #000;
            }
            .plan1_light,.plan2_heavy,.plan3_enterprise{
              text-align: center;
            }
.wrap {
              overflow-x: auto;
            }
            /* ここから機能比較のみ　*/
            .plan1_icon {
              color: #ffa500;
            }
            .plan2_icon {
              color: #4caf50;
            }
            .plan3_icon {
              color: #009688;
            }
            .plan1_icon,.plan2_icon,.plan3_icon{
              text-align: center;
              font-size: 2em;
            }

            .type_1 {
              color: #fff;
              text-align: left;
              font-weight: normal;
            }


#sp-demo-a th{
	color:#333;
}

#sp-demo-a strong{
	font-size: 14px;
}




/* メニューのテキストカラー　*/
#sp-header #sp-menu ul.sp-megamenu-parent > li.active a {
    color: #ffffff;
}
.section-faq h3 {
    padding: 0.5em 0.7em;
    font-size: 22px;
    background: #f2f3f8;
    border-left: solid 5px #165788;
}
#sp-top-bar{ background-color:#f5f5f5;color:#999999; }
#sp-page-title{ padding:30px 0; }
#sp-about{ padding:20px 0; }
#sp-feature{ padding:50px 0 30px; }
#sp-showcase{ padding:50px 0 30px; }


#sp-table-1{ 
	/* background-color:#f2f3f8; */
	background-color: #fff;
	padding:60px 0px; 
}



#sp-table-2{ 
	/* background-color:#f2f3f8; */
	padding:50px 0 30px; 
}
#sp-example{ 
	padding:50px 0 30px;
}
#sp-requirements{ 
	padding:50px 0 30px; 
}
#sp-license{ 
	padding:50px 0 30px;
}
#sp-corporatever{ 
	padding:50px 0 30px;
}
#sp-agreement{ 
  /*
	background-color:#f2f3f8;
	padding:0px 0 30px; 
  */
}
#sp-download{ 
	padding:0px 0 30px; 
}
#sp-estimates{ 
	padding:0px 0 30px; 
}
#sp-order{ 
	padding:50px 0 30px; 
}
#sp-payment{ 
	padding:50px 0 30px; 
	
}

#sp-invoice .sp-module{

  padding-top: 22px;
  padding-bottom: 22px;

}

#sp-invoice .container{ 
	background-color:#f2f3f8;
	padding:0px 0px 30px; 
}

#sp-contact{ 
	padding:50px 0 30px; 
}
#sp-faq{ 
	padding:0px 0 30px; 
}
#sp-developer{ 
	padding:30px 0;
}