@charset "utf-8";
body {
    font-size: 16px;
    font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    margin: 0;
    padding: 0;
    color: #555555;
	background-image: url("../images/Back_line.png")
}

* { box-sizing: border-box; }
a { text-decoration: none; }
a {
color:#555;
}

/* Menu Header */

#obi_top {
    width: 100%;
    height: 80px;
}
#menu_0 {
    position:relative;
    width: 1260px;
    height: 80px;
    margin: 0 auto;
    background-color: #FFFFFF;
}
#menu_1 {
    display: flex;
    padding-left: 40px;
}
#company1 {
    font-size: 1.3em;
    font-weight: 600;
    padding-top: 30px;
}
.edogawaku {
    margin-left: 720px;
    font-size: 0.9em;
    padding-top: 31px;
}
.menu_2 {
	width: 50px;
	height: 22px;
	margin-top: 27px;
    margin-left: 10px;
    line-height: 22px;
    font-size: 0.85em;
	text-align: center;
	border-left: 1px solid #BDBDBD;
	border-right: 1px solid #BDBDBD;
}
.menu_3 {
	width: 50px;
	height: 22px;
	margin-top: 27px;
    line-height: 22px;
    font-size: 0.85em;
	text-align: center;
	border-right: 1px solid #BDBDBD;
}
#furin {
    position: absolute;
    z-index: 2;
    top:0;
    right: 30px;
}


/* Title */

#title {
    width: 1260px;
    height: 150px;
    margin: 0 auto;
    text-align: center;
    background-color: #FFFFFF;
}
.title_top {
    font-size: 4em;
    font-weight: 700;
    padding-top: 20px;
}
.subtitle_top {
    font-size: 1.5em;
    font-weight: 700;
    margin-top: 8px;
}
.sonota {
    font-size: 0.8em;
    vertical-align: 0.05em;
}
.color_1 {color: #FF8900;}
.color_2 {color: #085BF8;}
.color_3 {color: #03D32B;}


/* Photo */

#photo_top {
    position:relative;
    text-align: center;
    width: 1260px;
    height: 840px;
    margin: 0 auto;
}
#read_top {
    position: absolute;
    font-size: 1.6em;
    z-index: 2;
    top:100px;
    left: 355px;
    line-height: 1.6em;
}


/* Footer */

#footer {
    width: 100%;
    height: 200px;
    background-color: #E0F2F1;
}
#footer_1260px {
    display: flex;
    width: 1260px;
    margin: 0 auto;
}
#footer_1 {
    padding-top: 35px;
    padding-left: 50px;
}
#footer_2 {
    margin-left: 330px;
    padding-top: 53px;
    width: 360px
}
#footer_text {
    font-size: 0.8em;
    font-weight: 300;
    line-height: 1.5;
}
#footer_3 {
    padding-top: 25px;
    margin-left: 5px;
    width: 300px;
    height: 200px;
}
.yoda_up {
    vertical-align: 0.2em;
}
#yoda_map {
    position: absolute;
    left: 970px;
    top: 32px;
}






/* hover */

#obi_top #menu_0 #menu_1 .menu_2 a:hover {
	color: #FFD600;
}
#obi_top #menu_0 #menu_1 .menu_3 a:hover {
	color: #FFD600;
}

