@charset "utf-8";
/* CSS Document */


/*--------------law--------------*/
#contents_box{
	max-width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom:5%;
	font-size:13px;
	line-height:1.5;
}

#info_headbox h1{
	width:100%;
	margin-top:6%;
	margin-bottom:1%;
	font-size:15px;
	font-weight:bold;
	line-height:2.2;
	text-align:center;
	color:#FFF;
	background-color:#7789a5;
}
#pan_list{
	width: 100%;
	margin-bottom: 5%;
	font-size: 12px;
}
#pan_list a {
	color:#333;
}

#table_box table{
	border-collapse: collapse;
}
#table_box .td05{
	width:24%;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	padding: 10px;
}
#table_box .td06{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	padding: 10px;
}
#table_box .td07{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}

/*スマホ*/
@media only screen and (max-width: 39.9375em) {

#contents_box{
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom:5%;
	font-size:3.4vw;
	line-height:1.7;
}

#info_headbox h1{
	width:100%;
	margin-top:6%;
	margin-bottom:1%;
	font-size:3.4vw;
	font-weight:bold;
	line-height:2.2;
	text-align:center;
	color:#FFF;
	background-color:#7789a5;
}
#pan_list{
	padding-top: 1%;
	padding-left:4%;
	margin-bottom: 3%;
	font-size: 3.2vw;
	line-height: 2;
}
#pan_list a {
	color:#333;
}

#table_box table{
	border-collapse: collapse;
}
#table_box .td05{
	width:28%;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	padding: 2%;
}
#table_box .td06{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	padding: 2%;
}
#table_box .td07{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}
}




/*--------------company--------------*/
#company_table_box {
    width: 600px;
    margin:0 auto;
    text-align:left;
}
#company_table_box {
    font: 12px"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#company_table_box th {
    color: #FFF;
    background-color: #7789a5;
    border-bottom: 1px #ffffff solid;
    width: 150px;
    padding: 7px 10px;
    text-align:left;
    }
#company_table_box td {
    background-color: #e1e4ea;
    color: #666;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #FFF;
    padding-top: 7px;
    padding-right: 10px;
    padding-bottom: 7px;
    padding-left: 10px;
}
#company_table_box td.brand img:hover {
	opacity: 0.5 ;
	filter: alpha(opacity=50);
  -ms-filter: "alpha(opacity=50)";
    -khtml-opacity: 0.5;
    -moz-opacity: 0.5;
}
#company_table_box td.brand img {
border:0;
	border-bottom: 1px solid #a28d93;
}

/*スマホ*/
@media only screen and (max-width: 39.9375em) {
#company_table_box {
	width: 92%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20%;
}
#company_table_box th {
	color: #FFF;
	background-color: #7789a5;
	border-bottom: 1px #ffffff solid;
	width: 34%;
	padding: 3%;
	text-align: left;
    }
#company_table_box td {
	background-color: #e1e4ea;
	color: #666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	padding: 3%;
}
#company_table_box td.brand img:hover {
	opacity: 0.5 ;
	filter: alpha(opacity=50);
  -ms-filter: "alpha(opacity=50)";
    -khtml-opacity: 0.5;
    -moz-opacity: 0.5;
}
#company_table_box td.brand img {
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 1px;
	border-left-width: 0;
	border-bottom-style: solid;
	border-bottom-color: #a28d93;
}
}



/*--------------privacy--------------*/
#privacy_box{
	font-size: 13px;
	line-height: 1.7;
	color: #333;
}
#privacy_box .sub_title{
	padding-top:3%;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.5;
	color: #444;
}

/*スマホ*/
@media only screen and (max-width: 39.9375em) {
#privacy_box{
	font-size:3.4vw;
	line-height:1.7;
	color:#333;
}
#privacy_box .sub_title{
	font-size:3.6vw;
	font-weight:bold;
	line-height:1.5;
	color:#444;
}
}


/*--------------terms--------------*/
#terms_box{
	font-size: 13px;
	line-height: 1.7;
	color: #333;
}
#terms_box .title{
	font-size: 21px;
	font-weight: bold;
	line-height: 2.2;
	color: #777;
}
#terms_box .sub_title{
	font-size: 15px;
	font-weight: bold;
	line-height: 1.5;
	color: #444;
}


/*スマホ*/
@media only screen and (max-width: 39.9375em) {
#terms_box{
	font-size:3.4vw;
	line-height:1.7;
	color:#333;
}
#terms_box .title{
	font-size:5.2vw;
	font-weight:bold;
	line-height:2.2;
	color:#777;
}
#terms_box .sub_title{
	font-size:3.6vw;
	font-weight:bold;
	line-height:1.5;
	color:#444;
}
}

#campaign_box6 {
	margin-right: auto;
	margin-left: auto;
	width: 700px;
	border: 1px solid #960;
	height: 966px;
	background-image: url(../images/banner/note_back.jpg);
	background-repeat: no-repeat;
	position: relative;
}

#campaign_box6 .tx_box01 {
	position: absolute;
	left: 34px;
	top: 642px;
	color: #333;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	line-height: 25px;
}
#campaign_box6 .tx_box02 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 10px;
	line-height: 16px;
	color: #666;
	position: absolute;
	left: 34px;
	top: 875px;
}
#campaign_box6 .tx_box03 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #666;
	position: absolute;
	left: 134px;
	top: 43px;
}
#top_link_box {
	text-align: right;
	width: 700px;
	margin-top: 3px;
	margin-right: auto;
	margin-left: auto;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	line-height: 18px;
}
#top_link_box a:link {
	color: #666;
	text-decoration: none;
}
#top_link_box a:visited {
	color: #666;
	text-decoration: none;
}
#top_link_box a:hover {
	color: #666;
	text-decoration: underline;
}
#top_link_box a:active {
	color: #666;
	text-decoration: underline;
}


#campaign_box12 {
	margin-right: auto;
	margin-left: auto;
	width: 700px;
	border: 1px solid #003F22;
	height: 1310px;
	position: relative;
}

#campaign_box12 .tx_box01 {
	position: absolute;
	left: 0px;
	top: 143px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	line-height: 21px;
	width: 700px;
	text-align: center;
	color: #444;
}
#campaign_box12 .tx_box02 {
	position: absolute;
	left: 78px;
	top: 524px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 10px;
	line-height: 15px;
	color: #6A3906;
}
#campaign_box12 .tx_box03 {
	position: absolute;
	left: 229px;
	top: 541px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 10px;
	line-height: 15px;
	width: 126px;
	color: #6A3906;
}
#campaign_box12 .tx_box04 {
	position: absolute;
	left: 116px;
	top: 638px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 11px;
	line-height: 18px;
	width: 482px;
	color: #444;
}

#campaign_box12 .tx_box05 {
	position: absolute;
	left: 166px;
	top: 941px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 10px;
	line-height: 15px;
	width: 115px;
	color: #6A3906;
}
#campaign_box12 .tx_box06 {
	position: absolute;
	left: 293px;
	top: 964px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 10px;
	line-height: 15px;
	width: 117px;
	color: #6A3906;
}

#campaign_box12 .tx_box07 {
	position: absolute;
	left: 430px;
	top: 792px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 11px;
	line-height: 18px;
	width: 224px;
	height: 148px;
	color: #444;
}

#campaign_box12 .tx_box08 {
	position: absolute;
	left: 72px;
	top: 1205px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 10px;
	line-height: 15px;
	width: 111px;
	color: #6A3906;
}

#campaign_box12 .tx_box09 {
	position: absolute;
	left: 430px;
	top: 1094px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 11px;
	line-height: 18px;
	width: 224px;
	height: 103px;
	color: #444;
}

#campaign_box12 a:link {
	color: #6A3906;
	text-decoration: none;
	font-weight: bold;
}
#campaign_box12 a:visited {
	color: #6A3906;
	text-decoration: none;
	font-weight: bold;
}
#campaign_box12 a:hover {
	color: #6A3906;
	text-decoration: underline;
	font-weight: bold;
}
#campaign_box12 a:active {
	color: #6A3906;
	text-decoration: underline;
	font-weight: bold;
}


#campaign_box13 {
	margin-right: auto;
	margin-left: auto;
	width: 700px;
	border: 1px solid #1D2087;
	height: 2250px;
	position: relative;
}

#campaign_box13 .tx_box01 {
	position: absolute;
	left: 145px;
	top: 247px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 26px;
	width: 414px;
	color: #1D2087;
}
#campaign_box13 .tx_box02 {
	position: absolute;
	left: 242px;
	top: 430px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 22px;
	color: #999999;
	width: 415px;
}
#campaign_box13 .tx_box022 {
	position: absolute;
	left: 242px;
	top: 503px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #999;
	width: 415px;
}
#campaign_box13 .tx_box023 {
	font-size: 14px;
	color: #333;
	position: absolute;
	left: 242px;
	top: 568px;
}


#campaign_box13 .tx_box03 {
	position: absolute;
	left: 392px;
	top: 668px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #1D2087;
}
#campaign_box13 .tx_box04 {
	position: absolute;
	left: 177px;
	top: 901px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #1D2087;
}

#campaign_box13 .tx_box05 {
	position: absolute;
	left: 165px;
	top: 1367px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #1D2087;
}
#campaign_box13 .tx_box06 {
	position: absolute;
	left: 503px;
	top: 1473px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #1D2087;
}

#campaign_box13 .tx_box07 {
	position: absolute;
	left: 162px;
	top: 1729px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #1D2087;
}

#campaign_box13 .tx_box08 {
	position: absolute;
	left: 496px;
	top: 1792px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #1D2087;
}
#campaign_box13 .tx_box09 {
	position: absolute;
	left: 163px;
	top: 2043px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #1D2087;
}

#campaign_box13 .tx_box10 {
	position: absolute;
	left: 501px;
	top: 2096px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #1D2087;
}

#campaign_box13 a:link {
	color: #1D2087;
	text-decoration: none;
}
#campaign_box13 a:visited {
	color: #1D2087;
	text-decoration: none;
}
#campaign_box13 a:hover {
	color: #1D2087;
	text-decoration: underline;
}
#campaign_box13 a:active {
	color: #1D2087;
	text-decoration: underline;
}


#campaign_box14 {
	margin-right: auto;
	margin-left: auto;
	width: 700px;
	border: 1px solid #0033CC;
	height: 2710px;
	position: relative;
}

#campaign_box14 .tx_box01 {
	position: absolute;
	left: 59px;
	top: 628px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 24px;
	color: #333333;
}
#campaign_box14 .tx_box01 .comment {
	font-size: 11px;
	line-height: 18px;
	color: #666;
}


#campaign_box14 .tx_box02 {
	position: absolute;
	left: 382px;
	top: 982px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	line-height: 21px;
	color: #333333;
	width: 290px;
}
#campaign_box14 .tx_box03 {
	position: absolute;
	left: 213px;
	top: 1393px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	line-height: 23px;
	color: #333333;
	width: 159px;
}

#campaign_box14 .tx_box04 {
	position: absolute;
	left: 350px;
	top: 1731px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	line-height: 23px;
	color: #333333;
	height: 71px;
}
#campaign_box14 .tx_box05 {
	position: absolute;
	left: 255px;
	top: 2060px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	line-height: 23px;
	color: #333333;
	width: 113px;
}

#campaign_box14 .tx_box06 {
	position: absolute;
	left: 349px;
	top: 2408px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	line-height: 23px;
	color: #333333;
}

#campaign_box14 .tx_box07 {
	position: absolute;
	left: 0px;
	top: 2666px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #333333;
	width: 700px;
	text-align: center;
}


#campaign_box14 a:link {
	color: #0000CC;
	text-decoration: none;
}
#campaign_box14 a:visited {
	color: #0000CC;
	text-decoration: none;
}
#campaign_box14 a:hover {
	color: #0000CC;
	text-decoration: underline;
}
#campaign_box14 a:active {
	color: #0000CC;
	text-decoration: underline;
}



#campaign_box15 {
	margin-right: auto;
	margin-left: auto;
	width: 700px;
	border: 1px solid #6A3906;
	height: 2480px;
	position: relative;
}

#campaign_box15 .tx_box01 {
	position: absolute;
	left: 0px;
	top: 1110px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 24px;
	color: #6A3906;
	text-align: center;
	width: 700px;
}

#campaign_box15 .tx_box02 {
	position: absolute;
	left: 0px;
	top: 1408px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 24px;
	color: #6A3906;
	width: 700px;
	text-align: center;
}

#campaign_box15 .tx_box02 .caption {
	font-size: 11px;
	line-height: 20px;
	color: #6A3906;
}

#campaign_box15 .tx_box03 {
	position: absolute;
	left: 234px;
	top: 1634px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	line-height: 21px;
	width: 130px;
}

#campaign_box15 .tx_box04 {
	position: absolute;
	left: 560px;
	top: 1634px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	line-height: 21px;
	width: 130px;
}

#campaign_box15 .tx_box05 {
	position: absolute;
	left: 234px;
	top: 1884px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	line-height: 21px;
	width: 130px;
}

#campaign_box15 .tx_box06 {
	position: absolute;
	left: 560px;
	top: 1884px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	line-height: 21px;
	width: 130px;
}

#campaign_box15 .tx_box07 {
	position: absolute;
	left: 234px;
	top: 2106px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	line-height: 21px;
	width: 130px;
}

