@charset "utf-8";

/* ========================================
Fare
======================================== */
#Contents #main .section,
#Contents #main2 .section
{
  /*	margin-top: 40px;*/
}
#Contents #main .section .article,
#Contents #main2 .section .article
{
  /*	padding-top: 27px;*/
  padding-top: 10px !important;
}
#Contents #main .section .article p,
#Contents #main2 .section .article p
{
  padding-top: 8px;
}
/*--tableArea(ダミーで入れてます)--*/
#Contents #main .section .article .tableArea,
#Contents #main2 .section .article .tableArea
{
  width: 680px;
  padding: 200px 0;
  background-color: #999999;
  color: #000000;
  font-size: 36px;
  text-align: center;
}

#Contents #main .section .article dl,
#Contents #main2 .section .article dl
{
  margin-top: 5px;
  margin-bottom: 30px;
}
#Contents #main .section .article dl.none,
#Contents #main2 .section .article dl.none
{
  margin-bottom: 0;
}
#Contents #main .section .article dl dt,
#Contents #main2 .section .article dl dt
{
  color: #333333;
  font-weight: bold;
  /* font-size: 14px; */
  font-size: 16px;
  line-height: 1.6;
}
#Contents #main .section .article dl dd,
#Contents #main2 .section .article dl dd
{
  padding-left: 10px;
  color: #333333;
  /* font-size: 14px; */
  font-size: 16px;
  line-height: 1.6;
}
#Contents #main .section .article dl dd strong,
#Contents #main2 .section .article dl dd strong
{
  color: #cc009e;
  /* font-size: 18px; */
  font-size: 20px;
}



/* ========================================
Promo List
======================================== */

#Contents #main #promo_list table,
#Contents #main2 #promo_list table
{
  /*width: 600px;*/
  width: 100%;
  border: 0;
}

#Contents #main #promo_list table th,
#Contents #main2 #promo_list table th
{
  padding: 5px;
  background-color: #d900a6;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
}

#Contents #main #promo_list table td,
#Contents #main2 #promo_list table td
{
  height: 30px;
  padding: 5px;
  text-align: center;
  vertical-align: middle;
}

#Contents #main #promo_list table td.price,
#Contents #main2 #promo_list table td.price
{
  color: #d900a6;
  font-weight: bold;
  font-size: 19px;
  white-space: nowrap;
}

#Contents #main #promo_list table td.notes,
#Contents #main2 #promo_list table td.notes
{
  color: #666666;
  /* font-size: 12px; */
  font-size: 13px;
  line-height: 1.6;
}
/* ========================================
Airport Name
======================================== */

#Contents #main a.airport_name_domestic,
#Contents #main2 a.airport_name_domestic
{
  display: block;
  padding: 5px 5px 5px 30px;
  border: 1px solid #b538b8;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  background-image: url("/portals/_default/images/purple.gif");
  background-position: left center;
  background-repeat: no-repeat;
  background-color: #ffffff;
  color: #b538b8 !important;
  font-size: 16px;
}


#Contents #main a.airport_name_international,
#Contents #main2 a.airport_name_international
{
  display: block;
  padding: 5px 5px 5px 30px;
  border: 1px solid #d900a6;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  background-image: url("/portals/_default/images/pink.gif");
  background-position: left center;
  background-repeat: no-repeat;
  background-color: #ffffff;
  color: #d900a6 !important;
  font-size: 16px;
}

#Contents #main .block200,
#Contents #main2 .block200
{
  float: left;
  min-width: 200px;
  margin-right: 10px;
  margin-bottom: 10px;
  text-align: left;
}


/* ========================================
Airport Map
======================================== */
#Contents #main .map,
#Contents #main2 .map
{
  margin: 0;
  padding: 0;
  background: url("/portals/1/images/checkincounter/myj/bg.gif") top left repeat-y;
}

.map table
{
  margin: 0;
  padding: 0;
}
.map table th
{
  margin: 0;
  padding: 0;
  border: none;
  text-align: left;
}
.map table th img
{
  display: inline-block;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}
.map table th span
{
  margin: 0;
  padding: 0 0 0 5px;
  color: #ba1fb5;
  font-weight: bold;
}
.map table td
{
  margin: 0;
  padding: 0 10px 0 10px;
  border: none;
  text-align: left;
}
.map table span
{
  color: #d819a5;
}




/* ========================================
Aircraft
======================================== */
#Contents #main .aircraft,
#Contents #main2 .aircraft
{
  width: 450px !important;
  margin: 0 !important;
  font-size: 14px !important;
}

#Contents #main .aircraft ul li,
#Contents #main2 .aircraft ul li
{
  list-style: none !important;
}

#Contents #main .aircraft .blockHead,
#Contents #main2 .aircraft .blockHead
{
  float: left !important;
  width: 448px !important;
  height: 28px !important;
  padding-top: 8px !important;
  border: 1px solid #b634bc !important;
  border-bottom: none !important;
          border-top-left-radius: 10px !important;
          border-top-right-radius: 10px !important;
  background: #de81d2 !important;
  color: #ffffff !important;
  font-size: 16px !important;
  text-align: center !important;

  -webkit-border-top-left-radius: 10px !important;
  -moz-border-radius-topleft: 10px !important;
  -webkit-border-top-right-radius: 10px !important;
  -moz-border-radius-topright: 10px !important;
}

#Contents #main .aircraft .blockBody,
#Contents #main2 .aircraft .blockBody
{
  float: left !important;
  width: 448px !important;
  border: 1px solid #b634bc !important;
  border-top: none !important;
          border-bottom-right-radius: 10px !important;
          border-bottom-left-radius: 10px !important;

  -webkit-border-bottom-left-radius: 10px !important;
  -moz-border-radius-bottomleft: 10px !important;
  -webkit-border-bottom-right-radius: 10px !important;
  -moz-border-radius-bottomright: 10px !important;
}

#Contents #main .aircraft .blockBody .line,
#Contents #main2 .aircraft .blockBody .line
{
  margin: 0 !important;
  padding: 0 !important;
  border-top: 1px solid #b634bc !important;
}

#Contents #main .aircraft .blockBody .line .cell,
#Contents #main2 .aircraft .blockBody .line .cell
{
  float: left !important;
  width: 101px !important;
  padding: 10px 0 !important;
  padding-left: 10px !important;
}

#Contents #main .aircraft .blockBody .line .th,
#Contents #main2 .aircraft .blockBody .line .th
{
  width: 101px !important;
  border-right: 1px dotted #b634bc !important;
  border-left: 1px solid #b634bc !important;
  color: #b733ba !important;
}

#Contents #main .aircraft .blockBody .line .leftCell,
#Contents #main2 .aircraft .blockBody .line .leftCell
{
  border-left: none !important;
}

/* ========================================
Exit
======================================== */
#Contents #main .exit,
#Contents #main2 .exit
{
  width: 600px;
  margin: 0;
  color: #000000;
  font-size: 15px;
}

#Contents #main .exit ol li,
#Contents #main2 .exit ol li
{
  list-style: none;
  width: 600px;
  margin-bottom: 10px;
  padding-bottom: 8px;
  border-bottom: 1px dotted #b634bc;
  line-height: 1.0;
  text-indent: 0;
}

#Contents #main .exit ol li.bottom,
#Contents #main2 .exit ol li.bottom
{
  border: none;
}

#Contents #main .exit .list_no,
#Contents #main2 .exit .list_no
{
  display: block;
  float: left;
  margin: 0;
  margin-right: 10px;
  padding: 3px;
  background: #ad38ba;
  color: #ffffff;
  text-align: center;
}

#Contents #main .exit .text,
#Contents #main2 .exit .text
{
  float: left;
  /*	width: 568px;*/
  width: 558px;
  margin: 0;
  padding: 3px 0;
}


/*==================================
Special Support
=================================*/
#Contents #main #Contents #main .special_support .blockHead .cell,
#Contents #main2 #Contents #main2 .special_support .blockBody .cell
{
  display: table-cell;
  float: none;
  height: 40px;
  padding: 0;
  vertical-align: middle;
}
#Contents #main .special_support .blockBody .cell,
#Contents #main2 .special_support .blockBody .cell
{
  width: 50px;
}

#Contents #main .special_support .blockHead .cell.th01,
#Contents #main2 .special_support .blockHead .cell.th01
{
  width: 50px;
}
#Contents #main .special_support .blockHead .cell.th02,
#Contents #main .special_support .blockBody .cell.th02,
#Contents #main2 .special_support .blockHead .cell.th02,
#Contents #main2 .special_support .blockBody .cell.th02
{
  width: 105px;
}
#Contents #main .special_support .blockHead .cell.th03,
#Contents #main .special_support .blockBody .cell.th03,
#Contents #main2 .special_support .blockHead .cell.th03,
#Contents #main2 .special_support .blockBody .cell.th03
{
  width: 120px;
}
#Contents #main .special_support .blockHead .cell.td,
#Contents #main .special_support .blockBody .cell.td,
#Contents #main2 .special_support .blockHead .cell.td,
#Contents #main2 .special_support .blockBody .cell.td
{
  width: 320px;
}

#Contents #main .special_support .blockHead>.cell,
#Contents #main2 .special_support .blockHead>.cell
{
  height: 40px;
}

#Contents #main .special_support .blockBody>.line>.thRowspan2,
#Contents #main .special_support .blockBody>.line>.blockRowspan2,
#Contents #main2 .special_support .blockBody>.line>.thRowspan2,
#Contents #main2 .special_support .blockBody>.line>.blockRowspan2
{
  float: left;
}
#Contents #main .special_support .blockBody>.line>.thRowspan2,
#Contents #main2 .special_support .blockBody>.line>.thRowspan2
{
  height: auto;
  padding-top: 114px !important;
}
#Contents #main .special_support .blockBody .thRowspan2,
#Contents #main2 .special_support .blockBody .thRowspan2
{
  height: 240px;
}
#Contents #main .special_support .blockBody .blockRowspan2+.blockRowspan2>.line>.cell.td,
#Contents #main2 .special_support .blockBody .blockRowspan2+.blockRowspan2>.line>.cell.td
{
  height: 200px;
}

#Contents #main .special_support .blockBody>.line~.line>.cell,
#Contents #main2 .special_support .blockBody>.line~.line>.cell
{
  height: 60px;
}

/* IE7対応 */
*+html #Contents #main .special_support .blockHead .cell,
*+html #Contents #main .special_support .blockBody .cell,
*+html #Contents #main .special_support .blockBody .line,
*+html #Contents #main2 .special_support .blockHead .cell,
*+html #Contents #main2 .special_support .blockBody .cell,
*+html #Contents #main2 .special_support .blockBody .line
{
  display: inline;

  zoom: 1;
}
*+html #Contents #main .special_support .blockBody>.line>.thRowspan2,
*+html #Contents #main2 .special_support .blockBody>.line>.thRowspan2
{
  padding-bottom: 114px !important;
}
*+html #Contents #main #Contents #main .special_support .blockBody .blockRowspan2>.line>.cell.td,
*+html #Contents #main2 #Contents #main .special_support .blockBody .blockRowspan2>.line>.cell.td
{
  height: 40px !important;
}



/* ========================================
Security List
======================================== */
#Contents #main .security_list,
#Contents #main2 .security_list
{
  width: 600px;
  margin: 0;
  color: #000000;
  font-size: 14px;
}

#Contents #main .security_list ol li,
#Contents #main2 .security_list ol li
{
  list-style: none;
  width: 600px !important;
  margin-bottom: 10px !important;
  padding-bottom: 8px !important;
  border-bottom: 1px dotted #b634bc;
  line-height: 1.0;
  text-indent: 0 !important;
}


#Contents #main .security_list ol li.bottom,
#Contents #main2 .security_list ol li.bottom
{
  border: none;
}

#Contents #main .security_list .list_no,
#Contents #main2 .security_list .list_no
{
  display: block;
  float: left;
  margin: 0;
  margin-right: 10px;
  padding: 3px;
  background: #ad38ba;
  color: #ffffff;
  text-align: center;
}

#Contents #main .security_list .text,
#Contents #main2 .security_list .text
{
  float: left;
  width: 568px;
  margin: 0;
  padding: 3px 0;
}


/* ========================================
Electronics
======================================== */
#Contents #main .electronics,
#Contents #main2 .electronics
{
  width: 600px;
  margin: 0;
  color: #000000;
  font-size: 14px;
}

#Contents #main .electronics ul li,
#Contents #main2 .electronics ul li
{
  list-style: none;
  text-indent: 0 !important;
}

#Contents #main .electronics .blockHead,
#Contents #main2 .electronics .blockHead
{
  float: left;
  width: 588px;
  height: 60px;
  padding-top: 8px;
  padding-left: 10px;
  border: 1px solid #b634bc;
  border-bottom: none;
          border-top-left-radius: 10px;
          border-top-right-radius: 10px;
  background: #de81d2;
  color: #ffffff;
  font-size: 16px;

  -webkit-border-top-left-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topright: 10px;
}

#Contents #main .electronics .blockBody,
#Contents #main2 .electronics .blockBody
{
  float: left;
  width: 598px;
  border: 1px solid #b634bc;
  border-top: none;
          border-bottom-right-radius: 10px;
          border-bottom-left-radius: 10px;

  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-bottomleft: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -moz-border-radius-bottomright: 10px;
}

#Contents #main .electronics .blockBody .line,
#Contents #main2 .electronics .blockBody .line
{
  margin: 0;
  padding: 0;
  border-top: 1px solid #b634bc;
}

#Contents #main .electronics .blockBody .sttl,
#Contents #main2 .electronics .blockBody .sttl
{
  width: 588px;
  height: 40px;
  padding-top: 8px;
  padding-left: 10px;
  border-top: 1px solid #b634bc;
  background: #de81d2;
  color: #ffffff;
  font-size: 16px;
}

#Contents #main .electronics .blockBody .line .cell,
#Contents #main2 .electronics .blockBody .line .cell
{
  float: left;
  width: 188px;
  height: 70px;
  margin: 10px 0;
  padding: 0;
  padding-left: 10px;
  border-right: 1px dotted #b634bc;
}

#Contents #main .electronics .blockBody .line .rightend,
#Contents #main2 .electronics .blockBody .line .rightend
{
  border: none;
}

#Contents #main .electronics .blockBody .line .cell ul,
#Contents #main2 .electronics .blockBody .line .cell ul
{
  font-size: 13px;
}

