body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS P Gothic", Helvetica, Arial, sans-serif;
	font-size: 12px;
	letter-spacing: 1px;
	-webkit-text-size-adjust:100%;
	height: 100%;
}
p { font-size:12px; line-height:1.8; }
div { font-size:12px; line-height:1.8; }
td {
	font-size:12px;
	line-height:1.8;
	padding-left: 10px;
}
td.gift_table { color:white; font-weight:bold; background-color:#003399; text-align:center; }
.strong { font-size:16px; font-weight:bold; }
.title { font-size:12px; color:gray; margin:0; padding:0; }

.header-text2{
font-size:12px;
color: #333;
padding: 10px;
margin:20px 0 10px 0;
width: 100%;
border: #999 solid 1px;
}

.header-text3{
font-size:11px;
text-align:right;
padding: 0;
margin: 10px 30px 0 0;
}
th{
	font-size: 14px;
	color: #FFFFFF;
	text-align: left;
	padding-left: 10px;
}
/*---------------------- clearfix ------------------------*/
.clearfix:after {
 content: ".";
 display: block;
 height: 0;
 clear: both;
 visibility: hidden;
}
.clearfix {
 display: inline-block;
}
* html .clearfix {
 height: 1%;
}
.clearfix {
 display: block;
}