@charset "UTF-8";
/* Home */

.list_page li {
	list-style: disc;
}
.list_info li {
	list-style: disc;
	margin-left: 1em;
}


@media handheld, only screen and (min-width: 1020px) {
	
.ctext span {
	display: inline;
}

/* end of media query */	
}

@media handheld, only screen and (min-width: 1020px) {
	
.ctext span {
	display: inline;
}

/* end of media query */	
}

@media handheld, only screen and (min-width: 481px) {
	
.ctext {
	font-size: 31px;
}

/* end of media query */	
}

@media handheld, only screen and (min-width: 801px) {
	
.ctext {
	font-size: 40px;
}


@-webkit-keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(-20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); }
}

@keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(-20px); -ms-transform: translateY(-20px); transform: translateY(-20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}







@media handheld, only screen and (min-width: 481px) {
.bg_photo_resp {
	height:300px;
}
#test_text {
	position:relative;
	left:0px;
	top:50px;
	color:#fff;
}

/* end of media query */	
}


@media handheld, only screen and (min-width: 801px) {

.bg_photo_resp {
	height:400px;
}
#test_text {
	position:relative;
	left:0px;
	top:100px;
	color:#fff;
}

/* end of media query */
}