#Contents #main .electronics .blockBody .line p.listTtl,
#Contents #main2 .electronics .blockBody .line p.listTtl
{
  margin-left: 10px !important;
  padding-top: 10px !important;
  color: #b733ba !important;
}

#Contents #main .electronics .blockBody .line p.note,
#Contents #main2 .electronics .blockBody .line p.note
{
  width: 580px;
  margin-left: 10px;
  padding: 10px 0;
  font-size: 12px;
}



/* ========================================
Fees
======================================== */
#Contents #main .priceList-type02 div,
#Contents #main .priceList-type02 ul,
#Contents #main .priceList-type02 ol,
#Contents #main .priceList-type02 li,
#Contents #main .priceList-type02 dl,
#Contents #main .priceList-type02 dt,
#Contents #main .priceList-type02 dd,
#Contents #main .priceList-type02 p,
.contentDes #Contents #main .priceList-type02 p,
#Contents #main2 .priceList-type02 div,
#Contents #main2 .priceList-type02 ul,
#Contents #main2 .priceList-type02 ol,
#Contents #main2 .priceList-type02 li,
#Contents #main2 .priceList-type02 dl,
#Contents #main2 .priceList-type02 dt,
#Contents #main2 .priceList-type02 dd,
#Contents #main2 .priceList-type02 p,
.contentDes #Contents #main2 .priceList-type02 p
{
  margin: 0;
  padding: 0;
}

#Contents #main .priceList-type02 img,
#Contents #main2 .priceList-type02 img
{
  border: none;
  vertical-align: bottom;
}

#Contents #main .priceList-type02,
#Contents #main2 .priceList-type02
{
  width: 680px;
  margin: 10px 0;
  color: #000000;
  font-size: 14px;
}

#Contents #main .priceList-type02 ul li,
#Contents #main2 .priceList-type02 ul li
{
  list-style: none;
}

#Contents #main .priceList-type02 .blockLeftHead,
#Contents #main2 .priceList-type02 .blockLeftHead
{
  float: left;
  width: 138px;
  height: 85px;
}

#Contents #main .priceList-type02 .blockLeftHead02,
#Contents #main2 .priceList-type02 .blockLeftHead02
{
  float: left;
  width: 138px;
}

#Contents #main .priceList-type02 .blockLeftHead p,
#Contents #main2 .priceList-type02 .blockLeftHead p
{
  /*height: 100%;*/
  height: 80px;
  padding-top: 30px !important;
  border: 1px solid #b634bc;
          border-top-left-radius: 10px;
  background: #b733ba;
  color: #ffffff !important;
  font-weight: bold;
  font-size: 15px;
  text-align: center;

  -webkit-border-top-left-radius: 10px;
  -moz-border-radius-topleft: 10px;
}

#Contents #main .priceList-type02 .blockLeftHead02 p,
#Contents #main2 .priceList-type02 .blockLeftHead02 p
{
  height: 50px;
  padding-top: 5px;
  border: 1px solid #b634bc;
          border-top-left-radius: 10px;
  background: #b733ba;
  color: #ffffff !important;
  font-weight: bold;
  font-size: 15px;
  text-align: center;

  -webkit-border-top-left-radius: 10px;
  -moz-border-radius-topleft: 10px;
}

#Contents #main .priceList-type02 .blockRightHead,
#Contents #main2 .priceList-type02 .blockRightHead
{
  float: left;
  width: 460px;
  height: 95px;
  border: 1px solid #b634bc;
  border-bottom: none;
          border-top-right-radius: 10px;
  background: FFFFFF;

  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topright: 10px;
}

#Contents #main .priceList-type02 .blockRightHead02,
#Contents #main2 .priceList-type02 .blockRightHead02
{
  float: left;
  width: 460px;
  height: 50px;
  border: 1px solid #b634bc;
  border-bottom: none;
          border-top-right-radius: 10px;
  background: FFFFFF;

  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topright: 10px;
}


#Contents #main .priceList-type02 .blockRightHead dl.box,
#Contents #main2 .priceList-type02 .blockRightHead dl.box
{
  float: left;
  width: 152px;
  color: #b733ba;
  text-align: center;
}

#Contents #main .priceList-type02 .blockRightHead02 dl.box,
#Contents #main2 .priceList-type02 .blockRightHead02 dl.box
{
  float: left;
  width: 152px;
  color: #b733ba;
  text-align: center;
}

#Contents #main .priceList-type02 .blockRightHead dl.type02,
#Contents #main2 .priceList-type02 .blockRightHead dl.type02
{
  height: 105px;
  border-left: 1px solid #b634bc;
}

#Contents #main .priceList-type02 .blockRightHead02 dl.type02,
#Contents #main2 .priceList-type02 .blockRightHead02 dl.type02
{
  height: 50px;
  border-left: 1px solid #b634bc;
}


#Contents #main .priceList-type02 .blockRightHead dl.type03,
#Contents #main2 .priceList-type02 .blockRightHead dl.type03
{
  height: 105px;
  border-left: 1px solid #b634bc;
}

#Contents #main .priceList-type02 .blockRightHead02 dl.type03,
#Contents #main2 .priceList-type02 .blockRightHead02 dl.type03
{
  height: 50px;
  border-left: 1px solid #b634bc;
}

#Contents #main .priceList-type02 .blockRightHead dl.box dd p img,
#Contents #main2 .priceList-type02 .blockRightHead dl.box dd p img
{
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -19px;
  margin-left: -33px;
}

#Contents #main .priceList-type02 .blockRightHead dl.box dt,
#Contents #main .priceList-type02 .blockRightHead02 dl.box dt,
#Contents #main2 .priceList-type02 .blockRightHead dl.box dt,
#Contents #main2 .priceList-type02 .blockRightHead02 dl.box dt
{
  font-weight: bold;
  font-size: 12px;
  text-align: left;
  /*height: 40px;
	padding: 5px 10px 5px !important;
	padding-left: 5px;
	border-bottom: 1px solid #B634BC;*/
  vertical-align: middle;
}

#Contents #main .priceList-type02 .blockRightHead dl.box dt span,
#Contents #main2 .priceList-type02 .blockRightHead dl.box dt span
{
  float: left;
  margin-right: 2px;

  zoom: 1;
}

#Contents #main .priceList-type02 .blockRightHead dl.box dt span.text01,
#Contents #main2 .priceList-type02 .blockRightHead dl.box dt span.text01
{
  margin-top: 15px;
}

#Contents #main .priceList-type02 .blockRightHead dl.box dt span.text02,
#Contents #main2 .priceList-type02 .blockRightHead dl.box dt span.text02
{
  margin-top: 5px;
  line-height: 1.3;
}

#Contents #main .priceList-type02 .blockRightHead02 dl.box dt span.text02,
#Contents #main2 .priceList-type02 .blockRightHead02 dl.box dt span.text02
{
  display: inline-block;
  margin-top: 10px;
  margin-left: 5px;
}

#Contents #main .priceList-type02 .blockRightHead dl.box dd,
#Contents #main2 .priceList-type02 .blockRightHead dl.box dd
{
  float: left;
  width: 152px;
  height: 45px;
}

#Contents #main .priceList-type02 .blockRightHead dl.box dd p,
#Contents #main2 .priceList-type02 .blockRightHead dl.box dd p
{
  position: relative;
  float: left;
  width: 75px;
  height: 100%;
  padding: 7px 0 !important;
  text-align: center;
}

#Contents #main .priceList-type02 .blockRightHead dl.box dd p.plus,
#Contents #main2 .priceList-type02 .blockRightHead dl.box dd p.plus
{
  border-left: 1px dotted #b634bc;
}

#Contents #main .priceList-type02 .blockBody,
#Contents #main2 .priceList-type02 .blockBody
{
  float: left;
  width: 598px;
  border: 1px solid #b634bc;
  border-top: none;
          border-bottom-right-radius: 10px;
          border-bottom-left-radius: 10px;
  color: #000000;

  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-bottomleft: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -moz-border-radius-bottomright: 10px;
}

#Contents #main .priceList-type02 .blockBody .line,
#Contents #main2 .priceList-type02 .blockBody .line
{
  width: 598px;
  margin: 0;
  padding: 0;
  border: none;
  border-bottom: 1px dotted #b634bc;
}

#Contents #main .priceList-type02 .blockBody .lineTop,
#Contents #main2 .priceList-type02 .blockBody .lineTop
{
  border-top: 1px solid #b634bc;
  border-bottom: 1px solid #b634bc;
}

#Contents #main .priceList-type02 .blockBody .bottom,
#Contents #main2 .priceList-type02 .blockBody .bottom
{
  border-bottom: none;
}

#Contents #main .priceList-type02 .blockBody .line .cell01,
#Contents #main2 .priceList-type02 .blockBody .line .cell01
{
  float: left;
  width: 127px;
  height: 20px;
  padding: 12px 0 12px;
  padding-left: 10px;
  color: #b733ba;
  font-weight: bold;
  line-height: 1.2;
  text-align: left;
}

#Contents #main .priceList-type02 .blockBody .line .cell01.fs13,
#Contents #main2 .priceList-type02 .blockBody .line .cell01.fs13
{
  font-size: 13px;
}

#Contents #main .priceList-type02 .blockBody .line .cell01.line2,
#Contents #main2 .priceList-type02 .blockBody .line .cell01.line2
{
  padding: 9px 0 9px;
  padding-left: 10px;
  line-height: 1.0;
}

#Contents #main .priceList-type02 .blockBody .line span.note,
#Contents #main2 .priceList-type02 .blockBody .line span.note
{
  font-weight: normal;
  font-size: 10px;
}

#Contents #main .priceList-type02 .blockBody .line .cell02,
#Contents #main2 .priceList-type02 .blockBody .line .cell02
{
  float: left;
  width: 75px;
  height: 20px;
  padding: 12px 0;
  border-left: 1px solid #b634bc;
  text-align: center;
}

#Contents #main .priceList-type02 .blockBody .line .cell02.line2,
#Contents #main2 .priceList-type02 .blockBody .line .cell02.line2
{
  height: 22px;
  padding: 12px 0;
  line-height: 1.1;
}

#Contents #main .priceList-type02 .blockBody .line .cell03,
#Contents #main2 .priceList-type02 .blockBody .line .cell03
{
  float: left;
  width: 151px;
  /* height: 20px; */
  padding: 12px 0;
  border-left: 1px solid #b634bc;
  text-align: center;
}

#Contents #main .priceList-type02 .blockBody .line .cell03_7,
#Contents #main2 .priceList-type02 .blockBody .line .cell03_7
{
  float: left;
  width: 151px;
  height: 30px;
  padding: 7px 0;
  border-left: 1px solid #b634bc;
  text-align: center;
}

#Contents #main .priceList-type02 .blockBody .line .cell04,
#Contents #main2 .priceList-type02 .blockBody .line .cell04
{
  float: left;
  width: 458px;
  padding: 10px 0;
  border-left: 1px solid #b634bc;
  text-align: center;
}

body #Contents #main .priceList-type02 .blockBody .line .cell05,
body #Contents #main2 .priceList-type02 .blockBody .line .cell05
{
  padding: 5px 0;
  padding-left: 10px;
  background: #de81d2 !important;
  color: #ffffff;
  font-weight: bold;
}

#Contents #main .priceList-type02 .blockBody .line .cell06,
#Contents #main2 .priceList-type02 .blockBody .line .cell06
{
  float: left;
  width: 304px;
  /* height: 20px; */
  padding: 12px 0;
  border-left: 1px solid #b634bc;
  text-align: center;
}


#Contents #main .priceList-type02 .blockBody .line .cell06_1line,
#Contents #main2 .priceList-type02 .blockBody .line .cell06_1line
{
  float: left;
  width: 304px;
  /* height: 20px; */
  padding: 24px 0;
  border-left: 1px solid #b634bc;
  text-align: center;
}


#Contents #main .priceList-type02 .blockBody .line .plus,
#Contents #main2 .priceList-type02 .blockBody .line .plus
{
  border-left: 1px dotted #b634bc;
}

#Contents #main .priceList-type02 .blockBody .line .free,
#Contents #main2 .priceList-type02 .blockBody .line .free
{
  color: #df22b2;
}

#Contents #main .priceList-type02 p.noteText,
#Contents #main2 .priceList-type02 p.noteText
{
  float: left;
  margin-top: 5px;
  margin-bottom: 15px;
  font-size: 12px;
}

#Contents #main .acc_list #Contents #main .priceList-type02 .blockRightHead dl.box dd p,
#Contents #main2 .acc_list #Contents #main .priceList-type02 .blockRightHead dl.box dd p
{
  padding: 0 !important;
}

#Contents #main .acc_list #Contents #main .priceList-type02 .blockRightHead dl.box .text02,
#Contents #main2 .acc_list #Contents #main .priceList-type02 .blockRightHead dl.box .text02
{
  float: none;
}

#Contents #main .acc_list p,
#Contents #main2 .acc_list p
{
  line-height: 1.2;
}





/* ========================================
Baggage
======================================== */
.priceList div,
.priceList ul,
.priceList ol,
.priceList li,
.priceList dl,
.priceList dt,
.priceList dd,
.priceList p,
.contentDes .priceList p {
	margin: 0 !important;
	padding: 0 !important;
	font-size: 14px !important;
	text-indent: 0 !important;
	letter-spacing: 0 !important;
}

.priceList img {
	border: none !important;
	vertical-align: bottom !important;
}

.priceList {
	width: 680px !important;
	margin: 10px 0 !important;
	font-size: 14px !important;
	color: #000000 !important;
}

.priceList .blockLeft {
	float: left !important;
	width: 138px !important;
	font-weight: bold !important;
}

.priceList .blockLeft p {
	padding-top: 30px !important;
	height: 74px !important;
	color: #FFFFFF !important;
	border-top-left-radius: 10px !important; 
	-webkit-border-top-left-radius: 10px !important;
	-moz-border-radius-topleft: 10px !important;
	border: 1px solid #B634BC !important;
	background: #B733BA !important;
	text-align: center !important;
	font-size: 15px !important;
}

.priceList .blockLeft div.block-ttl {
	padding: 5px 0 !important;
	padding-left: 10px !important;
	height: 20px !important;
	color: #FFFFFFF !important;
	border-top: 1px solid #B634BC !important;
	border-left: 1px solid #B634BC !important;
	background: #DE81D2 !important;
	font-weight: bold !important;
}

