/*---------------------------------------------
Reset Style
---------------------------------------------*/
* {
  padding: 0;
  margin: 0;
  font-size: 100%;
}
html {
  overflow-y: scroll;
  color: #333;
  background-color: #fff;
}
body {
  padding: 8px;
  margin: 0px;
  font-family: 'MS PGothic', Osaka, sans-selif;
  font-size: 100%;
  text-align: center;
  background: #ffffff;
}
img {
  vertical-align: bottom;
  border: none;
}
div,
dl,
dt,
dd,
form,
input,
ul,
ol,
li,
p,
select,
textarea,
span,
th,
td {
  padding: 0;
  margin: 0;
}
address,
th,
caption,
em,
strong {
  font-style: normal;
  font-weight: normal;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
  font-size: 100%;
  font-weight: normal;
}
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  font-weight: inherit;
}
ol,
ul {
  list-style: none;
}
table {
  font-size: 100%;
  font-size: inherit;
  border-spacing: 0;
  border-collapse: collapse;
}
a {
  overflow: hidden;
  outline: none;
}
a:link {
  color: #0748a1;
  text-decoration: none;
}
a:visited {
  color: #0748a1;
  text-decoration: none;
}
a:hover,
a:active {
  color: #0066cc;
  text-decoration: underline;
}

/*---------------------------------------------
clearfix Style
---------------------------------------------*/
.clearfix::before,
.clearfix::after {
  display: table;
  content: '';
}
.clearfix::after {
  clear: both;
}
.clearfix {
  zoom: 1;
}

/* layout
---------------------------------------------*/
#content::before,
#content::after {
  display: table;
  content: '';
}
#content::after {
  clear: both;
}
#content {
  zoom: 1;
}

/* header
---------------------------------------------*/
#header::before,
#header::after {
  display: table;
  content: '';
}
#header::after {
  clear: both;
}
#header {
  zoom: 1;
}
#headMenu::before,
#headMenu::after {
  display: table;
  content: '';
}
#headMenu::after {
  clear: both;
}
#headMenu {
  zoom: 1;
}

/* footer
---------------------------------------------*/
#footer::before,
#footer::after {
  display: table;
  content: '';
}
#footer::after {
  clear: both;
}
#footer {
  zoom: 1;
}

/* common
---------------------------------------------*/
#topicPath::before,
#topicPath::after {
  display: table;
  content: '';
}
#topicPath::after {
  clear: both;
}
#topicPath {
  zoom: 1;
}

#topicPath ol::before,
#topicPath ol::after {
  display: table;
  content: '';
}
#topicPath ol::after {
  clear: both;
}
#topicPath ol {
  zoom: 1;
}

#footerMenu::before,
#footerMenu::after {
  display: table;
  content: '';
}
#footerMenu::after {
  clear: both;
}
#footerMenu {
  zoom: 1;
}

#footerMenu dl::before,
#footerMenu dl::after {
  display: table;
  content: '';
}
#footerMenu dl::after {
  clear: both;
}
#footerMenu dl {
  zoom: 1;
}

#otherLink::before,
#otherLink::after {
  display: table;
  content: '';
}
#otherLink::after {
  clear: both;
}
#otherLink {
  zoom: 1;
}

/*---------------------------------------------
Common Style
---------------------------------------------*/
.clearfix {
  *zoom: 1;
}
.clearfix::before,
.clearfix::after {
  display: table;
  content: '';
}
.clearfix::after {
  clear: both;
}

/* float
---------------------------------------------*/
.fl {
  float: left !important;
}
.fr {
  float: right !important;
}

/* margin
---------------------------------------------*/
.m0 {
  margin: 0px !important;
}
.mat5 {
  margin-top: 5px !important;
}
.mat10 {
  margin-top: 10px !important;
}
.mat15 {
  margin-top: 15px !important;
}
.mat20 {
  margin-top: 20px !important;
}
.mat25 {
  margin-top: 25px !important;
}
.mat30 {
  margin-top: 30px !important;
}
.mar5 {
  margin-right: 5px !important;
}
.mar20 {
  margin-right: 20px !important;
}
.mal5 {
  margin-left: 5px !important;
}
.mal10 {
  margin-left: 10px !important;
}
.mal20 {
  margin-left: 20px !important;
}

/* padding
---------------------------------------------*/
.p10 {
  padding: 10px !important;
}
.p20 {
  padding: 20px !important;
}
.p30 {
  padding: 30px !important;
}
.pat5 {
  padding-top: 5px !important;
}
.pat10 {
  padding-top: 10px !important;
}
.pat20 {
  padding-top: 20px !important;
}
.pat25 {
  padding-top: 25px !important;
}
.par10 {
  padding-right: 10px !important;
}
.pab5 {
  padding-bottom: 5px !important;
}
.pab10 {
  padding-bottom: 10px !important;
}
.pab15 {
  padding-bottom: 15px !important;
}
.pab20 {
  padding-bottom: 20px !important;
}
.pal0 {
  padding-left: 0px !important;
}
.pal5 {
  padding-left: 5px !important;
}
.pal10 {
  padding-left: 10px !important;
}
.pal20 {
  padding-left: 20px !important;
}

