body {
  background: #e5e5e5;
  color: #777;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #777;
}
a {
  color: #777;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  text-decoration: underline;
}
a.keep {
  color: #ffffff;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}
.btn {
  font-weight: 300;
  border: 0;
}
.btn.btn-primary {
  background-color: #26cc71;
  width: 80%;
}
.btn.btn-primary:hover,
.btn.btn-primary.active {
  background-color: #0d994c;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn_record {
  font-weight: 300;
  border: 0;
}
.btn_record.btn-record {
  /* Firefox */
background: -moz-linear-gradient(top center, #fff 0%, #c9c9c9 100%);
/* Chrom と Safari */
background: -webkit-gradient(linear, center top, center bottom, from(#fff), to(#c9c9c9));
/* 共通 */
background: linear-gradient(top center, #fff 0%, #c9c9c9 100%);
  border:solid 1px #dedcdc;
border-radius: 0.5em;	
  width: 80%;
}
.btn_record.btn-record:hover,
.btn_record.btn-record.active {
  color: #646464;
  background-color: #cecece;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
a.keep:hover,
a.keep:focus {
  color: #fff;
  text-decoration: none;
  outline: none;
}
a:hover,
a:focus {
  color: #26cc71;
  text-decoration: none;
  outline: none;
}
.pagetop {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 30px;
}
.pagetop a {
    display: block;
    background-color: #ccc;
    text-align: center;
    color: #222;
    font-size: 12px;
    text-decoration: none;
    padding: 20px 10px;
}
.pagetop a:hover {
    display: block;
    background-color: #222;
    text-align: center;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    padding:20px 10px;
}
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99999;
}
#main-slider {
  background-image: url(../images/slider-bg.jpg);
  background-attachment: fixed;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  padding: 15% 0;
  color: #fff;
}
#main-slider .item {
  -moz-transition: opacity ease-in-out 500ms;
  -o-transition: opacity ease-in-out 500ms;
  -webkit-transition: opacity ease-in-out 500ms;
  transition: opacity ease-in-out 500ms;
  left: 0 !important;
  opacity: 0;
  top: 0;
  position: absolute;
  width: 100%;
  display: block !important;
  z-index: 1;
  text-align: center;
}
#main-slider .item:first-child {
  top: auto;
  position: relative;
}
#main-slider .item.active {
  opacity: 1;
  -moz-transition: opacity ease-in-out 500ms;
  -o-transition: opacity ease-in-out 500ms;
  -webkit-transition: opacity ease-in-out 500ms;
  transition: opacity ease-in-out 500ms;
  z-index: 2;
}
#main-slider .item.active h1 {
  -webkit-animation: scaleUp 400ms;
  -moz-animation: scaleUp 400ms;
  -o-animation: scaleUp 400ms;
  -ms-animation: scaleUp 400ms;
  animation: scaleUp 400ms;
}
#main-slider .prev,
#main-slider .next {
  position: absolute;
  top: 50%;
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
  display: inline-block;
  margin-top: -50px;
  font-size: 24px;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 4px;
  z-index: 5;
}
#main-slider .prev:hover,
#main-slider .next:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
#main-slider .prev {
  left: 10px;
}
#main-slider .next {
  right: 10px;
}
#main-slider h1 {
  font-size: 50px;
  text-shadow: 0 3px rgba(0, 0, 0, 0.1);
  color: #fff;
}

