﻿@charset "utf-8";
@import url("/tw/CSS/ugC_about.css");

.about-wrap h3 { color:#847348;}

.about-wrap.history .text dl > dt { width:8.5em;}
.about-wrap.history .text dl > dd { width:calc( 100% - 8.5em );}

.about-wrap.location .text dt { width:6em; display:flex; flex-wrap:wrap; align-items: center;justify-content:center; line-height:1.4;}
.about-wrap.location .text dd { width:calc( 100% - 6em );}

@media only screen and (min-width:0px) and (max-width:512px) {
	.about-wrap.history .text dl > dt { width:100%; padding-bottom:0;}
	.about-wrap.history .text dl > dd { width:100%; padding-top:0;}
	
	.about-wrap.location .text dt { width:100%;justify-content:flex-start; padding-left:10px;}
	.about-wrap.location .text dd { width:100%;}
}