#campaign_box15 .tx_box08 {
	position: absolute;
	left: 560px;
	top: 2106px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	line-height: 21px;
	width: 130px;
}

#campaign_box15 .tx_box09 {
	position: absolute;
	left: 234px;
	top: 2306px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	line-height: 21px;
	width: 130px;
}

#campaign_box15 .tx_box10 {
	position: absolute;
	left: 560px;
	top: 2306px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	line-height: 21px;
	width: 130px;
}

#campaign_box15 a:link {
	color: #6A3906;
	text-decoration: none;
}
#campaign_box15 a:visited {
	color: #6A3906;
	text-decoration: none;
}
#campaign_box15 a:hover {
	color: #6A3906;
	text-decoration: underline;
}
#campaign_box15 a:active {
	color: #6A3906;
	text-decoration: underline;
}


#campaign_box16 {
	margin-right: auto;
	margin-left: auto;
	width: 700px;
	border: 1px solid #A18877;
	height: 2340px;
	position: relative;
}

#campaign_box16 .tx_box01 {
	position: absolute;
	left: 462px;
	top: 167px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 15px;
	line-height: 28px;
	color: #8F7563;
	width: 212px;
}

#campaign_box16 .tx_box02 {
	position: absolute;
	left: 250px;
	top: 511px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	line-height: 22px;
	color: #666666;
	width: 422px;
}

#campaign_box16 .tx_box03 {
	position: absolute;
	left: 29px;
	top: 856px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	line-height: 19px;
	width: 204px;
	color: #666;
}

#campaign_box16 .tx_box04 {
	position: absolute;
	left: 250px;
	top: 856px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	line-height: 19px;
	width: 204px;
}

#campaign_box16 .tx_box05 {
	position: absolute;
	left: 471px;
	top: 856px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	line-height: 19px;
	width: 204px;
}

#campaign_box16 .tx_box06 {
	position: absolute;
	left: 250px;
	top: 1044px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	line-height: 22px;
	color: #666666;
	width: 422px;
}
#campaign_box16 .tx_box07 {
	position: absolute;
	left: 250px;
	top: 1364px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	line-height: 22px;
	color: #666666;
	width: 422px;
}
#campaign_box16 .tx_box08 {
	position: absolute;
	left: 250px;
	top: 1694px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	line-height: 22px;
	color: #666666;
	width: 422px;
}
#campaign_box16 .tx_box09 {
	position: absolute;
	left: 250px;
	top: 2034px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	line-height: 22px;
	color: #666666;
	width: 422px;
}

#campaign_box16 a:link {
	color: #666666;
	text-decoration: none;
}
#campaign_box16 a:visited {
	color: #666666;
	text-decoration: none;
}
#campaign_box16 a:hover {
	color: #666666;
	text-decoration: underline;
}
#campaign_box16 a:active {
	color: #666666;
	text-decoration: underline;
}



#campaign_box17 {
	margin-right: auto;
	margin-left: auto;
	width: 700px;
	border: 1px solid #C4B9B5;
	height: 2340px;
	position: relative;
}
#campaign_box17 .tx_box01 {
	position: absolute;
	left: 194px;
	top: 724px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	line-height: 21px;
	color: #555555;
	width: 224px;
}
#campaign_box17 .tx_box02 {
	position: absolute;
	left: 194px;
	top: 814px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 9px;
	line-height: 16px;
	color: #555555;
	width: 220px;
}
#campaign_box17 .tx_box03 {
	position: absolute;
	left: 54px;
	top: 1002px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	line-height: 21px;
	width: 254px;
	color: #555555;
}
#campaign_box17 .tx_box04 {
	position: absolute;
	left: 348px;
	top: 1234px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 10px;
	line-height: 16px;
	color: #333333;
}
#campaign_box17 .tx_box05 {
	position: absolute;
	left: 348px;
	top: 1569px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 10px;
	line-height: 16px;
	color: #333333;
}
#campaign_box17 .tx_box06 {
	position: absolute;
	left: 348px;
	top: 1887px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 10px;
	line-height: 16px;
	color: #333333;
}
#campaign_box17 .tx_box07 {
	position: absolute;
	left: 348px;
	top: 2220px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 10px;
	line-height: 16px;
	color: #333333;
}

#campaign_box17 .tx_box08 {
	position: absolute;
	left: 490px;
	top: 1233px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #000000;
	text-align: right;
	width: 150px;
}
#campaign_box17 .tx_box09 {
	position: absolute;
	left: 490px;
	top: 1568px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #000000;
	text-align: right;
	width: 150px;
}
#campaign_box17 .tx_box10 {
	position: absolute;
	left: 490px;
	top: 1886px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #000000;
	text-align: right;
	width: 150px;
}
#campaign_box17 .tx_box11 {
	position: absolute;
	left: 490px;
	top: 2218px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #000000;
	text-align: right;
	width: 150px;
}
#campaign_box17 .tx_box12 {
	position: absolute;
	left: 54px;
	top: 2277px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #000000;
	width: 191px;
}

#campaign_box17 a:link {
	color: #000000;
	text-decoration: none;
}
#campaign_box17 a:visited {
	color: #000000;
	text-decoration: none;
}
#campaign_box17 a:hover {
	color: #000000;
	text-decoration: underline;
}
#campaign_box17 a:active {
	color: #000000;
	text-decoration: underline;
}


#campaign_box18 {
	margin-right: auto;
	margin-left: auto;
	width: 700px;
	border: 1px solid #B1CAE9;
	height: 2000px;
	position: relative;
}

#campaign_box18 .tx_box01 {
	position: absolute;
	left: 288px;
	top: 258px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 26px;
	width: 368px;
	color: #FFFFFF;
}
#campaign_box18 .tx_box02 {
	position: absolute;
	left: 361px;
	top: 1750px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 26px;
	color: #666666;
	width: 272px;
}
#campaign_box18 .tx_box022 {
	position: absolute;
	left: 361px;
	top: 1863px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #666;
	width: 272px;
}


#campaign_box18 .tx_box03 {
	position: absolute;
	left: 90px;
	top: 664px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: #6644BC;
}
#campaign_box18 .tx_box04 {
	position: absolute;
	left: 475px;
	top: 1021px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: #6644BC;
}

#campaign_box18 .tx_box05 {
	position: absolute;
	left: 90px;
	top: 1385px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: #6644BC;
}

#campaign_box18 a:link {
	color: #6644BC;
	text-decoration: none;
}
#campaign_box18 a:visited {
	color: #6644BC;
	text-decoration: none;
}
#campaign_box18 a:hover {
	color: #6644BC;
	text-decoration: underline;
}
#campaign_box18 a:active {
	color: #6644BC;
	text-decoration: underline;
}


#campaign_box19 {
	margin-right: auto;
	margin-left: auto;
	width: 700px;
	border: 1px solid #663300;
	height: 2250px;
	position: relative;
}

#campaign_box19 .tx_box01 {
	position: absolute;
	left: 108px;
	top: 507px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 15px;
	line-height: 26px;
	color: #6a3906;
	width: 499px;
}
#campaign_box19 .tx_box02 {
	position: absolute;
	left: 108px;
	top: 558px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	line-height: 26px;
	color: #6a3906;
}

#campaign_box19 .tx_box03 {
	position: absolute;
	left: 46px;
	top: 862px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	line-height: 22px;
	color: #6a3906;
}
#campaign_box19 .tx_box04 {
	position: absolute;
	left: 362px;
	top: 862px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: #6a3906;
}

#campaign_box19 .tx_box05 {
	position: absolute;
	left: 46px;
	top: 1184px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	line-height: 22px;
	color: #6a3906;
}
#campaign_box19 .tx_box06 {
	position: absolute;
	left: 362px;
	top: 1184px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: #6a3906;
}

#campaign_box19 .tx_box07 {
	position: absolute;
	left: 46px;
	top: 1508px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	line-height: 22px;
	color: #6a3906;
}
#campaign_box19 .tx_box08 {
	position: absolute;
	left: 362px;
	top: 1508px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: #6a3906;
}

#campaign_box19 .tx_box09 {
	position: absolute;
	left: 46px;
	top: 1832px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	line-height: 22px;
	color: #6a3906;
}
#campaign_box19 .tx_box10 {
	position: absolute;
	left: 362px;
	top: 1832px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: #6a3906;
}

#campaign_box19 .tx_box11 {
	position: absolute;
	left: 46px;
	top: 2155px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	line-height: 22px;
	color: #6a3906;
}

#campaign_box19 a:link {
	color: #6a3906;
	text-decoration: none;
}
#campaign_box19 a:visited {
	color: #6a3906;
	text-decoration: none;
}
#campaign_box19 a:hover {
	color: #6a3906;
	text-decoration: underline;
}
#campaign_box19 a:active {
	color: #6a3906;
	text-decoration: underline;
}


#campaign_box20 {
	margin-right: auto;
	margin-left: auto;
	width: 700px;
	border: 1px solid #663300;
	height: 2224px;
	position: relative;
}

#campaign_box20 .tx_box01 {
	position: absolute;
	left: 90px;
	top: 367px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	line-height: 21px;
	color: #333333;
}
#campaign_box20 .tx_box02 {
	position: absolute;
	left: 52px;
	top: 507px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 24px;
	color: #333333;
	width: 232px;
}

#campaign_box20 .tx_box03 {
	position: absolute;
	left: 52px;
	top: 637px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 10px;
	line-height: 18px;
	color: #333333;
}
#campaign_box20 .tx_box04 {
	position: absolute;
	left: 504px;
	top: 530px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	line-height: 21px;
	color: #333333;
}

#campaign_box20 .tx_box05 {
	position: absolute;
	left: 438px;
	top: 797px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 21px;
	color: #6a3906;
	font-weight: bold;
}
#campaign_box20 .tx_box06 {
	position: absolute;
	left: 438px;
	top: 874px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	line-height: 24px;
	color: #333333;
	width: 240px;
}

#campaign_box20 .tx_box07 {
	position: absolute;
	left: 28px;
	top: 1283px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	line-height: 21px;
	color: #333333;
}
#campaign_box20 .tx_box08 {
	position: absolute;
	left: 237px;
	top: 1353px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	line-height: 21px;
	color: #333333;
}

#campaign_box20 .tx_box09 {
	position: absolute;
	left: 438px;
	top: 1497px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 21px;
	color: #6a3906;
	font-weight: bold;
}
#campaign_box20 .tx_box10 {
	position: absolute;
	left: 438px;
	top: 1581px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	line-height: 24px;
	color: #333333;
	width: 240px;
}

#campaign_box20 .tx_box11 {
	position: absolute;
	left: 28px;
	top: 1902px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	line-height: 21px;
	color: #333333;
}

#campaign_box20 .tx_box12 {
	position: absolute;
	left: 123px;
	top: 2135px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	line-height: 21px;
	color: #333333;
}

#campaign_box20 a:link {
	color: #333333;
	text-decoration: none;
}
#campaign_box20 a:visited {
	color: #333333;
	text-decoration: none;
}
#campaign_box20 a:hover {
	color: #333333;
	text-decoration: underline;
}
#campaign_box20 a:active {
	color: #333333;
	text-decoration: underline;
}

#campaign_box21 {
	margin-right: auto;
	margin-left: auto;
	width: 700px;
	height: 1602px;
	position: relative;
	border: 1px solid #A0BAB8;
}

#campaign_box21 .tx_box01 {
	position: absolute;
	left: 332px;
	top: 402px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	line-height: 24px;
	color: #333333;
	width: 330px;
}

#campaign_box21 .tx_box02 {
	position: absolute;
	left: 332px;
	top: 526px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 9px;
	line-height: 18px;
	color: #333333;
}

#campaign_box21 .tx_box025 {
	position: absolute;
	left: 329px;
	top: 554px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	line-height: 21px;
	color: #333333;
	width: 295px;
}

#campaign_box21 .tx_box03 {
	position: absolute;
	left: 400px;
	top: 784px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	line-height: 24px;
	color: #333333;
}
#campaign_box21 .tx_box04 {
	position: absolute;
	left: 400px;
	top: 1078px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	line-height: 24px;
	color: #333333;
}
#campaign_box21 .tx_box05 {
	position: absolute;
	left: 400px;
	top: 1373px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	line-height: 24px;
	color: #333333;
}

#campaign_box21 a:link {
	color: #333333;
	text-decoration: none;
}
#campaign_box21 a:visited {
	color: #333333;
	text-decoration: none;
}
#campaign_box21 a:hover {
	color: #333333;
	text-decoration: underline;
}
#campaign_box21 a:active {
	color: #333333;
	text-decoration: underline;
}

#campaign_box22 {
	margin-right: auto;
	margin-left: auto;
	width: 700px;
	height: 2586px;
	position: relative;
	border: 1px solid #996600;
}

#campaign_box22 .tx_box01 {
	position: absolute;
	top: 214px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	line-height: 21px;
	color: #42210B;
	width: 700px;
	text-align: center;
	font-weight: bold;
}

#campaign_box22 .tx_box02 {
	position: absolute;
	top: 266px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #666666;
	text-align: center;
	width: 700px;
}

#campaign_box22 .tx_box03 {
	position: absolute;
	top: 570px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #333333;
	text-align: center;
	width: 700px;
}