.priceList .blockLeft ul {
	color: #B733BA !important;
	border-bottom-left-radius: 10px !important; 
	-webkit-border-bottom-left-radius: 10px !important;
	-moz-border-radius-bottomleft: 10px !important;
	border: 1px solid #B634BC !important;
	border-right: none !important;
	list-style: none !important;
}

.priceList .blockLeft ul li {
	color: #B733BA !important;
	text-indent: 0 !important;
	padding-left: 10px !important;
	padding-top: 12px !important;
	padding-bottom: 0px !important;
	height: 33px !important;
	border-bottom: 1px dotted #B634BC !important;
	font-weight: bold !important;
	list-style: none !important;
}

.priceList .blockLeft ul li.seat-type {
	height: 20px;
	display: block;
}

.priceList .blockLeft ul li span.row_head {
	line-height: 1.0 !important;
	color: #B733BA !important;
	font-weight: bold !important;
}

.priceList .blockLeft ul li.seat-type span.row_head {
	font-size: 13px !important;
}

.priceList .blockLeft ul li.line2 {
	line-height: 0.9 !important;
	padding-top: 9px !important;
	height: 36px !important;
}
.priceList .blockLeft ul li .row_head_line2 {
	line-height: 0.6 !important;
	color: #B733BA !important;
	font-weight: bold !important;
}
.priceList .blockLeft ul li span.note {
	line-height: 1.9 !important;
	color: #B733BA !important;
	font-weight: bold !important;
	font-size: 10px !important;
}

.priceList .blockLeft ul li.listBottom {
	border-bottom: none !important;
}

.priceList .blockRightHead {
	float: left !important;
	width: 460px !important;
	height: 105px !important;
	border-top-right-radius: 10px !important; 
	-webkit-border-top-right-radius: 10px !important;
	-moz-border-radius-topright: 10px !important;
	border: 1px solid #B634BC !important;
	background: #DE81D2 !important;
	border-bottom: none !important;
}

.priceList .blockRightHead.seat {
	background: #FFFFFF !important;
}

.priceList div.block-ttl-cell {
	float: left !important;
	width: 461px !important;
	height: 30px !important;
	background: #DE81D2 !important;
	border-top: 1px solid #B634BC !important;
	border-right: 1px solid #B634BC !important;
}

.priceList .blockRightHead dl.box {
	float: left !important;
	width: 229px !important;
	color: #FFFFFF !important;
	text-align: center !important;
}

.priceList .blockRightHead dl.type02 {
	border-left: 1px solid #B634BC !important;
	height: 105px !important;
}

.priceList .blockRightHead.seat dl.box dt {
	color: #B733BA !important;
}

.priceList .blockRightHead dl.box dt {
	height: 45px !important;
	padding: 5px 0 !important;
	padding-left: 10px !important;
	color: #FFFFFF !important;
	border-bottom: 1px solid #B634BC !important;
	vertical-align: middle !important;
	text-align: left !important;
	font-size: 13px !important;
	font-weight: bold !important;
}

.priceList .blockRightHead dl.box dt span {
	float: left !important;
	margin-right: 5px !important;
}

.priceList .blockRightHead dl.box dt span.text01 {
	margin-top: 15px !important;
}

.priceList .blockRightHead dl.box dt span.text02 {
	line-height: 1.3 !important;
	margin-top: 5px !important;
}

.priceList .blockRightHead dl.box dd {
	float: left !important;
	width: 229px !important;
	height: 45px !important;
}

.priceList .blockRightHead dl.box dd p {
	float: left !important;
	width: 114px !important;
/*	height: 100%;*/
	height: 40px;
	padding: 5px 0 !important;
	text-align: center !important;
	position: relative;
}

.priceList .blockRightHead dl.box dd p.plus {
	border-left: 1px dotted #B634BC !important;
}

.priceList .blockRightHead dl.box dd p img {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -37px;
}

.priceList .blockRightHead dl.box img,
[class^="priceList-type"] .blockRightHead dl.box img,
[class^="priceList-type"] .blockRightHead02 dl.box img {
	padding: 0;
}

.priceList .blockRightHead span.text01 {
	width: auto;
}

.priceList .blockRightBody {
	float: left !important;
	width: 460px !important;
	border-bottom-right-radius: 10px !important; 
	-webkit-border-bottom-right-radius: 10px !important;
	-moz-border-radius-bottomright: 10px !important;
	border: 1px solid #B634BC !important;
}

.priceList .blockRightBody ul.box {
	float: left !important;
	width: 229px !important;
	list-style: none !important;
}

.priceList .blockRightBody ul.box li {
	float: left !important;
	width: 229px !important;
	text-align: center !important;
	border-bottom: 1px dotted #B634BC !important;
	list-style: none !important;
}

.priceList .blockRightBody ul.box li.listBottom {
	border-bottom: none !important;
	height: 45px !important;
}

*+html .priceList .blockRightBody ul.box li.listBottom p {
	height: 23px !important;
}

.priceList .blockRightBody ul.box li p {
	float: left !important;
	width: 114px !important;
	padding: 12px 0 !important;
	height: 21px !important;
	color: #000000 !important;
}

.priceList .blockRightBody ul.box li p.w269 {
	width: 229px !important;
}

.priceList .blockRightBody ul.box li .free {
	color: #DF22B2 !important;
}

.priceList .blockRightBody ul.box li p.plus {
	border-left: 1px dotted #B634BC !important;
}

.priceList .blockRightBody ul.type02 li {
	border-left: 1px solid #B634BC !important;
}

.priceList p.noteText {
	float: left !important;
	margin-top: 5px !important;
	margin-bottom: 15px !important;
	font-size: 12px !important;
}
.priceList p.noteText span {
	font-size: 12px !important;
}



/* ========================================
Checkin Dom
======================================== */
#Contents #main .checkin02 div,
#Contents #main .checkin02 ul,
#Contents #main .checkin02 ol,
#Contents #main .checkin02 li,
#Contents #main .checkin02 dl,
#Contents #main .checkin02 dt,
#Contents #main .checkin02 dd,
#Contents #main .checkin02 p,
.contentDes #Contents #main .checkin02 p,
#Contents #main2 .checkin02 div,
#Contents #main2 .checkin02 ul,
#Contents #main2 .checkin02 ol,
#Contents #main2 .checkin02 li,
#Contents #main2 .checkin02 dl,
#Contents #main2 .checkin02 dt,
#Contents #main2 .checkin02 dd,
#Contents #main2 .checkin02 p,
.contentDes #Contents #main2 .checkin02 p {
	margin: 0;
	padding: 0;
}

#Contents #main .checkin02 img,
#Contents #main2 .checkin02 img {
	border: none;
	vertical-align: bottom;
}

/* Clearfix */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix { display: inline-block; }
/* exlude MacIE5 \*/
* html .clearfix { height: 1% }
.clearfix {display:block;}
/* end MacIE5 */

#Contents #main .checkin02,
#Contents #main2 .checkin02 {
	width: 640px;
	margin: 0;
	font-size: 13px;
	color: #000000;
}

#Contents #main .checkin02 span.note01,
#Contents #main2 .checkin02 span.note01 {
	color: #DC00A8;
	font-size: 14px;
	font-weight: bold;
}

#Contents #main .checkin02 span.note02,
#Contents #main2 .checkin02 span.note02 {
	color: #DC00A8;
	font-size: 15px;
	font-weight: bold;
}

#Contents #main .checkin02 span.underline,
#Contents #main2 .checkin02 span.underline {
	text-decoration: underline;
}

#Contents #main .checkin02 span.f18,
#Contents #main2 .checkin02 span.f18 {
	font-size: 18px;
}

#Contents #main .checkin02 .mainTtl,
#Contents #main2 .checkin02 .mainTtl {
	padding: 0;
	font-size: 30px;
	color: #A44DC2;
}

#Contents #main .checkin02 .point,
#Contents #main2 .checkin02 .point {
	background: #D900A6;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

#Contents #main .checkin02 .point .boxTtl,
#Contents #main2 .checkin02 .point .boxTtl {
	padding: 10px;
	background: none;
	color: #FFFFFF;
}

#Contents #main .checkin02 .point .boxTtl span,
#Contents #main2 .checkin02 .point .boxTtl span {
	font-size: 25px;
}

#Contents #main .checkin02 .point .cell,
#Contents #main2 .checkin02 .point .cell {
	margin-bottom: 10px;
	background: #FFFFFF;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

#Contents #main .checkin02 .point .boxLeft,
#Contents #main2 .checkin02 .point .boxLeft {
	float: left;
	margin-left: 10px;
	width: 275px;
}

*html #Contents #main .checkin02 .point .boxLeft,
*html #Contents #main2 .checkin02 .point .boxLeft {
	margin-left: 5px;
}

#Contents #main .checkin02 .point .boxRight,
#Contents #main2 .checkin02 .point .boxRight {
	float: left;
	margin-left: 10px;
	width: 335px;
}

#Contents #main .checkin02 .point .cell .noArea,
#Contents #main2 .checkin02 .point .cell .noArea {
	float: left;
	width: 30px;
	padding: 0 10px;
}

#Contents #main .checkin02 .point .boxLeft .cell .noArea,
#Contents #main2 .checkin02 .point .boxLeft .cell .noArea {
	padding-top: 15px;
}

#Contents #main .checkin02 .point .boxLeft .cell .textArea,
#Contents #main2 .checkin02 .point .boxLeft .cell .textArea {
	margin-bottom: 10px;
}

#Contents #main .checkin02 .point .boxLeft .cell .imageArea,
#Contents #main2 .checkin02 .point .boxLeft .cell .imageArea {
	float: left;
	width: 100px;
	padding-top: 15px;
	text-align: center;
}

#Contents #main .checkin02 .point .boxRight .cell .noArea,
#Contents #main2 .checkin02 .point .boxRight .cell .noArea {
	padding-top: 16px;
}

#Contents #main .checkin02 .point .cell .textArea,
#Contents #main2 .checkin02 .point .cell .textArea {
	float: left;
	width: 255px;
	padding: 8px 0;
	font-size: 14px;
}

#Contents #main .checkin02 .point .boxLeft .cell .textArea,
#Contents #main2 .checkin02 .point .boxLeft .cell .textArea {
	width: 120px;
	padding-top: 15px;
}

#Contents #main .checkin02 .flowTtl,
#Contents #main2 .checkin02 .flowTtl {
	padding: 10px 0;
	font-size: 20px;
	font-weight: bold;
	color: #999A9C;
}

#Contents #main .checkin02 .boxTtl,
#Contents #main2 .checkin02 .boxTtl {
	clear: both;
	padding: 3px 0 2px;
	padding-left: 15px;
	background: #A44DC2;
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
}

#Contents #main .checkin02 .box .arrow,
#Contents #main2 .checkin02 .box .arrow {
	float: left;
	width: 90px;
}

#Contents #main .checkin02 .box .article,
#Contents #main2 .checkin02 .box .article {
	float: right;
	width: 535px;
	padding: 15px 0px;
}

#Contents #main .checkin02 .box .article ul,
#Contents #main2 .checkin02 .box .article ul {
	padding-left: 15px;
}

#Contents #main .checkin02 .box .article ul li,
#Contents #main2 .checkin02 .box .article ul li {
	line-height: 1.5;
	margin: 5px 0 5px 20px !important;
	text-indent: 0 !important;
	list-style-type: disc !important;
}

#Contents #main .checkin02 .box .article .textArea,
#Contents #main2 .checkin02 .box .article .textArea {
	float: left;
	width: 375px;
}

#Contents #main .checkin02 .box .article .imageArea,
#Contents #main2 .checkin02 .box .article .imageArea {
	float: right;
	width: 152px;
	text-align: right;
}


#Contents #main .checkin02 .box .article .articleBoxLeft,
#Contents #main2 .checkin02 .box .article .articleBoxLeft {
	float: left;
	width: 255px;
	padding-right: 10px;
	border-right: 1px solid #B1B1B3;
}

#Contents #main .checkin02 .box .article .articleBoxLeft p,
#Contents #main2 .checkin02 .box .article .articleBoxLeft p {
	color: #A44DC2 !important;
	font-size: 15px !important;
}


#Contents #main .checkin02 .box .article .articleBoxLeft p strong,
#Contents #main2 .checkin02 .box .article .articleBoxLeft p strong {
	font-size: 18px;
}

#Contents #main .checkin02 .box .article .articleBoxRight,
#Contents #main2 .checkin02 .box .article .articleBoxRight {
	float: left;
	width: 255px;
	padding-left: 10px;
}

#Contents #main .checkin02 .box .article .articleBoxRight p,
#Contents #main2 .checkin02 .box .article .articleBoxRight p {
	color: #A44DC2 !important;
	font-size: 15px !important;
}

#Contents #main .checkin02 .box .article .articleBoxRight p strong,
#Contents #main2 .checkin02 .box .article .articleBoxRight p strong {
	font-size: 18px;
}

#Contents #main .checkin02 .box .article .noteLine,
#Contents #main2 .checkin02 .box .article .noteLine {
	clear: both;
	padding-top: 10px;
}

#Contents #main .checkin02 .box .article .attention,
#Contents #main2 .checkin02 .box .article .attention {
	width: 370px;
	margin-top: 10px;
	border: 3px solid #D800AB;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

#Contents #main .checkin02 .box .article .attention .blockLeft,
#Contents #main2 .checkin02 .box .article .attention .blockLeft {
	line-height: 2.0;
	float: left;
	width: 95px;
	padding-top: 8px;
	color: #DC00A8;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}

#Contents #main .checkin02 .box .article .attention .blockRight,
#Contents #main2 .checkin02 .box .article .attention .blockRight {
	float: right;
	width: 260px;
	padding: 5px 5px;
	color: #DC00A8;
	border-left: 1px solid #D800AB;
	font-weight: bold;
	font-size: 12px;
}

#Contents #main .checkin02 .box .article .attention02,
#Contents #main2 .checkin02 .box .article .attention02 {
	width: 500px;
	margin-top: 10px;
	border: 1px solid #A54DC5;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

#Contents #main .checkin02 .box .article .attention02 .blockLeft,
#Contents #main2 .checkin02 .box .article .attention02 .blockLeft {
	float: left;
	width: 80px;
	padding-top: 18px;
	color: #A54DC5;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}

#Contents #main .checkin02 .box .article .attention02 .blockRight,
#Contents #main2 .checkin02 .box .article .attention02 .blockRight {
	float: right;
	width: 390px;
	padding: 10px 10px;
	border-left: 1px solid #A54DC5;
}

