@charset "utf-8";
/* CSS Document */
body{
	background-color:#FFF;
}
.top_title{
	background-image:url(../images/main_img21.png);
	background-color:#fffddf;
	text-align:center;
	background-repeat:no-repeat;
	background-position:center 20px;
}
.top_title img{
	margin:auto;
}
.top_image{
	background-image:url(../images/main_bg1.png);
	background-repeat:repeat-x;
	background-position:bottom;
	text-align:center;
	padding:365px 0 8px 0;
	margin:auto;
}
.top_image img{
	margin:auto;
}
#main{
	background-color:#FFF;
	width:800px;
	margin:auto;
}
#main #form_area{
	border:8px solid #ce0500;
	padding:0px 10px 10px 10px;
	background-image:url(../images/form_bg.png);
	position:relative;
	box-shadow:0 1px 8px #999;
}
#main #form_area img{
	margin:auto;
}
#main .rakuten_banner{
	padding:50px 0 60px 0;
	width:814px;
	margin:auto;
}
#main .rakuten_banner p{
	font-size:12px;
	text-align:right;
}
#main .satei_flow{
	
	
}
#main table{
	font-size:14px;
	margin-top:10px;
}
#main table tr th{
	vertical-align:top;
	font-weight:normal;
	width:38%;
	background-image:url(../images/form_icon1.png);
	background-position:left 23px;
	background-size:auto 19px;
	background-repeat:no-repeat;
	padding:20px 0 0 38px;
	font-size:14px;
	
}
#main table tr th.ok{
	background-image:url(../images/form_icon2.png);
}
	
#main table tr th.additional{
	background-image:url(../images/form_icon3.png);
	background-position:left 23px;
	background-repeat:no-repeat;
}
#main table tr td{
	padding:15px 0 0 0;
}
#main table#form1{
	float:left;
	width:49%;
}
#main table#form1 input,
#main table#form1 select
{
	width:100%;
	box-sizing:border-box;
	border:1px solid #BD0000;
	border-radius:5px;
	padding:8px;
	font-size:12px;
	background-color:#FFF;
}
#main table#form2 input,
#main table#form2 select
{
	box-sizing:border-box;
	border:1px solid #BD0000;
	border-radius:5px;
	padding:8px;
	font-size:12px;
}
#main table#form2{
	float:right;
	width:49%;
}
#main table tr td.title{
	background-color:#333;
	color:#FFF;
	font-size:20px;
	padding:0 0 0 20px;
}
#main table#form2 textarea{
	box-sizing:border-box;
	border:1px solid #BBB;
	border-radius:5px;
	padding:8px;
	width:100%;
	height:6em;
}
.title_banner{
	background-image:url(../images/main_bg2.png);
	background-repeat:repeat-x;
	height:91px;
	box-sizing:border-box;
	padding-top:20px;
}
.title_banner2{
	background-image:url(../images/main_bg3.png);
	background-repeat:repeat-x;
	height:260px;
	box-sizing:border-box;
	padding-top:25px;
}
a.app_btn{
	animation: wave 3s ease infinite;
}


@keyframes wave {
  0% { transform:translateX(0) }
  5% { transform:translateX(0) }
  10% { transform:translateX(0) }
  20% { transform:translateX(-8px) }
  25% { transform:translateX(8px) }
  30% { transform:translateX(-5px) }
  35% { transform:translateX(5px) }
  40% { transform:translateX(-2px) }
  45% { transform:translateX(2px) }
  50% { transform:translateX(0) }
  100% { transform:translateX(0) }
}
@keyframes blur {
  0% { opacity:0.5 }
  15% { opacity:1 }
  45% { opacity:1 }
  60% { opacity:0.5 }
  85% { opacity:0 }
  100% { opacity:0.5 }
}

	