@charset "utf-8";
@import url("../../shared/css/reset.css");
@import url("../../shared/css/basic.css");
@import url("../../shared/css/layout.css");
/*
---------------------------------------------------------

---------------------------------------------------------
*/
#gift { }

/* reset table */
#gift table,
#gift td,
#gift th {
	margin: 0px;
	padding: 0px;
	border: none;
}

/*
---------------------------------------------------------

---------------------------------------------------------
*/



#gift #doc {
	padding-right: 45px;
	padding-bottom: 35px;
	padding-left: 45px;
}
#gift .menu{
	float: right;
	width: 142px;
	
}
#gift li{
 	list-style-type: none;
	margin: 0px;
	padding: 0px;
 }
#gift ul{
	margin: 0px;
	padding: 0px;
 }
#gift .note {
	font-size: 10px;
	text-indent: 1em;	
}
#gift .note2 {
	font-size: 10px;
	text-indent: -1em;
	margin-left: 1em;
}
#gift .note3 {
	font-size: 10px;
	color: #4C6FB7;
}
#gift h4 {
	font-weight: bold;
	color: #002878;
	margin-bottom: 6px;
	margin-top: 20px;
}

#gift img.padbot {
	padding-bottom: 30px;
	
}
#gift img.padbot2 {
	padding-bottom: 20px;
	
}
#gift .magbot {
	margin-bottom: 5px;
	
}
