@charset "utf-8";

/*=========================================
アコーディオン
=========================================*/

.acordion{
	background:#55BD08;
	box-shadow: 0 0 4px rgba(0,0,0,0.3);
	margin: 0 5px 10px;
	/*border-radius:5px;*/
}

.trigger{
	/*padding:10px 10px 10px 15px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #e5e5e5), color-stop(0.00, #ffffff));
	background: -webkit-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
	background: linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
	border-radius:5px;*/
	font-size:88%;
}

.trigger.active{
	/*border-radius:5px 5px 0 0;
	border-bottom:1px solid #cfcfcf;*/
}

.acordion_tree{
	background:#ffc;
	color:#620;
}

.open-close {
	float:right;
	text-indent:-9999px;
	display:block;
	margin-top:3px;
	/*background:url(../../../images/event/newcon2/top130429/top_sengen.png) no-repeat;
	background-size:contain;
	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;*/
}


/*=========================================
アコーディオン_写真
=========================================*/

#top_photo .acordion{
	background:#FF6699;
	box-shadow: 0 0 4px rgba(0,0,0,0.3);
	border
	margin: 0 5px 10px;
	/*border-radius:5px;*/
}

#top_photo .trigger{
	/*padding:10px 10px 10px 15px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #e5e5e5), color-stop(0.00, #ffffff));
	background: -webkit-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
	background: linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
	border-radius:5px;*/
	font-size:88%;
}

#top_photo .trigger.active{
	/*border-radius:5px 5px 0 0;
	border-bottom:1px solid #cfcfcf;*/
}

#top_photo .acordion_tree{
	background:#fde;
	color:#620;
}

#top_photo .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;*/
}

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


/*=========================================
アコーディオン_ことのはじまり
=========================================*/

#top_beginning .acordion{
	background:#359FDB;
	box-shadow: 0 0 5px rgba(0,0,0,0.6);
	margin: 0 auto 10px;
	/*border-radius:3px;*/
	text-align:left;
	width: 90%;
}

#top_beginning .trigger{
	padding: 5px 10px;
	/*background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #e5e5e5), color-stop(0.00, #ffffff));
	background: -webkit-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
	background: linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
	border-radius:5px;*/
	font-size:20px;
	color:#FFF;
}

#top_beginning .trigger.active{
	/*border-radius:5px 5px 0 0;
	border-bottom:1px solid #cfcfcf;*/
}

#top_beginning .acordion_tree{
	background:#ffc;
	color:#620;
}

#top_beginning .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;*/
}

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