/* font-weight
---------------------------------------------*/
.fw {
  font-weight: bold !important;
}

/* text-align
---------------------------------------------*/
.tal {
  text-align: left !important;
}
.tac {
  text-align: center !important;
}
.tar {
  text-align: right !important;
}

.bld {
  font-weight: bold;
}
.mod-red {
  color: #c00;
}
.red {
  color: #c00;
}
.w184 {
  width: 184px;
}
.w210 {
  width: 210px;
}
.w910 {
  width: 910px;
}
.mAu {
  margin: 0 auto;
}
.boGray1 {
  border: 1px solid #e5e5e5;
}
.borGray1 {
  border-right: 1px solid #e5e5e5;
}
.bolGray1 {
  border-left: 1px solid #e5e5e5;
}
.bobGray1 {
  border-bottom: 1px solid #e5e5e5;
}
.bolLightBrown5 {
  border-left: 5px solid #e9e4d5;
}
.borLightBrown5 {
  border-right: 5px solid #e9e4d5;
}
.botLightBrown5 {
  border-top: 5px solid #e9e4d5;
}
.bgLightBrown {
  background-color: #e9e4d5;
}

.mod-list-campinfo li {
  float: left;
  margin-right: 5px;
}
.commonCmp .mod-social {
  float: right;
  padding-top: 8px;
}
.commonCmp .mod-social li {
  float: left;
  margin-right: 5px;
}
.commonCmp #main {
  font-size: 117%;
}
.commonCmp .mAu {
  margin: 0 auto;
}
.commonCmp .f12 {
  font-size: 86%;
}
.commonCmp .f16 {
  font-size: 115%;
}
.commonCmp .f18 {
  font-size: 129%;
}
.commonCmp .mod-floatunit li {
  float: left;
}
.commonCmp .box950Btm {
  padding-bottom: 3px;
  *zoom: 1;
  background: url('../images/box_btm950.gif') no-repeat bottom;
}
.commonCmp .boxYellowTop {
  padding-top: 3px;
  *zoom: 1;
  background: url('../images/bg_lightyellowbox_top.gif') no-repeat;
}
.commonCmp .boxYellowBtm {
  padding-bottom: 3px;
  *zoom: 1;
  background: url('../images/bg_lightyellowbox_btm.gif') no-repeat bottom;
}
.commonCmp .mod-link-arred {
  font-weight: bold;
  color: #000;
}

/*	head
/------------------------------------------*/
#headBox {
  position: relative;
  float: left;
  width: 60%;
  margin-top: 6px;
}
#headMenu {
  float: right;
  width: 40%;
  margin-top: 12px;
  font-size: 1%;
}
#headBox h1 {
  margin-top: 10px;
  margin-left: 240px;
  font-size: 84%;
}

/*---------------------------------------------
campaign - module
---------------------------------------------*/
body {
  min-width: 970px;
}
* html body {
  zoom: 1;
  border-left: 970px solid #fff;
}
#wrap {
  margin: 0 auto;
  clear: both;
  text-align: left;
}
* html #wrap {
  position: relative;
  margin-left: -970px;
  zoom: 1;
}
#content {
  border-top: 2px solid #0c6d0e;
}
.fix950 {
  width: 950px;
  margin: 0 auto;
}