#Contents #main .checkin02 .tenimotu,
#Contents #main2 .checkin02 .tenimotu {
	clear: both;
}

#Contents #main .checkin02 .step03,
#Contents #main2 .checkin02 .step03 {
	padding-top: 40px;
	background: url(/portals/1/images/checkin/bcg_step03.gif) no-repeat 0 0;
}

#Contents #main .checkin02 .step03_en,
#Contents #main2 .checkin02 .step03_en {
	padding-top: 40px;
	background: url(/portals/0/images/checkin/bcg_step03_en.gif) no-repeat 0 0;
}


#Contents #main .checkin02 .step03 .boxTtl,
#Contents #main2 .checkin02 .step03 .boxTtl {
	width: 545px;
	padding: 3px 0 2px;
	padding-left: 15px;
	background: #A44DC2;
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
}

#Contents #main .checkin02 .step03_en .boxTtl,
#Contents #main2 .checkin02 .step03_en .boxTtl {
	width: 545px;
	padding: 3px 0 2px;
	padding-left: 15px;
	background: #A44DC2;
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
}

/* ========================================
Checkin Inter
======================================== */
#Contents #main .checkin03,
#Contents #main2 .checkin03 {
	width: 640px;
	margin: 0;
	font-size: 13px;
	color: #000;
}

#Contents #main .checkin03 span.note01,
#Contents #main2 .checkin03 span.note01 {
	color: #DC00A8;
	font-size: 14px;
	font-weight: bold;
}

#Contents #main .checkin03 span.note02,
#Contents #main2 .checkin03 span.note02 {
	color: #DC00A8;
	font-size: 15px;
	font-weight: bold;
}

#Contents #main .checkin03 span.underline,
#Contents #main2 .checkin03 span.underline {
	text-decoration: underline;
}

#Contents #main .checkin03 span.f18,
#Contents #main2 .checkin03 span.f18 {
	font-size: 18px;
}

#Contents #main .checkin03 .mainTtl,
#Contents #main2 .checkin03 .mainTtl {
	padding: 0;
	font-size: 30px;
	color: #DE81D2;
}

#Contents #main .checkin03 .point,
#Contents #main2 .checkin03 .point {
	background: #D900A6;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

#Contents #main .checkin03 .point .boxTtl,
#Contents #main2 .checkin03 .point .boxTtl {
	padding: 10px;
	background: none;
	color: #FFFFFF;
}

#Contents #main .checkin03 .point .boxTtl span,
#Contents #main2 .checkin03 .point .boxTtl span {
	font-size: 25px;
}

#Contents #main .checkin03 .point .cell,
#Contents #main2 .checkin03 .point .cell {
	margin-bottom: 10px;
	background: #FFFFFF;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

#Contents #main .checkin03 .point .boxLeft,
#Contents #main2 .checkin03 .point .boxLeft {
	float: left;
	margin-left: 10px;
	width: 275px;
}

*html #Contents #main .checkin03 .point .boxLeft,
*html #Contents #main2 .checkin03 .point .boxLeft {
	margin-left: 5px;
}

#Contents #main .checkin03 .point .boxRight,
#Contents #main2 .checkin03 .point .boxRight {
	float: left;
	margin-left: 10px;
	width: 335px;
}

#Contents #main .checkin03 .point .cell .noArea,
#Contents #main2 .checkin03 .point .cell .noArea {
	float: left;
	width: 30px;
	padding: 0 10px;
}

#Contents #main .checkin03 .point .boxLeft .cell .noArea,
#Contents #main2 .checkin03 .point .boxLeft .cell .noArea {
	padding-top: 15px;
}

#Contents #main .checkin03 .point .boxLeft .cell .textArea,
#Contents #main2 .checkin03 .point .boxLeft .cell .textArea {
	margin-bottom: 10px;
}

#Contents #main .checkin03 .point .boxLeft .cell .imageArea,
#Contents #main2 .checkin03 .point .boxLeft .cell .imageArea {
	float: left;
	width: 100px;
	padding-top: 15px;
	text-align: center;
}

#Contents #main .checkin03 .point .boxRight .cell .noArea,
#Contents #main2 .checkin03 .point .boxRight .cell .noArea {
	padding-top: 16px;
}

#Contents #main .checkin03 .point .cell .textArea,
#Contents #main2 .checkin03 .point .cell .textArea {
	float: left;
	width: 275px;
	padding: 8px 0;
	font-size: 14px;
}

#Contents #main .checkin03 .point .boxLeft .cell .textArea,
#Contents #main2 .checkin03 .point .boxLeft .cell .textArea {
	width: 120px;
	padding-top: 15px;
}

#Contents #main .checkin03 .flowTtl,
#Contents #main2 .checkin03 .flowTtl {
	padding: 10px 0;
	font-size: 20px;
	font-weight: bold;
	color: #999A9C;
}

#Contents #main .checkin03 .boxTtl,
#Contents #main2 .checkin03 .boxTtl {
	clear: both;
	padding: 3px 0 2px;
	padding-left: 15px;
	background: #DE81D2;
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
}

#Contents #main .checkin03 .box .arrow,
#Contents #main2 .checkin03 .box .arrow {
	float: left;
	width: 90px;
}

#Contents #main .checkin03 .box .article,
#Contents #main2 .checkin03 .box .article {
	float: right;
	width: 535px;
	padding: 10px 0 0;
}

#Contents #main .checkin03 .box .article ul,
#Contents #main2 .checkin03 .box .article ul {
	padding-left: 15px;
}

#Contents #main .checkin03 .box .article ul li,
#Contents #main2 .checkin03 .box .article ul li {
	line-height: 1.5;
	margin: 5px 0 5px 20px !important;
	text-indent: 0 !important;
	list-style-type: disc !important;
}

#Contents #main .checkin03 .box .article .textArea,
#Contents #main2 .checkin03 .box .article .textArea {
	float: left;
	width: 375px;
}

#Contents #main .checkin03 .box .article .imageArea,
#Contents #main2 .checkin03 .box .article .imageArea {
	float: right;
	width: 152px;
	text-align: right;
}

#Contents #main .checkin03 .box .article .check,
#Contents #main2 .checkin03 .box .article .check {
	padding: 5px 0;
	color: #D801A6;
}

#Contents #main .checkin03 .box .article .check  img,
#Contents #main2 .checkin03 .box .article .check  img {
	vertical-align: middle;
}

#Contents #main .checkin03 .box .article .attention,
#Contents #main2 .checkin03 .box .article .attention {
	width: 370px;
	margin-top: 10px;
	border: 3px solid #D800AB;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

#Contents #main .checkin03 .box .article .attention .blockLeft,
#Contents #main2 .checkin03 .box .article .attention .blockLeft {
	line-height: 2.0;
	float: left;
	width: 95px;
	padding-top: 8px;
	color: #DC00A8;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}

#Contents #main .checkin03 .box .article .attention .blockRight,
#Contents #main2 .checkin03 .box .article .attention .blockRight {
	float: right;
	width: 260px;
	padding: 5px 5px;
	color: #DC00A8;
	border-left: 1px solid #D800AB;
	font-weight: bold;
	font-size: 12px;
}

#Contents #main .checkin03 .box .article .attention02,
#Contents #main2 .checkin03 .box .article .attention02 {
	width: 500px;
	margin-top: 10px;
	border: 1px solid #A54DC5;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

#Contents #main .checkin03 .box .article .attention02 .blockLeft,
#Contents #main2 .checkin03 .box .article .attention02 .blockLeft {
	float: left;
	width: 80px;
	padding-top: 18px;
	color: #A54DC5;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}

#Contents #main .checkin03 .box .article .attention02 .blockRight,
#Contents #main2 .checkin03 .box .article .attention02 .blockRight {
	float: right;
	width: 390px;
	padding: 10px 10px;
	border-left: 1px solid #A54DC5;
}

#Contents #main .checkin03 .tenimotu,
#Contents #main2 .checkin03 .tenimotu {
	clear: both;
	padding-top: 15px;
}

#Contents #main .checkin03 .step03-2,
#Contents #main2 .checkin03 .step03-2 {
	padding-top: 60px;
	background: url(/portals/1/images/checkin/bcg_step03-2.gif) no-repeat 0 0;
}

#Contents #main .checkin03 .step03-2_en,
#Contents #main2 .checkin03 .step03-2_en {
	padding-top: 45px;
	background: url(/portals/0/images/checkin/bcg_step03-2_en.gif) no-repeat 0 0;
}

#Contents #main .checkin03 .step03-2_tw,
#Contents #main2 .checkin03 .step03-2_tw {
	padding-top: 45px;
	background: url(/portals/7/Images/checkin/bcg_step03-2.gif) no-repeat 0 0;
}

#Contents #main .checkin03 .step03-2_hk,
#Contents #main2 .checkin03 .step03-2_hk {
	padding-top: 45px;
	background: url(/portals/6/Images/checkin/bcg_step03-2.gif) no-repeat 0 0;
	padding-bottom: 10px;
}

#Contents #main .checkin03 .step03-2_kr,
#Contents #main2 .checkin03 .step03-2_kr {
	padding-top: 45px;
	background: url(/portals/5/Images/checkin/bcg_step03-2.gif) no-repeat 0 0;
	padding-bottom: 10px;
}

#Contents #main .checkin03 .step03-2_cn,
#Contents #main2 .checkin03 .step03-2_cn {
	padding-top: 45px;
	background: url(/application/files/8114/7220/3405/img_how_to_checkin_2016826_06_cn.gif) no-repeat 0 0;
	padding-bottom: 10px;
}

#Contents #main .checkin03 .step03-2 .boxTtl,
#Contents #main2 .checkin03 .step03-2 .boxTtl {
	width: 450px;
	padding: 3px 0 2px;
	padding-left: 15px;
	background: #DE81D2;
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
}

#Contents #main .checkin03 .step03-2_en .boxTtl,
#Contents #main2 .checkin03 .step03-2_en .boxTtl {
	width: 450px;
	padding: 3px 0 2px;
	padding-left: 15px;
	background: #DE81D2;
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
}

#Contents #main .checkin03 .step03-2_tw .boxTtl,
#Contents #main2 .checkin03 .step03-2_tw .boxTtl {
	width: 450px;
	padding: 3px 0 2px;
	padding-left: 15px;
	background: #DE81D2;
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
}

#Contents #main .checkin03 .step03-2_hk .boxTtl,
#Contents #main2 .checkin03 .step03-2_hk .boxTtl {
	width: 450px;
	padding: 3px 0 2px;
	padding-left: 15px;
	background: #DE81D2;
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
}

#Contents #main .checkin03 .step03-2_kr .boxTtl {
	width: 450px;
	padding: 3px 0 2px;
	padding-left: 15px;
	background: #DE81D2;
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
}

/* ========================================
Baggage Allowance
======================================== */
#Contents #main .baggage_j2 div,
#Contents #main .baggage_j2 ul,
#Contents #main .baggage_j2 ol,
#Contents #main .baggage_j2 li,
#Contents #main .baggage_j2 dl,
#Contents #main .baggage_j2 dt,
#Contents #main .baggage_j2 dd,
#Contents #main .baggage_j2 p,
.contentDes #Contents #main .baggage_j2 p,
#Contents #main2 .baggage_j2 div,
#Contents #main2 .baggage_j2 ul,
#Contents #main2 .baggage_j2 ol,
#Contents #main2 .baggage_j2 li,
#Contents #main2 .baggage_j2 dl,
#Contents #main2 .baggage_j2 dt,
#Contents #main2 .baggage_j2 dd,
#Contents #main2 .baggage_j2 p,
.contentDes #Contents #main2 .baggage_j2 p {
	margin: 0;
	padding: 0;
}

#Contents #main .baggage_j2 img,
#Contents #main2 .baggage_j2 img {
	border: none;
	vertical-align: bottom;
}

/* Clearfix */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix { display: inline-block; }
/* exlude MacIE5 \*/
* html .clearfix { height: 1% }
.clearfix {display:block;}
/* end MacIE5 */

#Contents #main .baggage_j2,
#Contents #main2 .baggage_j2 {
	width: 600px;
	margin: 0;
	font-size: 14px;
	color: #000000;
}

#Contents #main .baggage_j2 .wrapLeft,
#Contents #main2 .baggage_j2 .wrapLeft {
	float: left;
	width: 298px;
}

#Contents #main .baggage_j2 .wrapRight,
#Contents #main2 .baggage_j2 .wrapRight {
	float: left;
	width: 298px;
	height: 269px;
	padding: 10px 0 14px;
	border-top-right-radius: 10px; 
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	border-bottom-right-radius: 10px; 
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	border: 1px solid #B634BC;
	border-left: none;
	text-align: center;
}

#Contents #main .baggage_j2 .wrapRight_en,
#Contents #main2 .baggage_j2 .wrapRight_en {
	float: left;
	width: 298px;
	height: 289px;
	padding: 10px 0 14px;
	border-top-right-radius: 10px; 
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	border-bottom-right-radius: 10px; 
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	border: 1px solid #B634BC;
	border-left: none;
	text-align: center;
}

#Contents #main .baggage_j2 .blockHead,
#Contents #main2 .baggage_j2 .blockHead {
	float: left;
	width: 285px;
	height: 58px;
	padding-top: 8px;
	padding-left: 12px;
	border-top-left-radius: 10px; 
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	border: 1px solid #B634BC;
	background: #DE81D2;
	border-bottom: none;
	color: #FFFFFF;
	font-size: 16px;
}

#Contents #main .baggage_j2 .blockBody,
#Contents #main2 .baggage_j2 .blockBody {
	float: left;
	width: 297px;
	border-bottom-left-radius: 10px; 
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	border: 1px solid #B634BC;
	border-top: none;
}

#Contents #main .baggage_j2 .blockBody .line,
#Contents #main2 .baggage_j2 .blockBody .line {
	margin: 0;
	padding: 0;
	border-top: 1px solid #B634BC;
}

#Contents #main .baggage_j2 .blockBody .line .cell,
#Contents #main2 .baggage_j2 .blockBody .line .cell {
	float: left;
	height: 50px;
	padding: 10px 0;
	text-align: center;
}

#Contents #main .baggage_j2 .blockBody .line .th,
#Contents #main2 .baggage_j2 .blockBody .line .th {
	width: 70px;
	padding: 10px;
	color: #B733BA;
}

