@charset "utf-8";

ul,
li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#contentContainer {
	height:720px;
}

#inner {
	height:720px;
}

.selectBtn {
	outline: 3px solid #f00;
	box-sizing: border-box;
}

.contents_btn {
	cursor: pointer;
}

.thishelpBtn {
	position: absolute;
	left: 1110px;
	top: 30px;
	cursor: pointer
}

.thishelpText {
	display: none;
	background: #fff;
	border: 3px solid #969696;
	padding: 15px;
	font-size: 18px;
	width: 460px;
	position: absolute;
	left: 640px;
	top: 50px;
	z-index: 10000;
}

.helpText p {
	margin: 0;
	padding: 0;
}

.hyou {
	position: absolute;
	top: 80px;
	left: 0px;
}

.utenDisp {
	position: absolute;
	top: 100px;
	left: 760px;
}

.checkOff {
	position: absolute;
	top: 226px;
	left: 780px;
	width: 40px;
	display: block;
	cursor: pointer;
}

.checkOn {
	position: absolute;
	top: 226px;
	left: 780px;
	width: 40px;
	display: none;
	cursor: pointer;
}

.utenFlgCheck {
	position: absolute;
	top: 235px;
	left: 828px;
	width: 230px;
}

#t_dry {
	position: absolute;
	top: 154px;
	left: 140px;
	width: 716px;
	display: none;
}

#t_rain {
	position: absolute;
	top: 155px;
	left: 140px;
	width: 729px;
	display: none;
}

#grey1 {
	position: absolute;
	top: 420px;
	left: 477px;
	width: 392px;
	height: 53px;
	background-color: #d2d2d2;
	opacity: 0.2;
}

#grey2 {
	position: absolute;
	top: 49px;
	left: 477px;
	width: 392px;
	height: 53px;
	background-color: #d2d2d2;
	opacity: 0.2;
}