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/about-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:260px;
    padding:3px;
    background-color: #1076b4;
    position: relative;
    left:1000px;
}

.content{
    padding: 58px 50px 40px;
    font-family: 'Noto Sans JP', sans-serif;
    margin:auto;
    width:1300px;
}


.content p{
    font-size: 16px;
	line-height: 1.5em;
	margin-bottom: -24px;
}

.content-detail{
    display: table;
    vertical-align:top;
    margin:20px auto;
    width:1300px;
    padding-left: 50px;
}

.content-img{
    display: table-cell;
    vertical-align:top;
}

.content-text{
    font-family: 'M PLUS 1p', sans-serif;
    display: table-cell;
    width:1000px;
    vertical-align:top;
    padding-left: 100px;
}

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

.content-text p{
    width:500px;
    margin-bottom: 9px;
}



/* 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:1130px;
    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;
}