@charset "utf-8";
/*
============================================================

*	common

============================================================
*/
/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* original */
button {
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  line-height: 0;
  cursor: pointer;
}
/*
============================================================

*	global-utility

============================================================
*/
.width200 {
  width: 200px;
}
.width300 {
  width: 300px;
}
.width500 {
  width: 500px;
}
.mb05 {
  margin-bottom: 5px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb30 {
  margin-bottom: 30px;
}
.mr20 {
  margin-right: 20px;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.font-bold {
  font-weight: bold;
}
.font-attention {
  color: #ff0000;
}
.display-block {
  display: block;
}
/*
============================================================

*	global-header

============================================================
*/
div#grpheader {
  padding: 8px 8px 0;
  text-align: left;
}
p#tagLine {
  line-height: 1.1;
  color: #999999;
  font-size: 82%;
  text-align: right;
}
#siteID {
  float: left;
  width: 250px;
  margin-top: 0.5em;
  margin-bottom: 18px;
}
#siteID img {
  vertical-align: middle;
}
#siteID img.serviceLogo {
  margin-right: 5px;
  margin-left: 5px;
}
#siteID img.serviceTitle {
  margin-left: 10px;
  margin-bottom: 6px;
}
#siteID h1 {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
dl#remoteNav dd.grpRelation ul {
  float: right;
  padding-top: 6px;
}
dl#remoteNav dd.siteUtility {
  clear: right;
}
dl#remoteNav dd.siteUtility ul {
  float: right;
  margin-bottom: 3px;
  padding-top: 6px;
}
dl#remoteNav dd.grpRelation ul li,
dl#remoteNav dd.siteUtility ul li {
  float: left;
  line-height: 1.1;
  padding-right: 0.5em;
  padding-left: 0.5em;
  border-right: 1px solid #000000;
  list-style-type: none;
  font-size: 82%;
}
dl#remoteNav dd.grpRelation ul li.grpHome,
dl#remoteNav dd.siteUtility ul li.last {
  padding-right: 0;
  border: none;
}
dl#remoteNav dd.grpRelation ul li.grpHome {
  font-weight: bold;
}
dl#remoteNav dd.grpRelation ul li a,
dl#remoteNav dd.siteUtility ul li a {
  white-space: nowrap;
}
dl#sectionNav {
  clear: both;
  width: 100%;
  height: 29px;
  background: url("../img/header/tab-line.png") repeat-x bottom;
}
dl#sectionNav dd.menuList {
  float: left;
  width: 721px;
  line-height: 0;
  font-size: 0;
}
dl#sectionNav dd.menuList ul li {
  display: inline;
  margin-right: 2px;
  list-style-type: none;
}
dl#sectionNav dd.menuList ul li img {
  margin-top: 3px;
  margin-bottom: 4px;
}
dl#sectionNav dd.menuList ul li.current img {
  margin-top: 0;
  margin-bottom: 0;
}
dl#sectionNav dd.expansionArea {
  position: relative;
  height: 29px;
  line-height: 1;
  margin-left: 722px;
  font-size: 82%;
}
dl#sectionNav dd.expansionArea p {
  position: absolute;
  right: 10px;
  bottom: 5px;
  margin-right: -10px;
}
dl#subSectionNav {
  clear: both;
  position: relative;
  width: 100%;
  padding: 5px 0 7px;
  background-color: #0F228B;
  *zoom: 1;
}
dl#subSectionNav:before,
dl#subSectionNav:after {
  display: table;
  content: " ";
}
dl#subSectionNav:after {
  clear: both;
}
dl#subSectionNav dd.menuList {
  line-height: 1.1;
  padding-left: 1px;
  font-size: 82%;
}
dl#subSectionNav dd.menuList ul li {
  display: inline;
  float: left;
  margin-left: 0.5em;
  padding-right: 0.5em;
  border-right: 1px solid #ffffff;
  list-style-type: none;
  color: #ffffff;
}
dl#subSectionNav dd.menuList ul li.last {
  border: none;
}
dl#subSectionNav dd.menuList ul li.current {
  font-weight: bold;
}
dl#subSectionNav dd.menuList ul li a {
  color: #ffffff;
  white-space: nowrap;
}
dl#subSectionNav dd.expansionArea {
  display: inline;
  float: right;
  width: 11em;
  line-height: 1.1;
  margin-right: 0.5em;
  font-size: 82%;
  text-align: right;
}
dl#subSectionNav dd.expansionArea p a {
  color: #ffffff;
}
dl#remoteNav dt,
dl#sectionNav dt,
dl#subSectionNav dt {
  position: absolute;
  left: -9999px;
  width: 100px;
  height: 0;
}
p#siteID img,
dl#sectionNav img,
dl#subSectionNav img {
  border: none;
}
div#grpheader p.noCSS {
  display: none;
}
div#grpheader ul.navSkip {
  position: absolute;
  left: -9999px;
  width: 100px;
  height: 0;
}
div#grpheader.header-simple {
  *zoom: 1;
  padding-bottom: 18px;
  background: url("../img/header/tab-line.png") repeat-x bottom;
}
div#grpheader.header-simple:before,
div#grpheader.header-simple:after {
  display: table;
  content: " ";
}
div#grpheader.header-simple:after {
  clear: both;
}
div#grpheader.header-simple p#siteID {
  margin-bottom: 0;
}
/*
============================================================

*	global-footer

============================================================
*/
/* reset */
div#grpRakutenLinkArea div,
div#grpRakutenLinkArea h1,
div#grpRakutenLinkArea h2,
div#grpRakutenLinkArea h3,
div#grpRakutenLinkArea p,
div#grpRakutenLinkArea ul,
div#grpRakutenLinkArea ol,
div#grpRakutenLinkArea dl,
div#grpRakutenLinkArea dt,
div#grpRakutenLinkArea dd {
  margin: 0;
  padding: 0;
  font-size: 100%;
}
div#grpRakutenLinkArea ul,
div#grpRakutenLinkArea ol {
  list-style: none outside;
}
div#grpRakutenLinkArea a img {
  border: none;
}
/* layout */
div#grpRakutenLinkArea {
  width: 950px;
  margin: auto auto 1em auto;
  color: #333333;
  font-size: 82%;
}
/* about ul#grpSpelinlk */
div#grpRakutenLinkArea ul#grpSpelinlk {
  padding: 0.5em;
  border-top: 1px solid #808080;
  text-align: center;
}
div#grpRakutenLinkArea ul#grpSpelinlk li {
  border-right: 1px solid #ADADAD;
  display: inline;
  list-style-type: none;
  padding-left: 0.45em;
  padding-right: 0.5em;
  zoom: 1;
}
div#grpRakutenLinkArea ul#grpSpelinlk li.grpLast {
  border: none;
}
/* about dl#grpKeyword */
div#grpRakutenLinkArea dl#grpKeyword {
  clear: both;
  margin-bottom: 0.75em;
  padding: 0.75em;
  border: 1px solid #DDDDDD;
  background: #FCFCFC;
  text-align: center;
}
div#grpRakutenLinkArea dl#grpKeyword dt,
div#grpRakutenLinkArea dl#grpKeyword dd,
div#grpRakutenLinkArea dl#grpKeyword ul {
  display: inline;
  zoom: 1;
}
div#grpRakutenLinkArea dl#grpKeyword dt {
  padding: 0 1.5em 0 0.75em;
  text-align: center;
  font-weight: bold;
}
div#grpRakutenLinkArea dl#grpKeyword li {
  display: inline;
  padding-right: 1em;
}
/* about div#groupServiceFooter */
div#grpRakutenLinkArea div#groupServiceFooter {
  border-top: 1px solid #808080;
  background: #F4F4F4;
}
div#grpRakutenLinkArea div#groupServiceFooter dl.title {
  margin-bottom: 3px;
  padding: 6px 10px;
  border-bottom: 1px solid #DDDDDD;
}
div#grpRakutenLinkArea div#groupServiceFooter dl.title dt {
  float: left;
  margin: 4px 10px 0 0;
  color: #BF0000;
  font-weight: bold;
}
div#grpRakutenLinkArea div#groupServiceFooter dl.title dd.allService {
  float: left;
  margin-top: 2px;
}
div#grpRakutenLinkArea div#groupServiceFooter dl.title dd.inquiryList {
  margin-left: 5px;
}
div#grpRakutenLinkArea div#groupServiceFooter dl.title dd.allService span {
  display: block;
  float: left;
  padding-right: 2px;
  background: url('//jp.rakuten-static.com/1/bu/sitemap/img/sprite_grpfooter.gif') no-repeat 100% 0;
}
div#grpRakutenLinkArea div#groupServiceFooter dl.title dd.allService span a {
  display: table-cell;
  height: 18px;
  vertical-align: middle;
  padding: 0 10px 0 17px;
  color: #333333;
  background: url('//jp.rakuten-static.com/1/bu/sitemap/img/sprite_grpfooter.gif') no-repeat 0 0;
  text-decoration: none;
}
* html div#grpRakutenLinkArea div#groupServiceFooter dl.title dd.allService span a {
  /* for IE6 */

  display: inline-block;
  line-height: 18px;
  vertical-align: baseline;
}
*:first-child + html div#grpRakutenLinkArea div#groupServiceFooter dl.title dd.allService span a {
  /* for IE7 */

  display: inline-block;
  line-height: 18px;
  vertical-align: baseline;
}
div#grpRakutenLinkArea div#groupServiceFooter dl.title dd.allService span a:hover {
  color: #bf0000;
}
div#grpRakutenLinkArea div#groupServiceFooter dl.title dd.csr {
  float: right;
  text-indent: -999px;
}
div#grpRakutenLinkArea div#groupServiceFooter dl.title dd.csr a {
  display: block;
  overflow: hidden;
  width: 80px;
  height: 20px;
  background: url('//jp.rakuten-static.com/1/bu/sitemap/img/sprite_grpfooter.gif') no-repeat 0 -35px;
  text-decoration: none;
}
div#grpRakutenLinkArea div#groupServiceFooter dl.Introduce {
  width: 100%;
  overflow: hidden;
  margin-bottom: 3px;
  padding: 2px 0;
  background: #f7f7f7 url('//jp.rakuten-static.com/1/bu/sitemap/img/sprite_grpfooter.gif') no-repeat -68px -70px;
}
div#grpRakutenLinkArea div#groupServiceFooter dl.Introduce dt.IntroduceTitle {
  float: left;
  width: 110px;
  margin-right: -130px;
  padding: 8px 10px;
  font-weight: bold;
}
div#grpRakutenLinkArea div#groupServiceFooter dl.Introduce dd.IntroduceDetail {
  overflow: hidden;
  zoom: 1;
}
div#grpRakutenLinkArea div#groupServiceFooter dl.Introduce dd.IntroduceDetail ul {
  padding-left: 130px;
}
div#grpRakutenLinkArea ul.serviceCol3 li {
  width: 33%;
}
div#grpRakutenLinkArea ul.serviceCol4 li {
  width: 24.9%;
}
div#grpRakutenLinkArea ul.serviceCol5 li {
  width: 19.9%;
}
div#grpRakutenLinkArea #grpRakutenRecommend {
  margin-left: 130px;
  padding: 8px 10px 8px 26px;
  background: url('//jp.rakuten-static.com/1/bu/sitemap/img/sprite_grpfooter.gif') no-repeat -179px -24px;
}
div#grpRakutenLinkArea ul#selectedService li {
  float: left;
  margin-left: -1px;
  background: url('data:image/gif;base64,R0lGODlhAQAGAIABAMrKyv///yH5BAEAAAEALAAAAAABAAYAAAIDRGJRADs=') repeat-y;
}
* html div#grpRakutenLinkArea ul#selectedService li {
  background: url('//jp.rakuten-static.com/1/bu/sitemap/img/bg_dotted.gif') repeat-y;
}
*:first-child + html div#grpRakutenLinkArea ul#selectedService li {
  background: url('//jp.rakuten-static.com/1/bu/sitemap/img/bg_dotted.gif') repeat-y;
}
div#grpRakutenLinkArea ul#selectedService li.first {
  background: none !important;
}
div#grpRakutenLinkArea ul#selectedService dl {
  padding: 8px 10px 8px 27px;
  background: url('//jp.rakuten-static.com/1/bu/sitemap/img/sprite_grpfooter.gif') no-repeat -178px -24px;
}
div#grpRakutenLinkArea ul#selectedService dt {
  margin-bottom: 5px;
  font-weight: bold;
}
div#grpRakutenLinkArea ul#selectedService dd {
  color: #666666;
}
div#grpRakutenLinkArea div#serviceList {
  font-size: 100%;
  clear: both;
  padding: 10px 0;
  border-top: 1px solid #DDDDDD;
  background: #FFFFFF;
}
div#grpRakutenLinkArea div#serviceList dl {
  padding: 0 5px 5px;
  line-height: 1.4;
}
div#grpRakutenLinkArea div#serviceList dt {
  float: left;
  width: 8em;
  font-weight: bold;
}
div#grpRakutenLinkArea div#serviceList dd {
  margin-left: 8.5em;
}
div#grpRakutenLinkArea div#serviceList li {
  float: left;
  margin-right: 10px;
  white-space: nowrap;
}
div#grpRakutenLinkArea div#serviceList li a {
  color: #666666;
  text-decoration: none !important;
}
div#grpRakutenLinkArea div#companyFooter {
  padding: 10px 10px 10px 5px;
  border-top: 1px solid #808080;
  overflow: hidden;
}
div#grpRakutenLinkArea div#companyFooter ul {
  width: 100%;
  margin-bottom: 8px;
}
div#grpRakutenLinkArea div#companyFooter ul li {
  float: left;
  margin-left: -1px;
  padding: 0 6px 0 5px;
  border-left: 1px solid #ADADAD;
}
div#grpRakutenLinkArea div#companyFooter ul li:first-child {
  border: none;
}
div#grpRakutenLinkArea div#companyFooter p#copyright {
  margin: 0 0 0px 5px;
}
/* clearfix */
div#grpRakutenLinkArea div#groupServiceFooter dl.title,
div#grpRakutenLinkArea div#companyFooter ul,
ul#selectedService,
div#grpRakutenLinkArea div#serviceList,
div#grpRakutenLinkArea div#serviceList dl {
  display: block;
  overflow: hidden;
  zoom: 1;
}
div#grpRakutenLinkArea.footer-simple p#copyright {
  text-align: center;
}
/*
============================================================

*	global-login

============================================================
*/
#login-area {
  margin: 10px auto 30px;
  width: 750px;
  *zoom: 1;
}
#login-area:before,
#login-area:after {
  display: table;
  content: " ";
}
#login-area:after {
  clear: both;
}
#login-area .caption {
  color: #888888;
}
#login-area #coment {
  line-height: 2.5;
  text-align: left;
}
#login-area #login {
  background: #eeeeee;
  text-align: center;
  width: 390px;
  float: left;
  border: 2px solid #999999;
}
#login-area #loginInner {
  background: #ffffff;
  margin: 4px;
  padding: 5px;
  position: relative;
}
#login-area #loginInner h1 {
  font-size: 115%;
  font-weight: bold;
  line-height: 1;
  text-align: left;
}
#login-area #loginInner .logo {
  vertical-align: text-bottom;
  margin-right: 15px;
  margin-top: 5px;
  margin-left: 5px;
}
#login-area #loginInner ul {
  padding: 10px 10px 15px;
  text-align: center;
}
#login-area #loginInner li {
  padding-top: 17px;
  position: relative;
}
#login-area #loginInner p.fomName {
  background: #ffffff;
  text-align: center;
  width: auto;
  float: left;
}
#login-area #loginInner p.fomName span {
  color: #888888;
  background: #ffffff;
  display: block;
  font-size: 82%;
}
#login-area #loginInner em {
  font-size: 115%;
}
#login-area #loginInner .textBox {
  float: right;
  font-size: 115%;
  width: 255px;
  padding: 1px;
  border: 1px solid #bbbbbb;
}
#login-area #loginInner .textBox:focus {
  color: #000000;
  background: #ffecf3;
}
#login-area #loginInner .checkBox {
  vertical-align: middle;
  margin-right: 3px;
}
#login-area #loginInner .loginButton {
  vertical-align: text-top;
  width: 200px;
  margin-bottom: 10px;
  padding: 5px;
  font-size: 115%;
}
#login-area #loginInner .caption {
  margin-bottom: 10px;
  color: #666666;
}
#login-area #errorMsg,
#login-area #pw-errorMsg {
  color: #bf0000;
  position: absolute;
  top: 0px;
  left: 95px;
}
#login-area #loginInner .popUp,
#login-area #info .popUp {
  vertical-align: baseline;
  margin: 0 3px;
}
#login-area #userHelp {
  padding: 10px;
}
#login-area #userHelp li {
  text-align: left;
  padding: 3px 0;
}
#login-area #userHelp .popUp {
  vertical-align: middle;
  margin-right: 5px;
}
#login-area #userHelp .sslIcon {
  background: url(//jp.rakuten-static.com/1/im/ic/ui/ssl.gif) no-repeat 0 2px;
  vertical-align: middle;
  margin-left: 20px;
  padding-left: 5px;
  padding-bottom: 2px;
}
#login-area #userHelp .sslIcon .popUp {
  background: none;
  margin: 0 35px 0 -25px;
}
#login-area #userHelp .sslIcon .caption {
  color: #666666;
  margin-left: 5px;
}
#login-area #extra {
  text-align: center;
  margin-left: 403px;
  zoom: 1;
}
#login-area #extra h2 {
  font-weight: bold;
  line-height: 1;
  padding-bottom: 5px;
  font-size: 115%;
}
#login-area #newEntry .caption {
  margin: 0 auto;
}
#login-area #newEntry .caption a {
  background: url(//jp.rakuten-static.com/1/im/ic/ui/info.gif) no-repeat left center;
  text-align: left;
  margin-left: 20px;
  padding: 5px 0 5px 20px;
}
#login-area .box {
  margin-top: 20px;
  border: 3px solid #eeeeee;
  zoom: 1;
  text-align: center;
}
#login-area .box td {
  margin: 0;
  padding: 3px 5px;
  text-align: left;
}
#login-area .box img {
  margin: 7px auto;
}
#login-area .box table.btn {
  margin: 5px 0;
}
#login-area .box table.btn td {
  text-align: center;
}
#login-area .box table.btn td img {
  margin: 0;
}
#login-area #info {
  text-align: left;
  padding: 10px;
}
#login-area #info dt {
  font-weight: bolder;
  color: #BF0000;
}
#login-area #info ul {
  padding-bottom: 5px;
}
#login-area #info li {
  list-style: disc;
  padding-top: 3px;
  margin-left: 15px;
  padding-left: -15px;
}
#login-area #info li em {
  display: block;
}
#login-area p#noJs {
  font-weight: bold;
  color: #bf0000;
  background: #ffffff;
  text-align: center;
  width: auto;
  margin: 5px auto;
  padding: 5px;
  border: 1px solid #bf0000;
}
#login-area div.btnChange {
  width: 311px;
  margin: 0 auto;
  padding-bottom: 8px;
  background: url(//jp.rakuten-static.com/1/im/ic/ui/bg_btn_red_btm.gif) no-repeat 0 100%;
  text-align: center;
  font-weight: bold;
}
#login-area div.btnChange p {
  background: url(//jp.rakuten-static.com/1/im/ic/ui/bg_btn_red_top.gif) no-repeat;
}
#login-area div.btnChange p a {
  display: block;
  min-height: 22px;
  padding-top: 6px;
  color: #FFFFFF;
  text-decoration: none;
}
#login-area div.btnChange p a:link {
  color: #FFFFFF;
  text-decoration: none;
}
#login-area div.btnChange p a:visited {
  color: #FFFFFF;
  text-decoration: none;
}
#login-area div.btnChange p a:hover {
  color: #FFFFFF;
  text-decoration: underline;
}
#login-area div.btnChange p a:active {
  color: #FFFFFF;
  text-decoration: underline;
}
#login-area div.btnChange p a:hover {
  color: #FFFFFF;
  text-decoration: underline;
}
#login-area div.btnChange p a span {
  padding-right: 20px;
  background: url(//jp.rakuten-static.com/1/im/ic/ui/icon_btn_arrow.gif) no-repeat 95% 50%;
  text-align: left;
  padding-left: 15px;
  display: block;
}
#login-area div.btnChange p a span em {
  font-size: 125%;
  font-weight: bold;
}
#login-area * html div.btnChange p a {
  height: 22px;
}
#login-area #loginAlert {
  align: left;
  background-color: #eeeeee;
  padding: 8px;
  margin-bottom: 8px;
}
#login-area #loginAlert .popUp {
  vertical-align: baseline;
  margin: 0 3px;
}
#login-area #main,
#login-area #loginInner li {
  *zoom: 1;
}
#login-area #main:before,
#login-area #loginInner li:before,
#login-area #main:after,
#login-area #loginInner li:after {
  display: table;
  content: " ";
}
#login-area #main:after,
#login-area #loginInner li:after {
  clear: both;
}
/*
============================================================

*	global-layout

============================================================
*/
#wrapper {
  line-height: 1.5;
  margin-bottom: 12px;
  padding: 25px 0 30px;
  color: #333333;
  background-color: #f2ece0;
  font-size: 82%;
}
#wrapper #topic-path {
  width: 950px;
  margin: 0 auto 15px;
  *zoom: 1;
}
#wrapper #topic-path:before,
#wrapper #topic-path:after {
  display: table;
  content: " ";
}
#wrapper #topic-path:after {
  clear: both;
}
#wrapper #topic-path li {
  float: left;
}
#wrapper #topic-path span {
  font-weight: bold;
}
#contents-wrap {
  background-image: url(../img/common/bg-contents.png);
  background-repeat: repeat-y;
  background-position: 50% 0;
}
#contents {
  width: 910px;
  margin: 0 auto;
  padding: 25px 20px 53px;
  border-bottom: 7px solid #dcab33;
  background-color: #ffffff;
}
.layout-2col {
  *zoom: 1;
}
.layout-2col:before,
.layout-2col:after {
  display: table;
  content: " ";
}
.layout-2col:after {
  clear: both;
}
.layout-2col #main-contents {
  float: left;
  width: 700px;
}
.section {
  margin-bottom: 45px;
}
.section .section-inner {
  padding: 0 10px;
}
.section .section-inner .text p {
  margin-bottom: 1em;
}
.lead {
  margin-bottom: 20px;
}
#side-contents {
  float: right;
  width: 200px;
}
#side-contents .side-contents-wrap {
  margin-bottom: 10px;
  padding: 5px;
  background-image: url(../img/common/bg-strip.png);
}
#side-contents .side-contents-wrap.banner-box {
  padding: 15px;
  text-align: center;
}
#side-contents .side-contents-wrap.banner-box > * {
  margin-top: 10px;
}
#side-contents .side-contents-wrap.banner-box > *:first-child {
  margin: 0;
}
#side-contents .side-contents-wrap .side-contents-box {
  margin-bottom: 0;
}
#side-contents .side-contents-wrap .image-link img {
  display: block;
}
#side-contents .side-contents-box {
  margin-bottom: 10px;
  border: 1px solid #dbd9d9;
  background-color: #ffffff;
}
#side-contents .side-contents-box .list-box {
  padding: 10px;
}
#side-contents .side-contents-box .list-box li {
  margin-top: 5px;
  padding-top: 10px;
  border-top: 1px solid #dbd9d9;
  *zoom: 1;
}
#side-contents .side-contents-box .list-box li:before,
#side-contents .side-contents-box .list-box li:after {
  display: table;
  content: " ";
}
#side-contents .side-contents-box .list-box li:after {
  clear: both;
}
#side-contents .side-contents-box .list-box li:first-child {
  margin: 0;
  padding: 0;
  border: none;
}
#side-contents .side-contents-box .list-box li * {
  vertical-align: top;
}
#side-contents .side-contents-box .list-box li img {
  display: inline-block;
  *display: block;
  *float: left;
  margin-bottom: 5px;
}
#side-contents .side-contents-box .list-box.aside a {
  *zoom: 1;
}
#side-contents .side-contents-box .list-box.aside a:before,
#side-contents .side-contents-box .list-box.aside a:after {
  display: table;
  content: " ";
}
#side-contents .side-contents-box .list-box.aside a:after {
  clear: both;
}
#side-contents .side-contents-box .list-box.aside a span {
  text-decoration: underline;
  cursor: pointer;
}
#side-contents .side-contents-box .list-box.aside img {
  float: left;
  margin-right: 5px;
}
#side-contents .side-contents-box .list-box.aside span {
  float: left;
  width: 82px;
}
#side-contents .side-contents-box .more-detail {
  padding: 5px;
  border-top: 1px solid #dbd9d9;
  background-color: #f3f3f3;
  text-align: right;
}
.side-contents-box > dt {
  padding: 5px 10px;
  border-bottom: 1px solid #dbd9d9;
  color: #ffffff;
  background-image: url(../img/shop/bg-side-nav-title.png);
  background-color: #c39016;
  background-repeat: repeat-x;
  background-position: 0 0;
  font-weight: bold;
}
.side-contents-box > dd li a {
  display: block;
  padding: 5px 10px 5px 25px;
  border-bottom: 1px dotted #dbd9d9;
  color: #333333;
  background-image: url(../img/common/icon-arrow-side-link.png);
  background-repeat: no-repeat;
  background-position: 10px 50%;
  text-decoration: none;
}
.side-contents-box > dd li a:hover {
  border-bottom: 1px solid #dbd9d9;
  background-color: #efefef;
  font-weight: bold;
}
.side-contents-box > dd li.last a {
  border: none;
}
.explain-table {
  margin-bottom: 10px;
  border-top: 1px solid #dbd9d9;
  border-left: 1px solid #dbd9d9;
}
.explain-table th,
.explain-table td {
  vertical-align: top;
  border-right: 1px solid #dbd9d9;
  border-bottom: 1px solid #dbd9d9;
}
.explain-table th {
  padding: 7px;
  background-color: #eeeeed;
  font-size: 109%;
  font-weight: bold;
}
.about-table {
  border: none;
}
.about-table th,
.about-table td {
  padding: 5px 13px;
  border: none;
  border-bottom: 3px solid #ffffff;
}
.about-table th {
  width: 70px;
  padding: 7px;
  color: #333333;
  background-color: #eeeeed;
  font-weight: bold;
  text-align: center;
}
.about-table-slim {
  border: none;
}
.about-table-slim th,
.about-table-slim td {
  padding: 5px 13px;
  border: none;
  border-bottom: 3px solid #ffffff;
}
.about-table-slim th {
  width: 70px;
  padding: 7px;
  color: #333333;
  background-color: #eeeeed;
  font-weight: bold;
  text-align: center;
}
.about-table-slim td,
.about-table-slim th {
  padding: 3px 10px;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: " ";
}
.clearfix:after {
  clear: both;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
/*
============================================================

*	component-title

============================================================
*/
.title-lv1 {
  margin-bottom: 17px;
  padding-bottom: 1px;
  border-bottom: 3px solid #ddad39;
  color: #000000;
}
.title-lv1 h1,
.title-lv1 h2 {
  padding: 8px 10px 4px;
  background: url(../img/common/bg-title-lv1.png) repeat-x 0 100%;
  font-size: 140%;
  font-weight: bold;
}
.title-lv1 h1 span,
.title-lv1 h2 span {
  margin-left: 5px;
  font-size: 82%;
  font-weight: normal;
}
.title-lv1-pattern {
  margin-bottom: 17px;
  padding-bottom: 1px;
  border-bottom: 3px solid #ddad39;
  color: #000000;
  border-bottom: none;
  border-top: 3px solid #ddad39;
}
.title-lv1-pattern h1,
.title-lv1-pattern h2 {
  padding: 8px 10px 4px;
  background: url(../img/common/bg-title-lv1.png) repeat-x 0 100%;
  font-size: 140%;
  font-weight: bold;
}
.title-lv1-pattern h1 span,
.title-lv1-pattern h2 span {
  margin-left: 5px;
  font-size: 82%;
  font-weight: normal;
}
.title-lv2 {
  margin-bottom: 10px;
  padding: 0 0 4px 1px;
  border-bottom: 1px solid #cecece;
  color: #333333;
}
.title-lv2 h2,
.title-lv2 h3 {
  padding: 3px 13px 1px;
  border-left: 5px solid #ddad39;
  font-size: 121%;
  font-weight: bold;
}
.title-side {
  padding-top: 1px;
  border-top: 1px solid #dbd9d9;
  border-bottom: 1px solid #dbd9d9;
  font-weight: bold;
}
.title-side div {
  padding: 5px 8px;
  border-top: 3px solid #ddad39;
  background-image: url(../img/common/bg-title-side.png);
  background-color: #f3f3f3;
  background-repeat: repeat-x;
  background-position: 0 0;
}
.title-side.group div {
  border-top: 3px solid #bf0000;
}
/*
============================================================

*	component-button

============================================================
*/
.button-normal {
  display: inline-block;
  padding: 8px 22px;
  border: 1px solid #d2d2d2;
  border-bottom: 1px solid #bcbbbc;
  border-radius: 5px;
  color: #333333;
  background-color: #dbdbdb;
  text-decoration: none;
  font-weight: bold;
  background: -moz-linear-gradient(#f2f2f2, #d7d7d7);
  background: -o-linear-gradient(#f2f2f2 #d7d7d7);
  background: -webkit-linear-gradient(#f2f2f2, #d7d7d7);
  background: linear-gradient(#f2f2f2, #d7d7d7);
  box-shadow: 0 1px 1px 1px #dcdcdc;
  -moz-box-shadow: 0 1px 1px 1px #dcdcdc;
  -webkit-box-shadow: 0 1px 1px 1px #dcdcdc;
  -o-box-shadow: 0 1px 1px 1px #dcdcdc;
  -ms-box-shadow: 0 1px 1px 1px #dcdcdc;
}
.button-action-reserve {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 200px;
  height: 0;
  overflow: hidden;
  padding-top: 89px;
  background-image: url(../img/common/button-action.png);
  background-repeat: no-repeat;
  background-position: 0 -80px;
}
.button-action-reserve:hover {
  background-position: -205px -80px;
}
.button-action-reserve-large {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 374px;
  height: 0;
  overflow: hidden;
  padding-top: 79px;
  background-image: url(../img/common/button-action.png);
  background-repeat: no-repeat;
  background-position: 0 0;
}
.button-action-reserve-large:hover {
  background-position: -374px 0;
}
.button-action-view {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 100px;
  height: 0;
  overflow: hidden;
  padding-top: 35px;
  background-image: url(../img/common/button-action.png);
  background-repeat: no-repeat;
  background-position: -410px -80px;
}
.button-action-view:hover {
  background-position: -515px -80px;
}
/*
============================================================

*	component-icon

============================================================
*/
.icon-privilege {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 155px;
  margin-bottom: 3px;
  padding: 8px 10px;
  border: 1px solid #d2d2d2;
  border-bottom: 1px solid #bcbbbc;
  border-radius: 5px;
  color: #1a3b80;
  background-color: #ffffff;
  font-weight: bold;
  text-align: center;
  box-shadow: 0 -1px 1px 1px #e6e5e5 inset;
  -moz-box-shadow: 0 -1px 1px 1px #e6e5e5 inset;
  -webkit-box-shadow: 0 -1px 1px 1px #e6e5e5 inset;
  -o-box-shadow: 0 -1px 1px 1px #e6e5e5 inset;
  -ms-box-shadow: 0 -1px 1px 1px #e6e5e5 inset;
}
.icon-service-car {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 70px;
  height: 0;
  overflow: hidden;
  padding-top: 70px;
  background-image: url(../img/common/icon-service.png);
  background-repeat: no-repeat;
  background-position: 0 0;
}
.icon-service-receive {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 70px;
  height: 0;
  overflow: hidden;
  padding-top: 70px;
  background-image: url(../img/common/icon-service.png);
  background-repeat: no-repeat;
  background-position: -80px 0;
}
.icon-service-maintenance {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 70px;
  height: 0;
  overflow: hidden;
  padding-top: 70px;
  background-image: url(../img/common/icon-service.png);
  background-repeat: no-repeat;
  background-position: -160px 0;
}
.icon-service-now {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 70px;
  height: 0;
  overflow: hidden;
  padding-top: 70px;
  background-image: url(../img/common/icon-service.png);
  background-repeat: no-repeat;
  background-position: -240px 0;
}
.icon-service-weekend {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 70px;
  height: 0;
  overflow: hidden;
  padding-top: 70px;
  background-image: url(../img/common/icon-service.png);
  background-repeat: no-repeat;
  background-position: 0 -80px;
}
.icon-service-night {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 70px;
  height: 0;
  overflow: hidden;
  padding-top: 70px;
  background-image: url(../img/common/icon-service.png);
  background-repeat: no-repeat;
  background-position: -80px -80px;
}
.icon-service-credit {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 70px;
  height: 0;
  overflow: hidden;
  padding-top: 70px;
  background-image: url(../img/common/icon-service.png);
  background-repeat: no-repeat;
  background-position: -160px -80px;
}
.icon-service-car-inactive {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 70px;
  height: 0;
  overflow: hidden;
  padding-top: 70px;
  background-image: url(../img/common/icon-service.png);
  background-repeat: no-repeat;
  background-position: 0 -160px;
}
.icon-service-receive-inactive {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 70px;
  height: 0;
  overflow: hidden;
  padding-top: 70px;
  background-image: url(../img/common/icon-service.png);
  background-repeat: no-repeat;
  background-position: -80px -160px;
}
.icon-service-maintenance-inactive {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 70px;
  height: 0;
  overflow: hidden;
  padding-top: 70px;
  background-image: url(../img/common/icon-service.png);
  background-repeat: no-repeat;
  background-position: -160px -160px;
}
.icon-service-now-inactive {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 70px;
  height: 0;
  overflow: hidden;
  padding-top: 70px;
  background-image: url(../img/common/icon-service.png);
  background-repeat: no-repeat;
  background-position: -240px -160px;
}
.icon-service-weekend-inactive {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 70px;
  height: 0;
  overflow: hidden;
  padding-top: 70px;
  background-image: url(../img/common/icon-service.png);
  background-repeat: no-repeat;
  background-position: 0 -240px;
}
.icon-service-night-inactive {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 70px;
  height: 0;
  overflow: hidden;
  padding-top: 70px;
  background-image: url(../img/common/icon-service.png);
  background-repeat: no-repeat;
  background-position: -80px -240px;
}
.icon-service-credit-inactive {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 70px;
  height: 0;
  overflow: hidden;
  padding-top: 70px;
  background-image: url(../img/common/icon-service.png);
  background-repeat: no-repeat;
  background-position: -160px -240px;
}
.icon-service-base {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 89px;
  height: 0;
  overflow: hidden;
  padding-top: 89px;
  background-image: url(../img/common/icon-service.png);
  background-repeat: no-repeat;
  background-position: 0 -327px;
}
.icon-service-relief {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 89px;
  height: 0;
  overflow: hidden;
  padding-top: 89px;
  background-image: url(../img/common/icon-service.png);
  background-repeat: no-repeat;
  background-position: -89px -327px;
}
.icon-service-terms {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 89px;
  height: 0;
  overflow: hidden;
  padding-top: 89px;
  background-image: url(../img/common/icon-service.png);
  background-repeat: no-repeat;
  background-position: -178px -327px;
}
.icon-service-cost {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 89px;
  height: 0;
  overflow: hidden;
  padding-top: 89px;
  background-image: url(../img/common/icon-service.png);
  background-repeat: no-repeat;
  background-position: -267px -327px;
}
.icon-service-preparation {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 89px;
  height: 0;
  overflow: hidden;
  padding-top: 89px;
  background-image: url(../img/common/icon-service.png);
  background-repeat: no-repeat;
  background-position: -356px -327px;
}
.icon-service-car-ok {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 70px;
  height: 0;
  overflow: hidden;
  padding-top: 70px;
  background-image: url(../img/common/icon-service.png);
  background-repeat: no-repeat;
  background-position: 0 0;
}
.icon-service-receive-ok {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 70px;
  height: 0;
  overflow: hidden;
  padding-top: 70px;
  background-image: url(../img/common/icon-service.png);
  background-repeat: no-repeat;
  background-position: -80px 0;
}
.icon-service-car-free {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 70px;
  height: 0;
  overflow: hidden;
  padding-top: 70px;
  background-image: url(../img/common/icon-service.png);
  background-repeat: no-repeat;
  background-position: 0 -500px;
}
.icon-service-receive-free {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 70px;
  height: 0;
  overflow: hidden;
  padding-top: 70px;
  background-image: url(../img/common/icon-service.png);
  background-repeat: no-repeat;
  background-position: -80px -500px;
}
.icon-service-until-07 {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 70px;
  height: 0;
  overflow: hidden;
  padding-top: 70px;
  background-image: url(../img/common/icon-service.png);
  background-repeat: no-repeat;
  background-position: -160px -500px;
}
.icon-service-until-08 {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 70px;
  height: 0;
  overflow: hidden;
  padding-top: 70px;
  background-image: url(../img/common/icon-service.png);
  background-repeat: no-repeat;
  background-position: -240px -500px;
}
.icon-service-until-09 {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 70px;
  height: 0;
  overflow: hidden;
  padding-top: 70px;
  background-image: url(../img/common/icon-service.png);
  background-repeat: no-repeat;
  background-position: -320px -500px;
}
.icon-service-until-10 {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 70px;
  height: 0;
  overflow: hidden;
  padding-top: 70px;
  background-image: url(../img/common/icon-service.png);
  background-repeat: no-repeat;
  background-position: -400px -500px;
}
.icon-service-until-11 {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 70px;
  height: 0;
  overflow: hidden;
  padding-top: 70px;
  background-image: url(../img/common/icon-service.png);
  background-repeat: no-repeat;
  background-position: -480px -500px;
}
.icon-car-light {
  width: 100px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  height: 0;
  overflow: hidden;
  padding-top: 55px;
  background-image: url(../img/common/icon-service.png);
  background-repeat: no-repeat;
  background-position: -700px 0;
}
.icon-car-compact {
  width: 100px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  height: 0;
  overflow: hidden;
  padding-top: 55px;
  background-image: url(../img/common/icon-service.png);
  background-repeat: no-repeat;
  background-position: -700px -55px;
}
.icon-car-pony {
  width: 120px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  height: 0;
  overflow: hidden;
  padding-top: 55px;
  background-image: url(../img/common/icon-service.png);
  background-repeat: no-repeat;
  background-position: -700px -110px;
}
.icon-car-large {
  width: 150px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  height: 0;
  overflow: hidden;
  padding-top: 55px;
  background-image: url(../img/common/icon-service.png);
  background-repeat: no-repeat;
  background-position: -700px -165px;
}
.icon-car-extra-large {
  width: 140px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  height: 0;
  overflow: hidden;
  padding-top: 55px;
  background-image: url(../img/common/icon-service.png);
  background-repeat: no-repeat;
  background-position: -700px -220px;
}
.icon-mini-service-car-ok {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  background-image: url(../img/common/icon-service.png);
  background-repeat: no-repeat;
  background-position: -500px 0;
}
.icon-mini-service-receive {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  background-image: url(../img/common/icon-service.png);
  background-repeat: no-repeat;
  background-position: -500px -65px;
}
.icon-mini-service-maintenance {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  background-image: url(../img/common/icon-service.png);
  background-repeat: no-repeat;
  background-position: -500px -130px;
}
.icon-mini-service-now {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  background-image: url(../img/common/icon-service.png);
  background-repeat: no-repeat;
  background-position: -500px -195px;
}
.icon-mini-service-weekend {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  background-image: url(../img/common/icon-service.png);
  background-repeat: no-repeat;
  background-position: -500px -260px;
}
.icon-mini-service-until {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  background-image: url(../img/common/icon-service.png);
  background-repeat: no-repeat;
  background-position: -500px -325px;
}
.icon-mini-service-credit {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  background-image: url(../img/common/icon-service.png);
  background-repeat: no-repeat;
  background-position: -500px -390px;
}
.icon-mini-service-car-ok-inactive {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  background-image: url(../img/common/icon-service.png);
  background-repeat: no-repeat;
  background-position: -545px 0;
}
.icon-mini-service-receive-inactive {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  background-image: url(../img/common/icon-service.png);
  background-repeat: no-repeat;
  background-position: -545px -65px;
}
.icon-mini-service-maintenance-inactive {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  background-image: url(../img/common/icon-service.png);
  background-repeat: no-repeat;
  background-position: -545px -130px;
}
.icon-mini-service-now-inactive {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  background-image: url(../img/common/icon-service.png);
  background-repeat: no-repeat;
  background-position: -545px -195px;
}
.icon-mini-service-weekend-inactive {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  background-image: url(../img/common/icon-service.png);
  background-repeat: no-repeat;
  background-position: -545px -260px;
}
.icon-mini-service-until-inactive {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  background-image: url(../img/common/icon-service.png);
  background-repeat: no-repeat;
  background-position: -545px -325px;
}
.icon-mini-service-credit-inactive {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  background-image: url(../img/common/icon-service.png);
  background-repeat: no-repeat;
  background-position: -545px -390px;
}
.icon-point-x2 {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  background-image: url(../img/common/icon-service.png);
  background-repeat: no-repeat;
  background-position: -900px 0;
  width: 50px;
  height: 54px;
}
/*
============================================================

*	component-parts

============================================================
*/
.anchor-top {
  *zoom: 1;
}
.anchor-top:before,
.anchor-top:after {
  display: table;
  content: " ";
}
.anchor-top:after {
  clear: both;
}
.anchor-top a {
  float: right;
  display: inline-block;
  padding: 6px 0 6px 28px;
  background-image: url(../img/common/icon-pagetop-set.png);
  background-repeat: no-repeat;
  background-position: 0 0;
}
.anchor-top a:hover {
  background-position: 0 -50px;
}
.link-blank {
  padding-right: 17px;
  background-image: url(../img/common/icon-link-blank.png);
  background-repeat: no-repeat;
  background-position: 100% 50%;
}
.link-next {
  margin-top: 10px;
  text-align: right;
}
.link-next a {
  padding: 5px 0 5px 30px;
  background-image: url(../img/common/icon-arrow-link.png);
  background-repeat: no-repeat;
  background-position: 0 50%;
}
.list-link li {
  float: left;
  width: 215px;
  padding-bottom: 12px;
}
.list-link li a,
.list-link li span {
  display: block;
  padding-left: 20px;
  background-image: url(../img/common/icon-list.png);
  background-repeat: no-repeat;
  background-position: 0 5px;
}
.list-link li span {
  font-weight: bold;
}
.list-link-block {
  margin-bottom: 10px;
  border: 1px solid #d5d5d5;
}
.list-link-block h3 {
  padding: 10px 12px 9px;
  border-top: 1px solid #ffffff;
  background: #efefef;
  font-size: 109%;
  font-weight: bold;
}
.list-link-block ul {
  padding: 13px 13px 0;
}
.list-link-block ul li {
  float: left;
  width: 215px;
  padding-bottom: 12px;
}
.list-link-block ul li a,
.list-link-block ul li span {
  display: block;
  padding-left: 20px;
  background-image: url(../img/common/icon-list.png);
  background-repeat: no-repeat;
  background-position: 0 5px;
}
.list-link-block ul li span {
  font-weight: bold;
}
.list-text {
  margin-bottom: 20px;
  padding: 0 20px;
}
.list-text li {
  margin-bottom: 5px;
  padding-left: 1em;
  text-indent: -1em;
}
.list-text li .list-text {
  margin-bottom: 0;
  padding: 0;
}
.list-text li .list-text li {
  margin-top: 5px;
  margin-bottom: 0;
}
.text-attention {
  margin-bottom: 20px;
  padding: 0 20px;
  color: #666666;
  font-size: 79%;
}
.text-attention li {
  margin-bottom: 5px;
  padding-left: 1em;
  text-indent: -1em;
}
.label-name {
  margin-right: 5px;
  color: #1a3b80;
  font-weight: bold;
}
.approach-message {
  margin-bottom: 15px;
  padding-bottom: 15px;
  background-image: url(../img/common/icon-arrow-bottom-red.png);
  background-repeat: no-repeat;
  background-position: 50% 100%;
}
.approach-message p {
  padding: 7px;
  color: #ffffff;
  background-color: #bf0000;
  text-align: center;
  font-size: 140%;
  font-weight: bold;
}
.list-contents {
  padding: 10px;
  background-image: url(../img/common/bg-strip.png);
}
.list-contents li {
  padding: 10px;
  border: 1px solid #d5d5d5;
  background: #ffffff;
  *zoom: 1;
}
.list-contents li:before,
.list-contents li:after {
  display: table;
  content: " ";
}
.list-contents li:after {
  clear: both;
}
.list-contents li > img,
.list-contents li > span,
.list-contents li > a {
  float: left;
  margin-right: 10px;
}
.list-contents li dt {
  margin-bottom: 5px;
}
.list-contents-basic {
  padding: 10px 5px;
  background-image: url(../img/common/bg-strip.png);
}
.service-flow {
  background-color: transparent;
}
.service-flow ol dl {
  border: 1px solid #dbd9d9;
  background-color: #ffffff;
}
.service-flow ol dt {
  padding: 5px;
  background-color: #f3f3f3;
  font-weight: bold;
  *zoom: 1;
}
.service-flow ol dt:before,
.service-flow ol dt:after {
  display: table;
  content: " ";
}
.service-flow ol dt:after {
  clear: both;
}
.service-flow ol dt span {
  display: inline-block;
  max-width: 130px;
  vertical-align: top;
}
.service-flow ol dt span.number {
  margin-right: 5px;
  padding: 5px 10px;
  color: #ffffff;
  background-color: #ddad39;
}
.service-flow ol dt span.title {
  margin-top: 4px;
}
.service-flow ol dd {
  padding: 10px;
  color: #666666;
}
.service-flow ol dd .image {
  text-align: center;
}
.next-flow {
  padding: 10px;
  background-image: url(../img/common/bg-strip.png);
}
.next-flow li {
  padding-top: 18px;
  background-image: url(../img/common/icon-arrow-bottom.png);
  background-repeat: no-repeat;
  background-position: 80px 4px;
}
.next-flow li:first-child {
  padding: 0;
  background-image: none;
}
.next-flow dl {
  background-image: url(../img/reserve/form/bg-next-step.png);
  background-repeat: repeat-y;
  *zoom: 1;
}
.next-flow dl:before,
.next-flow dl:after {
  display: table;
  content: " ";
}
.next-flow dl:after {
  clear: both;
}
.next-flow dt {
  float: left;
  width: 190px;
  padding: 10px 15px;
  color: #ffffff;
  background-color: #1a3b80;
  font-size: 109%;
  font-weight: bold;
}
.next-flow dd {
  float: left;
  width: 640px;
  padding: 10px 15px;
}
.post-number input {
  box-shadow: 2px 2px 7px 0 #d5d5d5 inset;
  -moz-box-shadow: 2px 2px 7px 0 #d5d5d5 inset;
  -webkit-box-shadow: 2px 2px 7px 0 #d5d5d5 inset;
  -o-box-shadow: 2px 2px 7px 0 #d5d5d5 inset;
  -ms-box-shadow: 2px 2px 7px 0 #d5d5d5 inset;
  background: transparent;
  border: 1px solid #999999;
}
input[type="checkbox"]:checked + label {
  font-weight: bold;
}
.input-box input {
  margin-right: 5px;
  vertical-align: middle;
}
.input-box label {
  vertical-align: middle;
}
.alert-box {
  margin: 15px 0;
  padding: 5px;
  border: 1px solid #bf0000;
  color: #bf0000;
  background: #ffffff;
  font-weight: bold;
}
.error-area {
  background-color: #ffeeee;
}
.apply-area .apply {
  margin-bottom: 20px;
  text-align: center;
}
.apply-area .apply img,
.apply-area .apply a {
  vertical-align: middle;
}
#modal-wrap {
  display: none;
}
#service-modal dl {
  display: table;
  border-bottom: 1px solid #edecec;
  *zoom: 1;
}
#service-modal dl:before,
#service-modal dl:after {
  display: table;
  content: " ";
}
#service-modal dl:after {
  clear: both;
}
#service-modal dl.last {
  border: none;
}
#service-modal dt {
  display: table-cell;
  *float: left;
  padding: 10px;
  width: 120px;
  color: #1a3b80;
  text-align: center;
  font-size: 82%;
}
#service-modal dt .icon {
  display: inline-block;
  width: 42px;
}
#service-modal dt .icon span {
  content: " ";
  display: inline-block;
  width: 41px;
  height: 65px;
}
#service-modal dd {
  display: table-cell;
  *float: left;
  width: 700px;
  padding: 10px 20px;
  font-size: 82%;
  vertical-align: middle;
}
.service-lead-area {
  border: #b5b5b5 solid 1px;
  background: #ffffff;
  margin-top: 15px;
}
.service-lead-area .service-lead-head {
  font-size: 120%;
  font-weight: bold;
  padding: 7px 10px;
  border-bottom: #cccccc solid 1px;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fdfdfd), to(#e5e5e5));
  background-image: -webkit-linear-gradient(top, #fdfdfd, #e5e5e5);
  background-image: -moz-linear-gradient(top, #fdfdfd, #e5e5e5);
  background-image: -o-linear-gradient(top, #fdfdfd, #e5e5e5);
  background-image: -ms-linear-gradient(top, #fdfdfd, #e5e5e5);
  background-image: linear-gradient(top, #fdfdfd, #e5e5e5);
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FDFDFD', endColorstr='#E5E5E5');
  -webkit-box-shadow: inset 0 -1px 1px #ffffff;
  -moz-box-shadow: inset 0 -1px 1px #ffffff;
  box-shadow: inset 0 -1px 1px #ffffff;
}
.service-lead-area .service-lead-body {
  padding: 13px;
}
/*
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox,
#cboxOverlay,
#cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: visible;
}
#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}
#cboxMiddleLeft,
#cboxBottomLeft {
  clear: left;
}
#cboxContent {
  position: relative;
}
#cboxLoadedContent {
  padding: 20px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
#cboxTitle {
  margin: 0;
}
#cboxLoadingOverlay,
#cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
  cursor: pointer;
}
.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
}
.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}
#colorbox,
#cboxContent,
#cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}
/* 
    User Style:
    Change the following styles to modify the appearance of ColorBox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  background: #000000;
}
#colorbox {
  outline: 0;
}
#cboxContent {
  margin-top: 20px;
  background: #000;
}
.cboxIframe {
  background: #ffffff;
}
#cboxError {
  padding: 50px;
  border: 1px solid #cccccc;
}
#cboxLoadedContent {
  background: #ffffff;
}
#cboxTitle {
  position: absolute;
  top: -20px;
  left: 0;
  color: #cccccc;
}
#cboxCurrent {
  position: absolute;
  top: -20px;
  right: 0px;
  color: #cccccc;
}
/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious,
#cboxNext,
#cboxSlideshow,
#cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  width: auto;
  background: none;
}
/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active,
#cboxNext:active,
#cboxSlideshow:active,
#cboxClose:active {
  outline: 0;
}
#cboxSlideshow {
  position: absolute;
  top: -20px;
  right: 90px;
  color: #ffffff;
}
#cboxClose {
  position: absolute;
  top: -15px;
  right: -15px;
  display: block;
  background: url(../img/common/icon-lightbox-close.png) no-repeat top center;
  width: 37px;
  height: 36px;
  text-indent: -9999px;
}
#cboxClose:hover {
  background-position: bottom center;
}
/**
 * BxSlider v4.0 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2012
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  margin: 0 auto;
  padding: 0;
  *zoom: 1;
}
.bx-wrapper img {
  max-width: 100%;
  display: block;
}
/** THEME
===================================*/
.bx-wrapper .bx-viewport {
  padding: 1px 20px;
  margin: 0 -20px;
  border: 1px solid #c4c4c4;
  box-shadow: 0 0 5px #cccccc inset;
  -moz-box-shadow: 0 0 5px #cccccc inset;
  -webkit-box-shadow: 0 0 5px #cccccc inset;
  -o-box-shadow: 0 0 5px #cccccc inset;
  -ms-box-shadow: 0 0 5px #cccccc inset;
  background: #fff;
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}
/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}
/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666666;
  padding-top: 20px;
}
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #000000;
}
/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: -56px;
  background-image: url(../img/common/button-carousel-left.png);
}
.bx-wrapper .bx-prev:hover {
  background-position: 0 0;
}
.bx-wrapper .bx-next {
  right: -56px;
  background-image: url(../img/common/button-carousel-right.png);
}
.bx-wrapper .bx-next:hover {
  background-position: 0 0;
}
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 0;
  outline: 0;
  width: 36px;
  height: 76px;
  padding: 1px;
  border: 1px solid #c4c4c4;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: 1px 1px;
  text-indent: -9999px;
  z-index: 9999;
}
.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}
/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px;
}
/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}
/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666666\9;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}
.bx-wrapper .bx-caption span {
  color: #ffffff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}
.tipsy {
  font-size: 12px;
  line-height: 1.3;
  position: absolute;
  padding: 5px;
  z-index: 100000;
}
.tipsy-inner {
  background-color: #000;
  color: #FFF;
  max-width: 240px;
  padding: 7px 10px;
  text-align: left;
}
/* Rounded corners */
.tipsy-inner {
  border-radius: 4px;
}
/* Uncomment for shadow */
.tipsy-inner {
  box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.6);
}
.tipsy-arrow {
  position: absolute;
  width: 0;
  height: 0;
  line-height: 0;
  border: 5px dashed #000;
}
/* Rules to colour arrows */
.tipsy-arrow-n {
  border-bottom-color: #000;
}
.tipsy-arrow-s {
  border-top-color: #000;
}
.tipsy-arrow-e {
  border-left-color: #000;
}
.tipsy-arrow-w {
  border-right-color: #000;
}
.tipsy-n .tipsy-arrow {
  top: 0px;
  left: 50%;
  margin-left: -5px;
  border-bottom-style: solid;
  border-top: none;
  border-left-color: transparent;
  border-right-color: transparent;
}
.tipsy-nw .tipsy-arrow {
  top: 0;
  left: 10px;
  border-bottom-style: solid;
  border-top: none;
  border-left-color: transparent;
  border-right-color: transparent;
}
.tipsy-ne .tipsy-arrow {
  top: 0;
  right: 10px;
  border-bottom-style: solid;
  border-top: none;
  border-left-color: transparent;
  border-right-color: transparent;
}
.tipsy-s .tipsy-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-top-style: solid;
  border-bottom: none;
  border-left-color: transparent;
  border-right-color: transparent;
}
.tipsy-sw .tipsy-arrow {
  bottom: 0;
  left: 10px;
  border-top-style: solid;
  border-bottom: none;
  border-left-color: transparent;
  border-right-color: transparent;
}
.tipsy-se .tipsy-arrow {
  bottom: 0;
  right: 10px;
  border-top-style: solid;
  border-bottom: none;
  border-left-color: transparent;
  border-right-color: transparent;
}
.tipsy-e .tipsy-arrow {
  right: 0;
  top: 50%;
  margin-top: -5px;
  border-left-style: solid;
  border-right: none;
  border-top-color: transparent;
  border-bottom-color: transparent;
}
.tipsy-w .tipsy-arrow {
  left: 0;
  top: 50%;
  margin-top: -5px;
  border-right-style: solid;
  border-left: none;
  border-top-color: transparent;
  border-bottom-color: transparent;
}
