@charset 'utf-8';

/* ------------------------------
 天神利用ガイド
------------------------------ */

#guide_cont .title {
	margin-bottom: 0;
	cursor: pointer;
	background-color: #f5f5f5;
	background-image: url(../img/common/toggle-close.svg);
	background-repeat: no-repeat;
}

#guide_cont .title.on {
	background-image: url(../img/common/toggle-open.svg);
}

@media screen and (min-width: 0) and (max-width: 899px) {
	#guide_cont .title {
		background-position: 95% center;
		background-size: 5% auto;
	}
	#guide_cont .title.on {
		margin-bottom: 3.125%;
	}
}

@media screen and (min-width: 900px) {
	#guide_cont .title {
		background-position: 865px center;
		background-size: auto 15px;
	}
	#guide_cont .title.on {
		margin-bottom: 3.125%;
	}
}


/*
--------------------------------------------------------------------------------
 END OF CSS
--------------------------------------------------------------------------------
*/
