@charset "utf-8";
/* CSS Document */
#title {
	display: block;
	margin: 20px 0 30px;
	width: 100%;
}
#title img {
	height: auto;
	width: auto;
	max-width: 100%;
}

.subtit {
	font-size: 16px;
	font-weight: 600;
}

#check {
	display: block;
	margin: 30px auto;
	width: 96%;
}

#check h2 {
	background-image: url(../images/urination-check/tit_month_sp.png);
	background-size: contain;
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	margin: 0 0 30px;
	padding-top: 15%;
	height: 0;
	width: 100%;
}

#check-seat {
	display: block;
	margin: 30px auto;
	width: 96%;
}

#check-seat li {
	display: block;
	margin: 5px 0;
	padding: 5px;
	float: left;
	width: 50%;
	box-sizing: border-box;
}

#check-seat li a {
	background-color: #669;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	display: block;
	margin: 0;
	padding: 15px 5px;
	width: 100%;
	box-sizing: border-box;
	border-radius: 4px;
}

#bt-line {
	display: block;
	margin: 1em auto;
	padding: 0;
	width: 96%;
}
#bt-line a {
	font-size: 16px;
	font-weight: 600;
	color: #FFF;
	background-color: #00b900;
	text-align: center;
	display: block;
	margin: 0;
	padding: 1em;
	width: 100%;
	border-radius: 6px;
	text-decoration: none;
	box-sizing: border-box;
}

#urination-record a {
	background-color: #669;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	display: block;
	margin: 30px auto;
	padding: 15px 5px;
	width: 96%;
	box-sizing: border-box;
	border-radius: 4px;
}

#point {
	margin: 5px auto;
	counter-reset:number;
	list-style-type: none!important;
	padding:0.5em;
	width: 90%;
}

#point li {
	position: relative;
	padding-left: 30px;
	line-height: 1.5em;
	padding: 0.5em 0.5em 0.5em 30px;
}

#point li:before {
	position: absolute;
	counter-increment: number;
	content: counter(number);
	display:inline-block;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-radius: 50%;
	left: 0;
	width: 18px;
	height: 18px;
	line-height: 18px;
	text-align: center;
	border: solid 1px #666;
	top: 18px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.num {
	display: inline-block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	text-align: center;
	width: 16px;
	height: 16px;
	border: solid 1px #666;
	border-radius:50%;
	text-align:center;
}

@media only screen and (min-width: 769px) {
#title {
	background-image: url(../images/urination-check/title.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	margin: 120px auto 0;
	height: 230px;
	width: 1015px;
}

#check {
	display: block;
	margin: 60px auto;
	width: 980px;
}

#check h2 {
	background-image: url(../images/urination-check/tit_month.png);
	background-size: auto;
	margin: 0 auto 40px;
	padding-top: 0;
	height: 77px;
	width: 844px;
}

#check-seat {
	display: block;
	margin: 10px 0 30px 1em;
	width: 900px;
}
#check-seat li {
	width: 280px;
}
#check-seat li a {
	width: 250px;
}
#check-seat li a:hover {
	opacity: 0.7;
}

#bt-line {
	display: block;
	margin: 1em 0;
	width: 250px;
}

#urination-record a {
	display: block;
	margin: 10px 0 30px 1.4em;
	width: 250px;
}
#urination-record a:hover {
	opacity: 0.7;
}

#point {
	margin-left: 1em;
	width: 950px;
}
}