#Contents #main .baggage_j2 .blockBody .line .td,
#Contents #main2 .baggage_j2 .blockBody .line .td {
	width: 181px;
	padding-left: 10px;
	border-left: 1px solid #B634BC;
	text-align: left;
}

#Contents #main .baggage_j2 .blockBody .line .rightend,
#Contents #main2 .baggage_j2 .blockBody .line .rightend {
	border-right: none;
}

#Contents #main .baggage_j2 .blockBody .line .text02-01,
#Contents #main2 .baggage_j2 .blockBody .line .text02-01 {
	padding: 0;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	height: 15px;
}

#Contents #main .baggage_j2 .blockBody .line .text02-02,
#Contents #main2 .baggage_j2 .blockBody .line .text02-02 {
	height: 64px;
}

#Contents #main .baggage_j2 .blockBody .line .text02-02_en,
#Contents #main2 .baggage_j2 .blockBody .line .text02-02_en {
	height: 85px;
}


*html #Contents #main .baggage_j2 .blockBody .line .text02-02,
*html #Contents #main2 .baggage_j2 .blockBody .line .text02-02 {
	padding-top: 8px;
	padding-bottom: 8px;
}

/* ========================================
Carry-on Items
======================================== */
#Contents #main .baggage_j3 div,
#Contents #main .baggage_j3 ul,
#Contents #main .baggage_j3 ol,
#Contents #main .baggage_j3 li,
#Contents #main .baggage_j3 dl,
#Contents #main .baggage_j3 dt,
#Contents #main .baggage_j3 dd,
#Contents #main .baggage_j3 p,
.contentDes #Contents #main .baggage_j3 p,
#Contents #main2 .baggage_j3 div,
#Contents #main2 .baggage_j3 ul,
#Contents #main2 .baggage_j3 ol,
#Contents #main2 .baggage_j3 li,
#Contents #main2 .baggage_j3 dl,
#Contents #main2 .baggage_j3 dt,
#Contents #main2 .baggage_j3 dd,
#Contents #main2 .baggage_j3 p,
.contentDes #Contents #main2 .baggage_j3 p {
	margin: 0;
	padding: 0;
}

#Contents #main .baggage_j3 img,
#Contents #main2 .baggage_j3 img {
	border: none;
	vertical-align: bottom;
}

/* Clearfix */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix { display: inline-block; }
/* exlude MacIE5 \*/
* html .clearfix { height: 1% }
.clearfix {display:block;}
/* end MacIE5 */

#Contents #main .baggage_j3,
#Contents #main2 .baggage_j3 {
	width: 600px;
	margin: 0;
	font-size: 14px;
	color: #000000;
}

#Contents #main .baggage_j3 .blockHead,
#Contents #main2 .baggage_j3 .blockHead {
	float: left;
	width: 598px;
	height: 28px;
	padding-top: 8px;
	border-top-left-radius: 10px; 
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	border-top-right-radius: 10px; 
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	border: 1px solid #B634BC;
	background: #DE81D2;
	border-bottom: none;
	color: #FFFFFF;
	text-align: center;
	font-size: 16px;
}

#Contents #main .baggage_j3 .blockBody,
#Contents #main2 .baggage_j3 .blockBody {
	float: left;
	width: 598px;
	border-bottom-left-radius: 10px; 
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px; 
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	border: 1px solid #B634BC;
	border-top: none;
}

#Contents #main .baggage_j3 .blockBody .line,
#Contents #main2 .baggage_j3 .blockBody .line {
	margin: 0;
	padding: 0;
	border-top: 1px solid #B634BC;
}

#Contents #main .baggage_j3 .blockBody .line .cell,
#Contents #main2 .baggage_j3 .blockBody .line .cell {
	float: left;
	padding: 15px 0;
	text-align: center;
}

#Contents #main .baggage_j3 .blockBody .line .th,
#Contents #main2 .baggage_j3 .blockBody .line .th {
	width: 152px;
	padding: 10px;
	text-align: left;
	font-size: 12px;
}

#Contents #main .baggage_j3 .blockBody .line .itemName,
#Contents #main2 .baggage_j3 .blockBody .line .itemName {
	margin-bottom: 5px;
	color: #B733BA;
	font-weight: bold;
}

#Contents #main .baggage_j3 .blockBody .line .td,
#Contents #main2 .baggage_j3 .blockBody .line .td {
	width: 125px;
	height: 170px;
	border-left: 1px dotted #B634BC;
	border-right: 1px solid #B634BC;
	text-align: center;
}

#Contents #main .baggage_j3 .blockBody .line .rightend,
#Contents #main2 .baggage_j3 .blockBody .line .rightend {
	border-right: none;
}

/* ========================================
Reset
======================================== */
#Contents #main .othercaution div,
#Contents #main .othercaution ul,
#Contents #main .othercaution ol,
#Contents #main .othercaution li,
#Contents #main .othercaution dl,
#Contents #main .othercaution dt,
#Contents #main .othercaution dd,
#Contents #main .othercaution p,
.contentDes #Contents #main .othercaution p,
#Contents #main2 .othercaution div,
#Contents #main2 .othercaution ul,
#Contents #main2 .othercaution ol,
#Contents #main2 .othercaution li,
#Contents #main2 .othercaution dl,
#Contents #main2 .othercaution dt,
#Contents #main2 .othercaution dd,
#Contents #main2 .othercaution p,
.contentDes #Contents #main2 .othercaution p {
	margin: 0;
	padding: 0;
}

#Contents #main .othercaution img,
#Contents #main2 .othercaution img {
	border: none;
	vertical-align: bottom;
}

/* Clearfix */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix { display: inline-block; }
/* exlude MacIE5 \*/
* html .clearfix { height: 1% }
.clearfix {display:block;}
/* end MacIE5 */


/* ========================================
Danger Item
======================================== */
#Contents #main .othercaution,
#Contents #main2 .othercaution {
	width: 600px;
	margin: 0;
	font-size: 13px;
	color: #000000;
}

#Contents #main .othercaution ul li,
#Contents #main2 .othercaution ul li {
	list-style: none;
}

#Contents #main .othercaution .blockHead,
#Contents #main2 .othercaution .blockHead {
	float: left;
	width: 598px;
	height: 28px;
	padding-top: 8px;
	border-top-left-radius: 10px; 
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	border-top-right-radius: 10px; 
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	border: 1px solid #B634BC;
	background: #DE81D2;
	border-bottom: none;
	color: #FFFFFF;
	text-align: center;
	font-size: 16px;
}

#Contents #main .othercaution .blockBody,
#Contents #main2 .othercaution .blockBody {
	float: left;
	width: 598px;
	border-bottom-left-radius: 10px; 
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px; 
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	border: 1px solid #B634BC;
	border-top: none;
}

#Contents #main .othercaution .blockBody .line,
#Contents #main2 .othercaution .blockBody .line {
	margin: 0;
	padding: 0;
	border-top: 1px solid #B634BC;
}

#Contents #main .othercaution .blockBody .line .cell,
#Contents #main2 .othercaution .blockBody .line .cell {
	float: left;
	padding: 10px 0;
	padding-left: 10px;
}

#Contents #main .othercaution .blockBody .line .th,
#Contents #main2 .othercaution .blockBody .line .th {
	width: 179px;
	color: #B733BA;
}

#Contents #main .othercaution .blockBody .line .td,
#Contents #main2 .othercaution .blockBody .line .td {
	width: 390px;
	border-left: 1px dotted #B634BC;
}

/* ========================================
Groupbooking
======================================== */
#Contents #main .groupbooking,
#Contents #main2 .groupbooking {
	width: 640px;
	margin: 0;
	font-size: 13px;
	color: #000000;
}

#Contents #main .groupbooking .boxTtl,
#Contents #main2 .groupbooking .boxTtl {
	clear: both;
	padding: 3px 0 2px;
	padding-left: 15px;
	background: #A44DC2;
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
}

#Contents #main .groupbooking .box .arrow,
#Contents #main2 .groupbooking .box .arrow {
	float: left;
	width: 90px;
}

#Contents #main .groupbooking .box .article,
#Contents #main2 .groupbooking .box .article {
	float: right;
	width: 530px;
	padding: 15px 10px;
}

#Contents #main .groupbooking .box .article .note01,
#Contents #main2 .groupbooking .box .article .note01 {
	color: #DC00A8;
	font-size: 14px;
	font-weight: bold;
}

#Contents #main .groupbooking .box .article .note02,
#Contents #main2 .groupbooking .box .article .note02 {
	color: #DC00A8;
	font-size: 15px;
	font-weight: bold;
}

#Contents #main .groupbooking .box .article .attention,
#Contents #main2 .groupbooking .box .article .attention {
	width: 400px;
	/*margin-top: 10px;*/
	border: 3px solid #D800AB;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
* + html #Contents #main .groupbooking .box .article .attention,
* + html #Contents #main2 .groupbooking .box .article .attention {
	position: relative;
	height: 100%;
}

#Contents #main .groupbooking .box .article .attention > div,
#Contents #main2 .groupbooking .box .article .attention > div {
	display: table-cell;
	height: 50px;
}
* + html #Contents #main .groupbooking .box .article .attention > div,
* + html #Contents #main2 .groupbooking .box .article .attention > div {
	display: block;
}

#Contents #main .groupbooking .box .article .attention .blockLeft,
#Contents #main2 .groupbooking .box .article .attention .blockLeft {
	line-height: 30px;
	/*float: left;*/
	width: 110px;
	/*padding-top: 15px;*/
	color: #DC00A8;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}

#Contents #main .groupbooking .box .article .attention .blockRight,
#Contents #main2 .groupbooking .box .article .attention .blockRight {
	/*float: right;*/
	width: 270px;
	padding: 5px 10px;
	color: #DC00A8;
	border-left: 1px solid #D800AB;
	font-weight: bold;
}
* + html #Contents #main .groupbooking .box .article .attention .blockRight,
* + html #Contents #main2 .groupbooking .box .article .attention .blockRight {
	position: absolute;
	top: 0;
	left: 110px;
}

#Contents #main .groupbooking .boxContact,
#Contents #main2 .groupbooking .boxContact {
	clear: both;
	padding: 10px 0;
	border: 1px solid #B836BA;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	text-align: center;
}

#Contents #main .groupbooking .boxContact span.sttl,
#Contents #main2 .groupbooking .boxContact span.sttl {
	color: #D800AB;
	font-size: 16px;
	font-weight: bold;
}

#Contents #main .groupbooking .boxContact span.tel,
#Contents #main2 .groupbooking .boxContact span.tel {
	padding-left: 10px;
	color: #D800AB;
	font-size: 28px;
	font-weight: bold;
}

#Contents #main .groupbooking .boxContact span.tel img,
#Contents #main2 .groupbooking .boxContact span.tel img {
	vertical-align: middle;
}

#Contents #main .groupbooking .boxContact span.ja,
#Contents #main2 .groupbooking .boxContact span.ja {
	color: #D800AB;
	font-size: 11px;
	font-weight: bold;
}

#Contents #main .groupbooking .boxContact img,
#Contents #main2 .groupbooking .boxContact img {
	vertical-align: middle !important;
}


/* ========================================
GroupBooking PriceList
======================================== */
#Contents #main .groupbooking-priceList,
#Contents #main2 .groupbooking-priceList {
	width: 600px;
	margin: 10px;
	font-size: 14px;
/*	font-family: 'メイリオ',Meiryo,'ＭＳ Ｐゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',sans-serif;*/
	color: #000000;
}

#Contents #main .groupbooking-priceList ul,
#Contents #main2 .groupbooking-priceList ul {
	list-style: none;
}

#Contents #main .groupbooking-priceList ul li,
#Contents #main2 .groupbooking-priceList ul li {
	list-style: none;
}

#Contents #main .groupbooking-priceList .blockBody,
#Contents #main2 .groupbooking-priceList .blockBody {
	float: left;
	width: 598px;
	border-bottom-left-radius: 10px; 
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px; 
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	border: 1px solid #B634BC;
	border-top: none;
	font-size: 13px;
}

#Contents #main .groupbooking-priceList .blockLeftTtl,
#Contents #main2 .groupbooking-priceList .blockLeftTtl {
	float: left;
	padding: 5px 0;
	width: 186px;
	border-top-left-radius: 10px; 
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	color: #FFFFFF;
	border: 1px solid #B634BC;
	background: #DE81D2;
	font-weight: bold;
	text-align: center;
	font-size: 13px;
}

#Contents #main .groupbooking-priceList .blockCenterTtl,
#Contents #main2 .groupbooking-priceList .blockCenterTtl {
	float: left;
	padding: 5px 0;
	width: 94px;
	color: #FFFFFF;
	border-top: 1px solid #B634BC;
	border-bottom: 1px solid #B634BC;
	background: #DE81D2;
	font-weight: bold;
	text-align: center;
	font-size: 13px;
}

#Contents #main .groupbooking-priceList .blockRightTtl,
#Contents #main2 .groupbooking-priceList .blockRightTtl {
	float: left;
	padding: 5px 0;
	width: 316px;
	border-top-right-radius: 10px; 
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	color: #FFFFFF;
	border: 1px solid #B634BC;
	background: #DE81D2;
	font-weight: bold;
	text-align: center;
	font-size: 13px;
}

#Contents #main .groupbooking-priceList .blockBody,
#Contents #main2 .groupbooking-priceList .blockBody {
	color: #000000;
}

#Contents #main .groupbooking-priceList .blockBody .line,
#Contents #main2 .groupbooking-priceList .blockBody .line {
	margin: 0;
	padding: 0;
	width: 598px;
	border: none;
	border-bottom: 1px solid #B634BC;
}

#Contents #main .groupbooking-priceList .blockBody .line02,
#Contents #main2 .groupbooking-priceList .blockBody .line02 {
	float: left;
	border-bottom: 1px solid #B634BC;
}

#Contents #main .groupbooking-priceList .blockBody .line03,
#Contents #main2 .groupbooking-priceList .blockBody .line03 {
	float: left;
	border-bottom: 1px solid #B634BC;
	border-left: 1px dotted #B634BC;
}

#Contents #main .groupbooking-priceList .blockBody .line04,
#Contents #main2 .groupbooking-priceList .blockBody .line04 {
	float: left;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #B634BC;
	border-right: 1px solid #B634BC;
}

#Contents #main .groupbooking-priceList .blockBody .bottom,
#Contents #main2 .groupbooking-priceList .blockBody .bottom {
	border-bottom: none;
}