#campaign_box22 .tx_box04 {
	position: absolute;
	left: 375px;
	top: 630px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 24px;
	color: #42210B;
	font-weight: bold;
	width: 308px;
}
#campaign_box22 .tx_box042 {
	position: absolute;
	left: 375px;
	top: 681px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	line-height: 24px;
	color: #42210B;
	width: 310px;
}

#campaign_box22 .tx_box05 {
	position: absolute;
	left: 375px;
	top: 817px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #42210B;
	width: 160px;
}
#campaign_box22 .tx_box06 {
	position: absolute;
	left: 375px;
	top: 922px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #42210B;
	width: 160px;
}
#campaign_box22 .tx_box07 {
	position: absolute;
	left: 548px;
	top: 1483px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #42210B;
	width: 140px;
}
#campaign_box22 .tx_box08 {
	position: absolute;
	left: 290px;
	top: 1574px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #42210B;
	width: 160px;
}

#campaign_box22 .tx_box09 {
	position: absolute;
	top: 1712px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #333333;
	text-align: center;
	width: 700px;
}

#campaign_box22 .tx_box10 {
	position: absolute;
	left: 587px;
	top: 2225px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #42210B;
	width: 100px;
}

#campaign_box22 .tx_box11 {
	position: absolute;
	left: 413px;
	top: 2319px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 24px;
	color: #42210B;
	font-weight: bold;
}
#campaign_box22 .tx_box112 {
	position: absolute;
	left: 413px;
	top: 2348px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	line-height: 24px;
	color: #42210B;
	width: 274px;
}

#campaign_box22 .tx_box12 {
	position: absolute;
	left: 413px;
	top: 2466px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #42210B;
	width: 100px;
}

#campaign_box22 a:link {
	color: #333333;
	text-decoration: none;
}
#campaign_box22 a:visited {
	color: #333333;
	text-decoration: none;
}
#campaign_box22 a:hover {
	color: #333333;
	text-decoration: underline;
}
#campaign_box22 a:active {
	color: #333333;
	text-decoration: underline;
}


#campaign_box23 {
	margin-right: auto;
	margin-left: auto;
	width: 700px;
	height: 1776px;
	position: relative;
	border: 1px solid #CCCCCC;
}

#campaign_box23 .images_box01 a {
	position: absolute;
	left: 20px;
	top: 575px;
	width: 216px;
	background-image: url(../images/banner/dawnblack/dwan_images01.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 180px;
}
#campaign_box23 .images_box01 a:hover {
	position: absolute;
	left: 20px;
	top: 575px;
	width: 216px;
	background-image: url(../images/banner/dawnblack/dwan_images01.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 180px;
	background-position: 0px -180px;
}
#campaign_box23 .images_box02 a {
	position: absolute;
	left: 242px;
	top: 575px;
	width: 216px;
	background-image: url(../images/banner/dawnblack/dwan_images02.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 180px;
}
#campaign_box23 .images_box02 a:hover {
	position: absolute;
	left: 242px;
	top: 575px;
	width: 216px;
	background-image: url(../images/banner/dawnblack/dwan_images02.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 180px;
	background-position: 0px -180px;
}
#campaign_box23 .images_box03 a {
	position: absolute;
	left: 464px;
	top: 575px;
	width: 216px;
	background-image: url(../images/banner/dawnblack/dwan_images03.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 180px;
}
#campaign_box23 .images_box03 a:hover {
	position: absolute;
	left: 464px;
	top: 575px;
	width: 216px;
	background-image: url(../images/banner/dawnblack/dwan_images03.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 180px;
	background-position: 0px -180px;
}

#campaign_box23 .images_box04 a {
	position: absolute;
	left: 20px;
	top: 931px;
	width: 216px;
	background-image: url(../images/banner/dawnblack/dwan_images04.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 180px;
}
#campaign_box23 .images_box04 a:hover {
	position: absolute;
	left: 20px;
	top: 931px;
	width: 216px;
	background-image: url(../images/banner/dawnblack/dwan_images04.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 180px;
	background-position: 0px -180px;
}
#campaign_box23 .images_box05 a {
	position: absolute;
	left: 242px;
	top: 931px;
	width: 216px;
	background-image: url(../images/banner/dawnblack/dwan_images05.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 180px;
}
#campaign_box23 .images_box05 a:hover {
	position: absolute;
	left: 242px;
	top: 931px;
	width: 216px;
	background-image: url(../images/banner/dawnblack/dwan_images05.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 180px;
	background-position: 0px -180px;
}
#campaign_box23 .images_box06 a {
	position: absolute;
	left: 464px;
	top: 931px;
	width: 216px;
	background-image: url(../images/banner/dawnblack/dwan_images06.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 180px;
}
#campaign_box23 .images_box06 a:hover {
	position: absolute;
	left: 464px;
	top: 931px;
	width: 216px;
	background-image: url(../images/banner/dawnblack/dwan_images06.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 180px;
	background-position: 0px -180px;
}

#campaign_box23 .images_box07 a {
	position: absolute;
	left: 20px;
	top: 1324px;
	width: 216px;
	background-image: url(../images/banner/dawnblack/dwan_images07.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 180px;
}
#campaign_box23 .images_box07 a:hover {
	position: absolute;
	left: 20px;
	top: 1324px;
	width: 216px;
	background-image: url(../images/banner/dawnblack/dwan_images07.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 180px;
	background-position: 0px -180px;
}
#campaign_box23 .images_box08 a {
	position: absolute;
	left: 242px;
	top: 1324px;
	width: 216px;
	background-image: url(../images/banner/dawnblack/dwan_images08.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 180px;
}
#campaign_box23 .images_box08 a:hover {
	position: absolute;
	left: 242px;
	top: 1324px;
	width: 216px;
	background-image: url(../images/banner/dawnblack/dwan_images08.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 180px;
	background-position: 0px -180px;
}
#campaign_box23 .images_box09 a {
	position: absolute;
	left: 464px;
	top: 1324px;
	width: 216px;
	background-image: url(../images/banner/dawnblack/dwan_images09.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 180px;
}
#campaign_box23 .images_box09 a:hover {
	position: absolute;
	left: 464px;
	top: 1324px;
	width: 216px;
	background-image: url(../images/banner/dawnblack/dwan_images09.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 180px;
	background-position: 0px -180px;
}

#campaign_box23 .images_box10 a {
	position: absolute;
	left: 20px;
	top: 1576px;
	width: 330px;
	background-image: url(../images/banner/dawnblack/dwan_images10.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 180px;
}
#campaign_box23 .images_box10 a:hover {
	position: absolute;
	left: 20px;
	top: 1576px;
	width: 330px;
	background-image: url(../images/banner/dawnblack/dwan_images10.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 180px;
	background-position: 0px -180px;
}


#campaign_box23 .tx_box01 {
	position: absolute;
	top: 493px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #666666;
	text-align: center;
	width: 700px;
	left: 0px;
}

#campaign_box23 .tx_box02 {
	position: absolute;
	left: 20px;
	top: 761px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 11px;
	line-height: 16px;
	width: 160px;
}

#campaign_box23 .tx_box03 {
	position: absolute;
	left: 243px;
	top: 761px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 11px;
	line-height: 16px;
	width: 160px;
}

#campaign_box23 .tx_box04 {
	position: absolute;
	left: 466px;
	top: 761px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 11px;
	line-height: 16px;
	width: 160px;
}

#campaign_box23 .tx_box05 {
	position: absolute;
	top: 849px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #666666;
	text-align: center;
	width: 700px;
	left: 0px;
}

#campaign_box23 .tx_box06 {
	position: absolute;
	left: 20px;
	top: 1117px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 11px;
	line-height: 16px;
	width: 160px;
}

#campaign_box23 .tx_box07 {
	position: absolute;
	left: 243px;
	top: 1117px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 11px;
	line-height: 16px;
	width: 160px;
}

#campaign_box23 .tx_box08 {
	position: absolute;
	left: 466px;
	top: 1117px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 11px;
	line-height: 16px;
	width: 160px;
}

#campaign_box23 .tx_box09 {
	position: absolute;
	top: 1205px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #666666;
	text-align: center;
	width: 700px;
	left: 0px;
}

#campaign_box23 .tx_box10 {
	position: absolute;
	left: 20px;
	top: 1510px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 11px;
	line-height: 16px;
	width: 160px;
}

#campaign_box23 .tx_box11 {
	position: absolute;
	left: 243px;
	top: 1510px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 11px;
	line-height: 16px;
	width: 160px;
}

#campaign_box23 .tx_box12 {
	position: absolute;
	left: 466px;
	top: 1510px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 11px;
	line-height: 16px;
	width: 160px;
}

#campaign_box23 .tx_box13 {
	position: absolute;
	top: 1574px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #666666;
	left: 360px;
	width: 322px;
}

#campaign_box23 .tx_box14 {
	position: absolute;
	left: 360px;
	top: 1708px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 11px;
	line-height: 16px;
	width: 160px;
}

#campaign_box23 .title {
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	color: #000;
}

#campaign_box23 a:link {
	color: #6a3906;
	text-decoration: none;
}
#campaign_box23 a:visited {
	color: #6a3906;
	text-decoration: none;
}
#campaign_box23 a:hover {
	color: #9E540A;
	text-decoration: none;
}
#campaign_box23 a:active {
	color: #6a3906;
	text-decoration: none;
}


#campaign_box24 {
	margin-right: auto;
	margin-left: auto;
	width: 700px;
	height: 1290px;
	position: relative;
	border: 1px solid #6666CC;
}
#campaign_box24 .tx_box03 {
	position: absolute;
	top: 195px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	line-height: 24px;
	color: #1D2087;
	left: 330px;
}
#campaign_box24 .tx_box04 {
	position: absolute;
	left: 88px;
	top: 375px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 11px;
	line-height: 24px;
	color: #1D2087;
	width: 204px;
	height: 18px;
}
#campaign_box24 .tx_box05 {
	position: absolute;
	top: 349px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	line-height: 24px;
	color: #1D2087;
	left: 330px;
}
#campaign_box24 .tx_box06 {
	position: absolute;
	top: 898px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	line-height: 21px;
	color: #555;
	left: 360px;
	width: 304px;
}
#campaign_box24 .tx_box06 .bold {
	font-size: 14px;
	font-weight: bold;
}

#campaign_box24 .tx_box07 {
	position: absolute;
	left: 40px;
	top: 844px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #1D2087;
}
#campaign_box24 .tx_box08 {
	position: absolute;
	left: 360px;
	top: 844px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #1D2087;
}
#campaign_box24 .tx_box09 {
	position: absolute;
	left: 40px;
	top: 1130px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #1D2087;
}

#campaign_box24 a:link {
	color: #1D2087;
	text-decoration: none;
}
#campaign_box24 a:visited {
	color: #1D2087;
	text-decoration: none;
}
#campaign_box24 a:hover {
	color: #1D2087;
	text-decoration: underline;
}
#campaign_box24 a:active {
	color: #1D2087;
	text-decoration: underline;
}

#campaign_box25 {
	margin-right: auto;
	margin-left: auto;
	width: 700px;
	border: 1px solid #CFC8BE;
	height: 2110px;
	position: relative;
}

#campaign_box25 .tx_box01 {
	position: absolute;
	left: 0px;
	top: 180px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	line-height: 22px;
	color: #333333;
	width: 700px;
	text-align: center;
}
#campaign_box25 .tx_box02 {
	position: absolute;
	left: 0px;
	top: 250px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #333333;
	text-align: center;
	width: 700px;
}

#campaign_box25 .tx_box03 {
	position: absolute;
	left: 84px;
	top: 828px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	line-height: 22px;
	color: #333333;
}
#campaign_box25 .tx_box04 {
	position: absolute;
	left: 158px;
	top: 1482px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
	width: 182px;
}

#campaign_box25 .tx_box05 {
	position: absolute;
	left: 494px;
	top: 1482px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
	width: 182px;
}
#campaign_box25 .tx_box06 {
	position: absolute;
	left: 158px;
	top: 1957px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
	width: 182px;
	height: 83px;
}

#campaign_box25 .tx_box07 {
	position: absolute;
	left: 494px;
	top: 1957px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
	width: 182px;
}

#campaign_box25 a:link {
	color: #6a3906;
	text-decoration: none;
}
#campaign_box25 a:visited {
	color: #6a3906;
	text-decoration: none;
}
#campaign_box25 a:hover {
	color: #6a3906;
	text-decoration: underline;
}
#campaign_box25 a:active {
	color: #6a3906;
	text-decoration: underline;
}



#campaign_box26 {
	margin-right: auto;
	margin-left: auto;
	width: 700px;
	height: 2090px;
	position: relative;
	border: 1px solid #f7c5cc;
}

#campaign_box26 .tx_box01 {
	position: absolute;
	top: 781px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	line-height: 24px;
	color: #333333;
	width: 700px;
	text-align: center;
}
#campaign_box26 .tx_box01 .caption {
	font-size: 11px;
	color: #999;
}

#campaign_box26 .tx_box02 {
	position: absolute;
	left: 0px;
	top: 1206px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	line-height: 21px;
	color: #e20012;
	width: 700px;
	text-align: center;
}

