@charset "UTF-8";
*{
	font-family: "Mplus 1p"; 
	color:#606060;
}

a:link{text-decoration-line: none;}
a:visited{text-decoration-line: none;color:#C0C0C0}
a:active{text-decoration-line: none;}
a:hover{text-decoration-line: underline;}

.nodisp{
	display: none;
}
#container{
	width:98%;
	max-width:980px;
	margin:0 auto;
}

header{
	height:150px;
	margin-bottom:30px;
}
#logo{
	margin:0;
	padding:0;
	height:150px;
}
h1{
	font-size:16pt;
	margin-bottom:30px;
	font-weight:normal;
}

.flex{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.menu{
	text-align:right;
	display: table;
  width: 800px;
	height:150px;
	font-size:16pt;
	letter-spacing: 0.3em;
	color:#909090;
}

.inner{
	display: table-cell;
  vertical-align: middle;
}
#topimage{
	text-align:center;
}
#topimage img{
	width:100%;
	max-width:980px;
}


#bz{
	margin-bottom:30px;
}

h2{
	font-size:25pt;
	margin-bottom:-10px;
	padding-bottom:0;
}
.h2sub{
	font-size:16pt;
	color:#f6ae69;
  vertical-align: 20px;
	padding-left:2em;
}
#bizarea01{
	width:315px;
	margin-right:10px;
}

#bizarea02{
	width:315px;
	margin-right:10px;
}

#bizarea03{
	width:auto;
}

.number{
	font-size:60pt;
	color:#f6ae69;
}
.bz01{
	margin-right:10px;
}
.bz01 h3{
	font-weight:normal;
	margin-bottom:5px;
}
.bz01 p{
	margin-top:5px;
}
.bz02{
	margin-right:10px;
}
.bz02 h3{
	font-weight:normal;
	margin-bottom:5px;
}
.bz02 p{
	margin-top:5px;
}
.bz03{
}
.bz03 h3{
	font-weight:normal;
	margin-bottom:5px;
}
.bz03 p{
	margin-top:5px;
}

footer{
	height:100px;
	width:100%;
	display: table;
	text-align:right;
}

/*about*/

dt{
	border-top:dashed 2px #f6ae69;
}
dd{
}
.top{
	border-top:none;
}
/*dl     { width: 100%; color: #3366ff; margin: 4px 0;    vertical-align: top;}
dl dt  { float: left; clear: left; width:8em; color: #777; padding:1em;    vertical-align: top;}
dl dd  { margin-left: 10em; padding:1em;    vertical-align: top;}*/

dd {
  display: block;
  margin: 0 0 0 10em;
  padding: 0 1%;
}


h3.vision{
	font-size:30pt;
	color:#f6ae69;
}