@charset "utf-8";


/* contents - 各ページ設定
----------------------------------------------------------- */
@import url("contents.css");.choco {
	-webkit-transition: all 0s linear 0s;
	-o-transition: all 0s linear 0s;
	transition: all 0s linear 0s;
}
.choco:active {
	background-color: rgba(255,255,255,0.0);
	width: auto;
	padding-left: 50px;
}
