/*	IMPORT RESET	*/
@import url("reset.css");
/*	IMPORT BASIC	*/
@import url("basic.css");
/*	<header><footer><nav>ｿｰｽのｲﾝﾎﾟｰﾄ	*/
@import url("nav.css");
/*	ﾌﾚｯｸｽﾎﾞｯｸｽのｲﾝﾎﾟｰﾄ	*/
@import url("co-flexbox.css");

body {
	position: relative;
}
/*--------------------------------------------------------
	ｺﾝﾃﾝﾂ部分の設定
----------------------------------------------------------*/
header {
	width: 100%;			/*--横幅を100％に設定--*/
	max-height: none;		/*--縦幅を設定しない--*/
	padding: 0;			/*--上下の余白を設定--*/
	margin: 0 auto;			/*--要素自体中央右寄せに設定--*/
	z-index: 10;
}
.im {
	position:relative;
}
.im img {
	width: 100%;
}
.im span { 
	position:absolute; 
	bottom: 0; 
	right: 0; 
	width: auto; 
	padding: 0 10px;
	font-size: 14px;
	color: white; 
	line-height:1.2; 
	white-space:nowrap;
	text-align: right;
	text-shadow: 3px 3px 5px black , -3px -3px 5px black;
}
.office {
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	-webkit-flex-direction: column;
}
.office img {
	display: inline;
	margin-right: 3px;
	vertical-align: middle;
}
.one, .two {
	margin: 0 3px;
}

.info {
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 1.3; 
	text-align: justify;
	text-justify: inter-ideograph;
	background-color: #f7f7f7;
}
.info p {
	padding: 5px;
	text-indent: 1em;
}
@media screen and (min-width: 768px) {
.office {
	flex-direction: row;
}
.one {
	width: 58%;
}
.two {
	-webkit-flex-grow: 1;
	flex-grow: 1;
}}
table {
	border-collapse: collapse;
	width: 100%;
	font-size: 100%;
}
table th,table td {
	padding: 7px 3px;
	border: 1px solid #999;
	vertical-align: middle;
}
table th {
	background-color: #F3F2FF;
	text-align: center;
	width: 25%;
	text-justify: kashida;
}
table td {
	background-color: #f7f7f7;
}
table td.tan {
	width: 18%;
}
table td.map {
	width: 100%;
	padding: 0;
}
table td.ab {
	border: none;
}
table td.ac {
	border: none;
	border-right: 1px solid #999;
}
@media only screen and (min-width: 500px) {
p.text br {
	display: none;
}}
#map_canvas {
}
/*	ﾃﾞﾊﾞｲｽ縦向きのﾍｯﾀﾞｰ内表示	 */
@media screen and (orientation:portrait){
header {
	margin: 0px;			/*　外側の余白なし　*/
}}