/*
Theme Name: fudeya
Theme URI: 
Template: lightning
Description: 
Author: kumanoit
Tags: 
Version: 0.0.1
*/

.archive-sales {
	width: 10%;
/*	margin: 0 0 20px 0; */
padding: 0 20px 0 0;
}

.single-sales {
	width: 50%;
/* float: left; */
/*	margin-right: 20px; */
padding: 0 20px 0 0;
/*	text-align: right; */
}

.single-event {
	width: 30%;
/* float: left; */
/*	margin-right: 20px; */
padding: 0 20px 0 0;
/*	text-align: right; */
}

/* 横幅を指定するための要素 */
/* .map-wrap { */
/*   max-width: 60%; */ /* ここに横幅を指定 */
/*	text-align: left; */
/* 	align: left; */
/* } */

/* Google Mapを囲う要素 */
/ .event-map { */
/*   position: relative; */
/*   width: 100%; */
/*   height: 0; */
/*   padding-top: 60%; */ /* 比率を5:3に固定 */
/* } */
 
/* Google Mapのiframe */
/* .event-map iframe { */
/*   position: absolute; */
/*   top: 0; */
/*   left: 0; */
/*   width: 100%; */
/*   height: 100%; */
/* } */


@media (max-width: 639px) {
	.archive-sales {
		 width: 100%;
	}
	.single-event {
		 width: 100%;
	}
	.map-wrap {
	  max-width: 100%;
	}


}