#Contents #main .groupbooking-priceList .blockBody .line .cell,
#Contents #main2 .groupbooking-priceList .blockBody .line .cell {
	line-height: 1.2;
	float: left;
	text-align: left;
	padding: 10px 0 8px;
	font-size: 13px;
	color: #000000;
}

#Contents #main .groupbooking-priceList .blockBody .line .cell01-1,
#Contents #main2 .groupbooking-priceList .blockBody .line .cell01-1 {
	float: left;
	width: 85px;
	color: #DF22B2;
	border-right: 1px dotted #B634BC;
	text-align: center;
	font-weight: bold;
}

#Contents #main .groupbooking-priceList .blockBody .line .cell01-2,
#Contents #main2 .groupbooking-priceList .blockBody .line .cell01-2 {
	float: left;
	width: 94px;
	padding: 9px 3px 8px;
	border-right: 1px solid #B634BC;
}

#Contents #main .groupbooking-priceList .blockBody .line .cell02,
#Contents #main2 .groupbooking-priceList .blockBody .line .cell02 {
	float: left;
	width: 93px;
	text-align: center;
}

#Contents #main .groupbooking-priceList .blockBody .line .pt20,
#Contents #main2 .groupbooking-priceList .blockBody .line .pt20 {
	height: 85px;
	padding: 20px 0 10px 0;
}

#Contents #main .groupbooking-priceList .blockBody .line .cell03,
#Contents #main2 .groupbooking-priceList .blockBody .line .cell03 {
	float: left;
	width: 294px;
	padding: 10px 10px 10px;
	border-left: 1px solid #B634BC;
}

#Contents #main .groupbooking-priceList .blockBody .cell-left,
#Contents #main2 .groupbooking-priceList .blockBody .cell-left {
	float: left;
	width: 281px;
	border-right: 1px solid #B634BC;
}

#Contents #main .groupbooking-priceList .blockBody .cell-right,
#Contents #main2 .groupbooking-priceList .blockBody .cell-right {
	float: right;
	width: 294px;
	padding: 8px 10px 8px;
	font-size: 13px;
}

#Contents #main .groupbooking-priceList .blockBody .cell-left02,
#Contents #main2 .groupbooking-priceList .blockBody .cell-left02 {
	float: left;
	width: 85px;
}

#Contents #main .groupbooking-priceList .blockBody .cell-left02 .cell01-1,
#Contents #main2 .groupbooking-priceList .blockBody .cell-left02 .cell01-1 {
	border: none;
}

#Contents #main .groupbooking-priceList .blockBody .cell-right02,
#Contents #main2 .groupbooking-priceList .blockBody .cell-right02 {
	float: right;
	width: 513px;
}

#Contents #main .groupbooking-priceList .blockBody .cell-block,
#Contents #main2 .groupbooking-priceList .blockBody .cell-block {
	float: left;
	width: 195px;
}

#Contents #main .groupbooking-priceList .blockBody .line .fs9,
#Contents #main2 .groupbooking-priceList .blockBody .line .fs9 {
	line-height: 1.2;
	padding-top: 9px;
	padding-bottom: 10px;
	font-size: 9px;
}

#Contents #main .groupbooking-priceList .blockBody .line .fs11,
#Contents #main2 .groupbooking-priceList .blockBody .line .fs11 {
	font-size: 11px;
	padding-bottom: 11px;
}

#Contents #main .groupbooking-priceList .blockBody .line .pt11,
#Contents #main2 .groupbooking-priceList .blockBody .line .pt11 {
	padding-top: 11px;
	padding-bottom: 8px;
}


#Contents #main .groupbooking-priceList .blockBody .line .pt12,
#Contents #main2 .groupbooking-priceList .blockBody .line .pt12 {
	padding-top: 12px;
	padding-bottom: 8px;
}

#Contents #main .groupbooking-priceList .blockBody .line .pt15,
#Contents #main2 .groupbooking-priceList .blockBody .line .pt15 {
	padding-top: 15px;
}

#Contents #main .groupbooking-priceList .blockBody .line .pt18,
#Contents #main2 .groupbooking-priceList .blockBody .line .pt18 {
	padding-top: 18px;
	padding-bottom: 18px;
}

#Contents #main .groupbooking-priceList .blockBody .line .pt25,
#Contents #main2 .groupbooking-priceList .blockBody .line .pt25 {
	padding-top: 25px;
}

#Contents #main .groupbooking-priceList .blockBody .line .pt30,
#Contents #main2 .groupbooking-priceList .blockBody .line .pt30 {
	padding-top: 30px;
	padding-bottom: 35px;
	height: 55px;
}

#Contents #main .groupbooking-priceList .blockBody .line .pt40,
#Contents #main2 .groupbooking-priceList .blockBody .line .pt40 {
	padding-top: 40px;
	padding-bottom: 45px;
	height: 30px;
}

#Contents #main .groupbooking-priceList .blockBody .line .pt50,
#Contents #main2 .groupbooking-priceList .blockBody .line .pt50 {
	padding-top: 50px;
}

#Contents #main .groupbooking-priceList .blockBody .line .pt55,
#Contents #main2 .groupbooking-priceList .blockBody .line .pt55 {
	padding-top: 55px;
}

#Contents #main .groupbooking-priceList .blockBody .line .pt70,
#Contents #main2 .groupbooking-priceList .blockBody .line .pt70 {
	padding-top: 70px;
}

#Contents #main .groupbooking-priceList .blockBody .line .pt130,
#Contents #main2 .groupbooking-priceList .blockBody .line .pt130 {
	padding-top: 130px;
}







/* ========================================
Corpolate
======================================== */
#Contents #main table.corporate td,
#Contents #main2 table.corporate td {
	font-size: 14px;
}




/* ========================================
Faretype
======================================== */
#Contents #main .fare_type,
#Contents #main2 .fare_type {
	width: 600px;
	margin: 0;
	font-size: 13px;
	color: #000000;
}

#Contents #main .fare_type .blockLeft,
#Contents #main2 .fare_type .blockLeft {
	float: left;
	width: 300px;
}

#Contents #main .fare_type .blockLeft .blockBody,
#Contents #main2 .fare_type .blockLeft .blockBody {
	height: 470px;
	padding-top: 10px;
	padding-left: 10px;
	border: 1px solid #945BA0;
	background: #F9E4F7;
	border-bottom-left-radius: 10px; 
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
}

#Contents #main .fare_type .blockBody p,
#Contents #main2 .fare_type .blockBody p {
	margin-left: 5px;
	margin-bottom: 5px;
	color: #A94BC5 !important;
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
}

#Contents #main .fare_type .blockBody ul li,
#Contents #main2 .fare_type .blockBody ul li {
	line-height: 1.8;
	text-indent: 0 !important;
}

#Contents #main .fare_type .blockBody ul.unchin,
#Contents #main2 .fare_type .blockBody ul.unchin {
	width: 250px;
	height: 100px;
	margin-left: 30px !important;
}

#Contents #main .fare_type .blockBody ul.unchin li,
#Contents #main2 .fare_type .blockBody ul.unchin li {
	list-style-type: disc !important;
}

#Contents #main .fare_type .blockBody ul.osusume,
#Contents #main2 .fare_type .blockBody ul.osusume {
	width: 260px;
	margin-left: 5px !important;
}

#Contents #main .fare_type .blockBody ul.osusume li,
#Contents #main2 .fare_type .blockBody ul.osusume li {
	list-style: none;
	padding-left: 25px !important;
	background: url(/portals/1/images/faretypes/ico_check.gif) no-repeat 0 3px;
}

#Contents #main .fare_type .blockBody ul.note,
#Contents #main2 .fare_type .blockBody ul.note {
	width: 260px;
	margin-top: 10px;
}

#Contents #main .fare_type .blockBody ul.note li,
#Contents #main2 .fare_type .blockBody ul.note li {
	margin-left: 20px;
	list-style: none;
	padding-left: 5px;
	font-size: 11px;
	text-indent: -2em;
}

#Contents #main .fare_type .blockRight,
#Contents #main2 .fare_type .blockRight {
	float: left;
	width: 300px;
}

#Contents #main .fare_type .blockRight .blockBody,
#Contents #main2 .fare_type .blockRight .blockBody {
	height: 470px;
	padding-top: 10px;
	padding-left: 10px;
	border: 1px solid #945BA0;
	border-left: none;
	background: #F9E4F7;
	border-bottom-right-radius: 10px; 
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
}

#Contents #main .fare_type div,
#Contents #main .fare_type ul,
#Contents #main .fare_type ol,
#Contents #main .fare_type li,
#Contents #main .fare_type dl,
#Contents #main .fare_type dt,
#Contents #main .fare_type dd,
#Contents #main .fare_type p,
#Contents #main .contentDes .faretype p,
#Contents #main2 .fare_type div,
#Contents #main2 .fare_type ul,
#Contents #main2 .fare_type ol,
#Contents #main2 .fare_type li,
#Contents #main2 .fare_type dl,
#Contents #main2 .fare_type dt,
#Contents #main2 .fare_type dd,
#Contents #main2 .fare_type p,
#Contents #main2 .contentDes .faretype p {
	margin: 0;
	padding: 0;
}

#Contents #main .fare_type img,
#Contents #main2 .fare_type img {
	border: none;
	vertical-align: bottom;
}

/* Clearfix */
#Contents #main .clearfix:after,
#Contents #main2 .clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

#Contents #main .clearfix,
#Contents #main2 .clearfix { display: inline-block; }
/* exlude MacIE5 \*/
* html .clearfix { height: 1% }
.clearfix {display:block;}
/* end MacIE5 */

/* ========================================
Fare Rule
======================================== */
#Contents #main .fare_rule,
#Contents #main2 .fare_rule {
	width: 680px;
	margin: 10px;
	font-size: 14px;
	color: #000000;
}

#Contents #main .fare_rule ul li,
#Contents #main2 .fare_rule ul li {
	list-style: none;
}

#Contents #main .fare_rule .blockLeftHead,
#Contents #main2 .fare_rule .blockLeftHead {
	float: left;
	width: 202px;
}

#Contents #main .fare_rule .blockRightHead,
#Contents #main2 .fare_rule .blockRightHead {
	float: left;
	width: 398px;
}

#Contents #main .fare_rule .blockRightHead p,
#Contents #main2 .fare_rule .blockRightHead p {
	float: left;
	padding-bottom: 0px !important;
}

#Contents #main .fare_rule .blockBody,
#Contents #main2 .fare_rule .blockBody {
	float: left;
	width: 598px;
	border-bottom-left-radius: 10px; 
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px; 
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	border: 1px solid #B634BC;
	border-top: none;
	color: #000000;
}

#Contents #main .fare_rule .blockBodyTtl,
#Contents #main2 .fare_rule .blockBodyTtl {
	float: left !important;
	padding: 5px 0 !important;
	padding-left: 10px !important;
	width: 588px !important;
	border-top-left-radius: 10px !important; 
	-webkit-border-top-left-radius: 10px !important;
	-moz-border-radius-topleft: 10px !important;
	color: #FFFFFF !important;
	border: 1px solid #B634BC !important;
	background: #DE81D2 !important;
	font-weight: bold !important;
}

#Contents #main .fare_rule .blockBody .line,
#Contents #main2 .fare_rule .blockBody .line {
	margin: 0;
	padding: 0;
	width: 598px;
	border: none;
	border-bottom: 1px dotted #B634BC;
}

#Contents #main .fare_rule .blockBody .line .fs12,
#Contents #main2 .fare_rule .blockBody .line .fs12 {
	font-size: 12px;
}

#Contents #main .fare_rule .blockBody .lineTop,
#Contents #main2 .fare_rule .blockBody .lineTop {
	border-top: 1px solid #B634BC;
	border-bottom: 1px solid #B634BC;
}

#Contents #main .fare_rule .blockBody .bodyTop,
#Contents #main2 .fare_rule .blockBody .bodyTop {
	border-top: 1px solid #B634BC;
	border-bottom: 1px solid #B634BC;
}

#Contents #main .fare_rule .blockBody .borderNone,
#Contents #main2 .fare_rule .blockBody .borderNone {
	border: none;
}

#Contents #main .fare_rule .blockBody .bottom,
#Contents #main2 .fare_rule .blockBody .bottom {
	border-bottom: none;
}

#Contents #main .fare_rule .blockBody .line .cell01,
#Contents #main2 .fare_rule .blockBody .line .cell01 {
	line-height: 1.2 !important;
	float: left !important;
	width: 192px !important;
	height: 20px !important;
	text-align: left !important;
	padding: 12px 0 !important;
	padding-left: 10px !important;
	font-weight: bold !important;
	color: #B733BA !important;
}

#Contents #main .fare_rule .blockBody .line span.note,
#Contents #main2 .fare_rule .blockBody .line span.note {
	font-size: 10px;
	font-weight: normal;
	color: #000000;
}

#Contents #main .fare_rule .blockBody .line .cell02,
#Contents #main2 .fare_rule .blockBody .line .cell02 {
	float: left;
	width: 114px !important;
	height: 20px !important;
	padding: 12px 0 !important;
	text-align: center !important;
	border-left: 1px solid #B634BC !important;
}

#Contents #main .fare_rule .blockBody .line .cell03,
#Contents #main2 .fare_rule .blockBody .line .cell03 {
	float: left !important;
	width: 195px !important;
	height: 20px !important;
	padding: 12px 0 !important;
	border-left: 1px solid #B634BC !important;
	text-align: center !important;
}

#Contents #main .fare_rule .blockBody .line .cell04,
#Contents #main2 .fare_rule .blockBody .line .cell04 {
	float: left !important;
	width: 458px !important;
	padding: 10px 0 !important;
	border-left: 1px solid #B634BC !important;
	text-align: center !important;
}

#Contents #main .fare_rule .blockBody .line .cell05,
#Contents #main2 .fare_rule .blockBody .line .cell05 {
	padding: 6px 0 5px !important;
	padding-left: 10px !important;
	color: #FFFFFF !important;
	background: #DE81D2 !important;
	font-weight: bold !important;
}

#Contents #main .fare_rule .blockBody .line .plus,
#Contents #main2 .fare_rule .blockBody .line .plus {
	border-left: 1px dotted #B634BC;
}

#Contents #main .fare_rule .blockBody .line .free,
#Contents #main2 .fare_rule .blockBody .line .free {
	color: #DF22B2;
}

#Contents #main .fare_rule .blockBody .line .h80,
#Contents #main2 .fare_rule .blockBody .line .h80 {
	height: 80px !important;
}

