/*TOPメインビジュアル*/
.main-v {
    position: relative;
    background-color: #ffffff;
    margin-bottom: 30px;
}

.main-container{
    position:relative;
    max-width: 1170px;
    margin-left:auto;margin-right:auto;
}

img{
    max-width: 100%;
    height: auto;
}

.main-img{
    display: block;
}

.main-info h2{
  position: absolute;
  background: rgba(33, 33, 44, 0.7);
  color: #fff;
  padding:10px 10px;
}
.main-info2 h2{
  position: absolute;
  background: rgba(33, 33, 44, 0.7);
  color: #fff;
  padding:10px 10px;
}

@media screen and (max-width: 767px) {
    .main-info h2{
      top: 5px;

      font-size: 1.2em;
    }
    .main-info2 h2{
      top: 70px;

      font-size: 1.2em;
    }
}

@media screen and (min-width: 768px) {
    .main-info h2{
      top: 40px;
      right: 40px;
    }
    .main-info2 h2{
      top: 120px;
      right: 40px;
    }
}

/* Medium devices (desktops, 992px and up) */
@media screen and (min-width: 992px) {

 }

/* Large devices (large desktops, 1200px and up) */
@media screen and (min-width: 1200px) {

 }

.sitename > .container h1{

  font-size: 20px;
}


/*コンテントエリア*/
/***** Services *****/

.services-container {
    margin-top: 10px;
}

.service {
    padding: 15px 15px 20px 15px;
    background: #f8f8f8;
    border-bottom: 2px solid #088A08;
}

.service:hover {
    box-shadow: 0 5px 15px 0 rgba(0,162,0,.05), 0 1px 25px 0 rgba(0,162,0,.05) inset, 0 -1px 25px 0 rgba(0,162,0,.05) inset;
    -o-transition: all .5s; -moz-transition: all .5s; -webkit-transition: all .5s; -ms-transition: all .5s; transition: all .5s;
}

.service .service-icon {
    font-size: 50px;
    line-height: 20px;
    color: #5d5d5d;
    text-align: center;
}

.service .service-icon i { 
vertical-align: middle;
}

.service h3 {
    margin-top: 13px;
    font-family: 'Droid Sans', sans-serif;
    font-size: 16px;
    color: #088A08;
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: 0 1px 0 rgba(255,255,255,.7);
	text-align: center;
}

.service p {
    padding-bottom: 7px;
    line-height: 24px;
}

.service .service-link {
	text-align: center;
}

.service .service-link a {
	display: inline-block;
    padding: 5px 20px;
    background: #088A08;
    color: #fff;
    font-style: italic;
}

.row{
  margin-bottom: 50px;
}

/* Customize the navbar links to be fill the entire space of the .navbar */

.navbar-default {
	border: none;
}