#header {
  padding-bottom: 7px;
  margin: 0 10px;
}
#header .last a {
  display: block;
  font-weight: bold;
  color: #ffffff;
  letter-spacing: 0.5px;
  border-radius: 4px;
}
#header .sell a {
  width: 80px;
  padding: 3px 0px;
  font-size: 12px;
  text-align: center;
  background: -webkit-gradient(linear, 0 0, 0 bottom, from(#f1b5bb), to(#e8848e));
  background: -moz-linear-gradient(top, #f1b5bb, #e8848e);
  background-color: #e8848e;
  border-top: 1px solid #f7d6da;
  border-right: 1px solid #916267;
  border-bottom: 1px solid #583236;
  border-left: 1px solid #f7d6da;
}
#header .buy a {
  box-sizing: border-box;
  width: 84px;
  padding: 5px 0px 3px 3px;
  font-size: 11px;
  background: -webkit-gradient(linear, 0 0, 0 bottom, from(#a9d580), to(#70b92d));
  background: -moz-linear-gradient(top, #a9d580, #70b92d);
  background-color: #70b92d;
  border-top: 1px solid #d0e8b9;
  border-right: 1px solid #406122;
  border-bottom: 1px solid #2a4611;
  border-left: 1px solid #a9d580;
}
#header .cart a {
  width: 66px;
  padding: 5px 0px 3px 3px;
  font-size: 11px;
  background: -webkit-gradient(linear, 0 0, 0 bottom, from(#ffa568), to(#ff6b07));
  background: -moz-linear-gradient(top, #ffa568, #ff6b07);
  background-color: #ff6b07;
  border-top: 1px solid #ffcead;
  border-right: 1px solid #9b4912;
  border-bottom: 1px solid #612902;
  border-left: 1px solid #ffa76b;
}
#header .last a:hover {
  text-decoration: none;
}
#header {
  width: 950px;
  padding: 10px 0;
  margin: 0 auto;
}
#header_bottom {
  width: 100%;
  height: 5px;
  background: url('/img/purchaseOrder/guest/bo_green.gif') repeat-x 0 top;
}
#header h1 {
  float: left;
}
#header h2 {
  float: right;
  margin-top: 0.8em;
}

#headBox {
  position: relative;
  float: left;
  width: 55%;
  margin-top: 6px;
}
#headBox #logo {
  float: left;
  padding-top: 5px;
}
#headBox #tPoint {
  position: absolute;
  top: 0;
  left: 230px;
  font-size: 1%;
}
#headBox #feefree {
  position: absolute;
  top: 0;
  left: 386px;
  font-size: 1%;
}
#headBox h1 {
  margin-top: 45px;
  margin-left: 230px;
  font-size: 84%;
}
#headMenu {
  float: right;
  width: 44%;
  margin-top: 12px;
  font-size: 1%;
}
#headMenu .first {
  float: right;
  width: 440px;
}
#headMenu .first li {
  display: inline;
  float: left;
  margin-left: 10px;
  /zoom: 1;
}
#headMenu .last {
  float: right;
  width: 440px;
  margin-top: 8px;
  clear: both;
}
#headMenu .last li {
  display: inline;
  float: left;
  margin-left: 7px;
  /zoom: 1;
}
#headMenu #favoArea {
  position: relative;
}
#headMenu #favoArea img {
  position: relative;
  z-index: 1;
}
#headMenu #arriveArea {
  position: relative;
}
#headMenu #arriveArea img {
  position: relative;
  z-index: 1;
}
#headMenu #cartArea {
  position: relative;
}
#headMenu #cartArea img {
  position: relative;
  z-index: 1;
}
#headMenu .badger-inner {
  position: absolute;
  top: -11px;
  right: -4px;
  z-index: 99999;
  min-width: 20px;
  height: 20px;
  margin: 2px;
  background: #f13c31;
  background: -moz-linear-gradient(100%100%90deg, #f13c31, #f79690);
  background: -webkit-gradient(linear, 0%0%, 0%100%, from(#f79690), to(#f13c31));
  background: -webkit-linear-gradient(#f79690, #f13c31);
  background: -o-linear-gradient(#f79690, #f13c31);
  background: -ms-linear-gradient(top, #f79690, #f13c31);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#f79690', endColorstr='#f13c31', GradientType=0)";
  -moz-border-radius: 35px;
  -webkit-border-radius: 35px;
  border-radius: 35px;
}
#headMenu .badger-text {
  font-size: 13px;
}
#headMenu .badger-badge {
  z-index: 999999;
  margin: 0;
  font-weight: normal;
  color: #fff;
  text-align: center;
  text-shadow: 0px-1px 1px#e01b0f;
}

.stepFlow2 {
  width: 307px;
  margin: 0 auto;
  margin-top: 15px;
  text-align: center;
  background-image: url('/img/purchaseOrder/guest/bg_line.jpg');
  background-repeat: repeat-x;
  background-position: center center;
}

#footer {
  margin-top: 40px;
}
#footerMenuWrap {
  position: relative;
  margin: 0 10px;
}
* html #footerMenuWrap {
  zoom: 1;
}
#footerMenu {
  padding: 20px 30px;
  margin: 0 auto;
  border: 1px solid #e5e5e5;
}
#footerMenu dl dt {
  font-weight: bold;
  color: #666;
  text-align: left;
}
#footerMenu dl dt span {
  color: #ccc;
}
#footerMenu dl.buy {
  float: left;
  width: 75%;
  border-right: 1px solid #e5e5e5;
}
#footerMenu dl.buy dd {
  float: left;
  width: 33%;
  text-align: left;
}
#footerMenu dl.sell {
  float: right;
  width: 20%;
  text-align: left;
}
#footer {
  padding: 20px 0 50px 0;
  margin-top: 5px;
  font-size: 10px;
  background: url('/img/purchaseOrder/guest/bo_green.gif') repeat-x 0 top;
}
#footer #footArea {
  width: 950px;
  margin: 0px auto 0px;
  text-align: right;
}
#footer #footermark {
  margin-top: 5px;
}
#footer address {
  margin-top: 10px;
  font-style: initial;
  color: #777;
  text-align: center;
}
#otherLink {
  padding: 1em 0;
  margin: 0 10px;
  text-align: right;
}
#otherLink li {
  display: inline-block;
  /display: inline;
  /zoom: 1;
  padding: 0 1em;
  line-height: 1.1;
  border-right: 1px solid #939393;
}
#otherLink li.last {
  border-right: 0;
}
#copyrightWrap {
  padding: 13px 10px 30px;
  border-top: 2px solid #0c6d0e;
}
#copyrightWrap a {
  text-decoration: underline;
}
#copyrightWrap a:hover {
  text-decoration: none;
}
#footLogo {
  float: left;
  width: 381px;
}
#copyrightWrap #group {
  float: right;
}
#copyrightWrap #safety {
  margin: 10px 0;
}
#copyrightWrap #safety li {
  float: left;
  margin-right: 4px;
}
#copyrightWrap #safety li.first {
  margin-top: 4px;
}
#copyrightWrap #safety li.last {
  height: 67px;
  padding-left: 20px;
  font-size: 84%;
  line-height: 70px;
}
#copyrightWrap address {
  font-size: 84%;
  color: #999;
}

