@charset "UTF-8";
/*line_height.css*/


.line_height {position: relative; width: 400px; height: 100px;
	background-color: #999;}
.line_height>p {position: absolute; top:50%; transform:translateY(-50%);
	width: 100%; height: auto;
	background-color: #fff; text-align: center;}