.navbar .nav {
	margin: 0;
	display: table;
	width: 90%;
}
/*
.navbar .nav li {
	display: table-cell;
	float: none;
}

.navbar>.container .navbar-brand { margin-left: 0; }

*/
.navbar-brand {
	width: 200px;
	height: 42px;
	background: url(../images/Common_Logo01.png) right center no-repeat;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

.navbar-origin {
	background: none;
}

.navbar-origin .navbar-brand {
	padding: 0 15px;
	line-height: 90px;
	height: 90px;
	font-size: 28px;
	font-weight: 100;
}

.navbar-origin .navbar-nav>li>a {
	padding-top: 20px;
	padding-bottom: 0;
	line-height: 40px;
	font-weight: 200;
	color: #A5A5A5;
	text-align: center;
}

.navbar-origin ul.nav li.current-page a {
    padding-top: 20px;
	border-top: 3px solid #2f4f4f;
	color: #2f4f4f;
	line-height: 40px;
}

.navbar-origin .navbar-nav>li>a:hover{
	color: #2f4f4f;
	border-top: 0px solid #b0c4de;
	line-height: 40px;
	background-color: #b0c4de;
}

.navbar-origin .navbar-nav>.open>a,
.navbar-origin .navbar-nav>.open>a:hover,
.navbar-origin .navbar-nav>.open>a:focus {
	background: none;
	color: #f0f8ff;
}

.navbar-origin .navbar-nav>li>.dropdown-menu {
	margin-top: 0;
	border-top-right-radius: 0;
	border-top-left-radius: 0;
}

.navbar-origin .dropdown-menu {
	padding: 0;
}

.navbar-origin .dropdown-menu li a {
	padding: 15px;
	color: #777;
}

.navbar-origin .dropdown-menu li.divider {
	padding: 0;
	margin: 0;
}

.dropdown:hover > .dropdown-menu{
  display: block;
}

.carousel-container {
    margin: 0 auto;
    background-image: url(../images/carousel-back.png)
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #088A08;
  border-radius: 10px;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #088A08;
}

/***** Presentation *****/

.presentation-container {
    margin-top: 20px;
    text-align: center;
}

.presentation-container h1 {
    font-size: 48px;
    color: #5d5d5d;
    font-weight: bold;
}

.presentation-container p {
    font-size: 18px;
    font-style: italic;
}

.green { color: #088A08; }
.red { color: #FF0000; }

.presentation-container .td-middle1{
	vertical-align: middle;
	width: 65px;
	border: none;
	padding: 1px
}

.presentation-container .td-middle2{
	vertical-align: middle;
	border: none;
	padding: 1px
}

.presentation-container th {
	vertical-align: middle;
	border: none;
	padding: 1px
}

/* bs-callout */
.bs-callout {
    padding: 10px;
    margin: 10px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
}
.bs-callout h4 {
    margin-top: 0;
    margin-bottom: 5px;
}
.bs-callout p:last-child {
    margin-bottom: 0;
}
.bs-callout code {
    border-radius: 3px;
}
.bs-callout+.bs-callout {
    margin-top: -5px;
}
.bs-callout-default {
    border-left-color: #777;
}
.bs-callout-default h4 {
    color: #777;
}
.bs-callout-primary {
    border-left-color: #428bca;
}
.bs-callout-primary h4 {
    color: #428bca;
}
.bs-callout-success {
    border-left-color: #5cb85c;
}
.bs-callout-success h4 {
    color: #5cb85c;
}
.bs-callout-danger {
    border-left-color: #d9534f;
}
.bs-callout-danger h4 {
    color: #d9534f;
}
.bs-callout-warning {
    border-left-color: #f0ad4e;
}
.bs-callout-warning h4 {
    color: #f0ad4e;
}
.bs-callout-info {
    border-left-color: #5bc0de;
}
.bs-callout-info h4 {
    color: #5bc0de;
}

.camp-info {
    padding: 15px;
    margin: 15px 0;
    border: 1px solid #000;
    margin-top: 0px;
}

.camp-info2 {
    padding: 15px;
    margin: 15px 0;
    border: 1px dashed #000;
    margin-top: 0px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

.camp-info3 {
    padding: 15px;
    margin: 15px 0;
    border: 1px dashed #000;
    margin-top: 0px;
}

.camp-info h4{
	line-height: 30px;
}

hr.style-one {
border-top: 5px solid #a9a9a9;
}

/* お知らせ */
.btn-info {
  text-align: center;
}

.panel-container {
    margin-top: 30px;
}

.panel {
  border-color: #088A08;
}

.panel .panel-heading {
	padding: 7px 5px;
	background-color: #088A08;
    font-size: 15px;
    color: #fff;
    font-weight: bold;
	border-color: #088A08;
}

.panel-body {
	padding: 5px;
    border-bottom: 1px solid #088A08;
    border-bottom-style: dotted;
}

/* 規約 */
.agreement-container btn-info {
  text-align: center;
}

.agreement-container {
    margin-top: 30px;
}

.agreement-container .panel {
  border-color: #088A08;
}

.agreement-container .panel .panel-heading {
	padding: 7px 5px;
	background-color: #088A08;
    font-size: 15px;
    color: #fff;
    font-weight: bold;
	border-color: #088A08;
	text-align: center;
}

.agreement-container .panel-body {
	padding: 5px;
    border-bottom: 1px solid #088A08;
    border-bottom-style: dotted;
    overflow: scroll;   /* スクロール表示 */ 
	width: 100%;
	height: 1136px;
}


/*Fotter*/
.footer-container {
  padding-top: 15px;

	width: 100%;
	bottom: 0;
	background-color: f0f8ff;
	border-top: 3px solid #008080;
}

.footer-container p{
  text-align: right;
}


/***** Google map *****/

.contact-address {
	padding-bottom: 15px;
}

.map {
    margin: 20px 0 40px 0;
    height: 300px;
    border: 5px solid #f8f8f8;
}

#map-container {
    margin: 20px 0 40px 0;
    height: 300px;
    border: 5px solid #f8f8f8;
}


/***** About *****/
.about-container {
    margin-top: 20px;
}

.about-text-left {
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: left;
}

.about-text-left h2 {
    margin-top: 20px;
    font-family: 'Droid Sans', sans-serif;
    font-size: 36px;
    color: #088A08;
    font-weight: bold;
    text-transform: uppercase;
	border-bottom: 1px solid #088A08;
}

.about-text-left h3 {
    margin-top: 20px;
    font-family: 'Droid Sans', sans-serif;
    font-size: 16px;
    color: #088A08;
    font-weight: bold;
    text-transform: uppercase;
}

.about-text-left p {
    line-height: 18px;
    font-size: 14px;
}

.about-text-right {
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: left;
}

.about-text-right h2 {
    margin-top: 20px;
    font-family: 'Droid Sans', sans-serif;
    font-size: 36px;
    color: #088A08;
    font-weight: bold;
    text-transform: uppercase;
	border-bottom: 1px solid #088A08;
}

.about-text-right h3 {
    margin-top: 20px;
    font-family: 'Droid Sans', sans-serif;
    font-size: 16px;
    color: #088A08;
    font-weight: bold;
    text-transform: uppercase;
}

.about-text-right p {
    line-height: 18px;
    font-size: 14px;
}


/***** Page title *****/

.page-title-container {
    margin: 0 auto;
    padding: 20px 0 0px 0;
    background: #f8f8f8 url(../img/pattern.jpg) left top repeat;
    box-shadow: 0 5px 15px 0 rgba(0,162,0,.05), 0 1px 25px 0 rgba(0,162,0,.05) inset, 0 -1px 25px 0 rgba(0,162,0,.05) inset;
    -o-transition: all .5s; -moz-transition: all .5s; -webkit-transition: all .5s; -ms-transition: all .5s; transition: all .5s;
}

.page-title-container h1 {
    display: inline;
    margin-left: 10px;
    font-size: 24px;
    color: #5d5d5d;
    font-weight: bold;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .7);
    vertical-align: middle;
}



.carousel-caption {
position: absolute;
right: 15%;
bottom: 20px;
left: 15%;
z-index: 10;
font-size: 24px;
padding-top: 20px;
padding-bottom: 20px;
color: #000;
text-align: center;
text-shadow: 2px 2px 1px #fff,
-2px 2px 1px #fff,
2px -2px 1px #fff,
-2px -2px 1px #fff;
}

/***** Service *****/
.service-container {
    margin-top: 20px;
}

.service-text-left {
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: left;
}

.service-text-left h2 {
    margin-top: 20px;
    font-family: 'Droid Sans', sans-serif;
    font-size: 36px;
    color: #088A08;
    font-weight: bold;
    text-transform: uppercase;
	border-bottom: 1px solid #088A08;
}

.service-text-left h3 {
    margin-top: 20px;
    font-family: 'Droid Sans', sans-serif;
    font-size: 16px;
    color: #088A08;
    font-weight: bold;
    text-transform: uppercase;
}

.service-text-left p {
    line-height: 18px;
    font-size: 14px;
}

.service-text-right {
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: left;
}

.service-text-right h2 {
    margin-top: 20px;
    font-family: 'Droid Sans', sans-serif;
    font-size: 36px;
    color: #088A08;
    font-weight: bold;
    text-transform: uppercase;
	border-bottom: 1px solid #088A08;
}

.service-text-right h3 {
    margin-top: 20px;
    font-family: 'Droid Sans', sans-serif;
    font-size: 16px;
    color: #088A08;
    font-weight: bold;
    text-transform: uppercase;
}

.service-text-right p {
    line-height: 18px;
    font-size: 14px;
}

/***** Privacy Policy *****/
.privacy-container {
    margin-top: 20px;
}

.privacy-text-left {
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: left;
}

.privacy-text-left h2 {
    margin-top: 20px;
    font-family: 'Droid Sans', sans-serif;
    font-size: 36px;
    color: #088A08;
    font-weight: bold;
    text-transform: uppercase;
	border-bottom: 1px solid #088A08;
}

.privacy-text-left h3 {
    margin-top: 20px;
    font-family: 'Droid Sans', sans-serif;
    font-size: 16px;
    color: #088A08;
    font-weight: bold;
    text-transform: uppercase;
}

.privacy-text-left p {
    line-height: 18px;
    font-size: 14px;
}

.privacy-text-right {
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: left;
}

.privacy-text-right h2 {
    margin-top: 20px;
    font-family: 'Droid Sans', sans-serif;
    font-size: 36px;
    color: #088A08;
    font-weight: bold;
    text-transform: uppercase;
	border-bottom: 1px solid #088A08;
}

.privacy-text-right h3 {
    margin-top: 20px;
    font-family: 'Droid Sans', sans-serif;
    font-size: 16px;
    color: #088A08;
    font-weight: bold;
    text-transform: uppercase;
}

.privacy-text-right p {
    line-height: 18px;
    font-size: 14px;
}

/***** ISO *****/
.iso-container {
    margin-top: 20px;
}

.iso-text-left {
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: left;
}

.iso-text-left h2 {
    margin-top: 20px;
    font-family: 'Droid Sans', sans-serif;
    font-size: 32px;
    color: #088A08;
    font-weight: bold;
    text-transform: uppercase;
	border-bottom: 1px solid #088A08;
}

.iso-text-left h3 {
    margin-top: 20px;
    font-family: 'Droid Sans', sans-serif;
    font-size: 16px;
    color: #088A08;
    font-weight: bold;
    text-transform: uppercase;
}

.iso-text-left h4 {
    margin-top: 20px;
    font-family: 'Droid Sans', sans-serif;
    font-size: 12px;
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
}

.iso-text-left p {
    line-height: 18px;
    font-size: 14px;
}

.iso-text-right {
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: left;
}

.iso-text-right h2 {
    margin-top: 20px;
    font-family: 'Droid Sans', sans-serif;
    font-size: 32px;
    color: #088A08;
    font-weight: bold;
    text-transform: uppercase;
	border-bottom: 1px solid #088A08;
}

.iso-text-right h3 {
    margin-top: 20px;
    font-family: 'Droid Sans', sans-serif;
    font-size: 16px;
    color: #088A08;
    font-weight: bold;
    text-transform: uppercase;
}

.iso-text-right h4 {
    margin-top: 20px;
    font-family: 'Droid Sans', sans-serif;
    font-size: 12px;
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
}

.iso-text-right p {
    line-height: 18px;
    font-size: 14px;
}

.iso-text-right-signature p{
    line-height: 18px;
    font-size: 14px;
    text-align: right;
}

/***** 採用情報 *****/
.recruite-container {
    margin-top: 20px;
}

.recruite-text-left {
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: left;
}

.recruite-text-left h2 {
    margin-top: 20px;
    font-family: 'Droid Sans', sans-serif;
    font-size: 32px;
    color: #088A08;
    font-weight: bold;
    text-transform: uppercase;
	border-bottom: 1px solid #088A08;
}

.recruite-text-left h3 {
    margin-top: 20px;
    font-family: 'Droid Sans', sans-serif;
    font-size: 16px;
    color: #088A08;
    font-weight: bold;
    text-transform: uppercase;
}

.recruite-text-left h4 {
    margin-top: 20px;
    font-family: 'Droid Sans', sans-serif;
    font-size: 12px;
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
}

.recruite-text-left p {
    line-height: 18px;
    font-size: 14px;
}

.recruite-text-right {
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: left;
}

.recruite-text-right h2 {
    margin-top: 20px;
    font-family: 'Droid Sans', sans-serif;
    font-size: 32px;
    color: #088A08;
    font-weight: bold;
    text-transform: uppercase;
	border-bottom: 1px solid #088A08;
}

.recruite-text-right h3 {
    margin-top: 20px;
    font-family: 'Droid Sans', sans-serif;
    font-size: 16px;
    color: #088A08;
    font-weight: bold;
    text-transform: uppercase;
}

.recruite-text-right h4 {
    margin-top: 20px;
    font-family: 'Droid Sans', sans-serif;
    font-size: 12px;
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
}

.recruite-text-right p {
    line-height: 18px;
    font-size: 14px;
}

.recruite-text-right-signature p{
    line-height: 18px;
    font-size: 14px;
    text-align: right;
}

/***** お問合せ *****/
.form-container {
    margin-top: 20px;
}

.form-text-left {
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: left;
}

.form-text-left h2 {
    margin-top: 20px;
    font-family: 'Droid Sans', sans-serif;
    font-size: 32px;
    color: #088A08;
    font-weight: bold;
    text-transform: uppercase;
	border-bottom: 1px solid #088A08;
}

.form-text-left h3 {
    margin-top: 20px;
    font-family: 'Droid Sans', sans-serif;
    font-size: 16px;
    color: #088A08;
    font-weight: bold;
    text-transform: uppercase;
}

.form-text-left h4 {
    margin-top: 20px;
    font-family: 'Droid Sans', sans-serif;
    font-size: 12px;
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
}

.form-text-left p {
    line-height: 18px;
    font-size: 14px;
}

.form-text-right {
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: left;
}

.form-text-right h2 {
    margin-top: 20px;
    font-family: 'Droid Sans', sans-serif;
    font-size: 32px;
    color: #088A08;
    font-weight: bold;
    text-transform: uppercase;
	border-bottom: 1px solid #088A08;
}

.form-text-right h3 {
    margin-top: 20px;
    font-family: 'Droid Sans', sans-serif;
    font-size: 28px;
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
}

.form-text-right h4 {
    margin-top: 20px;
    font-family: 'Droid Sans', sans-serif;
    font-size: 12px;
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
}

.form-text-right p {
    line-height: 18px;
    font-size: 14px;
}

.form-text-left input[type="text"] { width: 80%; height: 34px; }
.form-text-left textarea { width: 80%; height: 170px; padding-top: 6px; padding-bottom: 6px; }
.form-text-left label { font-size: 13px; font-weight: 400; }
.form-text-left button { margin-top: 5px; padding: 0 45px; }
.form-text-left select { width: 60%; height: 34px; }

/***** Customer *****/

.customer-container {
    margin-top: 30px;
    text-align: left;
}

.middle {
    vertical-align:middle;
}