﻿@charset "UTF-8";
/* CSS Document */
.tra{}
.tra hr{
	margin: 10px 0 10px;
}
.tra-heading {
	text-align: left;
	font-size: 22px;
	padding: 0 0 10px 0;
}
.tra-body{
	padding: 5px 0;
}
.tra-space{
	display: inline-block;
	width:170px;
}
.tra-img{
	display: inline-block;
	width: 45px;
	padding: 0 0 3px 0;
}
.tra-space p{
	display: inline-block;
	font-size:12px;
}
.tra-space span{
	font-size: 24px;
	color: #009FC6;
	line-height: 40px;
	padding: 3px;
}
span.upperlimit{
	font-size: 15px;
	vertical-align: top;
	line-height: 30px;
	color: #7A7A7A;
	padding: 0 5px 10px 8px;
	background-image: url(../img/Flow/iimit.png);
	background-repeat: no-repeat;
	background-size: 40px;
	background-position: -20px -15px;
}

@media only screen and ( max-width: 767px){
	.tra-heading{
		text-align: center;
	}
	.tra-space{
		width: 150px;
	}
	.tra-img{
		width: 45px;
		padding: 0 0 10px 0;
	}
}