#Contents #main .fare_rule .blockBody .line .h45,
#Contents #main2 .fare_rule .blockBody .line .h45 {
	height: 45px !important;
}

#Contents #main .fare_rule .blockBody .line .line2-01,
#Contents #main2 .fare_rule .blockBody .line .line2-01 {
	padding-top: 40px !important;
}

#Contents #main .fare_rule .blockBody .line .line2-02,
#Contents #main2 .fare_rule .blockBody .line .line2-02 {
	padding-top: 30px !important;
	height: 62px !important;
}

#Contents #main .fare_rule .blockBody .line .line2-04,
#Contents #main2 .fare_rule .blockBody .line .line2-04 {
	padding-top: 24px !important;
	height: 33px !important;
}

#Contents #main .fare_rule div,
#Contents #main .fare_rule ul,
#Contents #main .fare_rule ol,
#Contents #main .fare_rule li,
#Contents #main .fare_rule dl,
#Contents #main .fare_rule dt,
#Contents #main .fare_rule dd,
#Contents #main .fare_rule p,
.contentDes #Contents #main .fare_rule p,
#Contents #main2 .fare_rule div,
#Contents #main2 .fare_rule ul,
#Contents #main2 .fare_rule ol,
#Contents #main2 .fare_rule li,
#Contents #main2 .fare_rule dl,
#Contents #main2 .fare_rule dt,
#Contents #main2 .fare_rule dd,
#Contents #main2 .fare_rule p,
.contentDes #Contents #main2 .fare_rule p {
	margin: 0;
	padding: 0;
}

#Contents #main .fare_rule img,
#Contents #main2 .fare_rule img {
	border: none;
	vertical-align: bottom;
}

/* Clearfix */

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix { display: inline-block; }
/* exlude MacIE5 \*/
* html .clearfix { height: 1% }
.clearfix {display:block;}
/* end MacIE5 */


/*==================================
Flight Schedule table
=================================*/
#Contents #main table.flight_schedule *,
#Contents #main table.flight_schedule + p.notes,
#Contents #main2 table.flight_schedule *,
#Contents #main2 table.flight_schedule + p.notes {
	color: #666666 !important;
	font-size: 14px;
}


#Contents #main table.flight_schedule,
#Contents #main2 table.flight_schedule {
	width: 90%;
	border-collapse:separate;
	border-radius: 10px;
	border-spacing: 0;
	border: 1px solid #b634bc;
}

/* 枠の調整（ここから） */
#Contents #main table.flight_schedule th,
#Contents #main2 table.flight_schedule th {
	border-top: 0;
}
#Contents #main table.flight_schedule td,
#Contents #main2 table.flight_schedule td {
	border-top: 1px solid #b634bc;
	vertical-align: middle;
}

#Contents #main table.flight_schedule th,
#Contents #main table.flight_schedule td,
#Contents #main2 table.flight_schedule th,
#Contents #main2 table.flight_schedule td {
	border-left: 0;
}
#Contents #main table.flight_schedule th + th,
#Contents #main table.flight_schedule td + td,
#Contents #main2 table.flight_schedule th + th,
#Contents #main2 table.flight_schedule td + td  {
	border-left: 1px solid #b634bc;
}
/* 枠の調整（ここまで） */

#Contents #main table.flight_schedule th,
#Contents #main table.flight_schedule td,
#Contents #main2 table.flight_schedule th,
#Contents #main2 table.flight_schedule td {
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	width: 33%;
}
#Contents #main table.flight_schedule th,
#Contents #main2 table.flight_schedule th {
	color: #ffffff !important;
	font-size: 16px;
	font-weight: bold;
	background-color: #de81d2;
}
#Contents #main table.flight_schedule th > sub,
#Contents #main2 table.flight_schedule th > sub {
	color: #ffffff !important;
}
#Contents #main table.flight_schedule tr.title > td,
#Contents #main2 table.flight_schedule tr.title > td {
	color: #b733ba !important;
}
#Contents #main table.flight_schedule th:first-child,
#Contents #main2 table.flight_schedule th:first-child {
	border-top-left-radius: 8px;
}
#Contents #main table.flight_schedule th:last-child,
#Contents #main2 table.flight_schedule th:last-child {
	border-top-right-radius: 8px;
}

#Contents #main table.flight_schedule + p.notes,
#Contents #main2 table.flight_schedule + p.notes {
	margin-top: 5px;
	line-height: 1em;
}

/* IE7対応 */
* + html #Contents #main table.flight_schedule,
* + html #Contents #main2 table.flight_schedule {
	border-collapse: collapse;
}

/*==================================
Flight Schedule table
=================================*/
#Contents #main table.flight_schedule_320 *,
#Contents #main table.flight_schedule_320 + p.notes,
#Contents #main2 table.flight_schedule_320 *,
#Contents #main2 table.flight_schedule_320 + p.notes {
	color: #666666 !important;
	font-size: 14px;
}


#Contents #main table.flight_schedule_320,
#Contents #main2 table.flight_schedule_320 {
	width: 320px;
	border-radius: 10px;
	border-spacing: 0;
	border: 1px solid #b634bc;
}

/* 枠の調整（ここから） */
#Contents #main table.flight_schedule_320 th,
#Contents #main2 table.flight_schedule_320 th {
	border-top: 0;
}
#Contents #main table.flight_schedule_320 td,
#Contents #main2 table.flight_schedule_320 td {
	border-top: 1px solid #b634bc;
}

#Contents #main table.flight_schedule_320 th,
#Contents #main table.flight_schedule_320 td,
#Contents #main2 table.flight_schedule_320 th,
#Contents #main2 table.flight_schedule_320 td {
	border-left: 0;
}
#Contents #main table.flight_schedule_320 th + th,
#Contents #main table.flight_schedule_320 td + td,
#Contents #main2 table.flight_schedule_320 th + th,
#Contents #main2 table.flight_schedule_320 td + td {
	border-left: 1px solid #b634bc;
}
/* 枠の調整（ここまで） */

#Contents #main table.flight_schedule_320 th,
#Contents #main table.flight_schedule_320 td,
#Contents #main2 table.flight_schedule_320 th,
#Contents #main2 table.flight_schedule_320 td {
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	width: 33%;
}
#Contents #main table.flight_schedule_320 th,
#Contents #main2 table.flight_schedule_320 th {
	color: #ffffff !important;
	font-size: 16px;
	font-weight: bold;
	background-color: #de81d2;
}
#Contents #main table.flight_schedule_320 th > sub,
#Contents #main2 table.flight_schedule_320 th > sub {
	color: #ffffff !important;
}
#Contents #main table.flight_schedule_320 tr.title > td,
#Contents #main2 table.flight_schedule_320 tr.title > td {
	color: #b733ba !important;
}
#Contents #main table.flight_schedule_320 th:first-child,
#Contents #main2 table.flight_schedule_320 th:first-child {
	border-top-left-radius: 8px;
}
#Contents #main table.flight_schedule_320 th:last-child,
#Contents #main2 table.flight_schedule_320 th:last-child {
	border-top-right-radius: 8px;
}

#Contents #main table.flight_schedule_320 + p.notes,
#Contents #main2 table.flight_schedule_320 + p.notes {
	margin-top: 5px;
	line-height: 1em;
}
/* IE7対応 */
* + html content #main table.flight_schedule_320,
* + html content #main2 table.flight_schedule_320 {
	border-collapse: collapse;
}

/* ========================================
Contactcenter
======================================== */
.contactcenter {
	width: 600px;
	margin: 0;
	font-size: 14px;
}

.contactcenter ul li {
	list-style: none;
}

.contactcenter .blockHead {
	line-height: 1.4;
/*	float: left;*/
	width: 583px;
	height: 60px;
	padding-top: 15px;
	padding-left: 15px;
	border-top-left-radius: 10px; 
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	border-top-right-radius: 10px; 
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	border: 1px solid #B634BC;
	background: #F8E3F6;
	border-bottom: none;
	font-size: 16px;
}

.contactcenter .blockHead p {
	float: left;
	margin-right: 10px!important;
}

.contactcenter .blockHead .headerTtl {
	color: #B634BC !important;
	font-size: 20px;
	font-weight: bold;
}

.contactcenter .blockHead .headerNote {
	font-size: 13px;
	color: #5E6462;
}

.contactcenter .blockBody {
/*	float: left;*/
	width: 598px;
	border-bottom-left-radius: 10px; 
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px; 
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	border: 1px solid #B634BC;
	border-top: none;
}

.contactcenter .blockBody .line {
	margin: 0;
	padding: 15px;
	border-top: 1px solid #B634BC;
	width: 568px;
}

.contactcenter .blockBody .line .blockTtl {
	line-height: 1.4;
	color: #B634BC;
	font-size: 18px;
	font-weight: bold;
}

.contactcenter .blockBody .line .blockTtl {
	color: #B634BC !important;
}

.contactcenter .blockBody .line .blockTtl .f15 {
	font-size: 15px;
}

.contactcenter .blockBody .line p.attention {
	color: #DB10AA !important;
	padding: 5px 0 0;
	font-size: 12px !important;
}

.contactcenter .blockBody .line .kinds {
	float: left;
	font-size: 14px !important;
	margin-top: 18px;
	margin-right: 10px;
	letter-spacing: 0 !important;
	color: #777777;
}

.contactcenter .blockBody .line .ja {
	float: left;
	margin-top: 13px;
	margin-right: 10px;
/*	padding: 7px 10px 7px 22px;*/
	padding: 7px 0;
	width: 75px;
	text-align: center;
	letter-spacing: 0 !important;
	color: #777777;
	background: url(/portals/1/images/bcg_ja.gif) no-repeat center center;
}

.contactcenter .blockBody .line .hk {
	float: left;
	margin-top: 18px;
	margin-right: 10px;
/*	padding: 7px 18px 7px 18px;*/
	padding: 7px 0;
	width: 135px;
	text-align: center;
	letter-spacing: 0 !important;
	color: #777777;
	background: url(/portals/6/images/bcg_hk.gif) no-repeat center center;
}

.contactcenter .blockBody .line .tel {
	float: left;
	color: #999A9C!important;
	font-size: 44px!important;
	font-weight: bold!important;
	letter-spacing: 0 !important;
}

.contactcenter .blockBody .line .tel_kr {
	float: left;
	color: #999A9C!important;
	font-size: 38px!important;
	font-weight: bold!important;
	letter-spacing: 0 !important;
}

.contactcenter .blockBody .line p.note {
	clear: both;
	font-size: 12px !important;
}
.contactcenter .blockBody .line p.pink {
	color: #e137b9 !important;
}

/* 2014 new layout */
.contactcenter .faq_container { padding-top: 10px !important; padding-left: 13px !important; }
.contactcenter h5 { background: url("/portals/_default/images/bg_ttl03.jpg") left no-repeat; font-size:16px; padding:8px 5px 5px 50px !important; height:27px !important; width: 520px; margin-bottom:5px !important; }
.contactcenter h6 { font-size: 14px !important; }
.contactcenter span.blockTtl  { display:block; }
.contactcenter span.attention { display:block; }
.contactcenter .ui-accordion-content { margin:0; width:580px; }
.contactcenter h6 .blockTtl { font-size: 14px !important; }
.contactcenter .acc_ttl .note { color:#000000; font-weight:normal; }
.contactcenter .headerNote { font-size: 16px; }
.contactcenter .headerNote2 { color: #5e6462; }
.contactcenter .faq_block { padding: 8px 5px 8px 0px; width: 565px; border-bottom: 1px dotted #cccccc; color: #333333; }
.contactcenter .faq_q { font-size: 16px; }
.contactcenter .faq_ans { padding-left:20px; width:545px; }


/* Clearfix */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix { display: inline-block; }
/* exlude MacIE5 \*/
* html .clearfix { height: 1% }
.clearfix {display:block;}
/* end MacIE5 */

/* ========================================
Specialsupport
======================================== */
#Contents #main .special_support,
#Contents #main2 .special_support {
	width: 600px !important;
	margin: 0 !important;
	font-size: 14px !important;
}

#Contents #main .special_support ul li,
#Contents #main2 .special_support ul li {
	list-style: none !important;
}

#Contents #main .special_support .blockHead,
#Contents #main2 .special_support .blockHead {
	float: left !important;
	width: 598px !important;
	border-top-left-radius: 10px !important; 
	-webkit-border-top-left-radius: 10px !important;
	-moz-border-radius-topleft: 10px !important;
	border-top-right-radius: 10px !important; 
	-webkit-border-top-right-radius: 10px !important;
	-moz-border-radius-topright: 10px !important;
	border: 1px solid #B634BC !important;
	background: #DE81D2 !important;
	border-bottom: none !important;
	color: #FFFFFF !important;
	text-align: center !important;
}

#Contents #main .special_support .blockHead .cell,
#Contents #main2 .special_support .blockHead .cell {
	float: left !important;
	padding: 8px 0 0 !important;
	height: 28px !important;
}

#Contents #main .special_support .blockHead .th01,
#Contents #main2 .special_support .blockHead .th01 {
	width: 58px !important;
	border-right: 1px solid #B634BC !important;
}

#Contents #main .special_support .blockHead .th02,
#Contents #main2 .special_support .blockHead .th02 {
	width: 105px !important;
	border-right: 1px solid #B634BC !important;
}

#Contents #main .special_support .blockHead .th03,
#Contents #main2 .special_support .blockHead .th03 {
	width: 58px !important;
	border-right: 1px solid #B634BC !important;
}

#Contents #main .special_support .blockHead .td,
#Contents #main2 .special_support .blockHead .td {
	width: 360px !important;
}

#Contents #main .special_support .blockBody,
#Contents #main2 .special_support .blockBody {
	float: left !important;
	width: 598px !important;
	border-bottom-left-radius: 10px !important; 
	-webkit-border-bottom-left-radius: 10px !important;
	-moz-border-radius-bottomleft: 10px !important;
	border-bottom-right-radius: 10px !important; 
	-webkit-border-bottom-right-radius: 10px !important;
	-moz-border-radius-bottomright: 10px !important;
	border: 1px solid #B634BC !important;
	border-top: none !important;
}

#Contents #main .special_support .blockBody .line,
#Contents #main2 .special_support .blockBody .line {
	margin: 0 !important;
	padding: 0 !important;
	border-top: 1px solid #B634BC !important;
}

