body {
	background-image: url(../img/background.jpg);
	font-family: sans-serif;
}
img {
	max-width: 80%;
}
p {
	font-size: 18px;
}
#wrapper {
	width: 780px;
	margin: auto;
}
#contents {
	width: 780px;
	margin-top: auto;
}
.text-center {
	text-align: center;
}
.margin-t50 {
	margin-top: 50px;
}
.margin-b50 {
	margin-bottom: 50px;
}
.margin-l40 {
	margin-left: 40px;
}
.relative {
	position: relative;
}
.position1{
	position: absolute;
	top : 17%;
	left: 20%;
}
.position2{
	position: absolute;
	width: 500px;
	top : 24%;
	left: 18%;
}
.position2 div.time{
	padding: 15px;
}
.position3 {
	position: absolute;
	width: 480px;
	top : 31%;
	left: 19%;
}
.position3 img {
	background-color: #f8faf0;
}
.position4 {
	position: absolute;
	width: 600px;
	top : 40%;
	left: 11%;
}
.uranai {
	width: 30%;
}
.flf {
	float: left;
}
.dropdown {
	display: inline-block;
	position: relative;
	overflow: hidden;
	height: 48px;
	width: 120px;
	background: #f2f2f2;
	border: 1px solid;
	border-color: white #f7f7f7 #f5f5f5;
	border-radius: 3px;
	background-image: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, 0.06));
	background-image: -moz-linear-gradient(top, transparent, rgba(0, 0, 0, 0.06));
	background-image: -o-linear-gradient(top, transparent, rgba(0, 0, 0, 0.06));
	background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.06));
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
}
.dropdown:before, .dropdown:after {
	content: '';
	position: absolute;
	z-index: 2;
	top: 20px;
	right: 10px;
	width: 0;
	height: 0;
	border: 4px dashed;
	border-color: #888 transparent;
	pointer-events: none;
}
.dropdown:before {
	border-bottom-style: solid;
	border-top: none;
}
.dropdown:after {
	margin-top: 7px;
	border-top-style: solid;
	border-bottom: none;
}

.dropdown-select {
	position: relative;
	width: 180%;
	margin: 0;
	padding: 6px 40px 6px 10px;
	height: 48px;
	line-height: 34px;
	font-size: 32px;
	color: #000000;
	text-shadow: 0 1px white;
	/* Fallback for IE 8 */
	background: #f2f2f2;
	/* "transparent" doesn't work with Opera */
	background: rgba(0, 0, 0, 0) !important;
	border: 0;
	border-radius: 0;
	-webkit-appearance: none;
	text-align: center;
}
.dropdown-select:focus {
	z-index: 3;
	width: 130%;
	color: #394349;
	outline-offset: -2px;
	outline: 0;
}
.dropdown-select > option {
	margin: 3px;
	padding: 6px 8px;
	text-shadow: none;
	background: #f2f2f2;
	border-radius: 3px;
	cursor: pointer;
}

/* Fix for IE 8 putting the arrows behind the select element. */
.lt-ie9 .dropdown {
	z-index: 1;
}
.lt-ie9 .dropdown-select {
	z-index: -1;
}
.lt-ie9 .dropdown-select:focus {
	z-index: 3;
}
