@charset "utf-8";
/* CSS Document */
.optionFeeBlock ul {
	display: none;
}


.optionFeeBg{
	cursor: pointer;
}

.optionFeeBg div.arrow{
	position:absolute;
	top:0;
	right:0;
	
	height:40px;
	width:100%;
	
	background: url(../images/arrow_down.png);
	background-repeat: no-repeat;
	background-size:4%;
	background-position:99% 50%;
}
.optionFeeBg.active div.arrow {
	background: url(../images/arrow_up.png);
	background-repeat: no-repeat;
	background-size:4%;
	background-position:99% 50%;
}


	/*
	tablet
	*/
	@media screen and (min-width: 600px) and (max-width: 860px) {
	}



		/*
		SP
		*/
		@media screen and (min-width: 0px) and (max-width: 599px) {
		.optionFeeBg div.arrow{
			position:absolute;
			top:0;
			right:0;
			
			height:40px;
			width:100%;
			
			background: url(../images/arrow_down.png);
			background-repeat: no-repeat;
			background-size:10%;
			background-position:99% 50%;
		}
		.optionFeeBg.active div.arrow {
			background: url(../images/arrow_up.png);
			background-repeat: no-repeat;
			background-size:10%;
			background-position:99% 50%;
		}
		}