/**********************************************

	SPARKLINK TECHNOLOGY	original CSS

	2016/04/01	Release
***********************************************/


body {
  font-family: "Helvetica Neue", Helvetica, Arial, "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #ffffff;
	padding-top: 90px;
}
@media (min-width: 768px) {
	body {
		padding-top: 86px;
	}
	.confirm-body{
		padding-top: 0px;
  	margin-top: 0px;
	}
}
@media (max-width: 768px) {
	body {
		padding-top: 0px;
	}
}

.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  max-width: 970px;

}

p.resizeimage { width: 100%; }
p.resizeimage img { width: 100%; }

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

/****** パンくずリスト ******/
.breadcrumb {
  background-color: #ffffff;
	margin-bottom: 0px;
	font-size: 12px;
}

.breadcrumb > li + li:before {
  content:" > ";
}


/****** トップページ ******/
.main-img{
	position: relative;
	margin:auto;
	height: 295px;
	background-image: linear-gradient(to right, white, #00b9f8, white);
}

.slide-1{
  text-align: center;
  left: 10%;
  right: 10%;
	top: 55px;
  z-index: 10;
  padding-left: 0px;
  padding-bottom: 0px;
}

.slide-1 h1{
  font-size: 56px;
}

.slide-2{
  text-align: right;
  left: 15%;
  right: 15%;
	top: 40px;
  z-index: 10;
  padding-top: 0px;
  padding-bottom: 0px;
}

.slide-3{
  text-align: left;
  left: 10%;
  right: 10%;
	top: 40px;
  z-index: 10;
  padding-top: 10px;
  padding-bottom: 0px;
}

.slide-link{
	background-color: rgba(255, 255, 255, 0.3);
  font-size: 16px;
  text-shadow: none;
	color: #dbdbdb;
  padding: 10px;
	margin-top: 150px;
}

.slide-link:hover{
	color: white;
	font-weight : bold;
}


/****** トップページ以外のタイトル ******/
.header-sub{
	position: relative;
	margin-bottom: 21px;
}

.header-sub-title{
  position: absolute;
  text-align: left;
	top: 10px;
	bottom: 0px
  padding-left: 0px;
  padding-bottom: 0px;
  color: #fff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);

}
@media (max-width: 768px) {
	.header-mobile-title{
		top: 50px;
  	text-align: center;
		background-color: #d9edf7;
  	padding-top: 1px;
  	padding-bottom: 1px;
		border-radius: 5px;
		margin-bottom: 15px;
	}
}

@media (min-width: 970px) {
	.header-sub-title h2{
		padding-left: 60px;
	}
	.header-sub-title p{
	  text-align: left;
		padding: 5px 60px;
	  font-size: 16px;
		background-image: linear-gradient(to right, rgba(0, 185, 248, 0.4), rgba(255, 255, 255, 0));
	}
}
@media (min-width: 768px) and (max-width: 970px){
	.header-sub-title h2{
		padding-left: 40px;
		padding-bottom: 0px;
		margin-bottom: 0px;
	  font-size: 24px;
	}
	.header-sub-title p{
	  text-align: left;
		padding: 5px 40px;
	  font-size: 14px;
		background-image: linear-gradient(to right, rgba(0, 185, 248, 0.4), rgba(255, 255, 255, 0));
	}
}



/****** 共通フッター ******/
.footer {
  width: 100%;
  height: 80px;
	font-size: 12px;
}

/****** 共通メニュー ******/
.navbar-default {
  background-color: #ffffff;
  border-color: #e7e7e7;
}

i{
    font-size: 1.3em;
    color: inherit;
}

.navbar .navbar-inner {
    padding: 0;
}

.navbar .nav {
    margin: 0;
    display: table;
    width: 100%;
}

.navbar .nav li {
    display: table-cell;
    float: none;
}

.navbar .nav li a {
    font-weight: bold;
    text-align: center;
    border-left: 1px solid rgba(255, 255, 255, .75);
    border-right: 1px solid rgba(0, 0, 0, .1);
}
 
.navbar .nav li:last-child a {
    border-right: 0;
    border-radius: 0 3px 3px 0;
}

.nav > li > a {
  position: relative;
  display: block;
  padding: 5px 15px;
}

@media (min-width: 768px) {
	.nav > li > a {
	  padding: 5px 15px;
	}
	.navbar-nav{
	  padding-left: 15px;
	}
}
@media (max-width: 768px) {
	.nav > li > a {
	  padding: 2px 10px;
	}
}

p.top-line {border-top: solid 5px #00b9f8;}

.stc-top-img{
	width:35%;
	float:left;
}

.menu-list{
	margin-top: 40px;
	width:65%;
	float:right;
}

/****** トップページ[Infomation] ******/
.info-top {
	margin-top: 21px;
}

.info li {
	position: relative;
	padding: 5px 0px 2px 0px;
}

.info li+li {
	border-top:1px dashed #CCC;
}

.info-body {
  padding: 5px 40px 0px 0px;
	font-size: 13px;
}

/****** 共通パネル ******/
.panel-heading {
  padding: 5px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel p{
	line-height: 1.9;
}

/****** ＰＣ向け[] ******/
@media (min-width: 768px) {
	.corporate img{
		float:left;
	  padding: 0px 13px 0px 0px;
	}
	.corporate p{
		margin-top: -5px;
	  padding: 0px 0px 0px 0px;
	}

	.recruitment img{
		float:left;
	  padding: 0px 13px 0px 0px;
	}
	.recruitment p{
		margin-top: -5px;
	  padding: 0px 0px 0px 0px;
	}
}


/****** 業務実績、アクセス ******/
.business-base p{
	line-height: 1.9;
}

/****** アンカー用 ******/
.page-link::after{
  content: ">>";
}

/****** 社長からのメッセージ ******/
.president .panel-heading{
	text-align: center;
}

.president .panel-body{
	display: table;
	background-color: #f5f5f5;
	padding-right: 0px;
	padding-bottom: 0px;
	width:100%;
	border-bottom: none;
}

@media (min-width: 768px) {
	.president .panel-body .box-left{
	    display: table-cell;
	    vertical-align: top;
			width:50%;
	}
	.president .panel-body .box-right{
	    display: table-cell;
	    vertical-align: bottom;
			width: 50%;
			padding-bottom: 0px;
	}
}

.president .sign{
	font-weight: bold;
	font-family: "HG正楷書体-PRO", cursive, "ＭＳ Ｐ明朝", serif, sans-serif;
}

@media (min-width: 768px) {
	.president .post{
		text-align: left;
	}
	.president .name{
		text-align: right;
		padding-right: 22px;
	}
}
@media (max-width: 768px) {
	.president .post{
	  left: 10%;
	  right: 10%;
		text-align: center;
	}
	.president .name{
		text-align: center;
	}
}

.president .panel-footer{
	border-top: none;
}


/****** キャリア採用／募集要項 ******/
.requirementsg-table{
	 background-color: #f9f9f9;
}

/****** 採用情報 ******/
.recruitment table{
	border-top: none;
	border-left: none;
	border-right: none;
}

.recruitment thead tr th{
	border-left: none;
	border-top: none;
	border-bottom: none;
}
.recruitment thead tr td{
	border-top: none;
	border-right: none;
	border-bottom: none;
	 background-color: #ffffff;
}
.recruitment tbody tr th{
	width: 20%;
	border-left: none;
	border-bottom: none;
}
.recruitment tbody tr td{
	border-right: none;
	border-bottom: none;
	 background-color: #ffffff;
}
.recruitment th{
	  background-color: #f9f9f9;
}

/****** アクセス ******/
@media (min-width: 768px) {
	.access table th{
		width: 15%;
	  background-color: #f9f9f9;
	}
	.stc-map{
		width: 100%;
	 	height: 480px;
	}
}
@media (max-width: 768px) {
	.access table th{
		width: 25%;
	  background-color: #f9f9f9;
	}
	.stc-map{
		width: 100%;
	 	height: 200px;
	}
}

.access table tbody{
	padding-bottom: 0px;
}


/****** 会社概要 ******/
.profile table tbody th{
		width: 20%;
	  background-color: #f9f9f9;
}

.profile-last{
		width: 15%;
	  background-color: #f9f9f9;
}


/****** お取引先 ******/
.customer h5{
  background-color: #d9edf7;
}

/****** 加盟団体 ******/
.association h5{
  background-color: #d9edf7;
}

/****** 個人情報保護方針 ******/
.privacy-policy h4{
  text-align: center;
	font-weight : bold;
	margin-top: 30px;
	margin-bottom: 30px;
}

.privacy-policy p{
  line-height: 2;
}
.privacy-policy li{
  line-height: 2;
}

.privacy-policy .signature{
  text-align: right;
  line-height: 1.42857143;
	margin-top: 30px;
}

/****** お問い合わせ ******/
#formWrap {
	width: 100%;
	margin:0 auto;
	color:#555;
	line-height:120%;
	font-size:100%;
  background-color: #f9f9f9;
	border-radius: 5px;
	padding: 20px 10px;
}

#formWrap p{
  text-align: center;
}

#formWrap .required:after {
	color: red;
  content:" *";
}

#formWrap .confirm{
	background-color: #ffffff;
	border-radius: 5px;
	border: 1px solid #c0c0c0; 
	line-height:200%;
	word-wrap: break-word;
	margin:5px auto;
}

.confirm-title{
  text-align: center;
}

p.error_messe{
	margin:5px 0;
	color:red;
	font-size: 14px;
	line-height:150%;
}

#formWrap span{
	word-wrap: break-word;
}

@media (min-width: 768px) {
	#formWrap .btn-area{
		margin-top: 15px;
		width: 110px;
	}
	#formWrap .control-label{
	  text-align: right;
		padding-top: 10px;
	}

}
@media (max-width: 768px) {
	#formWrap .btn-area{
		width: 110px;
	}
	#formWrap .control-label{
	  text-align: left;
	}
}

header h3{
	text-align: center;
}
