@charset "utf-8";

body {
	margin: 0;
	font-family: "Hiragino Kaku Gothic ProN", Meiryo, "Robot", Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #333333;
	background-color: #ffffff;
	padding-top:60px !important;
	
  
}

a {
  color: #5ca5b3;
} 

p {
	font-size: 15px;
	line-height: 1.7em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	/* [disabled]color: #333333; */
	
}

.page-header {
  border-bottom: 1pxpx solid #eeeeee;
}




.well {
  background-color: #f5f5f5;
}

.btn {
  color: #333333;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -ms-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(top, #ffffff, #e6e6e6);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#'ffffff, endColorstr='#'e6e6e6, GradientType=0);
}

.btn:hover,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
	color: #999999;
	background-color: #e6e6e6;
}

.btn-primary {
  background-color: #006dcc;
  color: #ffffff;
  background-image: -moz-linear-gradient(top, #26547c, #26547c);
  background-image: -ms-linear-gradient(top, #26547c, #26547c);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#26547c), to(#26547c));
  background-image: -webkit-linear-gradient(top, #26547c, #26547c);
  background-image: -o-linear-gradient(top, #26547c, #26547c);
  background-image: linear-gradient(top, #26547c, #26547c);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#'26547c, endColorstr='#'26547c, GradientType=0);
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  background-color: #26547c;
}

.btn-warning {
  color: #ffffff;
  background-image: -moz-linear-gradient(top, #f4c95d, #f4c95d);
  background-image: -ms-linear-gradient(top, #f4c95d, #f4c95d);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f4c95d), to(#f4c95d));
  background-image: -webkit-linear-gradient(top, #f4c95d, #f4c95d);
  background-image: -o-linear-gradient(top, #f4c95d, #f4c95d);
  background-image: linear-gradient(top, #f4c95d, #f4c95d);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#'f4c95d, endColorstr='#'f4c95d, GradientType=0);
}

.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  background-color: #f4c95d;
}

.btn-danger {
  color: #ffffff;
  background-image: -moz-linear-gradient(top, #df5a5b, #df5a5b);
  background-image: -ms-linear-gradient(top, #df5a5b, #df5a5b);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#df5a5b), to(#df5a5b));
  background-image: -webkit-linear-gradient(top, #df5a5b, #df5a5b);
  background-image: -o-linear-gradient(top, #df5a5b, #df5a5b);
  background-image: linear-gradient(top, #df5a5b, #df5a5b);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#'df5a5b, endColorstr='#'df5a5b, GradientType=0);
}

.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  background-color: #df5a5b}

.btn-success {
  color: #ffffff;
  background-image: -moz-linear-gradient(top, #9bc53d, #9bc53d);
  background-image: -ms-linear-gradient(top, #9bc53d, #9bc53d);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#9bc53d), to(#9bc53d));
  background-image: -webkit-linear-gradient(top, #9bc53d, #9bc53d);
  background-image: -o-linear-gradient(top, #9bc53d, #9bc53d);
  background-image: linear-gradient(top, #9bc53d, #9bc53d);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#'9bc53d, endColorstr='#'9bc53d, GradientType=0);
}
.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  background-color: #9bc53d;
}

.btn-info {
  color: #ffffff;
  background-image: -moz-linear-gradient(top, #5ca5b3, #5ca5b3);
  background-image: -ms-linear-gradient(top, #5ca5b3, #5ca5b3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5ca5b3), to(#5ca5b3));
  background-image: -webkit-linear-gradient(top, #5ca5b3, #5ca5b3);
  background-image: -o-linear-gradient(top, #5ca5b3, #5ca5b3);
  background-image: linear-gradient(top, #5ca5b3, #5ca5b3);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#'5ca5b3, endColorstr='#'5ca5b3, GradientType=0);
}
.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  background-color: #5ca5b3;
}



.navbar-inner {
  background-image: -moz-linear-gradient(top, #ffffff, #ffffff);
  background-image: -ms-linear-gradient(top, #ffffff, #ffffff);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#ffffff));
  background-image: -webkit-linear-gradient(top, #ffffff, #ffffff);
  background-image: -o-linear-gradient(top, #ffffff, #ffffff);
  background-image: linear-gradient(top, #ffffff, #ffffff);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#'ffffff, endColorstr='#'ffffff, GradientType=0);
}

.navbar .brand {
  padding: 20px 30px 12px;
  font-size: 20px;
  color: #727272;
}

.navbar .divider-vertical {
  height: 60;
  background-color: #ffffff;
  border-right: 1px solid #e5e5e5;
}

.navbar .nav > li > a {
	padding: 20px 20px 20px;
	font-size: 14px;
	color: #333333;
	letter-spacing: 0.1em;
}

.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
  color: #424242;
}

.hvr-glow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow;
}
.hvr-glow:hover, .hvr-glow:focus, .hvr-glow:active {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

.marB1em{margin-bottom:1em;}

.marB2em{margin-bottom:2em;}

.marB3em{margin-bottom:3em;}

.marTB2em{margin:2em 0;}

.padT2em{padding-top:2em;}

.padTB2em{padding:2em 0;}

.padT3em{padding-top:3em;}

.padR2em{
	padding-right: 2em;
}

.padR1em{
	padding-right:1em;
}



/* CSS Document */
.grid {
	background: url(../img/noisy_grid.png) repeat;
}

.grid2 {
	background: url(../img/noisy_grid.png) repeat;
	-webkit-filter: brightness(0.8);
     -moz-filter: brightness(0.8);
     -o-filter: brightness(0.8);
     -ms-filter: brightness(0.8);
     filter: brightness(0.8);
}

.grayback{
	background: #efefef;
}


td a {display:block;
    　width:100%;
      height:100%;
}
.footerlogo {
	font-size: 1.8em;
	font-weight: bold;
}
footer ul {
	line-height: 4em;
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
}
footer ul li {
	border-bottom: 1px solid #999;
}

footer ul li ul{
	line-height: 2em;
}


footer ul li ul li {
	border-style: none;
	/* [disabled]padding-left: 1em; */
}
#copyright {
	padding-top: 15px;
	padding-bottom: 15px;
}
.white {
	color: #FFF;
}
.each-header {
	background: #5ca5b3;
}

.each-header2 {
	background: #8EC1CA;
	padding-top: 15px;
	padding-bottom: 15px;
}

.each-header2 a{
	color: #FFF;
	font-size: 1.1em;
}

.each-header2 a:hover{
	
	text-decoration: underline;
}


.each_page_top {
	color: #FFF;
	text-align: center;
	
	position: relative;
}
.mapimg {
	background: url(../img/mapimage_02.png) no-repeat right center;
	position: absolute;
	width: 340px;
	height: 207px;
	right: 10px;
}
.top_p {
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
}
.normal_list {
	line-height: 3em;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
#riten {
	background: #d0f4ee;
}

#keyword {
	background: #e8f4f0;
}

#training {
	background: #cde4e8;
}

#white {
	background: #fff;
}

.card{
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0px 0px 5px #696969;
	-moz-box-shadow: 0px 0px 5px #696969;
	box-shadow: 0px 0px 5px #696969;
	padding: 1.5em;
}

.card2{
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0px 0px 5px #696969;
	-moz-box-shadow: 0px 0px 5px #696969;
	box-shadow: 0px 0px 5px #696969;
	padding: 1.5em;
}
#gotop {
	position: fixed;
	width: 50px;
	bottom: 15px;
	color: #666;
	right: 15px;
	z-index: 100;
}
.job {
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;
	-webkit-box-shadow: 0px 0px 4px #696969;
	-moz-box-shadow: 0px 0px 4px #696969;
	box-shadow: 0px 0px 4px #696969;
	padding: 20px;
	margin-bottom: 30px;
	background: #FFF;
}
.stuffname_e {
	font-size: 2em;
	color: #546E7A;
	font-family: 'Lora', serif;
}

.img-responsive-overwrite{
    margin: 0 auto;
}

/* Bob */
@-webkit-keyframes hvr-bob {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }

  50% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }

  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}

@keyframes hvr-bob {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }

  50% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }

  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}

@-webkit-keyframes hvr-bob-float {
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
@keyframes hvr-bob-float {
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}

.hvr-bob {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
.hvr-bob:hover, .hvr-bob:focus, .hvr-bob:active {
  -webkit-animation-name: hvr-bob-float, hvr-bob;
  animation-name: hvr-bob-float, hvr-bob;
  -webkit-animation-duration: .3s, 1.5s;
  animation-duration: .3s, 1.5s;
  -webkit-animation-delay: 0s, .3s;
  animation-delay: 0s, .3s;
  -webkit-animation-timing-function: ease-out, ease-in-out;
  animation-timing-function: ease-out, ease-in-out;
  -webkit-animation-iteration-count: 1, infinite;
  animation-iteration-count: 1, infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal, alternate;
  animation-direction: normal, alternate;
}
footer ul li a {
	font-size: 1.2em;
	font-weight: bold;
}

footer ul li ul li a
{
	font-size: 1em;
	font-weight: normal;
}

@media (max-width:767px) {
#sm_map {
	height: 300px;
}}

/*縦メニュー
*/

#flyout ul a, #flyout ul a:visited    {
	display: block;
	text-decoration: none;
	height: 50px;
	line-height: 50px;
	width: 150px;
	text-indent: 5px;
	background: transparent;
	color: #000;
	
	
}
#flyout ul a:hover {
    color:#f51;
    background:#ccc;
	
}
#flyout ul :hover > a  {
    color:#f51;
    background:#ccc;
}
/* style UL element */
#flyout ul  {
	margin: 0;
	list-style-type: none;
	width: 150px;
	position: relative;
	background: #CCCCCC;
	padding-left: 10px;
	text-align: center;
}
/* style LI element */
#flyout li  {
	background: transparent;
	height: 50px;
	
}
/* be care for editting */
/* hide sub levels */
#flyout ul ul   {
    visibility:hidden;
    padding: 0;
    margin: 0;
    position: absolute;
    top:0px;
    left:150px;
}
/* level2:　if mouse over LI/A element under 1st level */
#flyout ul li:hover ul, #flyout ul a:hover ul   {
    visibility:visible;
    background:#ccc;
}
/* level3: if mouse over LI/A element under 2nd level */
#flyout ul :hover ul :hover ul      {
    visibility: visible;
    background: #ccc;
}
/* hide 3rd level, if mouse over LI/A element under 1st level */
#flyout ul :hover ul ul         {
    visibility: hidden;
}
/* set each UL position */
#flyout ul.sub1 {
    top: 0px;
}
#flyout ul.sub2 {
	top: 50px;
	width: 270px;
}
#flyout ul.sub3 {
    top: 100px;
	width: 270px;
}
#flyout ul.sub5 {
    top: 150px;
}
/* hide TABLE element for ie6 */
#flyout table       {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
}



#flyout_container {
	height: 300px;
	position: relative;

}
#flyout {
	position: absolute;
	left: 0px;
	top: 0px;
	font-size: 1.2em;
	
}

@media (max-width:768px) {
	#flyout_container {
	height: 110px;
	

}
	
	#flyout {display:none;}}


#flyout ul li .sub2 li a {
	width: 270px;
}

#flyout ul li .sub3 li a {
	width: 270px;
}
#comment {
	color: #333;
	
	text-align: center;
	padding: 20px;
	position: absolute;
	right: 30%;
	bottom: 20%;
	background-color: rgba(255,255,255,0.8);
	text-shadow: 0 1px 2px rgba(255,255,255,1.0);
	font-size: 1.4em;
	line-height: 2em;
	margin-right: auto;
	margin-left: auto;
}

@media (max-width:768px) {
	#comment {display:none;}}
	
	

.topmenu_hide {
	visibility: hidden;
}
@media screen and (max-width: 768px) {
.topmenu_hide {
	visibility: visible;
}}
.bluebold {
	font-weight: bold;
	color: #5CA5B3;
}
#language {
	float: right;
	margin-top: 20px;
	margin-right: 15px;
	font-size: 0.9em;
}

#products_up,#cad_up,#kumikomi_up,#consul_up,#vision_up,#staff_up{padding-top: 50px;
margin-top:-50px;}

