@charset "utf-8";

/* -----------------------------------------------------

   container

----------------------------------------------------- */
#container img{
	width: 100%;
}

#gnavi{
	overflow: hidden;
}

#gnavi li{
	float: left;
	width: 20%;
	font-size: 1.2em;
	line-height: 1.8em;
}

#gnavi li a{
	text-decoration: none;
	color: #000;
}

#gnavi li img{
	width: 40px;
	margin-right: 5px;
}

area{
  border:none;
  outline:none;
}

#container h1{
	clear: both;
	margin: 60px 0 0;
}

#container h2{
	clear: both;
	margin: 160px 0 40px 0;
}

#container h2#n01{
	margin: 60px 0 40px 0;
}

#container h3{
	clear: both;
	margin: 80px 0 20px 0;
}

#company-dl{
	width: 600px;
	margin: 0 auto;
	text-align: left;
}

#company-dl dt{
	float: left;
	width: 100px;
	font-weight: bold;
    -webkit-text-align-last: justify;
       -moz-text-align-last: justify;
            text-align-last: justify;
	text-align: justify;
	text-justify: inter-ideograph;
}

#company-dl dd{
	margin: 0 0 10px 0;
	padding: 0 0 0 140px;
}


/* -----------------------------------------------------

   footer-area

----------------------------------------------------- */
form{
	margin: 0 0 0 30px;
	text-align:left;
	
}
#copyright{
	font-size: 0.7rem;
}


/* -----------------------------------------------------

   汎用

----------------------------------------------------- */

/* ページトップ */
#page-top{
    position: fixed;
    bottom: 15px;
    right: 15%;
}

#page-top a{
    display: block;
}

#page-top a:hover{
	opacity: 0.85;
}

#page-top img{
	width: 90px;
}


@media screen and (max-width:1200px){ /* 〜1200px */
#page-top{
    position: fixed;
    bottom: 15px;
    right: 15px;
}
}