@charset "utf-8";

/* main
---------------------------------------- */
#main{
	text-align: center;
	padding-bottom: 40px;
}
#main .logo{
	text-align: center;
	margin-bottom:75px;
}
#main .logo img{
	width:100%;
	max-width: 648px;
}
#main h2{
	font-size:23px;
	font-weight: normal;
	line-height: 130%;
	max-width: 650px;
	margin: 0 auto 34px auto;
}
#main p.content{
	max-width: 650px;
	margin: 0 auto;
	margin-bottom:55px;
	font-size:15px;
	line-height: 170%!important;
	text-align: justify;
}
#main img.image{
	width:100%;
	margin-bottom:8px;
}

#main h3.offer{
	text-align: right;
	font-size:13px;
	margin-bottom:40px;
	font-weight: normal;
}
#main h3.offer img{
	height: 18px;
	text-align: right;
	margin-right: 18px;
}
#main h3.offer span{
	display: block;
	float: right;
	margin-top: 4px;
}
@media screen and (max-width:800px){
	#main{
		padding-bottom: 30px;
	}
	#main .logo{
		text-align: center;
		padding-top:25px;
		margin-bottom:25px;
	}
	#main .logo img{
	}
	#main h2{
		text-align: left;
		font-size:20px;
		margin-bottom:15px;
	}
	#main p.content{
		margin-bottom:25px;
		font-size:13px;
		line-height: 165%!important;
	}
	#main img.image{
		margin-bottom:5px;
	}
	#main h3.offer{
		font-size:11px;
		margin-bottom:20px;
	}
}
@media screen and (max-width:518px){
	#main h3.offer img{
		height: 22px;
		margin-top: 6px;
		margin-bottom: 3px;
		margin-right: 0;
		float: right;
		clear: both;
	}
	#main h3.offer span{
		clear: both;
	}
}
