@charset "UTF-8";
/* ------------------------------------------------------------------
	Font&Link
-------------------------------------------------------------------*/
html {
  color: #000;
}
a {
  color: #000;
  text-decoration: none;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
}
a:hover, a:focus, a:active {
  text-decoration: none;
}
a img {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
}
a:hover img {
  opacity: 0.7;
}
.touchHover, .noTapColor, button {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

a[href^="tel:"] {
    pointer-events: none;
}
/* ------------------------------------------------------------------
	Base
-------------------------------------------------------------------*/
body {
  position: relative;
  background: #fafafa;
}
.contents {
}

h2 {
  font-size: 1.8em;
  font-family: "Noto Sans Japanese", sans-serif;
  font-weight: bold;
  margin-bottom: 40px;
  text-align: center;
  line-height: 1.4;
}
h2 span {
  font-size: 18px;
  font-weight: normal;
  padding-bottom: 10px;
}
h2 + p {
  margin-bottom:30px;
}
p {
  text-align: justify;
}

h3.title-sm {
  background: #a5dae5;
  padding: 15px;
  color: #fff;
  font-size: 1.4em;
  font-family: "Noto Sans Japanese";
  margin-bottom: 20px;
  border-radius: 3px;
}


/* ------------------------------------------------------------------
	Header
-------------------------------------------------------------------*/
#header {
  height: 60px;
  border-bottom: 1px solid #dedede;
  background: #fff;
  width: 100%;
  z-index: 100;
  position: fixed;
  margin-top: -60px;
}
h1 {
  display: inline-block;
  width: 340px;
  padding: 20px;
}
ul.subnavi {
  float: right;
  padding-right:0px;
}
ul.subnavi li {
  float: left;
  position: relative;
  display: block;
  margin-right:10px
}
ul.subnavi li a {
  line-height: 40px;
  text-align: center;
  padding: 0em 2em;
  display: block;
  font-size: 1.2em;
  height: 40px;
  background: #81bdd6;
  color: #fff;
  margin-top:10px;
  border-radius:3px;
  font-family: "Noto Sans Japanese",sans-serif;
  font-weight: bold;
}
ul.subnavi li.phoneParts {
  font-family: "Oswald";
  font-size: 24px;
  text-align:center;
  line-height:1em;
  padding-top:9px;
  margin-right:20px !important;
}

ul.subnavi li.phoneParts span{
  font-size: 12px;
  display:block;
  line-height:1.4em;
  font-family:"Noto Sans Japanese";
  padding-left:13px;
}
/* ------------------------------------------------------------------
	mainv
-------------------------------------------------------------------*/
#mainv {
  width: 100%;
  height: 600px;
  position: relative;
  background-image: url(../../img/top/img-background.jpg);
  background-size: cover;
  background-position: center center;
  max-width: 1920px;
  margin: 60px auto 40px;
}
#mainv .keyvInner {
  position: relative;
  margin: 0px auto;
}

#mainv .copy {
  position: absolute;
  top: 160px;
  left: 15px;
  width: 45%;
  max-width: 400px;
}

ul.keyvCopy {
  position: absolute;
  top: 450px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1200px;
  vertical-align: top;
  padding: 0px 10px;
}

ul.keyvCopy li {
  width: 22%;
  margin: 10px;
  display: inline-block;
  padding: 25px;
  text-align: center;
  font-size: 22px;
  border-radius: 4px;
  font-family: "Noto Sans Japanese",sans-serif;
  font-weight: bold;
  line-height: 1.3em;
  background: #e86763;
  color: #fff;
}

ul.keyvCopy li:last-child {
  margin-right: 0px;
}
/* ------------------------------------------------------------------
	contents
-------------------------------------------------------------------*/
#lifestyleWrap {
  padding-top: 60px;
  padding-bottom: 60px;
}

p.subtitles {
  font-size: 1.4em;
  margin-bottom: 5px;
  font-weight: bold;
}

#shiftExample {}

#dayFlow {}

#dayFlow ul.dailyFlow {
  position: relative;
}

#dayFlow ul.dailyFlow::before {
  content: "";
  width: 3px;
  border-left: 3px solid #e36e64;
  position: absolute;
  left: 30px;
  top: 0;
  bottom: 0;
}

#dayFlow ul.dailyFlow li {
  margin-bottom:60px;
  position:relative;
  padding-left: 70px;
}

#dayFlow ul.dailyFlow li::before {
  content: '';
  left: 7px;
  top: 0;
  width:50px;
  height :50px;
  position: absolute;
  background-repeat: no-repeat;
  background-size: 100%;
}

