@charset "utf-8";

header.header_bg_profile {
	background-image: url(./img/header_image.jpg);
}
table.company_profile p {
	margin-right: 0px;
	margin-left: 0px;
}
p.greet , p.president{
	font-family: "Sei Kaisho CB1";
	font-size: 1.5em;
	line-height: 1.5em;
	padding:0px 30px ;
}
p.president{
	text-align: right ;
}


.map {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    /* 16:9のアスペクト比 */
    height: 0;
}

.map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
table.history tr th {
	width: 120px;
	font-weight: normal;
	background-color: #F6FBFC !important;
}
/*****************************************************
-----（ここから760px以下）-----
******************************************************/

@media screen and (max-width:760px) {

table.history tr th {
	 padding-top: 5px !important;
	 padding-bottom: 5px !important;
	 font-weight: bold ;
}

}