#Push {
    padding: 20px 0;
}

.indexText {
	border: none;
}

#Push section h2 {
    color: #666;
    font-size: 20px;
    font-weight: bold;
    padding: 10px;
    margin-bottom: 10px;
}

#Push section {
    padding-bottom: 10px;
}

#Push section div.Box-01 {
	border: 1px solid #d1d1d1;
	padding: 20px 10px;
	margin: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #FAFAFA;
}

#Push section div.Box-01 h2 {
	border: none;
	padding: 0;
	margin-bottom: 20px;
    text-align: center;
}

#Push section p {
	padding: 10px;
    font-size: 1.5rem !important;
    line-height: 1.6 !important;
}

#Push section img.w-100 {
	width: 100%;
    max-width: 600px;
	height: auto;
	border: 1px solid #eee;
}

#Push section:last-child {
    padding-bottom: 30px;
}

#Push section ul {
    padding-top: 20px;
}
p.btnArea {
    text-align: center;
    display: block;
    margin-bottom: 30px;
    font-size: 16px;
    font-weight: bold;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
p.btnArea a.btnPush {
    width: 300px;
    margin: 0 auto;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #dcdcdc;
    padding: 10px 18px;
    text-decoration: none;
    background: -moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100%);
    background: -ms-linear-gradient( top, #ededed 5%, #dfdfdf 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
    background: -webkit-gradient( linear, left top, left bottom, color-stop(5%, #ededed), color-stop(100%, #dfdfdf));
    background-color: #ededed;
    color: #777777;
    display: block;
    text-shadow: 1px 1px 0px #ffffff;
    -webkit-box-shadow: 1px 1px 0px 0px #ffffff;
    -moz-box-shadow: 1px 1px 0px 0px #ffffff;
    box-shadow: 1px 1px 0px 0px #ffffff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
p.btnArea a.btnPush:hover {
    background: -moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100%);
    background: -ms-linear-gradient( top, #dfdfdf 5%, #ededed 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
    background: -webkit-gradient( linear, left top, left bottom, color-stop(5%, #dfdfdf), color-stop(100%, #ededed));
    background-color: #dfdfdf;
}
p.btnArea a.btnPush:active {
    position: relative;
    top: 1px;
}

.ta-c {
    text-align: center;
    margin: 15px auto;
}

.lead span {
    display: block;
    margin-top: 10px;
    font-size: 0.8em;
}