@charset "UTF-8";
/* CSS Document */

/* ------------------------------------------------------------
 基本設定
------------------------------------------------------------ */


header{
	width:100%;
	margin:10px auto 0;
}	
.main_txt{
	font-size:1em;
	color:#FFF;
	line-height:1.2em;
	text-align:center;
	margin-bottom:10px;
	}
.icon{
	position:relative;
	width:100%;
	margin:0 auto -5.2em;
	z-index:1;
}	
.icon img{
	width:40%;
}	

.map{
	width:100%;
}
	
.map img{
	width:100%;
}	

.main{
	width:100%;
	margin:0 auto 100px;
}	

.main img{
	width:100%;
}
	
	
/* ------------------------------------------------------------
 今すぐ登録する
------------------------------------------------------------ */
.footer_area {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
	background-color:#903fcc;
	z-index: 2;
}
.footer_area .footer_area_inner {
    padding: 10px 0;
	text-align:center;
}
.footer_area .footer_area_inner img {
	width:80%;
}