#campaign_box26 .tx_box03 {
	position: absolute;
	left: 365px;
	top: 1387px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	line-height: 24px;
	color: #333333;
	width: 310px;
}
#campaign_box26 .tx_box04 {
	position: absolute;
	left: 365px;
	top: 1716px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #993300;
	width: 240px;
}

#campaign_box26 .tx_box05 {
	position: absolute;
	left: 341px;
	top: 1828px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	line-height: 21px;
	color: #333333;
	width: 340px;
}
#campaign_box26 .tx_box05 .title {
	font-size: 15px;
	font-weight: bold;
	color: #C00;
	position: relative;
	top: -2px;
}

#campaign_box26 a:link {
	color: #6a3906;
	text-decoration: none;
}
#campaign_box26 a:visited {
	color: #6a3906;
	text-decoration: none;
}
#campaign_box26 a:hover {
	color: #6a3906;
	text-decoration: underline;
}
#campaign_box26 a:active {
	color: #6a3906;
	text-decoration: underline;
}



#campaign_box27 {
	margin-right: auto;
	margin-left: auto;
	width: 700px;
	height: 2120px;
	position: relative;
	border: 1px solid #996600;
}

#campaign_box27 .tx_box01 {
	position: absolute;
	top: 219px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 22px;
	color: #40210f;
	width: 700px;
	text-align: center;
}

#campaign_box27 .tx_box02 {
	position: absolute;
	top: 316px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #68411e;
	text-align: center;
	width: 700px;
}

#campaign_box27 .tx_box03 {
	position: absolute;
	top: 1068px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	line-height: 21px;
	color: #FFFFFF;
	left: 464px;
	text-align: right;
}

#campaign_box27 .tx_box03 a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#campaign_box27 .tx_box03 a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#campaign_box27 .tx_box03 a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#campaign_box27 .tx_box03 a:active {
	color: #FFFFFF;
	text-decoration: underline;
}

#campaign_box27 .tx_box04 {
	position: absolute;
	top: 1147px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	line-height: 21px;
	color: #9a5d23;
	left: 369px;
	font-weight: bold;
}

#campaign_box27 .tx_box05 {
	position: absolute;
	top: 1186px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	line-height: 21px;
	color: #40210f;
	left: 369px;
}

#campaign_box27 .tx_box06 {
	position: absolute;
	top: 1499px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #40210f;
	left: 369px;
}

#campaign_box27 .tx_box07 {
	position: absolute;
	top: 1656px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #40210f;
	left: 413px;
}

#campaign_box27 .tx_box08 {
	position: absolute;
	top: 1824px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #40210f;
	left: 18px;
}

#campaign_box27 .tx_box09 {
	position: absolute;
	top: 2025px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #40210f;
	left: 61px;
}


#campaign_box27 a:link {
	color: #40210f;
	text-decoration: none;
}
#campaign_box27 a:visited {
	color: #40210f;
	text-decoration: none;
}
#campaign_box27 a:hover {
	color: #40210f;
	text-decoration: underline;
}
#campaign_box27 a:active {
	color: #40210f;
	text-decoration: underline;
}




#campaign_box28 {
	margin-right: auto;
	margin-left: auto;
	width: 700px;
	height: 2710px;
	position: relative;
	border: 1px solid #ebebeb;
	background-color: #f6f3ec;
}

#campaign_box28 .tx_box01 {
	position: absolute;
	top: 422px;
	font-family: "游明朝", YuMincho, 'Yu Mincho', "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 16px;
	line-height: 30px;
	color: #985d23;
	width: 700px;
	text-align: center;
	font-weight: bold;
}

#campaign_box28 .tx_box02 {
	position: absolute;
	top: 457px;
	font-family: "游明朝", YuMincho, 'Yu Mincho', "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 14px;
	line-height: 22px;
	color: #333333;
	text-align: center;
	width: 700px;
	left: 0px;
}

#campaign_box28 .tx_box03 {
	position: absolute;
	top: 638px;
	font-family: "游明朝", YuMincho, 'Yu Mincho', "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 16px;
	line-height: 30px;
	color: #985d23;
	font-weight: bold;
	left: 370px;
}

#campaign_box28 .tx_box04 {
	position: absolute;
	top: 673px;
	font-family: "游明朝", YuMincho, 'Yu Mincho', "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 14px;
	line-height: 22px;
	color: #333333;
	left: 370px;
}

#campaign_box28 .tx_box05 {
	position: absolute;
	top: 1006px;
	font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	line-height: 21px;
	left: 370px;
}

#campaign_box28 .tx_box05 a:link {
	color: #985d23;
	text-decoration: none;
}
#campaign_box28 .tx_box05 a:visited {
	color: #985d23;
	text-decoration: none;
}
#campaign_box28 .tx_box05 a:hover {
	color: #985d23;
	text-decoration: underline;
}
#campaign_box28 .tx_box05 a:active {
	color: #985d23;
	text-decoration: underline;
}

#campaign_box28 .tx_box06 {
	position: absolute;
	top: 1172px;
	font-family: "游明朝", YuMincho, 'Yu Mincho', "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 16px;
	line-height: 24px;
	color: #985d23;
	font-weight: bold;
	left: 20px;
}

#campaign_box28 .tx_box07 {
	position: absolute;
	top: 1227px;
	font-family: "游明朝", YuMincho, 'Yu Mincho', "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 14px;
	line-height: 22px;
	color: #333333;
	left: 20px;
}

#campaign_box28 .tx_box08 {
	position: absolute;
	top: 1598px;
	font-family: "游明朝", YuMincho, 'Yu Mincho', "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 16px;
	line-height: 24px;
	color: #985d23;
	font-weight: bold;
	left: 370px;
}

#campaign_box28 .tx_box09 {
	position: absolute;
	top: 1653px;
	font-family: "游明朝", YuMincho, 'Yu Mincho', "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 14px;
	line-height: 22px;
	color: #333333;
	left: 370px;
}

#campaign_box28 .tx_box10 {
	position: absolute;
	top: 2484px;
	font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	line-height: 21px;
	color: #333333;
	left: 20px;
	width: 208px;
}

#campaign_box28 .tx_box11 {
	position: absolute;
	top: 2484px;
	font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	line-height: 21px;
	color: #333333;
	left: 246px;
	width: 208px;
}

#campaign_box28 .tx_box12 {
	position: absolute;
	top: 2484px;
	font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	line-height: 21px;
	color: #333333;
	left: 473px;
	width: 208px;
}
#campaign_box28 .get_btn a {
	font-size: 14px;
	line-height: 28px;
	text-align: center;
	width: 200px;
	margin-right: auto;
	margin-left: auto;
	color: #FFF;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background-color: #666;
	display: block;
	text-decoration: none;
}
#campaign_box28 .get_btn a:hover {
	background-color: #999;
}



#campaign_box29 {
	margin-right: auto;
	margin-left: auto;
	width: 700px;
	position: relative;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	border: 1px solid #bcbedd;
}

#campaign_box29 .tx_box01 {
	position: absolute;
	top: 252px;
	font-size: 15px;
	line-height: 26px;
	color: #333333;
	width: 600px;
	font-weight: bold;
	left: 60px;
}

#campaign_box29 .tx_box02 {
	position: absolute;
	top: 348px;
	font-size: 14px;
	line-height: 21px;
	color: #000000;
	width: 256px;
	left: 60px;
}

#campaign_box29 .tx_box03 {
	position: absolute;
	top: 480px;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
	left: 60px;
}

#campaign_box29 .tx_box04 {
	position: absolute;
	top: 675px;
	font-size: 14px;
	line-height: 21px;
	color: #333333;
	left: 365px;
	width: 338px;
}

#campaign_box29 .tx_box05 {
	position: absolute;
	top: 789px;
	font-size: 13px;
	line-height: 19px;
	left: 365px;
}

#campaign_box29 .tx_box06 {
	position: absolute;
	top: 844px;
	font-size: 13px;
	line-height: 19px;
	left: 365px;
}

#campaign_box29 .tx_box07 {
	position: absolute;
	top: 899px;
	font-size: 13px;
	line-height: 19px;
	left: 365px;
}

#campaign_box29 .tx_box08 {
	position: absolute;
	top: 977px;
	font-size: 13px;
	line-height: 21px;
	left: 365px;
	width: 320px;
}

#campaign_box29 .get_btn01 {
	position: absolute;
	left: 365px;
	top: 1102px;
}

#campaign_box29 .get_btn01 a {
	color: #FFFFFF !important;
	background-color: #666666;
	font-size: 15px;
	line-height: 32px;
	font-weight: bold;
	text-align: center;
	width: 310px;
	height: 32px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	display: block;
	text-decoration: none !important;
}
#campaign_box29 .get_btn01 a:hover {
	background-color: #999999;
}

#campaign_box29 .tx_box09 {
	position: absolute;
	top: 1602px;
	font-size: 14px;
	line-height: 21px;
	color: #333333;
	left: 365px;
	width: 320px;
}

#campaign_box29 .tx_box10 {
	position: absolute;
	top: 1941px;
	font-size: 14px;
	line-height: 21px;
	color: #333333;
	left: 365px;
	width: 320px;
}

#campaign_box29 .tx_box11 {
	position: absolute;
	top: 2062px;
	font-size: 13px;
	line-height: 19px;
	color: #333333;
	left: 365px;
}

#campaign_box29 .tx_box12 {
	position: absolute;
	top: 2462px;
	font-size: 14px;
	line-height: 21px;
	color: #333333;
	left: 20px;
	width: 310px;
}

#campaign_box29 .tx_box13 {
	position: absolute;
	top: 2518px;
	font-size: 13px;
	line-height: 19px;
	color: #333333;
	left: 20px;
}

#campaign_box29 .tx_box14 {
	position: absolute;
	top: 2906px;
	font-size: 14px;
	line-height: 21px;
	color: #333333;
	left: 365px;
	width: 316px;
}

#campaign_box29 .tx_box15 {
	position: absolute;
	top: 3006px;
	font-size: 13px;
	line-height: 19px;
	color: #333333;
	left: 365px;
}

#campaign_box29 .get_btn02 {
	position: absolute;
	left: 365px;
	top: 3194px;
}

#campaign_box29 .get_btn02 a {
	color: #FFFFFF !important;
	background-color: #666666;
	font-size: 15px;
	line-height: 32px;
	font-weight: bold;
	text-align: center;
	width: 310px;
	height: 32px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	display: block;
	text-decoration: none !important;
}
#campaign_box29 .get_btn02 a:hover {
	background-color: #999999;
}

#campaign_box29 a:link {
	color: #333333;
	text-decoration: none;
}
#campaign_box29 a:visited {
	color: #333333;
	text-decoration: none;
}
#campaign_box29 a:hover {
	color: #333333;
	text-decoration: underline;
}
#campaign_box29 a:active {
	color: #333333;
	text-decoration: underline;
}

#campaign_box29 .wine {
	color: #990404;
}
#campaign_box29 .bold_wine {
	color: #990404;
	font-weight: bold;
	font-size: 16px;
}



#campaign_box30 {
	margin-right: auto;
	margin-left: auto;
	width: 700px;
	position: relative;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	border: 1px solid #D5D5CC;
	height: 3180px;
}

#campaign_box30 .tx_box01 {
	position: absolute;
	top: 483px;
	font-size: 21px;
	line-height: 27px;
	color: #8c4000;
	width: 100%;
	left: 0px;
	text-align: center;
	font-weight: bold;
}










#campaign_box30 .tx_box02 {
	position: absolute;
	width: 286px;
	top: 613px;
	font-size: 16px;
	line-height: 24px;
	color: #333333;
	left: 356px;
}

#campaign_box30 .tx_box03 {
	position: absolute;
	width: 286px;
	top: 698px;
	font-size: 16px;
	line-height: 24px;
	color: #333333;
	left: 356px;
}

#campaign_box30 .tx_box04 {
	position: absolute;
	width: 286px;
	top: 759px;
	font-size: 16px;
	line-height: 24px;
	color: #333333;
	left: 356px;
}











#campaign_box30 .tx_box05 {
	position: absolute;
	top: 828px;
	font-size: 16px;
	line-height: 24px;
	color: #333333;
	left: 356px;
	text-align: center;
}

#campaign_box30 .tx_box06 {
	position: absolute;
	top: 1080px;
	font-size: 16px;
	line-height: 22px;
	left: 0px;
	color: #333333;
	text-align: center;
	width: 100%;
	font-weight: bold;
}

#campaign_box30 .tx_box07 {
	position: absolute;
	top: 1138px;
	font-size: 13px;
	line-height: 21px;
	left: 0px;
	color: #333333;
	text-align: center;
	width: 100%;
}

#campaign_box30 .tx_box08 {
	position: absolute;
	top: 1647px;
	font-size: 13px;
	line-height: 21px;
	left: 22px;
	width: 454px;
	color: #333333;
}

#campaign_box30 .tx_box09 {
	position: absolute;
	top: 1820px;
	font-size: 16px;
	line-height: 21px;
	color: #8C4000;
	left: 22px;
	width: 320px;
	font-weight: bold;
}

#campaign_box30 .tx_box10 {
	position: absolute;
	top: 1848px;
	font-size: 13px;
	line-height: 21px;
	color: #333333;
	left: 22px;
	width: 400px;
}

