@charset "utf-8";




#title { padding:10px; border:1px solid #e8e8e8; text-align:center; }
#title > h2 {  line-height:1.3em; }
#title > h3 { font-weight:normal; padding-top:10px; }



section.explain {
	padding:10px; font-size:12px; border:1px solid #e8e8e8; color:#999; text-align:center;
	line-height:1.5em;
}




section.rolling {
	width: 512px; height:23px; float: left; margin: -15px 0 3px 0; font-size: 13px; overflow: hidden;
	border-bottom: 1px solid #e6e6e6;
}

section.rolling > h2 {
	width: 65px; height:23px; font-size: 13px; float: left; margin: 0; padding-top: 3px;
}

section.rolling > section.rolling_wrapper {
	/*width:80%;*/
	float: left; position: relative; top: 0;
	-webkit-transition: top 0.3s ease-in-out;
	-moz-transition: top 0.3s ease-in-out;
	-ms-transition: top 0.3s ease-in-out;
	-o-transition: top 0.3s ease-in-out;
	transition: top 0.3s ease-in-out;
}

section.rolling > section.rolling_wrapper .rolling_txt {
	clear: both; width: 100%; height: 23px;
}
section.rolling > section.rolling_wrapper .rolling_txt p {
	white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
	padding-top: 3px; font-size: 13px; cursor: pointer;
}