#dayFlow ul.dailyFlow li:first-child::before {
  background-image: url(../../img/top/icon-08.jpg);
}
#dayFlow ul.dailyFlow li:nth-child(2)::before {
  background-image: url(../../img/top/icon-0830.jpg);
}
#dayFlow ul.dailyFlow li:nth-child(3)::before {
  background-image: url(../../img/top/icon-12.jpg);
}
#dayFlow ul.dailyFlow li:nth-child(4)::before {
  background-image: url(../../img/top/icon-01.jpg);
}
#dayFlow ul.dailyFlow li:nth-child(5)::before {
  background-image: url(../../img/top/icon-0430.jpg);
}
#dayFlow ul.dailyFlow li:nth-child(6)::before {
  background-image: url(../../img/top/icon-07.jpg);
}
#dayFlow ul.dailyFlow li:last-child::before {
  background-image: url(../../img/top/icon-02.jpg);
  top: 5px;
}


#dayFlow ul.dailyFlow li dt{
  margin-bottom:5px;
  color:#333;
  font-size:18px;
}

#dayFlow ul.dailyFlow li dd{
  margin-bottom:5px;
  color:#777;
  font-size: 17px;
  line-height:1.6em;
}


#averageSalary {
  position:relative;
  background: #f4cfcf;
}

#averageSalary .salaryImgBox {
  text-align: center;
  margin: 0px auto;
}

ul.salaryExample {}

ul.salaryExample > li {
  background: #fff;
  padding: 15px;
  margin-bottom: 15px;
}

ul.salaryExample > li > p {
  padding: 10px;
  font-size: 20px;
  font-weight:bold;
  margin-bottom: 15px;
  text-align:center;
  background: #ddd3d3;
}

ul.salaryExample > li > p span {
  font-size: 14px;
}

ul.salaryExample li dl {
  width: 100%;
}

ul.salaryExample li dl dt.imgBox {
  float: left;
  margin-right: 10px;
  width: 80px;
}

ul.salaryExample li dl dt.imgBox + dd {
}

ul.salaryExample li dl dt.imgBox + dd dl.salaryExplain {

}

ul.salaryExample li dl dt.imgBox + dd dl.salaryExplain dt {
  font-size: 12px;
  display: inline-block;
  background: #848484;
  color: #fff;
  padding: 0.2em 1em;
  font-weight: normal;
  border-radius: 3px;
  margin-bottom: 2px;
}

ul.salaryExample li dl dt.imgBox + dd dl.salaryExplain dt + dd {
  font-size: 24px;
  margin-bottom: 10px;
  font-family: "Oswald",sans-serif;
}

ul.salaryExample li dl dt.imgBox + dd p {
  font-size: 16px;
  margin-bottom: 10px;
}

ul.salaryExample li dl dt.imgBox + dd dl.salaryComment {

}

ul.salaryExample li dl dt.imgBox + dd dl.salaryComment dt {
  font-size: 20px;
  margin-bottom: 5px;
}

ul.salaryExample li dl dt.imgBox + dd dl.salaryComment dd {
}

ul.childEx {
  width: 100%;
}

ul.childEx li {
  float: left;
  width: 50%;
  background: transparent;
  padding: 0px;
  margin-bottom: 0px;
}




#supportWrap {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
}

#supportWrap > img {
  position: absolute;
  width:240px;
  right:30px;
  top:-80px;
}

#supportWrap h2 {
  text-align:left;
  margin-bottom:10px;
}

#supportWrap dl dt {
  margin-bottom: 15px;
}

#supportWrap dl dd:first-of-type {
  font-size:20px;
  margin-bottom:15px;
  text-align:center;
  color: #d20303;
  font-weight: bold;
  font-family: "Noto Sans Japanese",sans-serif;
}

#supportWrap dl dd:last-child {
  font-size: 16px;
  text-align:justify;
}



#environmentWrap {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
}

#environmentWrap > img {
  position: absolute;
  width:240px;
  right:50px;
  top:-70px;
}

#environmentWrap h2 {
  text-align:left;
  margin-bottom:10px;
}

#environmentWrap dl dt {
  margin-bottom: 15px;
}

#environmentWrap dl dd:first-of-type {
  font-size:20px;
  margin-bottom:15px;
  text-align:center;
  color: #d20303;
  font-weight: bold;
  font-family: "Noto Sans Japanese",sans-serif;
}

#environmentWrap dl dd:last-child {
  font-size: 16px;
  text-align:justify;
}




#voiceWrap {
  padding-top: 60px;
  padding-bottom: 60px;
}

