/*------------------------------------------------
 display
------------------------------------------------*/
.dblock{
  display: block !important;
}
.dnone{
  display: none !important;
}

/*------------------------------------------------
 ‚€„e¥Ñ¥Ç¥£¥ó¥°
------------------------------------------------*/
.pad0t{
	padding-top: 0 !important;
}
.pad_deft{
	padding-top: 5% !important;
}

/*------------------------------------------------
 ‚€„e¥Þ©`¥¸¥ó
------------------------------------------------*/
.box0b{
  margin-bottom: 0 !important;
}
.box0t{
  margin-top: 0 !important;
}
.box01 {
	margin: 10px 0 !important;
}
.box02 {
	margin: 20px 0 !important;
}
.box03 {
	margin-top: 10px !important;
}
.box03s {
	margin-top: 5px !important;
}
.box04 {
	margin-bottom: 10px!important;
}
.box04s {
	margin-bottom: 5px!important;
}
.box05 {
	margin-top: 20px !important;
}
.box06 {
	margin-bottom: 20px !important;
}
.box07 {
	margin-top: 30px !important;
}
.box08 {
	margin-bottom: 30px !important;
}
.box09 {
	margin-top: 40px !important;
}
.box10 {
	margin-bottom: 50px !important;
}