/* CSS Document */

.gMap { position: relative; padding-bottom: 56.25%; padding-top: 30px; height: 0; overflow: hidden; }
.gMap iframe,
.gMap object,
.gMap embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

@media screen and (min-width: 481px){
	dl.base {
		overflow:hidden; 
		background: #666666;
		background: -moz-linear-gradient(left,  #666666 0%, #666666 25%, #ffffff 25%, #ffffff 100%);
		background: -webkit-linear-gradient(left,  #666666 0%,#666666 25%,#ffffff 25%,#ffffff 100%);
		background: linear-gradient(to right,  #666666 0%,#666666 25%,#ffffff 25%,#ffffff 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#ffffff',GradientType=1 );
		margin-bottom: 20px;
	}
	dl.base dt { width: 25%; }
	dl.base dd { width: 75%; }
}

dl.base { background: #F6F6F6; }
dl.base dt {  color: #333333; background: #F6F6F6; }
dl.base dd {  color: #333333; background: #F6F6F6; }

.testStrong { font-weight: bold; }
.textColor01 { color: #e50012; }
