a { color:#666699;}
a:hover { color:#666699;}


#slide {
	background-color:#eee;

}

#slide .row {

}
#menu {
	margin-bottom:30px;

}
#menu .container div.row  {
	padding:15px;
	background-color:#666;
		background-color: #666699;
}
#menu .container a {
	color:#fff;
	
}

#top #news h2,
#top #products h2  {
	background-color: #666699;
	color:#ffffff;
	padding:10px;
	font-size:151%;
	margin-bottom:30px;
	border-bottom:1px solid #eee;
}

table.table {
	font-size:113%;
}


#main_menu div.row {
	border-right:1px solid #3366ae;

	border-bottom:1px solid #3366ae;
}

#main_menu {
	background-color: #004097;
	color:#fff;
	margin:0px;
	
	}

#main_menu .col-md-3 {
	margin:0x;padding:0px;
}



#main_menu a{
color:#fff;
	padding-top:15px;padding-bottom:15px;
	display:block;
	border-left:1px solid #3366ae;
	text-decoration: none;
}
#main_menu a:hover{
		background-color: #00357e;
}

#main_menu a.active{
		background-color: #efefef;
		color:#004097;
}
#main_menu a.active:hover{
		color:#004097;
}

#main_menu a:hover{
	color:#fff;
	text-decoration: none;
}



#main_area_container {
	width:100%;
}
#main_area {
	padding-top:40px;
}

.breadcrumb {
	color:#ccc;
	background-color:!important;
	border-bottom:1px solid #eee;
	padding-bottom:24px;
}

.breadcrumb a {
	color:#777;
	text-decoration: underline;
}

#main_menu i {
	font-size:120%;
	margin-right:7px;
	color:#fff;
}


#page_title {
	width:100%;
	background-color:#efefef;
	padding-top:30px;
	padding-bottom:30px;
	font-weight:600;
	margin-bottom:28px;
	border-bottom:4px solid #777;
}
#page_title h2 {
	color:#222;
	font-weight:100;
}
pre {
	border:1px solid red;
	border:none;
	background-color: #fff;
}

.panel-default .panel-heading{
	background-color:#444;
	color:#fff;
}

body#factory h4 {
	margin-top:20px;
	background-color:#fff;
	padding:3px;
	padding-left:10px;
	border-left:7px solid #004097;
	color:#000;
	padding:10px;
	font-weight:800;
}

.uhoho img {
	border:1px solid red;
   width: auto;
 
}






#page_top {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 0;
  bottom: 0;
  background: #5ead67;
  opacity: 0.8; }

#page_top a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none; }

#page_top a::before {
  font-family: FontAwesome;
  content: '\f106';
  font-size: 30px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0;
  bottom: 24;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center; }
  
 #recruit h3{
	 color:#fff;
	 font-size:2.4em;
	 font-weight:bold;
	 background-color:orange;
	 padding:0.5em;
	 margin-bottom:1em;
 }
  #recruit h4{
	 font-size:2em;
	 font-weight:bold;
	 margin-bottom:1em;
 }
 
   #recruit h5{
	 font-size:1.5em;
	 font-weight:bold;
	 margin-bottom:2em;
	 color:#666;
	 border-left:4px solid #ccc;
	 padding-left:8px;
 }
 
  
   #recruit th{
	 white-space:nowrap;
 }
 
 
 
 
 #recruit *, #recruit *:before, #recruit *:after {
	font-family: 'FontAwesome';
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
#recruit .cp_quote {
	position: relative;
	width: 90%;
	margin: 1em auto;
	border-right: 1px solid #da3c41;
	border-left: 10px solid #da3c41;
	background: #ffffff;
	box-shadow: 0 1px 2px rgba(0,0,0,0.3);
}
/* アイコン */
#recruit .cp_quote::before, #recruit .cp_quote::after {
	font-size: 2em;
	position: absolute;
	color: #cccccc;
}
#recruit .cp_quote::before {
	top: 0.5em;
	left: 0.3em;
	content: '\f10d';
}
#recruit.cp_quote::after {
	right: 0.5em;
	bottom: 0.3em;
	content: '\f10e';
}
/* 引用 */
#recruit .cp_quote blockquote {
	padding: 0.5em 1em 4em 1em;
}
/* 引用元名 */
#recruit .cp_quote blockquote::after {
	position: absolute;
	right: 4em;
	bottom: 0.5em;
	display: block;
	content: '00' attr(data-author);
}