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

div#contents h2{
	margin-bottom: 30px;
	font-size: 20px;
}

h3{
	margin-bottom: 15px;
	font-size: 16px;
	font-weight: normal;
}

h4{
	margin-bottom: 25px;
	font-size: 14px;
	font-weight: normal;
}

div#contents p{
	margin-bottom: 25px;
	font-size: 14px;
	line-height: 24px;
}

div#signature{
	margin-bottom: 25px;
	text-align: right;
}

div#signature p{
	margin-bottom: 0;
}

div#destination{
	
}

div#destination p{
	margin-bottom: 0;
}

@media screen and (min-width: 490px){
	div#signature br{
		display: none;
	}
}

@media screen and (min-width: 450px){
	h2 br{
		display: none;
	}
}