.pageup {
  margin-right: 10px;
  clear: both;
  text-align: right;
}
.gr_link {
  padding-right: 2px;
  font-size: 18px;
  line-height: 18px;
  color: #76bd36;
  vertical-align: top;
}
.rd_link {
  padding-right: 2px;
  font-size: 18px;
  line-height: 18px;
  color: #ab2628;
  vertical-align: top;
}
.sprite {
  display: inline-block;
  background: url('/images/sprite.png') no-repeat;
  background-size: auto;
}
.sprite-logo {
  width: 220px;
  height: 43px;
  background-position: 0 -151px;
}
.sprite-tpoint {
  width: 198px;
  height: 21px;
  background-position: 0px -130px;
}
.sprite-j3c {
  width: 198px;
  height: 19px;
  background-position: 0px -112px;
}
.sprite-boxfree {
  width: 87px;
  height: 11px;
  background-position: -366px -112px;
}
.sprite-beginner {
  width: 86px;
  height: 13px;
  background-position: -73px -257px;
}
.sprite-qa {
  width: 75px;
  height: 13px;
  background-position: -73px -284px;
}
.sprite-sitemap {
  width: 75px;
  height: 13px;
  background-position: -73px -270px;
}
.sprite-corp {
  width: 60px;
  height: 13px;
  background-position: -148px -284px;
}
.sprite-mypage {
  width: 10px;
  height: 16px;
  margin-left: 7px;
  background-position: 0px -1px;
}
.sprite-arrivemail {
  width: 14px;
  height: 9px;
  margin-left: 5px;
  background-position: -10px 0px;
}
.sprite-favorite {
  width: 11px;
  height: 10px;
  margin-left: 5px;
  background-position: -23px 0px;
}
.sprite-cart {
  width: 14px;
  height: 12px;
  margin: 0 2px;
  background-position: -34px 0px;
}
.sprite-pmark {
  width: 75px;
  height: 75px;
  background-position: -380px -225px;
}
.sprite-ticon {
  width: 13px;
  height: 13px;
  background-position: -346px -112px;
}