#campaign_box30 .tx_box11 {
	position: absolute;
	top: 2264px;
	font-size: 20px;
	line-height: 24px;
	color: #8C4000;
	left: 0px;
	font-weight: bold;
	text-align: center;
	width: 100%;
}

#campaign_box30 .tx_box12 {
	position: absolute;
	top: 2525px;
	font-size: 13px;
	line-height: 21px;
	color: #333333;
	left: 0px;
	width: 100%;
	text-align: center;
}

#campaign_box30 .tx_box13 {
	position: absolute;
	top: 2878px;
	font-size: 13px;
	line-height: 21px;
	color: #333333;
	left: 0px;
	text-align: center;
	width: 100%;
}

#campaign_box30 .tx_box14 {
	position: absolute;
	top: 2906px;
	font-size: 14px;
	line-height: 21px;
	color: #333333;
	left: 365px;
	width: 316px;
}

#campaign_box30 .tx_box15 {
	position: absolute;
	top: 3006px;
	font-size: 13px;
	line-height: 19px;
	color: #333333;
	left: 365px;
}

#campaign_box30 .get_btn01 {
	position: absolute;
	top: 863px;
	left: 97px;
}
#campaign_box30 .get_btn01 a {
	font-size: 13px;
	line-height: 18px;
	color: #8C4000;
	text-decoration:none;
}
#campaign_box30 .get_btn01 a:hover {
	text-decoration:underline;
}

#campaign_box30 .get_btn02 {
	position: absolute;
	left: 0px;
	top: 3017px;
	width: 100%;
}

#campaign_box30 .get_btn02 a {
	color: #FFFFFF !important;
	background-color: #666666;
	font-size: 14px;
	line-height: 32px;
	text-align: center;
	width: 300px;
	height: 32px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	display: block;
	text-decoration: none !important;
	margin-right: auto;
	margin-left: auto;
}
#campaign_box30 .get_btn02 a:hover {
	background-color: #999999;
}

#campaign_box30 .get_btn03 {
	position: absolute;
	left: 0px;
	top: 3064px;
	width: 100%;
}

#campaign_box30 .get_btn03 a {
	color: #FFFFFF !important;
	background-color: #666666;
	font-size: 14px;
	line-height: 32px;
	text-align: center;
	width: 300px;
	height: 32px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	display: block;
	text-decoration: none !important;
	margin-right: auto;
	margin-left: auto;
}
#campaign_box30 .get_btn03 a:hover {
	background-color: #999999;
}

#campaign_box30 .get_btn04 {
	position: absolute;
	left: 0px;
	top: 3111px;
	width: 100%;
}

#campaign_box30 .get_btn04 a {
	color: #FFFFFF !important;
	background-color: #666666;
	font-size: 14px;
	line-height: 32px;
	text-align: center;
	width: 300px;
	height: 32px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	display: block;
	text-decoration: none !important;
	margin-right: auto;
	margin-left: auto;
}
#campaign_box30 .get_btn04 a:hover {
	background-color: #999999;
}


#campaign_box31 {
	margin-right: auto;
	margin-left: auto;
	width: 700px;
	position: relative;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	border: 1px solid #D5D5CC;
}

#campaign_box31 .tx_box01 {
	position: absolute;
	top: 628px;
	font-size: 14px;
	line-height: 24px;
	color: #333333;
	left: 20px;
}

#campaign_box31 .tx_box02 {
	position: absolute;
	top: 732px;
	font-size: 11px;
	line-height: 16px;
	color: #666666;
	left: 20px;
}

#campaign_box31 .tx_box03 {
	position: absolute;
	top: 818px;
	font-size: 14px;
	line-height: 24px;
	color: #333333;
	left: 42px;
}

#campaign_box31 .tx_box04 {
	position: absolute;
	top: 876px;
	font-size: 12px;
	line-height: 18px;
	color: #666666;
	left: 42px;
}

#campaign_box31 .tx_box05 {
	position: absolute;
	top: 984px;
	font-size: 18px;
	line-height: 28px;
	color: #8c4000;
	left: 1px;
	text-align: center;
	width: 100%;
	font-family: "游明朝", YuMincho, 'Yu Mincho', "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-weight: bold;
}


#campaign_box31 .get_btn01 {
	width: 100%;
	margin-top: 10px;
	margin-bottom: 40px;
}

#campaign_box31 .get_btn01 a {
	color: #FFFFFF;
	background-color: #666666;
	font-size: 15px;
	line-height: 32px;
	text-align: center;
	width: 300px;
	height: 32px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	display: block;
	text-decoration: none !important;
	margin-right: auto;
	margin-left: auto;
}
#campaign_box31 .get_btn01 a:hover {
	background-color: #999999;
}


#campaign_box32 {
	margin-right: auto;
	margin-left: auto;
	width: 700px;
	position: relative;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	border: 1px solid #e2acc7;
}

#campaign_box32 .tx_box011 {
	position: absolute;
	top: 208px;
	font-size: 21px;
	line-height: 34px;
	color: #555555;
	left: 0px;
	text-align: center;
	width: 100%;
	font-weight: bold;
}
#campaign_box32 .tx_box01 {
	position: absolute;
	top: 360px;
	font-size: 18px;
	line-height: 27px;
	color: #555555;
	left: 0px;
	text-align: center;
	width: 100%;
}
#campaign_box32 .tx_box02 {
	position: absolute;
	top: 968px;
	font-size: 21px;
	line-height: 34px;
	color: #555555;
	left: 0px;
	text-align: center;
	width: 100%;
}
#campaign_box32 .tx_box03 {
	position: absolute;
	top: 2184px;
	font-size: 21px;
	line-height: 34px;
	color: #555555;
	left: 0px;
	text-align: center;
	width: 100%;
}
#campaign_box32 .tx_box03 .green {
	color: #00b900;
	font-weight: bold;
}


#campaign_box33 {
	width: 700px;
	color: #333333;
	line-height: 0;
	margin-bottom: 3%;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #FCF;
}
#campaign_box33 p {
	margin: 0px;
	padding: 0px;
}
#campaign_box33 .head_box01 {
	width: 100%;
	margin-bottom: 6%;
	position: relative;
}
#campaign_box33 .tx_box01 {
	font-size: 19px;
	line-height: 27px;
	color: #c4518a;
	text-align: center;
	width: 100%;
	padding-top: 3%;
	padding-bottom: 2%;
	position: absolute;
	top: 19%;
}
#campaign_box33 .title01 {
	width: 100%;
	margin-bottom: 2%;
}

#campaign_box33 .images01 {
	width: 86%;
	margin-bottom: 1.5%;
	margin-right: auto;
	margin-left: auto;
}
#campaign_box33 .images02 {
	width: 100%;
}
#campaign_box33 .text01 {
	width: 86%;
	font-size: 15px;
	line-height: 24px;
	color: #555555;
	margin-bottom: 3%;
	margin-right: auto;
	margin-left: auto;
}
#campaign_box33 .text01 .caption {
	font-size: 12px;
}
#campaign_box33 .sub_title {
	font-size: 21px;
	font-weight: bold;
	text-align: center;
	line-height: 42px;
	color: #c4518a;
}

#campaign_box33 .item_link01 {
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	padding-bottom: 5%;
}
#campaign_box33 .item_link01 a {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-decoration:none;
	color: #c4518a;
}
#campaign_box33 .item_link01 a:hover {
	text-decoration:underline;
}
#campaign_box33 .item_link01 .price {
	font-size: 18px;
	font-weight:bold;
}

#campaign_box33 .head_box02 {
	position: relative;
	width: 100%;
	margin-bottom: 6%;
}
#campaign_box33 .head_box02 .item_link02 {
	position:absolute;
	width: 100%;
	top:42%;
	text-align:center;
}
#campaign_box33 .head_box02 .item_link02 a {
	font-size: 16px;
	line-height: 24px;
	text-decoration:none;
	color: #555555;
}
#campaign_box33 .head_box02 .item_link02 a:hover {
	text-decoration:underline;
}
#campaign_box33 .head_box02 .item_link03 {
	position:absolute;
	width: 100%;
	top:91%;
	text-align:center;
}
#campaign_box33 .head_box02 .item_link03 a {
	font-size: 16px;
	line-height: 24px;
	text-decoration:none;
	color: #555555;
}
#campaign_box33 .head_box02 .item_link03 a:hover {
	text-decoration:underline;
}
#campaign_box33 .space10 {
	padding-bottom:6%;
}

@media only screen and (max-width: 750px){


#title_box {
	width: 94%;
	background-size: 100%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-top: 1%;
	padding-bottom: 1.5%;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-size: 14px;
	margin-bottom: 3%;
	color: #FFF;
	margin-top: 6%;
	background: -moz-linear-gradient(top,#A65C1E, #87491A 50%, #7C4318 50% ,#96511D);
	background: -webkit-gradient(linear,left top, left bottom, from(#A65C1E), color-stop(0.5,#87491A), color-stop(0.5,#7C4318), to(#96511D));
}

#campaign_box01 {
	width: 100%;
	color: #555;
	margin-bottom: 12%;
}

#campaign_box01 .text01 {
	font-size: 12px;
	line-height: 18px;
	padding-top: 3%;
	padding-right: 4%;
	padding-left: 4%;
}
#campaign_box01 .name_box {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}

#campaign_box01 .name {
	color: #6A3906;
	background-color: #F5F0D8;
	padding-top: 2%;
	padding-right: 5%;
	padding-bottom: 2%;
	padding-left: 4%;
	font-size: 11px;
	line-height: 16px;
	float: left;
	margin-right: 2%;
	margin-left: 2%;
	width: 36%;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-box-shadow: 2px 2px 5px #999999;
	-webkit-box-shadow: 2px 2px 5px #999999;
	margin-bottom: 4%;
}
#campaign_box01 .name a {
	color: #6A3906;
	text-decoration: none;
	display: block;
}
#campaign_box01 .name2 {
	background-color: #F5F0D8;
	padding-top: 2%;
	padding-right: 5%;
	padding-bottom: 2%;
	padding-left: 5%;
	font-size: 11px;
	line-height: 16px;
	margin-right: auto;
	margin-left: auto;
	width: 35%;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-box-shadow: 2px 2px 5px #999999;
	-webkit-box-shadow: 2px 2px 5px #999999;
	margin-bottom: 4%;
}
#campaign_box01 .name2 a {
	color: #6A3906;
	text-decoration: none;
	display: block;
}
#campaign_box01 .price {
	font-size: 10px;
	line-height: 15px;
	color: #6A3906;
	width: 92%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 3%;
}

#campaign_box02 {
	width: 100%;
	color: #555;
	margin-bottom: 12%;
}
#campaign_box02 .text01 {
	font-size: 12px;
	line-height: 18px;
	padding-top: 3%;
	padding-right: 4%;
	padding-left: 4%;
}
#campaign_box02 .caption {
	font-size: 10px;
	line-height: 15px;
	padding-right: 4%;
	padding-left: 4%;
}


#campaign_box03 {
	width: 100%;
	color: #555;
	margin-bottom: 12%;
}
#campaign_box03 .head_box01 {
	width: 100%;
	line-height: 0px;
}

#campaign_box03 .head_box02 {
	line-height: 17px;
	padding-bottom: 5%;
	font-size: 11px;
	color: #999999;
	padding-top: 3%;
}
#campaign_box03 .head_box02 .caption {
	font-size: 9px;
	line-height: 14px;
	color: #CCC;
}
#campaign_box03 .head_box02 .caption2 {
	font-size: 14px;
	line-height: 21px;
	color: #333;
}

#campaign_box03 a {
	color: #1D2087;
	text-decoration: none;
}

#campaign_box03 .line {
	text-align: center;
	line-height: 0px;
	padding-top: 1%;
	padding-bottom: 1%;
}

#campaign_box03 .price {
	font-size: 11px;
	line-height: 18px;
	padding-left: 1%;
}


#campaign_box04 {
	width: 100%;
	color: #555;
	margin-bottom: 12%;
}
#campaign_box04 .head_box01 {
	width: 100%;
	line-height: 0px;
}

#campaign_box04 .head_box02 {
	line-height: 17px;
	padding-bottom: 5%;
	font-size: 11px;
	color: #555;
	padding-top: 3%;
}

#campaign_box04 a {
	color: #1D2087;
	text-decoration: none;
}

#campaign_box04 .line {
	text-align: center;
	line-height: 0px;
	padding-top: 1%;
	padding-bottom: 1%;
}

#campaign_box04 .price {
	font-size: 11px;
	line-height: 18px;
	padding-left: 1%;
}


#campaign_box05 {
	width: 100%;
	color: #555;
	margin-bottom: 12%;
}
#campaign_box05 .head_box01 {
	width: 100%;
	line-height: 0px;
}

#campaign_box05 .head_box02 {
	line-height: 17px;
	padding-bottom: 5%;
	font-size: 11px;
	color: #555;
	padding-top: 3%;
}

#campaign_box05 a {
	color: #6A3906;
	text-decoration: none;
}

#campaign_box05 .line {
	text-align: center;
	line-height: 0px;
	padding-top: 1%;
	padding-bottom: 1%;
}

#campaign_box05 .price {
	font-size: 11px;
	line-height: 18px;
	padding-left: 1%;
}


