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

@import 'style1.css';
@import 'style2.css';

body {

	font-family:"微軟正黑體";

}

textarea{
	font-family:"微軟正黑體";
	font-size:1.5rem;
	line-height:28px;
	}
	
#belt2 .title:after{
	content: "〉";
	display: inline-table;
	position: relative;
	transform: rotate(90deg);
	left: 5px;
	vertical-align: text-bottom;
	padding-left: 10px;
	-webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

#belt2 .title.stay:after{
content: "〉";
transform: rotate(270deg);
-webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