#contact .box {
  background-color: #000;
}
#contact .copy {
    padding: 10px 0px;
    font-size: 14px;
    color: #fff;
}
.box {
  padding: 0px 30px;
  background: #fff;
  border-bottom: 1px solid #e9e9e9;
  position: relative;
}
.box.first {
  margin-top: -40px;
  border-radius: 10px 10px 0px 0px;
}
.box.first h2 {
  font-size: 21px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 10px;
}
.box.last {
  border-radius: 0 0 5px 5px;
}
.box h2 {
  padding: 0px 0px;
  display: inline-block;
  border-radius: 4px;
  position: relative;
  margin-bottom: 15px;
  font-size: 28px;
}
#portfolio .box {
  background: #f3f3f3;
}
.portfolio-items,
.portfolio-filter {
  list-style: none;
  padding: 0;
  margin: 0;
}
.portfolio-items {
  margin-right: -20px;
}
.portfolio-filter {
  margin-bottom: 50px;
  text-align: center;
}
.portfolio-filter > li {
  display: inline-block;
}
.portfolio-items > li {
  float: left;
  padding: 0;
  margin: 0;
}
.portfolio-items.col-2 > li {
  width: 50%;
}
.portfolio-items.col-3 > li {
  width: 33%;
}
.portfolio-items.col-4 > li {
  width: 25%;
}
.portfolio-items.col-5 > li {
  width: 20%;
}
.portfolio-items.col-6 > li {
  width: 16%;
}
.portfolio-item .item-inner {
  margin: 0 20px 20px 0;
  text-align: center;
  background: #fff;
  padding: 10px;
  border-bottom: 1px solid #e1e1e1;
}
.portfolio-item img {
  width: 100%;
}
.portfolio-item .portfolio-image {
  position: relative;
}
.portfolio-item h5 {
  margin: 0;
  padding: 10px 0 0 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.portfolio-item .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: rgba(255, 255, 255, 0.9);
  text-align: center;
  vertical-align: middle;
  -webkit-transition: opacity 300ms;
  -moz-transition: opacity 300ms;
  -o-transition: opacity 300ms;
  transition: opacity 300ms;
}
.portfolio-item .overlay .preview {
  position: relative;
  top: 50%;
  display: inline-block;
  margin-top: -20px;
}
.portfolio-item:hover .overlay {
  opacity: 1;
}
/* Start: Recommended Isotope styles */
/**** Isotope Filtering ****/
.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}
/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}
/* End: Recommended Isotope styles */
/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
#pricing .box {
  background-color: #f9f9f9;
}
#pricing .plan {
  width: 100%;
  background: #fff;
  list-style: none;
  margin: 10px 0px;
  text-align: center;
  padding: 0;
  border: 8px solid #fff;
}
#pricing .plan li.plan-name {
  padding: 0px;
  font-size: 16px;
  font-weight: 500;
}
.plan-name a {
    text-decoration: none;
}
#pricing .plan:hover,
#pricing .plan:focus {
  border: 8px solid #26cc71;
}