#voiceWrap dl dt {
  margin-bottom: 15px;
}

#voiceWrap dl dd:first-of-type {
  font-size:20px;
  margin-bottom:15px;
  text-align:center;
  color: #d20303;
  font-weight: bold;
  font-family: "Noto Sans Japanese",sans-serif;
}

#voiceWrap dl dd:last-child {
  font-size:14px;
  text-align:justify;
}




#faqWrap {
  position:relative;
  background-color: #f46262;
  padding: 60px 0px;
  color: #fff;
}

#faqWrap .container {
  position:relative;
}

#faqWrap .container > img {
  position: absolute;
  width:240px;
  left: 20px;
  top:-90px;
}

#faqWrap .col-md-6 {
  margin-bottom: 40px;
}

#faqWrap .col-md-6 dt {
  margin-bottom: 10px;
  font-size:20px;
}



#flowWrap {
  padding-top: 60px;
  padding-bottom: 60px;
}

#flowWrap dt {
  float: left;
  max-width: 300px;
  width: 40%;
  margin-right: 20px;
}

#flowWrap dl dd:first-of-type {
  font-size:24px;
  margin-bottom:10px;
  padding-top:20px;
  color: #003d94;
  font-weight: bold;
  font-family: "Noto Sans Japanese",sans-serif;
}

#flowWrap dl dd:last-child {
  font-size: 16px;
  text-align:justify;
}

#flowWrap .panel {
  position:relative;
}

#flowWrap .panel::after {
  display: block;
  content:"\f103";
  font-family:"FontAwesome";
  text-align:center;
  position:absolute;
  bottom:-40px;
  left:50%;
  transform: translateX(-50%);
  font-size: 50px;
}

#flowWrap .col-md-12:last-of-type .panel::after {
  display: none;
  content:"\f103";
  font-family:"FontAwesome";
  text-align:center;
  position:absolute;
  bottom:-40px;
  left:50%;
  transform: translateX(-50%);
  font-size: 50px;
}



#applicationWrap {
  position:relative;
  background-color: #c3d5b8;
}

#applicationWrap .col-md-6,
#applicationWrap .col-md-12 {
  margin-bottom: 40px;
}

#applicationWrap dl {
  background-color:#ffffff;
  padding: 30px;
}

#applicationWrap .col-md-6 dt,
#applicationWrap .col-md-12 dt {
  margin-bottom: 10px;
  font-size:24px;
  font-family:"Noto Sans Japanese",sans-serif;
  color: #20293d;
}

#applicationWrap .col-md-6 dd,
#applicationWrap .col-md-12 dd {
  color: #000000;
}

#applicationWrap li.text-lg {
  font-size:20px;
  margin-bottom:10px;
  font-weight: bold;
  font-family: "Noto Sans Japanese";
}

table.tableS3 {
  width: 100%;
  margin: 0 auto 20px;
  border-collapse: separate;
  border-spacing: 0px 2px;
  font-size: 15px;
}
table.tableS3 thead th {
  background: #cbeaec !important;
  vertical-align: middle;
  text-align: center;
  width: 100%;
  position: relative;
  color: #000000;
  font-weight: normal;
  padding: 10px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  font-size: 18px;
}
table.tableS3 thead th.headHR {
  background: #4b5769 !important;
  vertical-align: middle;
  text-align: center;
  width: 100%;
  position: relative;
  color: #ffffff;
  font-weight: normal;
  padding: 10px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  font-size: 18px;
}
table.tableS3 th, table.tableS3 td {
  padding: 5px;
}
table.tableS3 tr:nth-child(odd) th, table.tableS3 tr:nth-child(odd) td {
  background: #f4f4f4
}
table.tableS3 tr:nth-child(even) th, table.tableS3 tr:nth-child(even) td {
  background: #fbfbfb
}
table.tableS3 tr:last-child th, table.tableS3 tr:last-child td {
  background: #fff
}
table.tableS3 th {
  vertical-align: middle;
  text-align: right;
  width: 40%;
  overflow: visible;
  position: relative;
  color: #000000;
  font-weight: bold;
  border-right: 1px solid rgba(0,0,0,0.05);
  box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 0.8);
  line-height: 1.6;
}
table.tableS3 thead th span {
  font-size: 14px;
}
table.tableS3 th::after {
  box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 0.6);
}
table.tableS3 td {
  background: #f8f8f8;
  width: 60%;
  padding-left: 20px;
}




#actionWrap {
  padding-top:20px;
  padding-bottom:20px;
}
#actionWrap .container {
  position:relative;
}