#campaign_box06 {
	width: 100%;
	color: #555;
	margin-bottom: 12%;
}
#campaign_box06 .head_box01 {
	width: 100%;
	line-height: 0px;
}
#campaign_box06 .text_01 {
	font-size: 14px;
	line-height: 24px;
	color: #A18877;
	width: 90%;
	padding-right: 5%;
	padding-left: 5%;
	padding-top: 2px;
	padding-bottom: 20px;
}
#campaign_box06 .title_01 {
	padding-bottom: 3px;
}
#campaign_box06 .title_02  {
	font-size: 12px;
	color: #A18877;
	font-weight: bold;
}

#campaign_box06 .text_02 {
	font-size: 12px;
	line-height: 21px;
	width: 90%;
	padding-right: 5%;
	padding-left: 5%;
	padding-bottom: 7px;
}
#campaign_box06 .images_01 {
}

#campaign_box06 a {
	color: #555555;
	text-decoration: none;
}

#campaign_box06 .line {
	text-align: center;
	line-height: 0px;
	padding-bottom: 3%;
	padding-top: 2%;
}
#campaign_box06 .price {
	font-size: 11px;
	line-height: 18px;
	padding-left: 1%;
	vertical-align: top;
	padding-right: 5%;
}


#campaign_box07 {
	width: 100%;
	color: #555;
	margin-bottom: 12%;
}
#campaign_box07 .head_box01 {
	width: 100%;
	line-height: 0px;
}
#campaign_box07 .text_01 {
	font-size: 13px;
	line-height: 24px;
	color: #555555;
	width: 84%;
	padding-right: 8%;
	padding-left: 8%;
	padding-top: 4%;
	padding-bottom: 7%;
	background-color: #E5E1DA;
}

#campaign_box07 .line {
	text-align: center;
	line-height: 0px;
	padding-bottom: 3%;
	padding-top: 2%;
}
#campaign_box07 .price {
	font-size: 11px;
	line-height: 18px;
	padding-left: 1%;
	vertical-align: top;
	padding-right: 5%;
	color: #666;
	font-weight: bold;
}
#campaign_box07 .price a {
	font-size: 12px;
	line-height: 18px;
	color: #000;
	font-weight: bold;
}


#campaign_box08 {
	width: 100%;
	color: #555;
	margin-bottom: 12%;
}
#campaign_box08 .head_box01 {
	width: 100%;
	line-height: 0px;
}

#campaign_box08 .head_box02 {
	line-height: 17px;
	padding-bottom: 5%;
	font-size: 11px;
	color: #555;
	padding-top: 3%;
}

#campaign_box08 a {
	color: #6644BC;
	text-decoration: none;
}

#campaign_box08 .line {
	text-align: center;
	line-height: 0px;
	padding-top: 1%;
	padding-bottom: 1%;
}

#campaign_box08 .price {
	font-size: 11px;
	line-height: 18px;
	padding-left: 1%;
}


#campaign_box09 {
	width: 100%;
	color: #804f21;
	margin-bottom: 12%;
	background-color: #f3f0e6;
}

#campaign_box09 a {
	color: #804f21;
	text-decoration: none;
}

#campaign_box09 .line {
	text-align: center;
	line-height: 0px;
	padding-top: 1%;
	padding-bottom: 1%;
}

#campaign_box09 .price {
	font-size: 11px;
	line-height: 18px;
	padding-left: 1%;
}

#campaign_box10 {
	width: 100%;
	color: #333333;
	margin-bottom: 12%;
	background-color: #F5EDDC;
}

#campaign_box10 a {
	color: #333333;
	text-decoration: none;
}

#campaign_box10 .line {
	text-align: center;
	line-height: 0px;
	padding-top: 1%;
	padding-bottom: 1%;
}

#campaign_box10 .price {
	font-size: 11px;
	line-height: 18px;
	padding-left: 1%;
}
#campaign_box10 .sub_title {
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	color: #6a3906;
}
#campaign_box10 .column {
	font-size: 12px;
	line-height: 18px;
	color: #333;
}

#campaign_box11 {
	width: 100%;
	color: #333333;
	margin-bottom: 12%;
	background-color: #e5eee9;
}

#campaign_box11 a {
	color: #333333;
	text-decoration: none;
}

#campaign_box11 .line {
	text-align: center;
	line-height: 0px;
	padding-top: 1%;
	padding-bottom: 1%;
}

#campaign_box11 .price {
	font-size: 11px;
	line-height: 18px;
	padding-left: 1%;
}
#campaign_box11 .sub_title {
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	color: #6a3906;
}
#campaign_box11 .column {
	font-size: 12px;
	line-height: 18px;
	color: #333;
}

#campaign_box12 {
	width: 100%;
	color: #333333;
	margin-bottom: 12%;
	background-color: #F5EDDC;
}
#campaign_box12 .head_box02 {
	font-size: 11px;
	line-height: 18px;
	padding: 5;
	text-align: center;
	color: #42210B;
}
#campaign_box12 .head_box03 {
	margin-top: 5%;
}

#campaign_box12 .head_box04 {
	font-size: 12px;
	line-height: 21px;
	padding: 3%;
	text-align: center;
	color: #42210B;
}
#campaign_box12 .head_box05 {
	margin-top: 3%;
}

#campaign_box12 .bold {
	font-weight: bold;
	font-size: 13px;
}

#campaign_box12 a {
	color: #42210B;
	text-decoration: none;
}

#campaign_box12 .line {
	text-align: center;
	line-height: 0px;
	padding-top: 2%;
	padding-bottom: 2%;
}

#campaign_box12 .price {
	font-size: 11px;
	line-height: 18px;
	padding-left: 1%;
}



#campaign_box13 {
	width: 100%;
	color: #333333;
	margin-bottom: 12%;
}
#campaign_box13 .head_box01 {
	margin-bottom: 10px;
}
#campaign_box13 .head_box02 {
	font-size: 12px;
	line-height: 18px;
	color: #666666;
	padding-top: 5px;
	padding-bottom: 12px;
	width: 94%;
	margin-right: auto;
	margin-left: auto;
}
#campaign_box13 .head_box03 {
	font-size: 12px;
	line-height: 18px;
	color: #666666;
	padding-top: 15px;
	padding-bottom: 12px;
	width: 94%;
	margin-right: auto;
	margin-left: auto;
}
#campaign_box13 .head_box04 {
	font-size: 12px;
	line-height: 18px;
	color: #666666;
	padding-top: 15px;
	padding-bottom: 12px;
	width: 94%;
	margin-right: auto;
	margin-left: auto;
}
#campaign_box13 .head_box05 {
	font-size: 12px;
	line-height: 18px;
	color: #666666;
	padding-top: 2px;
	padding-bottom: 15px;
	width: 94%;
	margin-right: auto;
	margin-left: auto;
}

#campaign_box13 .title {
	color: #8D6134;
	background-color: #D8D2B6;
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 13px;
	margin-bottom: 6px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

#campaign_box13 .bold {
	font-weight: bold;
	font-size: 14px;
	color: #000;
	text-align: center;
	line-height: 24px;
}

#campaign_box13 a {
	color: #666666;
	text-decoration: none;
}

#campaign_box13 .line {
	text-align: center;
	line-height: 0px;
	padding-top: 2%;
	padding-bottom: 2%;
}

#campaign_box13 .price {
	font-size: 11px;
	line-height: 18px;
	padding-left: 1%;
}

#campaign_box14 {
	width: 100%;
	color: #1D2087;
	margin-bottom: 12%;
	background-color: #EBEBFC;
}

#campaign_box14 .head_box02 {
	font-size: 14px;
	line-height: 28px;
	color: #555;
	padding-right: 5%;
	padding-left: 5%;
	background-color: #EBEBFC;
}

#campaign_box14 .bold {
	font-weight: bold;
	font-size: 13px;
}

#campaign_box14 a {
	color: #1D2087;
	text-decoration: none;
}

#campaign_box14 .price {
	font-size: 11px;
	line-height: 18px;
	padding-left: 1%;
}


#campaign_box15 {
	width: 100%;
	color: #333333;
	margin-bottom: 12%;
}

#campaign_box15 .bold {
	font-weight: bold;
	font-size: 13px;
}

#campaign_box15 a {
	color: #333333;
	text-decoration: none;
}

#campaign_box15 .price {
	font-size: 14px;
	line-height: 24px;
	padding-left: 2%;
	vertical-align: top;
	padding-top: 2%;
}
#campaign_box15 .space {
	line-height: 0px;
	padding-top: 2%;
}

#campaign_box16 {
	width: 100%;
	color: #333333;
	margin-bottom: 12%;
	background-color: #fdf3f4;
}
#campaign_box16 .head_box02 {
	padding-right: 3%;
	padding-bottom: 3%;
	padding-left: 3%;
}

#campaign_box16 .bold {
	font-weight: bold;
	font-size: 13px;
}

#campaign_box16 a {
	color: #6a3906;
	text-decoration: none;
}

#campaign_box16 .price {
	font-size: 12px;
	line-height: 21px;
	padding-left: 2%;
	vertical-align: top;
}
#campaign_box16 .space {
	line-height: 0px;
	padding-top: 2%;
}

#campaign_box17 {
	width: 100%;
	color: #555555;
	margin-bottom: 6%;
	background-color: #ffffff;
}
#campaign_box17 .head_box01 {
	padding-right: 3%;
	padding-bottom: 6%;
	padding-left: 3%;
}

#campaign_box17 .head_box02 {
	padding-right: 3%;
	padding-bottom: 3%;
	padding-left: 3%;
}

#campaign_box17 a {
	color: #6a3906;
	text-decoration: none;
}

#campaign_box17 .price {
	font-size: 12px;
	line-height: 21px;
	padding-left: 2%;
	vertical-align: top;
}
#campaign_box17 .space {
	line-height: 0px;
	padding-top: 2%;
}



#campaign_box18 {
	width: 100%;
	color: #333333;
	margin-bottom: 12%;
	background-color: #F5EDDC;
}
#campaign_box18 .head_box02 {
	font-size: 11px;
	line-height: 18px;
	padding: 5;
	text-align: center;
	color: #42210B;
}
#campaign_box18 .head_box03 {
	margin-top: 5%;
}

#campaign_box18 .head_box04 {
	font-size: 12px;
	line-height: 21px;
	padding: 3%;
	text-align: center;
	color: #42210B;
}
#campaign_box18 .head_box05 {
	margin-top: 3%;
}

#campaign_box18 .bold {
	font-weight: bold;
	font-size: 13px;
}

#campaign_box18 a {
	color: #42210B;
	text-decoration: none;
}

#campaign_box18 .line {
	text-align: center;
	line-height: 0px;
	padding-top: 2%;
	padding-bottom: 2%;
}

#campaign_box18 .price {
	font-size: 11px;
	line-height: 18px;
	padding-left: 1%;
	padding-right: 1%;
}



#campaign_box19 {
	width: 100%;
	color: #333333;
	margin-bottom: 12%;
}
#campaign_box19 .head_box01 {
	padding-bottom: 2%;
}
#campaign_box19 .head_box02 {
	padding-bottom:3%;
}
#campaign_box19 .head_text .tx_bold {
	font-family:"貂ｸ譏取悃", YuMincho, 'Yu Mincho', "?ｭ?ｳ ?ｰ譏取悃", "MS PMincho", "繝偵Λ繧ｮ繝取?譛? Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 4.8vw;
	line-height: 1.5;
	text-align: center;
	padding-bottom: 2%;
	font-weight: bold;
	color: #985d23;
}
#campaign_box19 .head_text .tx_normal {
	font-family:"貂ｸ譏取悃", YuMincho, 'Yu Mincho', "?ｭ?ｳ ?ｰ譏取悃", "MS PMincho", "繝偵Λ繧ｮ繝取?譛? Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 4vw;
	line-height: 1.5;
	text-align: center;
	padding-bottom: 7%;
}

#campaign_box19 .features td {
	vertical-align: top;
}
#campaign_box19 .title {
	font-size: 5.5vw;
	line-height: 1.5;
	padding-left: 1%;
	padding-right: 1%;
	font-family:"貂ｸ譏取悃", YuMincho, 'Yu Mincho', "?ｭ?ｳ ?ｰ譏取悃", "MS PMincho", "繝偵Λ繧ｮ繝取?譛? Pro W3", "Hiragino Mincho Pro", serif;
	font-weight: bold;
	padding-bottom: 4%;
}
#campaign_box19 .sub_title {
	font-size: 4.1vw;
	line-height: 1.5;
	padding-left: 1%;
	padding-right: 1%;
	font-family:"貂ｸ譏取悃", YuMincho, 'Yu Mincho', "?ｭ?ｳ ?ｰ譏取悃", "MS PMincho", "繝偵Λ繧ｮ繝取?譛? Pro W3", "Hiragino Mincho Pro", serif;
	font-weight: bold;
	color: #985d23;
	padding-bottom: 2%;
}
#campaign_box19 .price {
	font-size: 3.5vw;
	line-height: 1.5;
	padding-left: 1%;
	padding-right: 1%;
	font-family:"貂ｸ譏取悃", YuMincho, 'Yu Mincho', "?ｭ?ｳ ?ｰ譏取悃", "MS PMincho", "繝偵Λ繧ｮ繝取?譛? Pro W3", "Hiragino Mincho Pro", serif;
}
#campaign_box19 .Detail {
	background-color: #f6f3ec;
	margin-top: 3%;
}
#campaign_box19 .Detail td {
	vertical-align: top;
}