.plan-name img {
    width: 100%;
}
#news .box {
  padding-bottom: 10px;
}
#news .row > div {
  margin-bottom: 0px;
}
.center {
  text-align: center;
}
.table th {
  background-color: #f0f0f0;
}
#team-scroller .designation {
  margin-top: 10px;
  display: block;
}
.member {
  margin: 0 50px;
  text-align: center;
}
.carousel.scale .left-arrow,
.carousel.scale .right-arrow {
  top: 30%;
  position: absolute;
}
.carousel.scale .left-arrow {
  left: -10px;
}
.carousel.scale .right-arrow {
  right: -10px;
}
.carousel.scale .active .row > div:nth-child(1) {
  -webkit-animation: scaleUp 200ms linear 0 both;
  -moz-animation: scaleUp 200ms linear 0 both;
  -ms-animation: scaleUp 200ms linear 0 both;
  -o-animation: scaleUp 200ms linear 0 both;
  animation: scaleUp 200ms linear 0 both;
}
.carousel.scale .active .row > div:nth-child(2) {
  -webkit-animation: scaleUp 200ms linear 100ms both;
  -moz-animation: scaleUp 200ms linear 100ms both;
  -ms-animation: scaleUp 200ms linear 100ms both;
  -o-animation: scaleUp 200ms linear 100ms both;
  animation: scaleUp 200ms linear 100ms both;
}
.carousel.scale .active .row > div:nth-child(3) {
  -webkit-animation: scaleUp 200ms linear 200ms both;
  -moz-animation: scaleUp 200ms linear 200ms both;
  -ms-animation: scaleUp 200ms linear 200ms both;
  -o-animation: scaleUp 200ms linear 200ms both;
  animation: scaleUp 200ms linear 200ms both;
}
.carousel.scale .active .row > div:nth-child(4) {
  -webkit-animation: scaleUp 200ms linear 400ms both;
  -moz-animation: scaleUp 200ms linear 400ms both;
  -ms-animation: scaleUp 200ms linear 400ms both;
  -o-animation: scaleUp 200ms linear 400ms both;
  animation: scaleUp 200ms linear 400ms both;
}
.icon-social {
  border: 0;
  color: #fff;
  border-radius: 100%;
  display: inline-block !important;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  padding: 0;
}
.icon-social.icon-facebook {
  background: #4f7dd4;
}
.icon-social.icon-facebook:hover {
  background: #789bde;
}
.icon-social.icon-twitter {
  background: #5bceff;
}
.icon-social.icon-twitter:hover {
  background: #8eddff;
}
.icon-social.icon-linkedin {
  background: #21a6d8;
}
.icon-social.icon-linkedin:hover {
  background: #49b9e3;
}
.icon-social.icon-google-plus {
  background: #dc422b;
}
.icon-social.icon-google-plus:hover {
  background: #e36957;
}
.icon-social.icon-pinterest {
  background: #cb2027;
}
.icon-social.icon-pinterest:hover {
  background: #e03e44;
}
.icon-social.icon-youtube {
  background: #ce332d;
}
.icon-social.icon-youtube:hover {
  background: #da5954;
}
.icon-social:hover {
  color: #fff;
}
.navbar-default {
  background-color: rgba(13,153,76,0.8);
  border-radius: 0 0 5px 5px;
  border: 0;
  padding: 0;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,.2);
  -moz-box-shadow: 0 1px 3px 0 rgba(0,0,0,.2);
  box-shadow: 0 1px 3px 0 rgba(0,0,0,.2);
  overflow: hidden;
}
.navbar-default .navbar-brand {
  margin-right: 10px;
  margin-left: 15px;
  margin-top: 8px;
  width:  265px;
  height: 39px;
  background: url(../images/logo.png) no-repeat;
}
.navbar-default .navbar-nav > li > a {
  margin-top: 15px;
  padding: 10px 15px;
  font-size: 15px;
  line-height: 1em;
  color: #ffffff;
  text-decoration: none;
}

