@charset "UTF-8";
/*++++++++++++++++++++++++++++++++++++++++++
　recrui css
+++++++++++++++++++++++++++++++++++++++++++*/
    	#company_top{
    		margin:-260px 0 0 0;
    		padding: 260px 0 0 0;
    	}
      .recruitbox{
        clear: both;s
        display: block;
        overflow: hidden;
        margin: 0em 0 3em 0;
      }
      .mds_rect {
        font-size: 120%;
      }
		.title_top{
			border:5px solid #16A7BF;
			border-radius: 50px;
			padding: 1em;
			color:  #16A7BF;
			font-weight: bold;
			text-align: center;
			font-size: 120%;
		}
		p.template a{
			color: #1D1CC8;
		}
		p.template a:hover{
			color: #1D1CC8;
			text-decoration: underline;
		}
		.recruitForm {
			padding: 1em;
			background: #E48A07;
			border-radius: 30px;
			font-weight: bold;
			font-color:#FFF;
			text-align: center;
		}
		.recruitForm a {
			color:#FFF;
		}
		.recruitForm a:hover {
			text-decoration: underline;
		}

		.recruitdl dt{	
			width: 35%;
			display: inline-block;
			vertical-align: top;
		}

		.recruitdl dd{	
			width: 40%;
			display: inline-block;
		}