#campaign_box19 .detail_title {
	font-size: 5.5vw;
	line-height: 1.5;
	font-family:"貂ｸ譏取悃", YuMincho, 'Yu Mincho', "?ｭ?ｳ ?ｰ譏取悃", "MS PMincho", "繝偵Λ繧ｮ繝取?譛? Pro W3", "Hiragino Mincho Pro", serif;
	font-weight: bold;
	padding-bottom: 2%;
	text-align: center;
	width: 100%;
	padding-top: 2%;
}

#campaign_box19 .get_btn a {
	font-size: 4vw;
	line-height: 2;
	text-align: center;
	width: 40vw;
	margin-right: auto;
	margin-left: auto;
	color: #FFF;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background-color: #666;
	display: block;
	text-decoration: none;
	margin-bottom: 5%;
}


#campaign_box20 {
	width: 100%;
	color: #333333;
	margin-bottom: 3%;
}
#campaign_box20 p {
	margin: 0px;
	padding: 0px;
}
#campaign_box20 .head_box01 {
	padding-bottom: 2%;
}
#campaign_box20 .head_box02 {
	padding-bottom:3%;
}

#campaign_box20 .body_copy {
	font-size: 3.6vw;
	line-height: 1.5;
	padding-left: 1%;
	padding-right: 1%;
}
#campaign_box20 .body_copy_center {
	font-size: 3.6vw;
	line-height: 1.5;
	padding-left: 3%;
	padding-right: 3%;
	padding-bottom: 2%;
}

#campaign_box20 .price {
	font-size: 3.2vw;
	line-height: 1.5;
	padding-left: 1%;
	padding-right: 1%;
}
#campaign_box20 .price a {
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
#campaign_box20 .bold_wine {
	color: #990404;
	font-size: 4vw;
	line-height: 1.5;
	font-weight: bold;
	text-align: center;
	width: 100%;
	padding-top: 2%;
}
#campaign_box20 .wine {
	color: #990404;
}

#campaign_box20 .get_btn a {
	font-size: 4vw;
	line-height: 2;
	text-align: center;
	width: 75vw;
	margin-right: auto;
	margin-left: auto;
	color: #FFF;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background-color: #666;
	display: block;
	text-decoration: none;
	margin-bottom: 4%;
}

#campaign_box21 {
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	width: 100%;
	color: #333333;
	line-height:0;
	margin-bottom: 3%;
}
#campaign_box21 p {
	margin: 0px;
	padding: 0px;
}
#campaign_box21 .head_box01 {
}
#campaign_box21 .head_box02 {
	position:relative;
}
#campaign_box21 .head_box03 {
	position:relative;
}
#campaign_box21 .head_box04 {
	position:relative;
}

#campaign_box21 .tx_box01 {
	position: absolute;
	left: 0;
	top: 6%;
	font-size: 4vw;
	line-height: 1.5;
	font-weight: bold;
	text-align: center;
	width: 100%;
	color: #8c4000;
}
#campaign_box21 .tx_box02 {
	position: absolute;
	left: 0;
	top: 58%;
	font-size: 3.8vw;
	line-height: 1.5;
	text-align: center;
	color: #333333;
	width: 100%;
}
#campaign_box21 .tx_box03 {
	position: absolute;
	left: 0;
	top: 71%;
	font-size: 3.8vw;
	line-height: 1.5;
	text-align: center;
	color: #333333;
	width: 100%;
}
#campaign_box21 .tx_box04 {
	position: absolute;
	left: 0;
	top: 80%;
	font-size: 3.8vw;
	line-height: 1.5;
	text-align: center;
	color: #333333;
	width: 100%;
}

#campaign_box21 .get_btn01 a {
	position: absolute;
	left: 8%;
	top: 42%;
	font-size: 2.8vw;
	line-height: 1.5;
	color: #8C4000;
}

#campaign_box21 .tx_box06 {
	position: absolute;
	left: 1%;
	top: 14%;
	font-size: 3.8vw;
	line-height: 1.5;
	font-weight: bold;
	text-align: center;
	width: 99%;
}
#campaign_box21 .tx_box07 {
	position: absolute;
	left: 0;
	top: 22%;
	font-size: 2.8vw;
	line-height: 1.5;
	text-align: center;
	width: 100%;
}

#campaign_box21 .tx_box08 {
	position: absolute;
	left: 0;
	top: 73.5%;
	font-size: 2.8vw;
	line-height: 1.4;
	width: 90%;
	margin-left:5%;
}
#campaign_box21 .tx_box10 {
	position: absolute;
	left: 4%;
	top: 2.5%;
	font-size: 2.8vw;
	line-height: 1.4;
	width: 59%;
}

#campaign_box21 .tx_box11 {
	position: absolute;
	left: 0;
	top: 34.5%;
	font-size: 4vw;
	line-height: 1.5;
	font-weight: bold;
	text-align: center;
	color:#8C4000;
	width: 100%;
}
#campaign_box21 .tx_box12 {
	position: absolute;
	left: 0;
	top: 54%;
	font-size: 2.6vw;
	line-height: 1.5;
	text-align: center;
	width: 100%;
}
#campaign_box21 .tx_box13 {
	position: absolute;
	left: 0;
	top: 84.5%;
	font-size: 2.6vw;
	line-height: 1.5;
	text-align: center;
	width: 100%;
}

#campaign_box21 .get_btn02 {
	margin-top:3%;
	width: 100%;
}

#campaign_box21 .get_btn02 a {
	color: #FFFFFF !important;
	background-color: #666666;
	font-size: 3.6vw;
	line-height: 3;
	text-align: center;
	width: 80%;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	display: block;
	text-decoration: none !important;
	margin-right: auto;
	margin-left: auto;
}

#campaign_box21 .get_btn03 {
	margin-top:3%;
	width: 100%;
}

#campaign_box21 .get_btn03 a {
	color: #FFFFFF !important;
	background-color: #666666;
	font-size: 3.6vw;
	line-height: 3;
	text-align: center;
	width: 80%;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	display: block;
	text-decoration: none !important;
	margin-right: auto;
	margin-left: auto;
}

#campaign_box21 .get_btn04 {
	margin-top:3%;
	width: 100%;
}

#campaign_box21 .get_btn04 a {
	color: #FFFFFF !important;
	background-color: #666666;
	font-size: 3.6vw;
	line-height: 3;
	text-align: center;
	width: 80%;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	display: block;
	text-decoration: none !important;
	margin-right: auto;
	margin-left: auto;
}



#campaign_box22 {
	width: 100%;
	color: #333333;
	line-height:0;
	margin-bottom: 3%;
}
#campaign_box22 p {
	margin: 0px;
	padding: 0px;
}
#campaign_box22 .head_box01 {
	font-family: "繝偵Λ繧ｮ繝手ｧ偵ざ Pro W3", "Hiragino Kaku Gothic Pro", "繝｡繧､繝ｪ繧ｪ", Meiryo, Osaka, "?ｭ?ｳ ?ｰ繧ｴ繧ｷ繝?け", "MS PGothic", sans-serif;
	position:relative;
}

#campaign_box22 .tx_box01 {
	position: absolute;
	top: 43%;
	font-size: 3.2vw;
	line-height: 1.5;
	color: #333333;
	left: 3%;
}
#campaign_box22 .tx_box02 {
	position: absolute;
	top: 54%;
	font-size: 2.6vw;
	line-height: 1.5;
	color: #666666;
	left: 3%;
}
#campaign_box22 .tx_box03 {
	position: absolute;
	top: 60%;
	font-size: 3.2vw;
	line-height: 1.5;
	color: #333333;
	left: 6%;
}
#campaign_box22 .tx_box04 {
	position: absolute;
	top: 67%;
	font-size: 3vw;
	line-height: 1.5;
	color: #666666;
	left: 6%;
}
#campaign_box22 .tx_box05 {
	position: absolute;
	width: 100%;
	top: 78%;
	font-size: 4vw;
	line-height: 1.5;
	color: #8c4000;
	left: 0;
	text-align: center;
	font-family: "貂ｸ譏取悃", YuMincho, 'Yu Mincho', "?ｭ?ｳ ?ｰ譏取悃", "MS PMincho", "繝偵Λ繧ｮ繝取?譛? Pro W3", "Hiragino Mincho Pro", serif;
	font-weight: bold;
}

#campaign_box22 .get_btn01 {
	width: 100%;
	margin-top: 1%;
	margin-bottom: 8%;
}

#campaign_box22 .get_btn01 a {
	color: #FFFFFF;
	background-color: #666666;
	font-size: 3.4vw;
	line-height: 1.5;
	text-align: center;
	width: 60%;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	display: block;
	text-decoration: none !important;
	margin-right: auto;
	margin-left: auto;
	padding-top: 2%;
	padding-bottom: 2%;
}

#campaign_box23 {
	width: 100%;
	color: #333333;
	line-height:0;
	margin-bottom: 3%;
}
#campaign_box23 p {
	margin: 0px;
	padding: 0px;
}
#campaign_box23 .head_box01 {

}
#campaign_box23 .tx_box01 {
	font-size: 4.4vw;
	line-height: 1.5;
	color: #555555;
	text-align: center;
	width: 100%;
	padding-top: 2%;
	padding-bottom: 1%;
}
#campaign_box23 .tx_box01 .bold {
	font-size:4.8vw;
	font-weight:bold;
}
#campaign_box23 .tx_box02 {
	font-size: 5vw;
	line-height: 1.5;
	color: #555555;
	text-align: center;
	width: 100%;
	padding-top: 2%;
	padding-bottom: 1%;
}
#campaign_box23 .tx_box03 {
	font-size: 5vw;
	line-height: 1.5;
	color: #555555;
	text-align: center;
	width: 100%;
	padding-top: 3%;
}
#campaign_box23 .tx_box03 .green {
	font-weight: bold;
	color: #00b900;

}
#campaign_box23 .btn_box01 {
	padding-bottom: 7%;
}



#campaign_box24 {
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	width: 100%;
	color: #333333;
	line-height:0;
	margin-bottom: 3%;
}
#campaign_box24 p {
	margin: 0px;
	padding: 0px;
}
#campaign_box24 .head_box01 {
	width: 100%;
	margin-bottom: 6%;
	position: relative;
}
#campaign_box24 .tx_box01 {
	font-size: 3.2vw;
	line-height: 1.4;
	color: #c4518a;
	text-align: center;
	width: 100%;
	padding-top: 3%;
	padding-bottom: 2%;
	position: absolute;
	top: 20%;
}
#campaign_box24 .title01 {
	width: 100%;
	margin-bottom: 5%;
}

#campaign_box24 .images01 {
	width: 86%;
	margin-bottom: 3%;
	margin-right: auto;
	margin-left: auto;
}
#campaign_box24 .images02 {
	width: 100%;
}
#campaign_box24 .text01 {
	width: 86%;
	font-size: 3vw;
	line-height: 1.5;
	color: #555555;
	margin-bottom: 3%;
	margin-right: auto;
	margin-left: auto;
}
#campaign_box24 .text01 .caption {
	font-size: 2.4vw;
}
#campaign_box24 .sub_title {
	font-size: 4.2vw;
	font-weight: bold;
	text-align: center;
	line-height: 1.8;
	color: #c4518a;
}

#campaign_box24 .item_link01 {
	font-size: 3.2vw;
	line-height: 1.5;
	text-align: center;
	padding-bottom: 5%;
}
#campaign_box24 .item_link01 a {
	color: #c4518a;
}
#campaign_box24 .item_link01 .price {
	font-size: 3.4vw;
	font-weight:bold;
}

#campaign_box24 .head_box02 {
	position: relative;
	width: 100%;
	margin-bottom: 6%;
}
#campaign_box24 .head_box02 .item_link02 {
	position:absolute;
	width: 100%;
	top:40.5%;
	text-align:center;
}
#campaign_box24 .head_box02 .item_link02 a {
	font-size: 3.2vw;
	line-height: 1.5;
	color: #555555;
}
#campaign_box24 .head_box02 .item_link03 {
	position:absolute;
	width: 100%;
	top:90.5%;
	text-align:center;
}
#campaign_box24 .head_box02 .item_link03 a {
	font-size: 3.2vw;
	line-height: 1.5;
	color: #555555;
}

#campaign_box24 .space10 {
	padding-bottom:10%;
}


#campaign_box25 {
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	width: 100%;
	font-family: "繝偵Λ繧ｮ繝手ｧ偵ざ Pro W3", "Hiragino Kaku Gothic Pro", "繝｡繧､繝ｪ繧ｪ", Meiryo, Osaka, "?ｭ?ｳ ?ｰ繧ｴ繧ｷ繝?け", "MS PGothic", sans-serif;
	color: #333333;
	line-height: 0;
	margin: 0px;
	padding: 0px;
}
#campaign_box25 p {
	margin: 0px;
	padding: 0px;
}
#campaign_box25 #back_01 {
	width: 100%;
	position: relative;
}