/* form
---------------------------------------------*/
.uas {
  font-size: 70%;
  line-height: 140%;
}
.uam {
  font-size: 75%;
  line-height: 140%;
}
.ual {
  font-size: 89%;
  line-height: 130%;
  vertical-align: middle;
}
.texttype11 {
  color: #660000;
}
.paragraphblock03 {
  padding: 8px 12px;
}
.texttype04 {
  font-weight: bold;
}
.texttype30 {
  font-weight: bold;
  color: #ff0000;
}
.ualabs {
  font-size: 14px;
  line-height: 15px;
}
.uasabs {
  font-size: 11px;
  line-height: 12px;
}
.texttype01 {
  font-weight: bold;
  color: #cc0000;
}
.tabletype01 {
  border-top: 1px solid #7792d5;
  border-left: 1px solid #7792d5;
}
.tabletype02 {
  border-top: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
}
.tabletype03 {
  border: 1px solid #cccccc;
}
.tabletype04 {
  border: 1px solid #7792d5;
}
.tabletype05 {
  border-top: 1px solid #cccccc;
}
.tabletype06 {
  border-top: 1px solid #8fc31f;
  border-left: 1px solid #8fc31f;
}
.celltype01 {
  border-right: 1px solid #7792d5;
  border-bottom: 1px solid #7792d5;
}
.celltype02 {
  border-top: 1px solid #7792d5;
}
.celltype03 {
  border-bottom: 1px solid #7792d5;
}
.celltype04 {
  border: 1px solid #7792d5;
}
.celltype05 {
  border-right: 1px solid #7792d5;
}
.celltype06 {
  border-right: 1px solid #7792d5;
  border-bottom: 1px solid #7792d5;
  border-left: 1px solid #7792d5;
}
.celltype08 {
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}
.celltype09 {
  border-right: 1px solid #cccccc;
}
.celltype10 {
  border-bottom: 1px solid #cccccc;
}
.celltype13 {
  border-right: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
}
.celltype14 {
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
}
.celltype16 {
  border: 1px solid #cccccc;
}
.celltype17 {
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}
.celltype18 {
  border-top: 1px solid #7792d5;
  border-right: 1px solid #7792d5;
  border-left: 1px solid #7792d5;
}
.celltype20 {
  border-top: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
}
.celltype21 {
  border-top: 1px solid #cccccc;
}
.celltype26 {
  border-top: 1px solid #cccccc;
}
.cellcontent01 {
  width: 185px;
  padding: 16px;
  font-weight: bold;
  text-align: right;
  background: #f5f5f5;
}
.cellcontent02 {
  padding: 12px;
}
.cellcontent01e {
  width: 185px;
  padding: 6px 6px 0px 6px;
  background: #f5f5f5;
}
.cellcontent02e {
  padding: 6px 6px 0px 6px;
  font-weight: bold;
  color: #cc0000;
}
.cellcontent02el {
  padding: 6px 6px 0px 6px;
  font-weight: bold;
  color: #cc0000;
  text-align: left;
}
.cellcontent03 {
  width: 185px;
  padding: 16px 16px;
  font-weight: bold;
  text-align: right;
  background: #f5f5f5;
}
.cellcontent04 {
  padding: 10px 6px 6px 6px;
}
.cellcontent05 {
  width: 185px;
  padding: 6px;
  font-weight: bold;
  text-align: right;
  background: #f5f5f5;
}
.cellcontent06 {
  padding: 6px 3px;
  font-weight: bold;
  text-align: center;
  background: #f5f5f5;
}
.cellcontent07 {
  padding: 6px 3px;
  text-align: center;
}
.cellcontent08 {
  padding: 6px 3px;
  font-weight: bold;
  text-align: center;
}
.cellcontent09 {
  padding: 6px 3px;
  color: #cc0000;
  text-align: center;
}
.cellcontent10 {
  padding: 6px 10px;
  color: #cc0000;
}
.cellcontent11 {
  padding: 6px 0px;
}
.cellcontent12 {
  width: 170px;
  padding: 6px;
  background: #f5f5f5;
}
.cellcontent13 {
  padding: 6px 3px;
}
.cellcontent14 {
  width: 120px;
  padding: 6px;
  font-weight: bold;
  text-align: right;
  background: #f5f5f5;
}
.cellcontent15 {
  padding: 10px 6px 6px 6px;
}
.cellcontent16 {
  width: 185px;
  padding: 16px 16px 0 16px;
  font-weight: bold;
  text-align: right;
  background: #f5f5f5;
}
.formbg01 {
  background: #eaf1ff;
}
.formbg02 {
  background: #7792d5;
}
.formbg03 {
  background: #d0ddfe;
}
.formbg04 {
  background: #f5f5f5;
}
.formbg11 {
  background: #8fc31f;
}
.formbg_normal {
  background: #ffffff;
}
.formarea {
  width: 520px;
}
.formcolor08 {
  color: #8fc31f;
}
.selltxttype01 {
  display: block;
  float: left;
  padding: 2px 3px 1px 4px;
  margin-right: 3px;
  color: #ffffff;
  vertical-align: bottom;
  background: #397f71;
}
.selltxttype12 {
  width: 25px;
  font-weight: bold;
  background: #f5f5f5;
}
.selltxttype13 {
  width: 50px;
  font-weight: bold;
  background: #f5f5f5;
}
.selltxttype02 {
  display: block;
  float: left;
  padding: 2px 3px 1px 4px;
  margin-right: 3px;
  color: #ffffff;
  vertical-align: bottom;
  background: #ff0000;
}

#formbody input[type='text'] {
  padding: 4px;
  margin: 0 0 7px;
  font-family: Arial, sans-serif;
  font-size: 1.3em;
  color: #000000;
  border: #696969 1px solid;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#formbody input[type='checkbox'] {
  width: 24px;
  height: 24px;
  vertical-align: middle;
  -moz-transform: scale(1.5, 1.5);
  -moz-transform-origin: right bottom;
}
#formbody input[type='radio'] {
  width: 24px;
  height: 24px;
  vertical-align: middle;
  -moz-transform: scale(1.5, 1.5);
  -moz-transform-origin: right bottom;
}
#formbody select {
  padding: 5px;
  margin-right: 10px;
  font-size: 14px;
}

#overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 120%;
  background: #000;
  filter: alpha(opacity=0);
  opacity: 0;
}

.bank_search {
  position: absolute;
  z-index: 1000;
  display: none;
  width: 500px;
  height: 260px;
  padding: 10px;
  background: #fff;
  border: 2px solid #000000;
  border-radius: 5px;
}
.bank_search .rightBtnBox {
  float: right;
}
.bank_search .leftBtnBox {
  float: left;
}