#actionWrap .container > img {
  position: absolute;
  width:240px;
  right: 0px;
  top: -60px;
  z-index: 10;
  pointer-events: none;
}

#actionWrap dl.actionPhoneCall {
  background: #81bdd6;
  width: 100%;
  color: #fff;
  padding: 25px 15px 25px 110px;
  border-radius: 3px;
  margin-bottom: 10px;
  position:relative;
}

#actionWrap dl.actionPhoneCall::before {
  display: block;
  content:"\f098";
  font-family:"FontAwesome";
  position:absolute;
  left: 35px;
  top:50%;
  transform:translateY(-50%);
  font-size: 56px;
  color:#5c8a9d;
}

#actionWrap dl.actionPhoneCall dt {
  font-family:"Noto Sans Japanese",sans-serif;
  font-size:16px;
  line-height: 1.1em;
}

#actionWrap dl.actionPhoneCall dt span{
  font-size: 14px;
}

#actionWrap dl.actionPhoneCall dd {
  font-family:"Oswald",sans-serif;
  font-size: 42px;
  line-height: 1.3em;
}

#actionWrap dl.actionForm {
  background: #81bdd6;
  width: 100%;
  color: #fff;
  padding: 40px 15px 25px 110px;
  border-radius: 3px;
  margin-bottom: 10px;
  position:relative;
}

#actionWrap dl.actionForm::before {
  display: block;
  content:"\f298";
  font-family:"FontAwesome";
  position:absolute;
  left: 35px;
  top:50%;
  transform:translateY(-50%);
  font-size: 56px;
  color:#5c8a9d;
}
#actionWrap dl.actionForm dt {
  font-family:"Noto Sans Japanese",sans-serif;
  font-size:18px;
  line-height:1em;
}

#actionWrap dl.actionForm dd {
  font-family:"Noto Sans Japanese",sans-serif;
  font-size: 30px;
  font-weight:bold;
}

/* ------------------------------------------------------------------
	Footer Fixnavi
-------------------------------------------------------------------*/
#pagetop {
  width: 100%;
  text-align: center;
  font-family: 'Oswald', sans-serif;
}
#pagetop a {
  display: block;
  background: #df9d9d;
  color: #fff;
  padding: 2.0em;
}
#pagetop a:hover {
  background: #c1c1c1;
  color: #fff;
}
#fixnavi {
  width: 100%;
  position: fixed;
  bottom: 0;
  z-index: 99;
  background: #000000;
  box-shadow: 0px -2px 5px 0px rgba(0,0,0,0.3);
}
#fixnavi > .container {
  padding-top:0px;
  padding-bottom:0px;
}
#fixnavi ul {
  margin-bottom: 0;
  background-size: cover;
  margin: 0px auto;
  width: 100%;
  padding: 15px 0px;
  position: relative;
}
#fixnavi ul li {
  text-align: center;
  height: 70px;
  width: 48%;
  float: left;
  border-radius: 2px;
  font-family: "Noto Sans Japanese", sans-serif;
  margin: 0 1%;
}
#fixnavi ul li.actionTel {
  background: #d9e020;

  font-size:12px;
  padding-top: 10px;
}
#fixnavi ul li.actionTel a:hover {
  color:#000;
}
#fixnavi ul li.actionTel em{
  font-size: 35px;
  line-height: 0.9em;
  display:inline-block;
  margin-right: 10px;
}
#fixnavi ul li.actionTel span{
  font-size: 14px;
  display:inline-block;
  text-align:left;
}
@media (max-width:991px) {
  #fixnavi ul li.actionTel em{
    font-size: 30px;
    line-height:1em;
    display:inline-block;
    margin-right: 10px;
  }
  #fixnavi ul li.actionTel span{
    font-size: 14px;
    display: inline-block;
    text-align:left;
  }
  #fixnavi ul li.actionTel span.announce {
    font-size: 14px;
    display: none;
    text-align:left;
  }
 }

#fixnavi ul li.actionJoin {
  background: #d60000;
  line-height: 65px;
}
#fixnavi ul li.actionJoin a {
  color: #fff;
}

#fixnavi ul li.actionJoin:hover {
  opacity: 0.7;
  transition: all 1s;
}
#fixnavi ul li a {
  display: inline-block;
  width: 100%;
  font-size: 1.3em;
  font-weight: bold;
}


