@charset "UTF-8";

/*Common*/
.outLineImg {
	margin: 10px 0;
}
/*PC*/
@media screen and (min-width:681px) {
	article dl.outLine {
		width: 580px;
		margin: 0 auto;
		border-top: 1px solid #ccc;
		border-left: 1px solid #ccc;
		padding: 0;
		display: flex;
		justify-content: space-around;
		flex-direction: row;
		flex-wrap: wrap;
		box-sizing: border-box;
	}
	article dl.outLine *:not(a) {
		margin: 0;
		padding: 8px 5px;
		border-right: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
		text-align: left;
		box-sizing: border-box;
	}
	article dl.outLine dt {
		width: 30%;
		background-color: rgb(247,234,230);
	}
	article dl.outLine dd {
		width: 70%;
	}
	#profileTable {
		display: table;
		width: 580px;
		margin-right: auto;
		margin-left: auto;
	}
	#profileTable td, #profileTable th {
		padding-top: 6px;
		padding-bottom: 2px;
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: #CEC0BB;
		vertical-align: top;
	}
	#profileTable th {
		font-weight: bold;
	}
	#profileTable .midashi {
		font-family: Verdana, Geneva, sans-serif;
		font-size: small;
		line-height: 1.4em;
		color: #333;
		width: 180px;
		padding-left: 8px;
	}
	#profileTable .koumoku {
		font-family: Verdana, Geneva, sans-serif;
		font-size: small;
		line-height: 1.4em;
		color: #630;
		padding-left: 8px;
		padding-right: 8px;
	}
}
/*SmartPhone*/
@media screen and (max-width:680px) {
	article dl.outLine {
		width: 90%;
		margin: 0 auto;
		border-top: none;
		border-left: none;
		display: block;
	}
	article dl.outLine * {
		border-right: none;
		border-bottom: none;
	}
	article dl.outLine dt {
		width: 100%;
		padding: 5px 10px;
		border-bottom: 1px solid #ccc;
		background-color: rgb(247,234,230);
	}
	article dl.outLine dd {
		margin-bottom: 10px;
		width: 100%;
	}
	#profileTable {
		width: 100%;
		display: block;
	}
	#profileTable tr {
		display: block;
		margin-bottom: 10px;
	}
	#profileTable th {
		border-bottom: 1px solid #CCCCCC;
		font-weight: bold;
		display: block;
		width: 100%;
	}
	#profileTable td {
		display: block;
		padding-left: 1em;
	}
	iframe.map {
		width: 100%;
	}
}