@charset "utf-8";

#main>main>article p:first-of-type {
	margin-bottom: 0;
	padding-bottom: 0;
}
#main>main>article img {
	margin: 5px 5px 5px 0;
	padding: 0;
	width: 404px;
	height: 304px;
	border-radius: 4px;
}

#main>main>article #hikaku_stage div img {
	position: absolute;
	/*top: -3px;*/
	left: 0;
	margin-top: 0;
	padding-top: 0;
}

#now_coment,#past_coment {
	position: absolute;
	top: 306px;
	line-height: 1em;
	left: 0;
	width: 372px;
	border: 1px solid #ccc;
	border-radius: 5px;
	background-color: #666;
	color: #eee;
	text-align: left;
	padding: 5px;
	padding-left: 15px;
	padding-right: 15px;
}

#now_mark p,#past_mark p {
	position: absolute;
	top: 10px;
	/* left: 330px; */
	right: 10px;
	color: #eee;
	text-align: center;
	vertical-align: middle;
	padding: 0 6px;
	border: 3px solid #eee;
	border-radius: 9px;
	font-size: 22px;
	text-shadow: 4px 4px 3px #222;
	box-shadow: 3px 3px 2px #222, 3px 3px 2px #222 inset;
	font-weight: normal;
	z-index: 9000;
}

#main>main>article #hikaku_stage * {/*アニメーション*/
	-moz-transition: 1s;
	-webkit-transition: 1s;
	-o-transition: 1s;
	-ms-transition: 1s;
	transition: 1s;
}

#main>main>article #hikaku_stage {
	position: relative;
	width: 404px;
	height: 304px;
	margin-top: 0;
	margin-left: 5px;
	margin-bottom: 75px;
	padding-top: 0;
	cursor:pointer;
}
#touch_mark {
	display: block;
	opacity: 0;
	width: 404px;
	height: 304px;
	position: absolute;
	top: 0;
	left: 0;
	/* background-color: red; */
	z-index: 9000;
}
#ra_hikaku_nowpast:checked ~ #hikaku_past  {
	opacity: 0;
}
#ra_hikaku_nowpast:not(:checked) ~ #hikaku_past  {
	opacity: 1;
}

#ra_hikaku_nowpast:checked ~ #now_coment {
	opacity: 1;
}
#ra_hikaku_nowpast:checked ~ #past_coment {
	opacity: 0;
}
#ra_hikaku_nowpast:not(:checked) ~ #now_coment {
	opacity: 0;
}
#ra_hikaku_nowpast:not(:checked) ~ #past_coment {
	opacity: 1;
}
#ra_hikaku_nowpast:checked ~ #now_mark {
	opacity: 1;
}
#ra_hikaku_nowpast:checked ~ #past_mark {
	opacity: 0;
}
#ra_hikaku_nowpast:not(:checked) ~ #now_mark {
	opacity: 0;
}
#ra_hikaku_nowpast:not(:checked) ~ #past_mark {
	opacity: 1;
}

.no_sma { display: none; }

