@charset 'utf-8';


.txt{
    width: 100%;
    margin-top: 35px;
    font-size:14px;
    font-size:1.4rem;
    line-height: 1.7;
    color:#FFF;
}


.image{
    margin-top: 35px;    
}

.wrapper{
	background-image:url("../img/bg_ptn.png");
	background-repeat:repeat-y;
	width:1024px;
	height:auto;
	margin:40px 0 40px 0;
}

.wrapper .mapArea{
	padding:70px 70px;
}

a {
	color:#a2802e;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
	
}