.btnOrange {
  width: 220px;
  margin: 10px auto;
  background: -webkit-gradient(linear, 0 0, 0 bottom, from(#ffa568), to(#ff6b07));
  background-color: #ff6b07;
  border-top: 1px solid #ffcead;
  border-right: 1px solid #9b4912;
  border-bottom: 1px solid #612902;
  border-left: 1px solid #ffa76b;
  border-radius: 5px;
}
.btnOrange a {
  display: block;
  padding: 10px 0px 10px 0px;
  font-size: 115%;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background: url('../images/i_ar2.png') no-repeat right center;
}

@media only screen and (max-width: 480px) and (orientation: portrait), only screen and (min-width: 361px) and (max-width: 767px) and (orientation: landscape) {
  body {
    min-width: 100%;
    height: 100%;
    padding: 0;
    font-family: Helvetica, Arial, 'Hiragino Kaku Gothic Pro', '�q���M�m�p�S Pro W3', sans-serif;
    font-size: 14px;
    line-height: 1.5;
    text-align: center;
    -webkit-text-size-adjust: none;
  }
  #header {
    box-sizing: border-box;
    width: 100%;
    padding: 5px;
    margin: 0;
    text-align: left;
  }
  #mypage_sp h1 {
    padding: 7px 5px 7px 5px;
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 136%;
    font-weight: bold;
    line-height: 1.5;
    background: #f0f8e9;
    border-radius: 8px;
  }

  #formbody {
    padding: 5px;
  }
  #formbody input[type='text'] {
    padding: 0;
    margin: 0;
    font-size: 100%;
    color: #000000;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  #formbody select {
    margin-right: 1px;
  }

  .box {
    padding: 15px !important;
  }
  .cellcontent01 {
    width: 30%;
    padding: 6px;
  }
  .cellcontent02 {
    padding: 6px;
  }
  .cellcontent04 {
    padding: 6px;
  }

  .acdMenu {
    margin-top: 15px;
  }
  .acdMenu .acdList {
    margin-top: 0;
    border-radius: 5px;
  }
  .acdMenu .acdList {
    border-right: 1px solid #60615f;
    border-bottom: 1px solid #60615f;
    border-radius: 5px;
  }
  .acdMenu .acdList > li {
    font-size: 100%;
  }
  .acdMenu .acdList > li:first-child dt {
    border-radius: 4px 4px 0 0;
  }
  .acdMenu .acdList > li dl dt.active {
    border-bottom: 3px solid #5f962c;
  }
  .acdMenu .acdList > li dl dd {
    background: #fff;
    border-left: 1px solid #e5e5e5;
  }
  .acdMenu .acdList > li > dl > dt {
    position: relative;
    padding: 15px;
    font-size: 108%;
    font-weight: bold;
    line-height: 1;
    color: #333;
    background: #f0f0f0;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #60615f;
  }

  .loginFormList li dl dt span {
    font-size: 86%;
    font-weight: normal;
    color: #cc0000;
  }
  .wordInput {
    display: block;
    padding: 0px 5px 5px 5px;
    margin: 5px 0 0 0;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    -webkit-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.1) inset;
  }
  .wordInput input {
    width: 100%;
    font-size: 100%;
    line-height: 14px;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
    background-color: #fff;
    border: none medium;
    border-radius: 0;
  }

  .singleBtn {
    margin-top: 10px;
    border-radius: 5px;
  }
  .singleBtn a {
    display: block;
    padding: 15px 15px 15px 30px;
    font-size: 115%;
    font-weight: bold;
  }
  .btnGreen {
    padding: 0;
    margin: 15px auto 0;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#9ec080), to(#60972e));
    background-color: #60972e;
    border-top: 1px solid #cadcb9;
    border-right: 1px solid #4b6732;
    border-bottom: 1px solid #253911;
    border-left: 1px solid #9abd7a;
  }
  .btnGreen a {
    padding: 15px;
    color: #fff;
    text-align: center;
    background: url(../images/i_ar2.png) no-repeat right center;
  }

  .pageup {
    margin-right: 0px;
    border-bottom: 3px solid #0c6d0e;
  }
  .pageup p {
    margin: 20px 15px 0;
    text-align: center;
    background: #0c6d0e;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }
  .pageup a {
    display: block;
    padding: 10px 0;
    color: #fff;
  }

  #purList td:nth-child(1) {
    text-align: center;
  }
  #purList td:nth-child(4) {
    text-align: center;
  }

  footer {
    padding: 15px 15px 30px;
    clear: both;
  }
  footer dl {
    margin-top: 20px;
    font-size: 86%;
    text-align: center;
  }
  footer dt {
    font-weight: 600;
  }
  footer dd {
    letter-spacing: -0.02em;
  }
  footer dd a {
    color: #333;
  }
  footer address {
    margin-top: 10px;
    font-size: 86%;
    text-align: center;
  }
}

