@charset "utf-8";
/* CSS Document */

.tree{
	margin:0;
	padding:0;
}
.tree .tree-row{
	margin:0;
	padding:0;
	padding-top: 0;
	position:relative;
}
.tree .tree-row img{
	max-width:100%;
	height:auto;
}
.tree .tree-name{
	position:absolute;
	bottom:0;
	right:0;
}
.tree .detail{
	margin-top:20px;
font: 24px/32px 'THK2DJuly8', Arial, sans-serif;
}

.tree .text-purple{
	color:#6a2d6c;
}

@media (max-width: 374px) {
	.tree .tree-name{
	bottom: -120px;	
}
.tree .detail{
	margin-top: 140px;	
}
	 }
@media (min-width: 375px) and (max-width: 419px) { 
.tree .tree-name{
	bottom: -120px;	
}
.tree .detail{
	margin-top: 140px;	
}
 }
@media (min-width: 420px) and (max-width: 575px) { 
.tree .tree-row{
	min-height: 400px;	
}
.tree .tree-name {
       bottom: 50px;
    right: 20px;
}
.tree .detail{
	    margin-top: 0;	
}
 }
@media (min-width: 576px) and (max-width: 767px) { ... }
@media (min-width: 768px) and (max-width: 991px) { 
.tree .tree-row img{
	    max-width: 72%;
}
.tree .tree-name{
	right: -120px;	
}
 }
@media (min-width: 992px) and (max-width: 1199px) { ... }
@media (min-width: 1200px) and (max-width: 1280px) { ... }
@media (min-width: 1281px) and (max-width: 1366px) { 
.tree .tree-row img{
	    max-width: 70%;	
}
.tree .tree-name {
	    right: -110px;	
}
 }
@media (min-width: 1367px) and (max-width: 1440px) { ... }
@media (min-width: 1441px) and (max-width: 1600px) { ... }