@charset "UTF-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
}


body {
	background:#FFF url(../img/share/bg.gif) no-repeat left top;
	font-family:Verdana, "ＭＳ Ｐゴシック", sans-serif;
	font-size:80%;

}

html {
	overflow-y:scroll;
}


img {
	border:0;
}




/* Link Color ----------------------------------------------------------- */
a:link {
	color:#078D00;
	text-decoration:none;
}
a:visited {
	color:#189B12;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
a:active {
	color:#666;
}

#pagetop{
    position: absolute;
    top: 0;
}


header{
    position: relative;
    left: calc(50% - 480px);
    width: 960px;
    height: 100px;

}

footer{

    padding: 40px 0;
    position: relative;
    left: calc(50% - 480px);
    width: 960px;
    height: 100px;

}
table{
    border: 0 ;
}
td{
    border-top: 0;
    border-right: 0;
    border-left: 0;
    border-bottom: 1px solid rgba(174,172,172,1.00);
    padding: 10px ;
    font-size: 12px;
}
th{
    color: rgba(19,45,156,1.00);
    font-size: 15px;
    text-align: left;
    padding: 15px 5px 0px 10px ;
    border: 0;

}
.td_sbjct{
    width: 100px;
}

.footer_title{
    padding: 0;
    margin: 0 0 5px 0 ;
    font-size: 17px;
    font-weight: 600;
    color:rgba(181,181,181,1.00);
}
.footer_data{
    font-style: normal;
    padding-bottom: 5px;
    margin: 0;
    font-size: 12px;
    font-weight: 400;
    color:rgba(181,181,181,1.00);
}
.footer_cr{
    text-align: right;
    font-size: 9px;
    font-weight: 200;
    color:rgba(181,181,181,1.00);
}


.top_nav{
    position: relative;
    right: 0;
    bottom: 0;
    height: 98px;
    background-color: rgba(235,56,59,1.00);
}

.menu{
    display: flex;
    list-style: none;
    width: 440px;
    height: 98px;
    overflow: hidden;
}

.foat_l{
    float: left;
}
.float_r{
    float: right;
}
/*
ul li .menu {
    float: left;
    margin-left: -1px;
    width: 110px;
    height: 98px;
    overflow: hidden;
		}



.menu{
    display: flex;
    list-style: none;
}


.menu img{
    width: 110px;
    height: 98px;
    object-fit: none;
    object-position: top;
}
*/

.container_01{
    display: flex;
    height: 600px;
    position: relative;
    padding: 40px 0 0 0;
    width: 100%;
    background-color:rgb(255,255,255)
}
.container_02{
    display: flex;
    min-height: 100vh;
    position: relative;
    padding: 40px 0 0 0;
    width: 100%;
    background-color:rgb(255,255,255)
}
.container_03{
    display: flex;
    min-height: 100vh;
    position: relative;
    padding: 40px 0 0 0;
    width: 100%;

    background-color:rgb(255,255,255)
}

.container_center{
    position: relative;
    width: 960px;
    left: calc(50% - 480px);

}

.content_aboutus{
    height: 1000px;
    width: 380px;
    margin: 120px 0 0 0;

}
.content_access{
    width: 740px;
    height: 600px;
    margin: 160px 0 0 120px;
    

}

.content_access_data{
    width: 740px;
    height: 300px;

    margin: 20px 0 0 120px;

}
.access_data_txt{
    font-size: 14px;
    font-weight: 400;
    margin: 5px 0 0 0 ;
}

.content_ani01{
    position: relative;

}
.content_ani02{
    position: relative;

}

.top_container_bg{
    background-image: url("../images/top_right3.gif");
    background-position: top 40px right 0px ;
    background-repeat: no-repeat;
}
.au_container_bg{
    background-image: url("../images/aboutus_bg.png");
    background-position: top 40px center;
    background-repeat: no-repeat;
}
.acs_container_bg{
    background-image: url("../images/access_bg.gif");
    background-position: top 40px center;
    background-repeat: no-repeat;
}


.bkt_btn{
    text-align: right;
}