@charset "utf-8";

/* CSS Document */

/*アコーディオン
-------------------------------------*/
.acordion {
	background:#fff;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
}

.trigger {
	padding:10px 10px 10px 15px;
	font-size: 110%;
	font-weight: bold;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #b2da22), color-stop(0.00, #cce434));
	background: -webkit-linear-gradient(#cce434, #b2da22);
	background: -moz-linear-gradient(#cce434, #b2da22);
	background: -o-linear-gradient(#cce434, #b2da22);
	background: -ms-linear-gradient(#cce434, #b2da22);
	background: linear-gradient(#cce434, #b2da22);
}

.trigger.active {
	border-bottom:1px solid #a7cb1d;
}

.acordion_tree {
	padding:10px;
	font-size:84%;
}

.open-close {
	float:right;
	text-indent:-9999px;
	display:block;
	margin-top:3px;
	height:11px;
	width:20px;
	background:url(../images/open.png) no-repeat;
	-webkit-background-size:20px 11px;
}

.trigger.active .open-close {
	background:url(../images/close.png) no-repeat;
	-webkit-background-size:20px 11px;
}

/*スワイプ
-------------------------------------*/

.viewport {
	width: 280px;
	overflow: hidden;
	margin: 0 auto;
	-webkit-transform: translateZ(0);
}

.flipsnap {
	width: 1680px;/* 270px(item)+border10px * 6  */
}

.flipsnap:after {
	content: '';
	display: block;
	clear: both;
	height: 0;
}

.item {
	width: 270px;
	margin: 0;
	text-align: center;
	border: 5px solid #ccc;
	float: left;
	color: #666;
	height: auto;
	min-height: 260px;
/*height: 202px;*/ }

.item p {
	font-size: 80%;
	padding: 5px;
	line-height: 1.5;
	text-align: left;
}

.viewport .pointer {
	text-align: center;
}

.viewport .pointer span {
	display: inline-block;
	width: 6px;
	height: 6px;
	border-radius: 6px;
	border: 1px solid #333;
}

.viewport .pointer span.current {
	background:#ffc11b;
}
