body{
    margin-right: auto;
    margin-left : auto;
}

/* header */

header {
	background-color: white;
}

.header-inner{
    width:1300px;
    display: table;
    margin:auto;
    
}

.header-wrap{
    display: table-cell;
    width:820px;
    padding-left: 50px;
}

.top-menu {
    display: table-cell;
    font-family: 'Sawarabi Mincho', sans-serif;
    padding-right: 10px;
    padding-left: 10px;
}

.top-menu-last {
    display: table-cell;
    font-family: 'Sawarabi Mincho', sans-serif;
	padding-left: 7px;
}

.top-menu p{
    padding-right: 0;
    border-right: 2px #dfdfdf solid;
	padding-left: 7px;
}


.top-menu a{
    color: black;
}

.top-meun a:hover{
    color: #1076b4;
    border-bottom: 1px gray solid;
}

.top-menu-last a{
    color: black;
}

.top-meun-last a:hover{
    color: #1076b4;
    border-bottom: 1px gray solid;
}

/* main */

.top{
   padding: 90px 0;
    background-image: url(../img/recruit-top.jpg);
    background-size:cover;
    color: white;
    font-family: 'Noto Sans JP', sans-serif;
}

.top-around{
    width:1300px;
    margin:auto;
}

.top h2{
    display: block;
    width:120px;
    padding:3px 5px;
    background-color: #1076b4;
    position: relative;
    left:1050px;
}

/* content */

.noto-sans{
    font-family: 'Noto Sans JP', sans-serif;
}


.content{
    padding: 50px 50px 50px;
    width:1300px;
    margin:auto;
}

.m-plus{
    font-family: 'M PLUS 1p', sans-serif;    
}

 hr {
   border-width: 1px 0px 0px 0px; /* 太さ */
   border-style: solid; /* 線種 */
   border-color: #1076b4;   /* 線色 */
   height: 1px;         /* 高さ(※古いIE用) */
   margin:30px 0;
}

.shin-sotsu{
    font-size: 20px;
}

.shin-sotsu span{
    background-color: #1076b4; 
    color:white;
    padding: 5px 12px;
}

.tyuto{
    font-size: 20px;
}

.tyuto span{
    background-color: #e72e35; 
    color:white;
    padding: 5px 12px;
}

.content-detail{
    padding-left:80px;
    font-size: 18px;
}

.table-main{
    display: table;
    padding: 15px 0;
}

.table-detail{
    display: table-cell;
}

/* footer */


footer{
    padding: 10px 0px 20px 0px;
    background-color: #dfdfdf;
    font-family: 'M PLUS 1p', sans-serif;
}

.footer-inner{
    width:1300px;
    margin: auto;
    display: table;
}

.footer-wrap{
    display: table-cell;
    width:820px;
    padding-left: 50px;
	padding-top: 10px;
	padding-bottom: 0;
}

footer a{
    color:black;
	margin-top: 0;
}

footer a:hover{
    text-decoration: underline;
    color: black;
}

footer p a{
    padding-right: 10px;
    display: table-cell;
}