
*{
	padding:0;
	margin:0;
	box-sizing: border-box;
}

/*  LA 2019.08.19 Portable */
@font-face {
	font-family: 'Ubuntu';
	src:  url('/common/fonts/ubuntu/Ubuntu-Regular.ttf');
	font-weight: normal;
	font-style: normal;
  }

body
{
  font-family: "Ubuntu", Tahoma, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.9em;

}

#container
{
	position: relative;
	background-attachment: fixed;
	background-position: center;
}


#image_out
{
	float: left;
	margin-top:  0.2em;
	margin-left: 1.05em;
	display: inline-block;
}

#text_out
{
	position: absolute;
    top: 50%;
    left: 50%;
	margin-left: 2.1em;
  transform: translate(-50%, -50%);

	overflow: hidden;
}

h1,
h2
{
	display: block;
  color:#195591 ;
	font-weight: 200;
	font-variant: small-caps;
	letter-spacing: -0.25px;
  line-height: 1.1rem;
}

h1
{
	font-size: 1.2em;
	font-weight: bold;
}

h2
{
	font-size: 1.0em;
}

br
{
	clear: both;
}

@media only screen and (max-width: 767px)
{

   h1 {
      font-size: 1.0em;
   }

   h2 {
      font-size: 0.9em;
   }

}