#main {
  font-size: 14px;
  line-height: 1.5;
}
#mainContent .contents {
  width: 950px;
  padding: 40px 0 0;
  margin: auto;
}
#mainContent .outline .contents h3 {
  margin-bottom: 45px;
  font-size: 214%;
  font-weight: bold;
  text-align: center;
}
#mainContent .outline .contents .comment {
  text-align: center;
}
#mainContent .outline .outline-box {
  padding: 30px 30px 10px;
  margin-top: 40px;
  border: 5px solid #cccccc;
  border-radius: 10px;
}
#mainContent .outline .outline-box h4 {
  padding: 10px;
  margin-bottom: 20px;
  font-size: 128%;
  font-weight: bold;
  background: #eeeeee;
  border-radius: 5px;
}
#mainContent .outline .toggle-btn {
  cursor: pointer;
}
#mainContent .outline .outline-box h4.bg_green {
  color: #ffffff;
  background: #6db131;
}
#mainContent .outline .outline-box p {
  text-align: left;
}
#mainContent .outline .caution {
  margin: 40px 0 20px;
  border: 1px solid #999999;
  border-radius: 10px;
}
#mainContent .outline .caution dt {
  padding: 10px 0;
  font-size: 128%;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  background: #999999;
  border-radius: 8px 8px 0 0;
}
#mainContent .outline .caution dd {
  padding: 25px;
}
#mainContent .outline .em {
  color: #000099;
  text-decoration: underline;
}
#mainContent .outline button.close-btn {
  display: block;
  width: 300px;
  padding: 10px 0;
  margin: 0 auto;
  margin-top: 40px;
  font-weight: bold;
  cursor: pointer;
  background: #ebebeb;
  border: 0;
  border-radius: 5px;
}
#mainContent .mainlead .contents p {
  font-size: 185.7%;
  text-align: center;
}
#mainContent .mainlead .contents p span {
  padding-bottom: 5px;
  font-weight: bold;
  color: #ff6600;
  border-bottom: 2px solid #ff6600;
}
#mainContent .section01 .contents {
  background: url(/campaign/introduction/pc/images/bg_section01.gif) repeat-x left top;
}
#mainContent section.section01 p {
  padding: 20px 0;
  font-size: 257%;
  font-weight: bold;
  color: #fb6c00;
  text-align: center;
}
#mainContent section.section02 .contents > dl {
  border: 5px solid #cccccc;
  border-radius: 10px;
}
#mainContent section.section02 .contents > dl > dt {
  position: relative;
  padding: 10px 0;
  font-size: 171%;
  color: #ffffff;
  text-align: center;
  background: #6db131;
  border-radius: 5px 5px 0 0;
}
#mainContent section.section02 .contents > dl > dt::after {
  position: absolute;
  top: 56px;
  left: 50%;
  margin-left: -10px;
  content: '';
  border-top: 15px solid #6db131;
  border-right: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 15px solid transparent;
}
#mainContent section.section02 .contents > dl > dd {
  position: relative;
  padding: 30px 40px 30px;
}
#mainContent section.section02 .contents > dl > dd p {
  font-size: 114%;
  text-align: center;
}
#mainContent section.section02 .contents > dl > dd p span {
  color: #0099ff;
  text-decoration: underline;
}
#mainContent section.section02 .contents > dl > dd figure {
  position: relative;
  margin-top: 15px;
  text-align: center;
}
#mainContent section.section02 .contents > dl > dd figure::before {
  position: absolute;
  top: -190px;
  left: 150px;
  width: 170px;
  height: 191px;
  content: '';
  background: url(/campaign/introduction/pc/images/bg_illust01.png) no-repeat;
  background-size: 100%;
}
#mainContent section.section02 .contents > dl > dd input[type='text'] {
  display: block;
  width: 50%;
  min-height: 36px;
  padding: 0.3em 10px 0 30px;
  margin: 0 auto;
  font-size: 171%;
  font-weight: bold;
  line-height: 1.4em;
  text-align: center;
  background-color: #ebebeb;
  background-size: 16px;
  border: 2px solid #ccc;
  border-radius: 6px;
  -moz-box-shadow: 2px 3px 5px 1px rgba(0, 0, 0, 0.18) inset;
  -webkit-box-shadow: 2px 3px 5px 1px rgba(0, 0, 0, 0.18) inset;
  box-shadow: 2px 3px 5px 1px rgba(0, 0, 0, 0.18) inset;
}
#mainContent section.section02 .balloon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -50px;
  margin-left: -130px;
}
#mainContent section.section02 .balloon dl {
  position: relative;
  width: 260px;
  padding: 25px;
  color: #ffffff;
  background: #6db131;
  border-radius: 10px;
  box-shadow: 2px 2px 4px gray;
}
#mainContent section.section02 .balloon dl::before {
  position: absolute;
  bottom: -50px;
  left: -40px;
  width: 0;
  height: 0;
  content: '';
  border-color: transparent transparent transparent #6db131;
  border-style: solid;
  border-width: 10px 0 100px 17.32px;
  transform: rotate(45deg);
}
#mainContent section.section02 .balloon dl dt {
  font-size: 142%;
  text-align: center;
}
#mainContent section.section02 .balloon dl dd {
  padding-top: 10px;
  font-size: 114%;
  text-align: center;
}
#mainContent section.section03 .contents > dl {
  border: 5px solid #cccccc;
  border-radius: 10px;
}
#mainContent section.section03 .contents > dl > dt {
  position: relative;
  padding: 10px 0;
  font-size: 171%;
  color: #ffffff;
  text-align: center;
  background: #fb6c00;
  border-radius: 5px 5px 0 0;
}
#mainContent section.section03 .contents > dl > dt::after {
  position: absolute;
  top: 56px;
  left: 50%;
  margin-left: -10px;
  content: '';
  border-top: 15px solid #fb6c00;
  border-right: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 15px solid transparent;
}
#mainContent section.section03 .contents > dl > dd {
  position: relative;
  padding: 30px 30px 30px;
}
#mainContent section.section03 .contents > dl > dd .sns-list {
  width: 890px;
  margin: 0 auto;
}
#mainContent section.section03 .contents > dl > dd .sns-list ul {
  width: 920px;
}
#mainContent section.section03 .contents > dl > dd .sns-list li {
  float: left;
  margin-right: 20px;
}
#mainContent section.section03 .contents > dl > dd .sns-list li a img:hover {
  opacity: 0.7;
}
#mainContent section.section03 .contents > dl > dd p {
  margin-top: 25px;
  font-size: 128%;
  font-weight: bold;
  text-align: center;
}
#mainContent section.section04 .contents > dl {
  border: 5px solid #cccccc;
  border-radius: 10px;
}
#mainContent section.section04 .contents > dl > dt {
  position: relative;
  padding: 10px 0;
  font-size: 171%;
  color: #ffffff;
  text-align: center;
  background: #409da0;
  border-radius: 5px 5px 0 0;
}
#mainContent section.section04 .contents > dl > dt::after {
  position: absolute;
  top: 56px;
  left: 50%;
  margin-left: -10px;
  content: '';
  border-top: 15px solid #409da0;
  border-right: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 15px solid transparent;
}
#mainContent section.section04 .contents > dl > dd {
  position: relative;
  padding: 30px 40px 30px;
}
#mainContent section.section04 .contents > dl > dd::before {
  position: absolute;
  top: -67px;
  right: 50px;
  width: 170px;
  height: 191px;
  content: '';
  background: url(/campaign/introduction/pc/images/bg_illust02.png) no-repeat;
  background-size: 100%;
}
#mainContent section.section04 .contents > dl > dd ul li {
  position: relative;
  padding-left: 2em;
  margin-bottom: 20px;
  font-size: 114%;
  line-height: 1.5;
}
#mainContent section.section04 .contents > dl > dd ul li:last-child {
  margin-bottom: 0;
}
#mainContent section.section04 .contents > dl > dd ul li::before {
  position: absolute;
  top: 5px;
  left: 0;
  width: 21px;
  height: 16px;
  content: '';
  background: url(/campaign/introduction/pc/images/i_check.gif) no-repeat;
  background-size: 100%;
}
#mainContent section.section05 .contents > dl {
  border: 5px solid #cccccc;
  border-radius: 10px;
}
#mainContent section.section05 .contents > dl > dt {
  position: relative;
  padding: 10px 0;
  font-size: 171%;
  color: #ffffff;
  text-align: center;
  background: #999999;
  border-radius: 5px 5px 0 0;
}
#mainContent section.section05 .contents > dl > dt::after {
  position: absolute;
  top: 56px;
  left: 50%;
  margin-left: -10px;
  content: '';
  border-top: 15px solid #999999;
  border-right: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 15px solid transparent;
}
#mainContent section.section05 .contents > dl > dd {
  position: relative;
  padding: 30px 40px 30px;
}
.toggle-area ul li {
  line-height: 1.5;
}
.attentList {
  padding: 0 60px 0 110px;
  font-size: 86%;
  line-height: 1.5;
  *zoom: 1;
  background: url('/campaign/introduction/pc/images/bg_exclamation.gif') no-repeat 30px 20px;
}
.attentList li,
.caution dd ul li {
  padding-left: 17px;
  line-height: 1.75;
  background: url('/campaign/introduction/pc/images/i_rd.gif') no-repeat left 0.5em;
}

/* colorbox */
#cboxContent {
  padding-top: 65px;
  padding-bottom: 0px;
  background: url(/campaign/introduction/pc/images/bg_colorbox.gif) repeat-x #fff !important;
  border-radius: 10px;
}
#cboxContent img {
  width: 180px;
}
#cboxContent p {
  padding: 0 20px;
  margin-top: 10px;
  font-size: 12px;
  line-height: 17px;
}
#cboxClose {
  top: 18px;
  right: 20px;
  bottom: auto;
  width: 15px;
  height: 15px;
  text-indent: -9999px;
  background: url('/sell/images/b_delete_white.png') no-repeat;
  background-size: 15px auto;
}
