@charset "utf-8";

/* ---------------- accorditon */

.acdboxtt {
	display:block;
	background:#fff;
	border:1px #ebf8fe solid;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: 1px 1px 1px rgba(000,000,000,0.3);
	-webkit-box-shadow: 1px 1px 1px rgba(000,000,000,0.3);
	-o-box-shadow: 1px 1px 1px rgba(000,000,000,0.3);
	-ms-box-shadow: 1px 1px 1px rgba(000,000,000,0.3);
	box-shadow: 1px 1px 1px rgba(000,000,000,0.3);
	overflow:hidden;
	cursor:pointer;
}
.acdboxtt {
	display:table;
	width:100%;
	padding:10px;
}
.acdboxtt span {
	display:table-cell;
	vertical-align:middle;
	padding:0 10px 0 0;
}

/* ------------------------ rolling img setting */

span.rolling, span.acdopen {
	line-height: 20px;
	width:20px !important;
	padding:0;
}
.acdboxtt .icons{
	width: 66px !important;
}
.acdboxtt .icons img {
	width: 56px !important;
	height: 56px !important;
	border:1px #ebf8fe solid;
	
}
span.rolling img {
	width: 20px;
	height: 20px;
	-moz-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	transition: all 1s ease;
}
span.acdopen img {
	-moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

/* ------------------------ only index page */

#acdbox .toggles {
	display:none;
	background:#feffe5;
	border-right:1px #ebf8fe solid;
	border-bottom:1px #ebf8fe solid;
	border-left:1px #ebf8fe solid;
	padding:10px;
}
