/*------------------------------------------------
   fe-law.jp  top_page.css
   2014.11.25-2018.03.28
 -----------------------------------------------*/
#contents {
	margin-top: 80px;
	padding-bottom: 50px;
	background-color: #fff;
	text-align: center;
}
#top_img {
	margin: 0 auto;
	width: 1000px;
    -webkit-background-size: 100%;
    background-size: 100%;

}

	.text {
    margin: 0 auto;
	padding-left: 17px;
    font-size: 100%;
    width: 510px;
    height: auto;
    text-align: left;
    letter-spacing: 0.1em;
    text-decoration: none;
    position: relative;
    top: 0px;
    left: 0px;
    margin-top: 35px;
}

.top_copy {
	margin: 0 auto;
	margin-top: 40px;
    width: 472px;
    height: 18px;
    position: relative;
}

/* loader */
.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(../images/top_page/loading.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}
/*--------------- For Mobile ---------------*/
@media only screen and (max-width: 768px)
	{
		img {
			width: 100%;
			height: auto;
			margin: 0;
			padding: 0;
		}
		#top_img {
			width: 100%;
		}
}
@media only screen and (max-width: 600px)
	{
		.top_copy {
			width: 100%;
			display: block;
		}
		.text {
			width: 95%;
			padding: 10px;
			font-size: 95%;
		}
}