#campaign_box25 .back_01_txt01 {
	width: 100%;
	position: absolute;
	top: 38.5%;
	text-align: center;
	font-size: 4.6vw;
	font-weight: bold;
	color: #8c4000;
}
#campaign_box25 .back_01_txt02 {
	width: 44%;
	position: absolute;
	top: 45%;
	right: 3%;
	font-size: 3.2vw;
	line-height: 1.6;
}
#campaign_box25 .back_01_txt03 {
	width: 44%;
	position: absolute;
	top: 57%;
	right: 3%;
	font-size: 3vw;
	line-height: 1.5;
}
#campaign_box25 .back_01_txt04 {
	width: 92%;
	position: absolute;
	top: 65%;
	left: 4%;
	font-size: 3vw;
	line-height: 1.5;
}
#campaign_box25 .back_01_txt05 {
	width: 92%;
	position: absolute;
	top: 80.2%;
	left: 4%;
	font-size: 3.2vw;
	line-height: 1.5;
}
#campaign_box25 #item_box {
	width: 100%;
	position: relative;
}
#campaign_box25 .item_txt01 {
	width: 100%;
	padding-top: 3%;
	padding-bottom: 3%;
	font-size: 3.2vw;
	line-height: 1.5;
	color: #8c4000;
	text-align: center;
}
#campaign_box25 .item_txt02 {
	width: 100%;
	padding-top: 5%;
	padding-bottom: 3%;
	font-size: 3vw;
	line-height: 1.5;
	text-align: center;
}
#campaign_box25 .item_btn01 {
	margin-bottom:7%;
}
#campaign_box25 .item_btn01 a {
	width: 50%;
	margin-right: auto;
	margin-left: auto;
	font-size: 3.4vw;
	line-height: 2.4;
	text-align:center;
	text-decoration:none;
	color: #FFF;
	background-color: #8c4000;
	display:block;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
#campaign_box25 #back_02 {
	width: 100%;
	position: relative;
}
#campaign_box25 .back_02_txt01 {
	width: 93%;
	position: absolute;
	top: 42%;
	font-size: 3.2vw;
	line-height: 1.5;
	left: 4%;
}
#campaign_box25 .back_02_txt02 {
	width: 92%;
	position: absolute;
	top: 57%;
	right: 4%;
	font-size: 3vw;
	line-height: 2;
}
#campaign_box25 .back_02_txt02 a {
	color:#333333;
}
#campaign_box25 .back_02_txt02 .bold {
	font-size: 3.2vw;
	font-weight:bold;
}
#campaign_box25 .back_02_txt03 {
	width: 92%;
	position: absolute;
	top: 81%;
	right: 4%;
	font-size: 3vw;
	line-height: 1.5;
}

#campaign_box25 .back_02_btn01 {
}
#campaign_box25 .back_02_btn01 a {
	position:absolute;
	width: 70%;
	top:93%;
	right:15%;
	font-size: 3.4vw;
	line-height: 2.4;
	text-align:center;
	text-decoration:none;
	color: #FFF;
	background-color: #01b901;
	display:block;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

#campaign_box26 {
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	width: 100%;
	font-family: "繝偵Λ繧ｮ繝手ｧ偵ざ Pro W3", "Hiragino Kaku Gothic Pro", "繝｡繧､繝ｪ繧ｪ", Meiryo, Osaka, "?ｭ?ｳ ?ｰ繧ｴ繧ｷ繝?け", "MS PGothic", sans-serif;
	color: #333333;
	line-height: 0;
	margin: 0px;
	padding: 0px;
}
#campaign_box26 p {
	margin: 0px;
	padding: 0px;
}

#campaign_box26 #back_01 {
	width: 100%;
	position: relative;
	padding-bottom:4%;
	color:#333333;
}

#campaign_box26 .back_01_txt01 {
	width: 100%;
	position: absolute;
	top: 46.5%;
	font-family: "貂ｸ譏取悃", YuMincho, 'Yu Mincho', "?ｭ?ｳ ?ｰ譏取悃", "MS PMincho", "繝偵Λ繧ｮ繝取?譛? Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 4.2vw;
	font-weight: bold;
	line-height:1.5;
	text-align: center;
	color: #000000;
}
#campaign_box26 .back_01_txt02 {
	width: 100%;
	position: absolute;
	top: 53%;
	font-size: 3.4vw;
	line-height:1.5;
	text-align: center;
	color: #000000;
}
#campaign_box26 .back_01_txt03 {
	width: 99%;
	position: absolute;
	left:1%;
	top: 66.5%;
	font-family: "貂ｸ譏取悃", YuMincho, 'Yu Mincho', "?ｭ?ｳ ?ｰ譏取悃", "MS PMincho", "繝偵Λ繧ｮ繝取?譛? Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 2.8vw;
	line-height:1.7;
	text-align: center;
	color: #FFFFFF;
}

#campaign_box26 #back_02 {
	width: 100%;
	position: relative;
	padding-bottom:2%;
}

#campaign_box26 .back_02_txt01 {
	position: absolute;
	width: 50%;
	top: 4.5%;
	left: 48%;
	font-size: 4.2vw;
	font-weight: bold;
	line-height:1.2;
	color: #844000;
}
#campaign_box26 .back_02_txt02 {
	position: absolute;
	width: 48%;
	top: 25%;
	left: 50%;
	font-size: 3.2vw;
	line-height:1.4;
}
#campaign_box26 .back_02_txt03 {
	position: absolute;
	width: 97%;
	top: 76%;
	left: 3%;
	font-size: 2.6vw;
	line-height:1.5;
}

#campaign_box26 .back_02_txt04 {
	position: absolute;
	width: 97%;
	top: 86%;
	left: 3%;
	font-size: 2.2vw;
	line-height:1.5;
}

#campaign_box26 .title_01 {
	width: 100%;
	padding-top:1.5%;
	padding-bottom:1.5%;
	font-family: "貂ｸ譏取悃", YuMincho, 'Yu Mincho', "?ｭ?ｳ ?ｰ譏取悃", "MS PMincho", "繝偵Λ繧ｮ繝取?譛? Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 4vw;
	font-weight: bold;
	line-height:1.5;
	text-align: center;
	color: #FFFFFF;
	background-color:#42210b;
}

#campaign_box26 #back_03 {
	width: 100%;
	position: relative;
}
#campaign_box26 .back_03_txt01 {
	position: absolute;
	top: 5%;
	right: 3%;
	font-family: "貂ｸ譏取悃", YuMincho, 'Yu Mincho', "?ｭ?ｳ ?ｰ譏取悃", "MS PMincho", "繝偵Λ繧ｮ繝取?譛? Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 5.4vw;
	font-weight: bold;
	line-height:1;
	text-align:right;
	color: #000000;
}
#campaign_box26 .back_03_txt01 .jpn {
	font-size: 3.6vw;
}

#campaign_box26 .body_copy01 {
	width: 80%;
	font-family: "貂ｸ譏取悃", YuMincho, 'Yu Mincho', "?ｭ?ｳ ?ｰ譏取悃", "MS PMincho", "繝偵Λ繧ｮ繝取?譛? Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 3.2vw;
	font-weight:bold;
	line-height: 1.5;
	background-color: #ddd6ce;
	padding-top: 5%;
	padding-right: 10%;
	padding-bottom: 5%;
	padding-left: 10%;
}

#campaign_box26 .btn_01 {
	background-color: #ddd6ce;
	padding-bottom:8%;
}
#campaign_box26 .btn_01 a {
	width: 60%;
	margin-right: auto;
	margin-left: auto;
	font-size: 3.4vw;
	line-height: 2.4;
	text-align:center;
	text-decoration:none;
	color: #FFF;
	background-color: #42210b;
	display:block;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

#campaign_box26 #back_04 {
	width: 100%;
	position: relative;
	padding-top:2%;
}
#campaign_box26 .back_04_txt01 {
	position: absolute;
	top: 7%;
	left: 3%;
	font-family: "貂ｸ譏取悃", YuMincho, 'Yu Mincho', "?ｭ?ｳ ?ｰ譏取悃", "MS PMincho", "繝偵Λ繧ｮ繝取?譛? Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 5.4vw;
	font-weight: bold;
	line-height:1;
	text-align:left;
	color: #FFFFFF;
}
#campaign_box26 .back_04_txt01 .jpn {
	font-size: 3.6vw;
}

#campaign_box26 #back_05 {
	width: 100%;
	position: relative;
	padding-top:2%;
}
#campaign_box26 .back_05_txt01 {
	position: absolute;
	top: 10%;
	left: 3%;
	font-family: "貂ｸ譏取悃", YuMincho, 'Yu Mincho', "?ｭ?ｳ ?ｰ譏取悃", "MS PMincho", "繝偵Λ繧ｮ繝取?譛? Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 4.6vw;
	font-weight: bold;
	line-height:1.5;
	text-align:left;
	color: #FFFFFF;
}

#campaign_box26 .space {
	padding-bottom:2%;
}

#campaign_box26 #back_06 {
	width: 100%;
	position: relative;
}
#campaign_box26 .back_06_txt01 {
	position: absolute;
	top:4%;
	left: 3%;
	font-family: "貂ｸ譏取悃", YuMincho, 'Yu Mincho', "?ｭ?ｳ ?ｰ譏取悃", "MS PMincho", "繝偵Λ繧ｮ繝取?譛? Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 5.4vw;
	font-weight: bold;
	line-height:1;
	text-align:left;
	color: #FFFFFF;
}
#campaign_box26 .back_06_txt01 .jpn {
	font-size: 3.6vw;
}
#campaign_box26 .back_06_txt01 a{
	color:#FFF;
}

#campaign_box26 .back_06_txt02 {
	position: absolute;
	top: 58%;
	left: 3%;
	font-family: "貂ｸ譏取悃", YuMincho, 'Yu Mincho', "?ｭ?ｳ ?ｰ譏取悃", "MS PMincho", "繝偵Λ繧ｮ繝取?譛? Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 5.4vw;
	font-weight: bold;
	line-height:1;
	text-align:left;
	color: #FFFFFF;
}
#campaign_box26 .back_06_txt02 .jpn {
	font-size: 3.6vw;
}
#campaign_box26 .back_06_txt02 a{
	color:#FFF;
}


#campaign_box26 .back_06_txt03 {
	position: absolute;
	top: 71%;
	right: 3%;
	font-family: "貂ｸ譏取悃", YuMincho, 'Yu Mincho', "?ｭ?ｳ ?ｰ譏取悃", "MS PMincho", "繝偵Λ繧ｮ繝取?譛? Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 5.4vw;
	font-weight: bold;
	line-height:1;
	text-align:right;
	color: #FFFFFF;
}
#campaign_box26 .back_06_txt03 .jpn {
	font-size: 3.6vw;
}
#campaign_box26 .back_06_txt03 a{
	color:#FFF;
}

#campaign_box26 #back_07 {
	width: 100%;
	position: relative;
}
#campaign_box26 .back_07_txt01 {
	position: absolute;
	width:100%;
	top: 6%;
	font-family: "貂ｸ譏取悃", YuMincho, 'Yu Mincho', "?ｭ?ｳ ?ｰ譏取悃", "MS PMincho", "繝偵Λ繧ｮ繝取?譛? Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 3.2vw;
	font-weight: bold;
	line-height:1.7;
	text-align:center;
	color: #FFFFFF;
}


#campaign_box27 {
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	width: 100%;
	color: #333333;
	line-height: 0;
	margin-bottom: 3%;
	background-color: #F2ECEB;
}
#campaign_box27 p {
	margin: 0px;
	padding: 0px;
}
#campaign_box27 .head_box01 {
	width: 100%;
}

#campaign_box27 .title {
	width: 100%;
	font-size: 4.4vw;
	line-height: 1.5;
	text-align: center;
	padding-top: 2%;
	font-weight: bold;

}
#campaign_box27 .body_copy {
	width: 86%;
	padding-right: 7%;
	padding-left: 7%;
	font-family: "貂ｸ譏取悃", YuMincho, 'Yu Mincho', "?ｭ?ｳ ?ｰ譏取悃", "MS PMincho", "繝偵Λ繧ｮ繝取?譛? Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 3.4vw;
	line-height: 1.7;
	padding-bottom: 5%;
}
#campaign_box27 hr {
	width: 86%;
	margin-right: auto;
	margin-left: auto;
	color: #999;
	line-height: 0px;
	margin-top: 3%;
	margin-bottom: 3%;
}
#campaign_box27 .btn01 {
	margin-bottom: 5%;
}
#campaign_box27 .btn01 a {
	display:block;
	width: 60%;
	margin-right: 20%;
	margin-left: 20%;
	font-size: 3.8vw;
	line-height: 2;
	text-align:center;
	text-decoration:none;
	color: #FFF;
	background-color: #8C4000;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

#campaign_box27 .head_box02 {
	width: 100%;
	position: relative;
	padding-bottom: 3%;
}
#campaign_box27 .tx_box02_1 {
	position: absolute;
	top: 8.5%;
	right: 4.5%;
	font-size: 3.6vw;
	line-height: 1.5;
}

#campaign_box27 .head_box03 {
	width: 100%;
	position: relative;
	padding-bottom: 3%;
}
#campaign_box27 .tx_box03_1 {
	position: absolute;
	top: 9.5%;
	left: 4.5%;
	font-size: 3.6vw;
	line-height: 1.5;
}

#campaign_box27 .space3 {
	padding-bottom:3%;
}
#campaign_box27 .space5 {
	padding-bottom:5%;
}



}