footer#footer {
  text-align: center;
  padding-top: 100px;
  padding-bottom: 100px;
  background: #cee7f2;
  bottom: 0px;
  width: 100%;
}
footer#footer .logo {
  margin-bottom: 10px;
}
/* button */
.btn {
  border-radius: 2px;
  display: inline-block;
}
.btn.block-margin {
  margin: 0px auto;
  display: block;
}

.actionHorizontal .btn {
  width: 100%;
}
.btn.whiteStroke {
  border-color: white;
  color: white;
}
.btn.whiteStroke:hover {
  background-color: rgba(255, 255, 255, .5);
}
.btn.half {
  width: 50%;
}
.btn.tq {
  width: 75%;
}
/* ---------------------------------------------------------------------- */
/*  Main Content
/* ---------------------------------------------------------------------- */
.main-content {
  min-height: 100%;
  position: relative;
  padding: 15px 30px;
  max-width: 1200px;
  margin: 0px auto;
}
.main-content .container {
  max-width: none !important;
  width: 100% !important;
  display: inline-block;
}
.main-content > .container {
  padding-bottom: 50px;
}
.container-fullw {
  /* margin-left: -15px; */
  /* margin-right: -15px; */
  /* padding-left: 30px; */
  /* padding-right: 30px; */
  /* padding-top: 30px; */
  /* padding-bottom: 15px; */
  position: relative;
}
.container-fullw:before {
  content: " ";
  position: absolute;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  background-image: -o-linear-gradient(left center, transparent, rgba(0, 0, 0, 0.1), transparent);
  background-image: -webkit-gradient(linear, left center, transparent, rgba(0, 0, 0, 0.1), transparent);
  background-image: -ms-linear-gradient(left center, transparent, rgba(0, 0, 0, 0.1), transparent);
  background-image: -moz-linear-gradient(left center, transparent, rgba(0, 0, 0, 0.1), transparent);
  background-image: -webkit-linear-gradient(left center, transparent, rgba(0, 0, 0, 0.1), transparent);
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
}

/* ---------------------------------------------------------------------- */
/*  Page Title
/* ---------------------------------------------------------------------- */
.breadcrumb-wrapper {
  background-color: #ffffff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  position: relative;
  padding: 15px 25px;
  margin-bottom: 15px;
}
.breadcrumb-wrapper .breadcrumb {
  background-color: transparent;
  margin: 0;
  padding: 0;
  display: inline-block;
  position: absolute;
  right: 35px;
  top: 50%;
  margin-top: -10px;
  font-size: 12px;
}
.breadcrumb-wrapper .mainTitle{font-size: 20px;border-left: 3px solid #0d4099;padding-left: 10px;}
.breadcrumb-wrapper .mainDescription{font-size: 12px;font-family: "Oswald",sans-serif;}


/* ---------------------------------------------------------------------- */
/* ---------------------------------------------------------------------- */
/* ---------------------------------------------------------------------- */
/*  bootstrap Overwrite
/* ---------------------------------------------------------------------- */
/* ---------------------------------------------------------------------- */
/* ---------------------------------------------------------------------- */
.container {
  padding-top: 60px;
  padding-bottom: 60px;
}
.panel-heading {
  background: #d6dde1;
  font-size: 16px;
  color: #303030;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
@media (min-width:768px) {
  .panel-body {
    padding: 15px;
}
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "＞";
}

.thumbnail {
  display: block;
  padding: 2px;
  margin-bottom: 5px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 2px;
  -webkit-transition: border .2s ease-in-out;
  -o-transition: border .2s ease-in-out;
  transition: border .2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-right: auto;
  margin-left: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7;
}


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

PAGINATION OVERWRITE

-------------------------------------------------------*/
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 0px 0px 10px;
  border-radius: 2px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #7599ad;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 2px;

  border-bottom-left-radius: 2px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #7599ad;
  background-color: #fff;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #7599ad;
  border-color: #7599ad;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}


.modal-content {
  border-radius: 2px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .3);
  box-shadow: 0 3px 9px rgba(0, 0, 0, .3);
}






.actionHorizontal {
  position: relative;
  margin-bottom: 15px;
}

.actionHorizontal li {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
}
.actionHorizontal li:last-child{
  margin-right: 0px;
}

.actionvertical {
  position: relative;
  margin-bottom: 15px;
}


.actionvertical li {
  margin-bottom: 10px;
}
.actionvertical li:last-child{
  margin-bottom: 0px;
}



#footer ul {
  margin: 20px auto;
  text-align:center;
}

#footer ul li {
  display:inline-block;
  padding:0px 10px;
  border-left:1px solid #000;
  border-right:1px solid #000;
  line-height:1;
}

#footer ul li:first-child {
  border-right:none;
}