.navbar-default .navbar-nav > li.active > a,
.navbar-default .navbar-nav > li.active:focus > a,
.navbar-default .navbar-nav > li.active:hover > a,
.navbar-default .navbar-nav > li:hover > a,
.navbar-default .navbar-nav > li:focus > a,
.navbar-default .navbar-nav > li.active > a:focus,
.navbar-default .navbar-nav > li.active:focus > a:focus,
.navbar-default .navbar-nav > li.active:hover > a:focus,
.navbar-default .navbar-nav > li:hover > a:focus,
.navbar-default .navbar-nav > li:focus > a:focus {
  background-color: #f5f5f5;
  color: #656565;
}
.icon-lg {
  font-size: 48px;
  height: 108px;
  width: 108px;
  line-height: 108px;
  color: #fff;
  margin: 10px;
  background-color: rgba(0, 0, 0, 0.4);
  text-align: center;
  display: inline-block !important;
  border-radius: 100%;
}
.icon-md {
  font-size: 24px;
  height: 68px;
  width: 68px;
  line-height: 68px;
  color: #fff;
  margin-right: 10px;
  background-color: rgba(0, 0, 0, 0.4);
  text-align: center;
  display: inline-block;
  border-radius: 100%;
  margin-bottom: 10px;
}
.icon-color1 {
  background-color: #e74c3c;
}
.icon-color2 {
  background-color: #2ecc71;
}
.icon-color3 {
  background-color: #3498db;
}
.icon-color4 {
  background-color: #8e44ad;
}
.icon-color5 {
  background-color: #1abc9c;
}
.icon-color6 {
  background-color: #2c3e50;
}
.gap {
  margin-bottom: 20px;
  border-bottom: 1px solid #797979;
}
.big-gap {
  margin-bottom: 100px;
}
#footer {
  padding-top: 30px;
  padding-bottom: 30px;
  color: #999;
}
#footer a {
  color: #999;
}
#footer a:hover {
  color: #52b6ec;
}
ul.social {
  list-style: none;
  margin: 10px 0 0;
  padding: 0;
}
ul.social > li {
  margin: 0 0 20px;
}
ul.social > li > a {
  display: block;
  font-size: 18px;
}
ul.social > li > a i {
  margin-right: 10px;
}
textarea#message {
  padding: 10px 15px;
  height: 220px;
}
@keyframes scaleUp {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@-moz-keyframes scaleUp {
  0% {
    opacity: 0;
    -moz-transform: scale(0.3);
  }
  100% {
    opacity: 1;
    -moz-transform: scale(1);
  }
}
@-webkit-keyframes scaleUp {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
}
@-ms-keyframes scaleUp {
  0% {
    opacity: 0;
    -ms-transform: scale(0.3);
  }
  100% {
    opacity: 1;
    -ms-transform: scale(1);
  }
}
@-o-keyframes scaleUp {
  0% {
    opacity: 0;
    -o-transform: scale(0.3);
  }
  100% {
    opacity: 1;
    -o-transform: scale(1);
  }
}

#news img{
    width: 100%;
    margin-bottom: 0px;
}
#news a:hover img {
    opacity: 0.6;
}
#news .news-block a{
    text-decoration: none;
}
#news .news-block {
    padding: 0px;
    border: 1px solid #d6d6d6;
    text-align: left;
    margin-bottom: 50px;
}
#news h2 {
  padding: 0px 5px;
  display: inline-block;
  border-radius: 4px;
  position: relative;
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 600;
}
.text-box h3{
  font-size: 16px;
  line-height: 1.2em;
  color: #000000;
  margin-top: 5px;
}
.text-box h3 a{
  color: #000000;
}
.text-box p{
  font-size: 14px;
}
.first .pull-right a {
  font-size: 16px;
  line-height: 1.2em;
  color: #000000;
  margin-top: 5px;
}
#news ul.nav-sidebar a {
    padding-top: 15px;
    font-size: 14px;
    text-decoration: none;
}
#news ul.nav-sidebar li {
    height: 50px;
    border-bottom: 1px solid #fff;
}
#news ul.nav-sidebar li.category-top {
    padding-left: 25px;
    background: url(../images/arrow_carrot-left_alt2.png) left no-repeat;
}
#news .bg-white {
    padding: 0px 10px;
    padding-bottom: 50px;
    background-color: #fff;
}
.page-top h1 {
    margin-top: 80px;
    padding: 0px 10px;
    font-size: 32px;
    font-weight: 500;
    color: #000;
}
#link h2 {
  font-size: 21px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 10px;
}

#link .box {
  padding: 0px 30px 30px 30px;
  background: #fff;
  border-bottom: 1px solid #e9e9e9;
  position: relative;
}
.link-box a{
    padding-left: 10px;
    font-size: 14px;
    color: #000;
    line-height: 2em;
}
#links .Photo_box {
    padding: 5px;
}
#links .Photo_box img {
    border: 1px solid #d6d6d6;
}
.record p a{
    margin-top: 15px;
    font-size: 16px;
    text-align: center;
    line-height: 3em;
}
.record_h4 {
    font-size: 14px;
    text-align: right;
}
.page-up {
	margin: 0 ;
	padding: 0 ;
}
.page-up p {
	margin: 0 ;
	padding: 0 ;
	position: fixed ;
	right: 30px ;
	bottom: 30px ;
}
.move-page-top {
	display: block ;
	background: #119b51 ;
	width: 50px ;
	height: 50px ;

	color: #fff ;
	line-height: 50px ;
	text-decoration: none ;
	text-align: center ;

	-webkit-transition:all 0.3s ;
	-moz-transition:all 0.3s ;
	transition:all 0.3s ;
}
.move-page-top:hover {
	opacity: 0.85 ;
}
.Pdf {
  background: url(../images/icon-pdf.gif) no-repeat left center;
}
.Pdf a {
  line-height: 3em;
  padding-left: 35px;
}
.Pic {
  background: url(../images/icon-pic.gif) no-repeat left center;
}
.Pic a {
  line-height: 3em;
  padding-left: 35px;
}
.Text {
  background: url(../images/icon-text.gif) no-repeat left center;
}
.Text a {
  line-height: 3em;
  padding-left: 35px;
}
.Excel {
  background: url(../images/icon-excel.gif) no-repeat left center;
}
.Excel a {
  line-height: 3em;
  padding-left: 35px;
}
.Word {
  background: url(../images/icon-word.gif) no-repeat left center;
}
.Word a {
  line-height: 3em;
  padding-left: 35px;
}




