#containerinner{
	background-repeat: no-repeat;
	background-position: 0 bottom;
}
h2.title{
	background: url(common/title.gif);
}

div.column div.columninner{
	text-align: center;
}

form dl{
	padding:10px;
	margin:15px 0 10px;
	border: 7px #EEEEEE solid;
	text-align: left;
}
form dl dt{float: left;width:13em;padding:1px 0 10px 0;font-weight: bold;text-indent: 1em;}
form dl dt.last{float: none;width: auto;padding-bottom:2px;}
form dl dd {padding: 0 0 10px 13em;margin-bottom:10px;border-bottom: 1px #CCCCCC solid;}
form dl dd.last {padding-bottom:0;margin-bottom:0;border-bottom: none;}
span.tag{color:#ff6b0d;font-weight: normal;}
input.set{border: solid 1px #999;padding:2px;}
textarea{border: solid 1px #999;}

.clearfix:after {
	content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
.clearfix {
    display: inline-block;
}
* html .clearfix {
    height: 1%;
}
.clearfix {
    display: block;
}
#main{
  width: 800px;
  margin: 0 auto;
}
#main .center {
  margin: 0 auto;
  text-align: center;
}
#main .title {
  margin: 20px auto;
  text-align: center;
  position: relative;
}
#main .title::before {
	position: absolute;
	background: url(img/title03.png);
	background-repeat: no-repeat;
	width: 140px;
	height: 85px;
	content: "";
	bottom: 45px;
	left: 20px;
}
.title02 {
	margin-top: -25px;
}
#main .dj {
  margin: 20px auto 40px auto;
  text-align: center;
}
#main .intro{
  font-size: 16px;
  line-height: 1.7;
  width: 600px;
  margin: 0 auto;
}
#main table{
  width: 100%;
  border-collapse: collapse;
  margin: 40px auto;
}
#main table tr th,
#main table tr td{
  padding: 25px;
  border-top: 1px solid #FDE7D3;
  border-bottom: 1px solid #FDE7D3;
  text-align: left;
  line-height: 1.5;
  vertical-align: middle;
}
#main table tr th{
  position: relative;
  font-size: 16px;
  color: #40220F;
  font-weight: normal;
}
#main table tr th::after{
  position: absolute;
  content: "";
  padding: 15px;
  right: 40px;
  border-right: 1px solid #40220F;
}
#main table tr:first-child th,
#main table tr:first-child td{
   border-top: 5px solid #FDE7D3;
}
#main table tr:last-child th,
#main table tr:last-child td{
   border-bottom: 5px solid #FDE7D3;
}
#main table tr td{
  font-size: 16px;
}
#main table strong {
  font-size: 22px;
  font-weight: bold;
}
#main table .big {
  font-size: 26px;
}
#main table .red {
  color: #A20000;
}
#main .present {
  text-align: center;
  position: relative;
  background: #FDE7D3;
padding: 30px;
border-radius: 20px;
}
#main .present::after {
  position: absolute;
  content: "";
  background: url(img/present-icon.png) no-repeat;
  width: 120px;
  height: 125px;
  right: 110px;
  top: 10px;
}
#main .present p{
  font-size: 14px;
}
#main .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#main .present h4{
  font-size: 18px;
  color: #40220F;
  font-weight: bold;
  background: linear-gradient(transparent 50%, #FFF9C7 50%);
  display: inline-block;
  letter-spacing: 1.2px;
}
#main .present h4 .pink{
  font-size: 20px;
  color: #D7215C;
}
#main .attention {
  padding: 0 30px;
}
#main .attention .at_title {
  color: #A20000;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
#main .attention ul {
  padding-left: 1em;
}
#main .attention ul li {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 1px;
  text-indent: -1em;
}
#main .attention ul li .at_red{
  color: #A20000;
}
ul#bannerArea {
	margin-bottom: 60px;
}
h4 {
	margin-bottom: 25px;
}
p.caution {
	text-align: left;
	color: #ff0000;
	margin-bottom: 5px;
}
ul#bannerArea li {
	margin-bottom: 10px;
}

#faxArea {
  margin-top: 40px;
  margin-bottom: 30px;
  border: 1px solid #222;
  padding: 20px;
}
#faxArea p {
  font-size: 14px;
}
#faxArea p strong {
  font-size: 30px;
}
p.lucky {
  text-align: right;
  margin: 20px 0 0;
}
p.lucky span {
  display: inline-block;
  background-color: #ff8c2a;
  color: #fff;
  font-size: 16px;
  line-height: 40px;
  width: 196px;
  text-align: center;
  border-radius: 4px;
}
#cautionArea {
  box-sizing: border-box;
  padding: 20px;
  border: 2px solid #519700;
  text-align: left;
  width: 800px;
  margin:  0 auto;
}
#cautionArea h2 {
  font-size: 20px;
  margin-bottom: 20px;
}
#cautionArea p {
  font-size: 14px;
}
#main .intro{
  width: 630px;
}
#main .center{
  text-align: center;
}
#main .note{
  font-size: 16px;
  line-height: 1.7;
  width: 690px;
  margin: 0 auto;
}
#main .note .red{
  color: #A20000;
}
#main .corona-area{
  font-size: 16px;
  text-align: left;
  line-height: 1.7;
  width: 690px;
  margin: 80px auto;
}
#main .corona-title{
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
  background: #ccc;
  padding: 5px 0;
}
#main .corona-content{
  text-align: center;
  margin-bottom: 50px;
}
#main .corona-area ul li{
  line-height: 1.2;
}
#main .corona-area ul li span{
  font-size: 25px;
}
#main .corona-area ul li:last-of-type{
  margin-top: 10px;
}

#main .note ul li,
#main .corona-area ul li{
  text-indent: -1em;
  margin-left: 1em;
}