
.formBox {
    overflow: hidden;
    padding: 0 0 40px 0;
	font-size:13px;
}
    
.formBox .submitBox {
      margin: 20px auto 0 auto;
      overflow: hidden; 
	text-align: center;
}
	  
.formBox .submitBox input {
    width: 100%;
    max-width: 470px;
    margin: 0 auto;
    padding: 28px 20px;
    background: #b5bfcf;
    border: 2px solid #8897ae;
    font-size: 16px;
    cursor: pointer;
}

.formBox .submitBox input.reset {
	background: none;
}

.formBox .submitBox .submit {
        float: left;
}

.formBox .submitBox .reset {
        float: right;
}
    
.formBox table {
      margin-top: 20px;
	width: 100%;
      max-width: 980px;
	  margin:0 auto;
}
      
.formBox table tbody {
        width: 100%;
        margin: 0 auto;
	border-top: 1px solid #e4e4e4;
}
        
.formBox table tbody tr {
	border-bottom: 1px solid #e4e4e4;
}

.formBox table tbody tr th, .formBox table tbody tr td {
          padding: 10px; 
}
        
.formBox table tbody tr th {
	background: #f2f5f7; 
	width:135px;
	text-align: center;
	padding: 0 15px;
}
		  
.formBox table tbody tr td {
    padding: 20px 30px;
}
		 
.formBox table tbody tr .hissu{
			 background:#e4e4e4;
			 width:35px;
}

.formBox table tbody tr td ul {
            overflow: hidden; 
}

.formBox table tbody tr td ul li {
              width: 100px;
              float: left; 
}

.errmsg{
	color:#F00;
	line-height:1.6em;
	margin:0 auto 20px;
}


.formBox .hissu{
	text-align:center;
	font-weight:bold;
	font-size:13px;
	padding:10px;
}
	
.thank p{
	text-align:center;
}

input[type="text"] {
    border: 1px solid #d2d2d2;
}
textarea {
    border: 1px solid #d2d2d2;
	width: 99%;
    min-height: 100px;
}




/* 下層ページビジュアル
---------------------------*/
.page_visual {
	background: url(../../img/page_visual.png)no-repeat center bottom;
	background-size: cover;
}

/* 
---------------------------*/

header .h_sitemap {
    margin: 0 auto;
    padding: 15px 0;
}
.main {
    margin-top: 65px;
}

.midashi_dai {
    color: #909090;
    font-size: 30px;
    border-top: 2px solid #cccccc;
    border-bottom: 1px solid #e4e4e4;
    padding: 25px 0;
}
.midashi_tyu {
    color: #000000;
    font-size: 24px;
    padding: 70px 0 20px;
    border-bottom: 1px solid #e4e4e4;
}

.about {
	padding: 30px 0 50px;
}

.formBox {
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
}

.seni_pc,
.seni_sp {
	margin-bottom: 50px;
}
.seni_sp {
	display: none;
}

p.privacy_txt {
    padding: 25px 0 0;
}

.recruit.outer1000 {
    padding-bottom: 100px;
}

.red_s {
	color: red;
	font-size: 20px;
	padding-left: 30px;
}
.sp_br {
	display: none;
}




/* 固有のスマホ対応記述
========================== */

/* 700pxより小さい場合 */
@media screen and ( max-width: 700px ){

	.seni_pc {
		display: none;
	}
	.seni_sp {
		display: block;
	}
	
	.recruit.outer1000 {
		width: 92%;
		padding-bottom: 100px;
	}
	header .h_sitemap {
		padding: 0px 0;
	}
	.main {
		margin-top: 59px;
	}
	
.formBox table tbody tr th, .formBox table tbody tr td {
    display: block;
    width: 96%;
    padding: 4% 2%;
}
.formBox table tbody tr td {
    padding: 5% 2% 10%;
}
	
input[type="text"] {
    width: auto!important;
}
	.red_s {
	padding-left: 0px;
}
	.sp_br {
	display: block;
}
	
}