@media (max-width: 980px) {
.navbar-default .navbar-nav > li > a {
  margin-top: 15px;
  padding: 10px 15px;
  font-size: 12px;
  line-height: 1em;
  color: #ffffff;
  text-decoration: none;
}
#news ul.nav-sidebar a {
    padding-top: 15px;
    font-size: 14px;
    text-decoration: none;
}
#news ul.nav-sidebar li {
    height: 50px;
    border-bottom: 1px solid #fff;
    float: left;
}
.record p a{
    margin-top: 15px;
    font-size: 14px;
    text-align: center;
    line-height: 3em;
}
}

@media (max-width: 1200px) {
.navbar-default .navbar-brand {
  margin-right: 10px;
  margin-left: 15px;
  margin-top: 8px;
  width:  50px;
  height: 39px;
  background: url(../images/logo02.png) no-repeat;
}
}

@media (max-width: 768px) {
.box.first {
  margin-top: -10px;
  border-radius: 10px 10px 0px 0px;
}
#main-slider h1 {
    padding-top: 20px;
    font-size: 18px;
    font-weight: bold;
  }
#main-slider p {
    font-size: 12px;
    line-height: 1.5em;
  }
#main-slider .prev,
#main-slider .next {
  position: absolute;
  top: 50%;
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
  display: inline-block;
  margin-top: 0px;
  font-size: 12px;
  height: 25px;
  width: 25px;
  line-height: 25px;
  text-align: center;
  border-radius: 4px;
  z-index: 5;
}
#news .news-block text-box {
    float: left;
  }
#news .news-block {
    padding: 0px;
    border: 1px solid #d6d6d6;
    text-align: left;
    margin-bottom: 10px;
  }
#news .news-block .img-box {
    width: 150px;
    height: 100px;
    margin-right: 10px;
    float: left;
    clear: left;
  }
#news .news-block .img-box img {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
  }
.box {
  padding: 0px 10px;
  background: #fff;
  border-bottom: 1px solid #e9e9e9;
  position: relative;
}
#news h2 {
    font-size: 14px;
  }
#news h3 {
    font-size: 14px;
  }
#news p {
    font-size: 12px;
  }
#news th,
#news td {
    font-size: 12px;
  }
.breadcrumb {
  font-size: 12px;
}
#news ul.nav-sidebar a {
    padding-top: 15px;
    font-size: 12px;
    text-decoration: none;
}
#news ul.nav-sidebar li {
    width: 50%;
    height: 50px;
    border-bottom: 1px solid #fff;
    float: left;
}
.record p a{
    margin-top: 10px;
    font-size: 12px;
    text-align: center;
    line-height: 2em;
}
.record_h4 {
    font-size: 12px;
    text-align: right;
}
ul li {
  font-size: 12px;
}
.Pdf {
  margin-top: 20px;
  background: url(../images/icon-pdf_s.gif) no-repeat left top;
}
.Pdf a {
  line-height: 5em;
  padding-left: 0px;
}
.Pic {
  margin-top: 20px;
  background: url(../images/icon-pic_s.gif) no-repeat left top;
}
.Pic a {
  line-height: 5em;
  padding-left: 0px;
}
.Text {
  margin-top: 20px;
  background: url(../images/icon-text_s.gif) no-repeat left top;
}
.Text a {
  line-height: 5em;
  padding-left: 0px;
}
.Excel {
  margin-top: 20px;
  background: url(../images/icon-excel_s.gif) no-repeat left top;
}
.Excel a {
  line-height: 5em;
  padding-left: 0px;
}
.Word {
  margin-top: 20px;
  background: url(../images/icon-word_s.gif) no-repeat left top;
}
.Word a {
  line-height: 5em;
  padding-left: 0px;
}
}



.f-right {
  float: right;
}











