@charset "UTF-8";
/* CSS Document */

*{
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

body{
	background: black;
	color: white;
	font-family: 'Noto Sans TC', sans-serif;
}

.inner{
	position: relative;
	width: 80%;
	margin: auto;
	margin-top: 100px;
}

a{
	color: white;
	font-weight: normal;
	font-size: 1.1em;
}

h1{
	cursor:default;
	color: white;
	font-style: normal;
	font-weight: 700;
	font-size: 30px;
}
p{
	cursor:default;
	color: white;
	font-weight: normal;
	font-size: 1.1em;
	margin-bottom: 2em;
}

p{
	word-wrap:break-word;
	word-break:normal;
}

.office{
	letter-spacing:4px;
	position: relative;
	display: flex;
	flex-direction: column;
}

.name{
	position: relative;
	display: flex;
	flex-direction: row;
}

.center{
	text-align: center;
}

.left{
	flex: 1;
	margin: 6px;
	text-align: left;
}

.right{
	flex: 1;
	margin: 6px;
	text-align: right;
}

section{
	margin-bottom: 7em;
}


img.imgmap{
	display: block;
	margin: auto;
	width: 100%;
}

img.imgbox{
	display: block;
	margin: auto;
	margin-bottom: 2em;
	width: 100%;
}