#Contents #main .special_support .blockBody .line .cell,
#Contents #main2 .special_support .blockBody .line .cell {
	float: left !important;
	padding: 10px 0 !important;
}

#Contents #main .special_support .blockBody .line .th01,
#Contents #main2 .special_support .blockBody .line .th01 {
	width: 58px !important;
	color: #B733BA !important;
	text-align: center !important;
	border-right: 1px solid #B634BC !important;
}

#Contents #main .special_support .blockBody .line .th02,
#Contents #main2 .special_support .blockBody .line .th02 {
	width: 100px !important;
	padding-left: 5px !important;
	border-right: 1px solid #B634BC !important;
}

#Contents #main .special_support .blockBody .line .th03,
#Contents #main2 .special_support .blockBody .line .th03 {
	width: 58px !important;
	text-align: center !important;
	border-right: 1px solid #B634BC !important;
}

#Contents #main .special_support .blockBody .line .td,
#Contents #main2 .special_support .blockBody .line .td {
	width: 360px !important;
	padding: 10px 5px !important;
}

#Contents #main .special_support .blockBody .line .thRowspan2,
#Contents #main2 .special_support .blockBody .line .thRowspan2 {
	width: 58px !important;
	color: #B733BA !important;
	text-align: center !important;
	padding-top: 130px !important;
}

#Contents #main .special_support .blockBody .line .blockRowspan2,
#Contents #main2 .special_support .blockBody .line .blockRowspan2 {
	float: right !important;
	width: 539px !important;
	border-left: 1px solid #B634BC !important;
}

#Contents #main .special_support .blockBody .line .blockRowspan2 .top,
#Contents #main2 .special_support .blockBody .line .blockRowspan2 .top {
	border-top: none !important;
}

#Contents #main .special_support .blockBody .line .blockRowspan2 dl,
#Contents #main2 .special_support .blockBody .line .blockRowspan2 dl {
	margin-top: 10px !important;
}

#Contents #main .special_support .blockBody .line .boderBottom,
#Contents #main2 .special_support .blockBody .line .boderBottom {
	margin-bottom: 10px !important;
	padding-bottom: 5px !important;
	border-bottom: 1px dotted #B634BC !important;
}

content #main .special_support .blockBody .line .text02,
content #main2 .special_support .blockBody .line .text02 {
	padding-top: 22px !important;
	padding-bottom: 20px !important;
}

#Contents #main .special_support .blockBody .line .text08,
#Contents #main2 .special_support .blockBody .line .text08 {
	padding-top: 105px !important;
	padding-bottom: 105px !important;
}

/* ========================================
Reset
======================================== */
#Contents #main .special_support div,
#Contents #main .special_support ul,
#Contents #main .special_support ol,
#Contents #main .special_support li,
#Contents #main .special_support dl,
#Contents #main .special_support dt,
#Contents #main .special_support dd,
#Contents #main .special_support p,
.contentDes #Contents #main .special_support p,
#Contents #main2 .special_support div,
#Contents #main2 .special_support ul,
#Contents #main2 .special_support ol,
#Contents #main2 .special_support li,
#Contents #main2 .special_support dl,
#Contents #main2 .special_support dt,
#Contents #main2 .special_support dd,
#Contents #main2 .special_support p,
.contentDes #Contents #main2 .special_support p {
	margin: 0 !important;
	padding: 0 !important;
}

#Contents #main .special_support img,
#Contents #main2 .special_support img {
	border: none !important;
	vertical-align: bottom !important;
}

/* Clearfix */
.clearfix:after {
	content: "." !important;
	display: block !important;
	clear: both !important;
	height: 0 !important;
	visibility: hidden !important;
}

.clearfix { display: inline-block !important; }
/* exlude MacIE5 \*/
* html .clearfix { height: 1% }
.clearfix {display:block !important;}
/* end MacIE5 */
.plr10 { padding-left: 10px; padding-right: 10px; }

#Contents #main .ccm-social-share .line img,
#Contents #main2 .ccm-social-share .line img { vertical-align: baseline; }


/* ========================================
EDN Form
======================================== */

#Contents #main .required,
#Contents #main2 .required {
	color: #00C6D7;
	font-size: 0.8em;
	font-weight: bold;
}

#Contents #main #edm_form table,
#Contents #main2 #edm_form table {
	width: 630px;
	border:0px;
	border-collapse: collapse;
}

#Contents #main #edm_form table th,
#Contents #main2 #edm_form table th {
	text-align: left;
	vertical-align: middle;
	line-height: 1.6;
	width: 230px;
	border: 1px solid #aaaaaa;
	padding: 5px;
}


#Contents #main #edm_form table td,
#Contents #main2 #edm_form table td {
	text-align: left;
	vertical-align: middle;
	line-height: 1.6;
	border: 1px solid #aaaaaa;
	padding: 5px;
}

#Contents #main #edm_form table td.price,
#Contents #main2 #edm_form table td.price {
	font-size: 19px;
	font-weight: bold;
	color: #d900a6;
}

#Contents #main #edm_form table td.notes,
#Contents #main2 #edm_form table td.notes {
	font-size: 12px;
	color: #666666;
	line-height: 1.6;
}

/* fee table用追加 20170210 ここから */

.feetable table {
width: 680px;
border: 1px solid #9B308C;
border-collapse: separate;
border-spacing: 0;
border-radius: 5px;
}
.feetable tr, .feetable td {
padding: 7px 3px;
border-bottom: 1px dotted #9B308C;
}

.feetable table tr + tr,
.feetable table td + td {
border-left: 1px solid #9B308C;
}
.feetable tr:first-child {
	border-radius: 5px 0 0 0!important;
}
.feetable tr:first-child {
	border-radius: 0 5px 0 0!important;
}
.feetable tr:last-child {
	border-radius: 0 0 0 5px!important;
}
.feetable tr:last-child {
	border-radius: 0 0 5px 0!important;
}
.feetable tr:last-child tr,
.feetable tr:last-child td {
	border-bottom: none;
}
.feetable tr:first-child tr,
.feetable tr:first-child td {
	border: none;
}

.feetable .title {
width:170px;
font-weight:700;
padding: 10px 7px;
color:#9B308C;
}
.feetable td.title:last-child{
border-radius: 0 0 0 5px;
border: 1px solid #9B308C;
}
.feetable .feemain {
text-align:center;
vertical-align: middle!important;
background-color:#9B308C!important;
color:#FFFFFF;
font-size:110%;
border-radius: 3px 0 0 0;
}
.feetable .stitle {
background-color:#E89BC1;
font-weight:700;
color:#FFFFFF;
padding-left: 7px;
}
.feetable .book_i, .feetable .book_c, .feetable .book_a {
height:30px;
vertical-align: middle!important;
padding-left:40px!important;
font-weight:700;
border-bottom: none!important;
}
.feetable td.book_i {
background: url("http://www.flypeach.com/portals/1/images/ico_type01_w.gif") no-repeat 5px 40%;
border-bottom:1px solid #9B308C!important;
}
.feetable td.book_c {
background: url("http://www.flypeach.com/portals/1/images/ico_type02_w.gif") no-repeat 5px 40%;
border-left:1px solid #9B308C!important;
border-bottom:1px solid #9B308C!important;
}
.feetable td.book_a {
background: url("http://www.flypeach.com/portals/1/images/ico_type03_w.gif") no-repeat 5px 40%;
border-left:1px solid #9B308C!important;
border-bottom:1px solid #9B308C!important;
}
.feetable .hp, .feetable.hpp {
width:85px;
text-align: center;
}
.feetable .price {
text-align:center;
vertical-align: middle!important;
padding: 5px;
}
.feetable .free {
color:#DF22B2;
}
/*.feetable td.half {
border-right: 1px dotted #9B308C!important;
}*/
.feetable .remarks {
font-size:80%;
font-weight: normal;
}

/* fee table用追加 20170210 ここまで */


/* ｜2020.04.20｜トップページ｜就航地ガイド｜ */
.c-Destination *,
.c-Destination *:before,
.c-Destination *:after {
	box-sizing: border-box;
}

.c-Destination-info__title {
	font-size: 2.4rem;
	line-height: 1;
	padding: 10px;
}

.c-Destination-info__items {
	border-top: 2px solid #bfbfc0;
	border-bottom: 2px solid #bfbfc0;
}

.c-Destination-info__item:not(:last-child) {
	border-bottom: 1px dotted #bebebe;
}

.c-Destination-info__item a {
	padding: .75em 0;
	display: flex;
	position: relative;
}

.c-Destination-info__item a:after {
	content: '';
	width: .75em;
	height: .75em;
	border-top: 2px solid #9c308d;
	border-right: 2px solid #9c308d;
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%) rotate(45deg);
}

.c-Destination-info__category {
	color: #fff;
	font-size: 1.8rem;
	font-weight: 700;
	text-align: center;
	min-width: 115px;
	margin: -.35em 0;
	padding: .35em 0 0;
	padding-left: .50em;
	padding-right: .50em;
}

.c-Destination-info__category-local {
	background: #d14f97;
}

.c-Destination-info__category-intl {
	background: #5dc2d0;
}

.c-Destination-info__item a strong {
	color: #050f1e;
	font-size: 1.8rem;
	padding: 0 0 0 2rem;
}

.c-Destination-info__item a:hover strong {
	color: #d14e97;
}

.c-Destination-line {
	padding: 60px 0 0;
}

.c-Destination-line__title {
	padding: 5px;
	border-bottom: 2px solid #bfbfc0;
}

.c-Destination-line__title-name {
	font-size: 2.4rem;
	line-height: 1;
	padding: .35em .75em .5em;
	border-left: 6px solid #000;
	display: block;
}

.c-Destination-line__local .c-Destination-line__title-name {
	border-left-color: #d14f97;
}

.c-Destination-line__intl .c-Destination-line__title-name {
	border-left-color: #5dc2d0;
}

.c-Destination-line__items {
	margin: 0 -15px;
	display: flex;
	flex-wrap: wrap;
}

.c-Destination-line__item {
	width: calc(100% / 5);
	padding: 30px 15px 0;
}

.c-Destination-line__button {
	color: #333 !important;
	height: 80px;
	display: block;
	border: 1px solid #dfdfdf;
	position: relative;
}

.c-Destination-line__button:hover {
	border: 2px solid #9b308c;
}

.c-Destination-line__name {
	font-size: 3.2rem;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	letter-spacing: .15em;
	width: 100%;
	display: block;
	position: absolute;
	top: calc(50% - .05em);
	left: 0;
	transform: translateY(-50%);
}

.c-Destination-line__price {
	font-size: 2.2rem;
	font-weight: 700;
	text-align: center;
	letter-spacing: 0;
	padding: .25em 0 0;
	display: block;
	position: relative;
}

.c-Destination-line__price-sale {
	color: #d14e98;
}

.c-Destination-line__price-sale:before {
	content: 'SALE';
	color: #ffea00;
	font-size: 1.2rem;
	font-weight: 400;
	line-height: 1;
	text-align: center;
	vertical-align: .15em;
	width: 2.75em;
	height: 2.75em;
	margin: 0 .75em 0 0;
	padding: .85em 0 0;
	display: inline-block;
	border-radius: 50%;
	background: #d14f97;
}

.c-Destination-line__button-more {
	visibility: hidden;
	opacity: 0;
	position: absolute;
}

.c-Travel-ideas {
	position: relative;
}

.c-Travel-ideas .m-titleBlock01__title {
	font-size: 2.4rem;
	font-weight: 400;
	line-height: 1;
	text-align: left;
}

.c-Travel-ideas .slick-controller {
	display: block;
}

.c-Travel-ideas .slick-prev {
	top: 40%;
	left: -30px;
}

.c-Travel-ideas .slick-next {
	top: 40%;
	right: -30px;
}

@media only screen and (max-width: 979px) {
	.c-Destination-info__title {
		font-size: 1.8rem;
	}
	
	.c-Destination-line__title-name {
		font-size: 1.8rem;
	}
	
	.c-Destination-line__items {
		margin: 0 -5px;
	}
	
	.c-Destination-line__item {
		width: calc(100% / 4);
		padding: 20px 5px 0;
	}
	
	.c-Destination-line__button {
		height: 60px;
	}
	
	.c-Destination-line__name {
		font-size: 2.4rem;
	}
	
	.c-Destination-line__price {
		font-size: 1.6rem;
	}
	
	.c-Destination-line__price-sale:before {
		font-size: 1rem;
	}
	
	.c-Travel-ideas .m-titleBlock01__title {
		font-size: 1.8rem;
	}
}

@media only screen and (max-width: 767px) {
	.c-Destination-info__title {
		padding: 10px 0;
	}
	
	.c-Destination-info__category {
		font-size: 1.4rem;
		min-width: 5em;
	}
	
	.c-Destination-info__item a strong {
		font-size: 1.4rem;
		padding: 0 2em 0 1em;
	}
	
	.c-Destination-info__item a:after {
		right: 10px;
	}
	
	.c-Destination-line__items {
		margin: 0 -6px;
	}
	
	.c-Destination-line__item {
		width: calc(100% / 2);
		padding: 20px 6px 0;
	}
	
	.c-Destination-line__inner {
		height: 340px;
		overflow: hidden;
		position: relative;
		transition: 1s;
	}
	
	.c-Destination-line__local .c-Destination-line__inner {
		height: 470px;
	}
	
	.c-Destination-line__inner:after {
		content: '';
		width: 100%;
		padding: 32.5% 0 0;
		display: block;
		background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,.75) 50%, rgba(255,255,255,1) 100%);
		position: absolute;
		bottom: 0;
		left: 0;
	}
	
	.c-Destination-line__inner.is-Open {
		height: auto;
		overflow: visible;
	}
	
	.c-Destination-line__inner.is-Open:after {
		display: none;
	}
	
	.c-Destination-line__button-more {
		color: #9b308c;
		font-size: 1.3rem;
		line-height: 1;
		text-align: center;
		width: calc(100% / 3);
		margin: 0 auto;
		padding: .85em 0 1.25em;
		display: block;
		background: #fff;
		border: 1px solid #9b308c;
		visibility: visible;
		opacity: 1;
		position: relative;
	}
}





#Contents #main dl dt.corpolate_profile,
#Contents #main2 dl dt.corpolate_profile {
	width: 200px;
	padding-left: 14px;
	font-size: 14px;
}

#Contents #main dl dd.corpolate_profile,
#Contents #main2 dl dd.corpolate_profile {
	width: 480px;
	padding-left: 14px;
	font-size: 14px;
}