@charset "utf-8";

body {
	text-align: center;
	}

.logo img { 
		max-width:100%;
		height:auto;	
		text-align: center;
        }

.peq {
	font-size: 0.6em;
	}
	
.peq_d {
	font-size: 0.6em;
	text-align: right;
	margin-right: 10px;
	}

.peq3 {
	font-size: 0.75em;
	font-weight:bold;
	color: #900;
	}
	
.big {
	  color: #900;
	  font-size:2em;
	  font-weight:bold;
	}

.direc a {
		text-decoration:none;
		font-weight:bold;			
		color: #F00;
		font-size: 1.4em;
	}
	
.quest
		{
		text-align: left;
		font-weight:bold;
		color: #900;
	}
	
.quest2
		{
		text-align: left;
		font-weight:bold;
	}
	
h2 {
	color: #900;
	}
	
.text1 {
	text-align:justify;
	}

.text1 a {
		text-decoration:none;
		font-weight:bold;			
		color: #F00;
	}
	
.text2 {
	text-align:justify;
	font-weight:bold;
	font-style:italic;
	}
	
#mail a {
		text-decoration:none;
		font-weight:bold;			
		color: #F00;
	}

#benefit ul { 
		list-style:none;
		padding:0px;
		text-align:left;
	}
	
.gmap {
        position: relative;
        padding-bottom: 75%;
        height: 0;
        overflow: hidden;
    }
.gmap iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }