@import url(http://fonts.googleapis.com/css?family=Raleway:400,200,500,700);

/* reset --------------------------  */

html,
body,
div,
ul,
ol,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
dfn,
del,
p,
blockquote,
fieldset,
input,
textarea,
select,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
button,
canvas,
video {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
address,
caption,
cite,
code,
th,
dfn,
del {
  font-weight: normal;
  font-style: normal;
}

ul,
ol {
  list-style: none;
}

fieldset,
img {
  border: none;
}

caption,
th {
  text-align: left;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  margin-top: 5px;
}

@font-face {
  font-family: "BMW Serif Bold";
  src: url("fonts/A-OTF-GothicMB101Pr5-DeBold_0.otf") format("opentype");
}
@font-face {
  font-family: "BMW Serif Regular";
  src: url("fonts/A-OTF-GothicMB101Pr5-Reg_0.otf") format("opentype");
}
@font-face {
  font-family: "GothicMB101DB";
  src: url("fonts/A-OTF-GothicMB101Pr5-DeBold_0.otf") format("opentype");
}
@font-face {
  font-family: "GothicMB101";
  src: url("fonts/A-OTF-GothicMB101Pr5-Reg_0.otf") format("opentype");
}

input[type="button"],
input[type="submit"],
input[type="reset"],
button {
  cursor: pointer;
}

input[type="button"],
input[type="submit"],
input[type="reset"],
button,
input[type="search"],
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
}

input,
button,
textarea {
  line-height: normal;
  font-family:  "BMW Serif Regular", "GothicMB101", Arial, sans-serif;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input[type="hidden"],
[hidden],
.hidden {
  display: none;
}

textarea {
  overflow: auto;
  resize: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
.clearfix {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

a > img {
  vertical-align: bottom;
}

strong,
.strong,
b {
  font-weight: bold;
}

em,
.italic,
i {
  font-style: italic;
}

del,
.del {
  text-decoration: line-through;
}

:focus {
  outline: none;
}

img {
  max-width: 100%;
  width: auto;
  height: auto;
}

hr{
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

/* tools --------------------------  */

.clear {
  clear: both;
  display: block;
  line-height: 0;
  height: 0;
  font-size: 0;
}

.clearfix:after,
.wrap:after,
.spanning:after,
.content:after,
.main:after,
aside:after,
section:after,
article:after,
.text:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
  font-size: 0;
}

.align-left {
  float: left !important;
}

.align-right {
  float: right !important;
}

.txtalign-right {
  text-align: right;
}

.overflow-hidden {
  overflow: hidden;
  display: block;
}

/* common --------------------------  */

html {
  height: 100%;
  background: white;
}

body {
  height: 100%;
  font: 16px/28px "BMW Serif Regular", "GothicMB101", Arial, sans-serif;
  color: #3E3A39;
  -webkit-font-smoothing: antialiased;
  -webkit-backface-visibility: hidden;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

.main {
  min-height: 100%;
  overflow: hidden;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.wrap {
  margin: 0 auto;
  padding: 0;
  max-width: 760px;
}

a {
  color: #666666;
  cursor: pointer;
  background: transparent;
  text-decoration: none;
}

a:hover {
  color: #0653b6;
}

a:active {
  color: #0653b6;
}

.error {
  color: red !important;
  border-color: red !important;
}

.success {
  color: #00cc00 !important;
  border-color: #00cc00 !important;
}

.disabled {
  color: #999999 !important;
  border-color: #999999 !important;
  cursor: default !important;
}

.input-text,
.textarea {
  width: 100%;
  float: left;
  border: 2px solid #d8d8d8;
  background: white;
  height: 58px;
  padding: 10px 21px;
  font: 500 17px/34px  "BMW Serif Regular", "GothicMB101", Arial, sans-serif;
  -moz-transition: color 0.1s linear, background-color 0.1s linear, border-color 0.1s linear;
  -ms-transition: color 0.1s linear, background-color 0.1s linear, border-color 0.1s linear;
  -o-transition: color 0.1s linear, background-color 0.1s linear, border-color 0.1s linear;
  -webkit-transition: color 0.1s linear, background-color 0.1s linear, border-color 0.1s linear;
  transition: color 0.1s linear, background-color 0.1s linear, border-color 0.1s linear;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.input-text:focus,
.textarea:focus {
  border-color: #aeaeae;
}

.textarea {
  font-family:  "BMW Serif Regular", "GothicMB101", Arial, sans-serif;
}

.button {
  color: white;
  background: #10bbf1;
  height: 58px;
  border: 2px solid #10bbf1;
  font: 500 22px  "BMW Serif Regular", "GothicMB101", Arial, sans-serif;
  padding: 0 21px;
  -moz-transition: color 0.1s linear, background-color 0.1s linear, border-color 0.1s linear;
  -ms-transition: color 0.1s linear, background-color 0.1s linear, border-color 0.1s linear;
  -o-transition: color 0.1s linear, background-color 0.1s linear, border-color 0.1s linear;
  -webkit-transition: color 0.1s linear, background-color 0.1s linear, border-color 0.1s linear;
  transition: color 0.1s linear, background-color 0.1s linear, border-color 0.1s linear;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.button:hover {
  background: #40c9f4;
  border-color: #40c9f4;
}

.button:active {
  background: #0b97c3;
  border-color: #0b97c3;
}

a.button {
  text-decoration: none;
  display: inline-block;
  line-height: 54px;
  color: white;
}

a.button:hover {
  color: white;
}

a.button:active {
  color: white;
}

a.button.button-stripe {
  background-color: rgba(0, 0, 0, 0.2);
  border-color: white;
}

a.button.button-stripe:hover {
  color: #222222;
  background-color: white;
  border-color: white;
}

a.button.button-stripe:active {
  color: #222222;
  background-color: #e5e5e5;
  border-color: #e5e5e5;
}

::-webkit-input-placeholder {
  color: #cccccc;
}

:-moz-placeholder {
  color: #cccccc;
}

::-moz-placeholder {
  color: #cccccc;
}

:-ms-input-placeholder {
  color: #cccccc;
}

input:focus::-webkit-input-placeholder {
  color: transparent;
}

span.supText {
  font-size: 75.5%;
  vertical-align: top;
  position: relative;
  top: -0.1em;
}

span.supTexts {
  font-size: 40.0%;
  vertical-align: top;
  position: relative;
  top: -0.1em;
}

.red_text {
  color: red !important;
}

.center_text {
  text-align: center;
}

span.promo-column-sip {
  font-size: 20px;
  font-weight: bold;
  color: #003d74;
  line-height: 1.2;
  text-decoration: underline;
}

/* header --------------------------  */

header {
  padding: 0px 0px 0px;
  font: 24px/36px "BMW Serif Regular", "GothicMB101", Arial, sans-serif;
  color: #000000;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto 32px;
  max-width: 800px;
}
header p.preatt_area {
color: #555555;
font-size: 10px;
text-align: right;
}
/* footer --------------------------  */

.footer {
  padding: 0px 0px 80px;
}

/* home --------------------------  */

/* content --------------------------  */

.spanning {
  clear: both;
}

.promo-greeting-ph {
  padding: 0px 0px 30px;
}

.promo-greeting-ph h1 {
  margin: 10px 0px 0px;
  color: #3E3A39;
  font-size: 32px;
  font-weight: bold;
  font-family: "BMW Serif Bold", "GothicMB101DB", Arial, sans-serif;
  line-height: 1.2;
}

.promo-greeting-ph h3 {
  margin: 10px 0px 0px;
  color: #3E3A39;
  font-size: 34px;
  font-weight: bold;
  font-family: "BMW Serif Bold", "GothicMB101DB", Arial, sans-serif;
  line-height: 1.2;
}

.promo-greeting-ph h4 {
  margin: 10px 0px 0px;
  color: #555555;
  font-size: 18px;
  font-weight: bold;
  font-family: "BMW Serif Bold", "GothicMB101DB", Arial, sans-serif;
  line-height: 1.2;
}

.promo-greeting-ph p {
  margin: 5px 0px 0px;
  font-size: 16px;
  line-height: 1.2;
}

.promo-greeting-40th {
  padding: 0px 0px 30px;
  text-align: left;
}

.promo-greeting-40th h3 {
  margin: 10px 0px 0px;
  color: #095BA4;
  font-size: 28px;
  font-weight: bold;
  font-family: "BMW Serif Bold", "GothicMB101DB", Arial, sans-serif;
  line-height: 1.2;
}

.promo-greeting-40th h4 {
  margin: 10px 0px 0px;
  color: #000000;
  font-size: 18px;
  font-weight: bold;
  font-family: "BMW Serif Regular", "GothicMB101DB", Arial, sans-serif;
  line-height: 1.2;
}

.promo-greeting-40th p {
  margin: 15px 0px 0px;
  font-size: 14px;
  line-height: 1.5;
}

.promo-column-preimg {
  padding: 20px 0px 10px;
  float: right;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 30%;
  font-size: 13px;
  line-height: 1.5;
  text-align: right;
}

.promo-column-pretextnarrow {
  padding: 20px 0px 15px;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 65%;
  font-size: 13px;
  line-height: 1.5;
}

.promo-column-pretext {
  padding: 20px 0px 15px;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /*width: 70%;*/
  font-size: 13px;
  line-height: 1.5;
}

.promo-column-pre {
  padding: 20px 0px 10px;
  clear: both;
  display: block;
  font-size: 13px;
  line-height: 1.5;
}

.promo-column-pre p.promo-column-pretext_title {
  margin: 5px 0px 5px;
  padding: 0px 0px 3px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.8;
  color: #FF0000;
  border-bottom: 1px solid #003d74;
}

.promo-column-pretextnarrow p.promo-column-text_present,
.promo-column-pretext p.promo-column-text_present {
  margin: 5px 0px 10px;
  padding: 0px 0px 0px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
  color: #003d74;
}

.promo-column-pretext p.promo-column-text_pretai {
  margin: 5px 0px 10px;
  padding: 0px 0px 0px;
  font-size: 14px;
  line-height: 1.5;
}

.promo-column-text_pretaisyo {
  margin: 5px 3px 0px;
  padding: 2px 8px 2px;
  font-weight: bold;
  font-size: 14px;
  border: 1px solid #555555;
  color: #555555;
}

.promo-column-pretext_kinen {
  margin: 5px 0px 10px;
  padding: 5px 10px 5px;
  font-size: 14px;
  font-weight: bold;
  background: #003d74;
  color: #FFFFFF;
  line-height: 1.0;
}

.promo-column-text_sip {
  margin: 5px 0px 0px;
  padding: 5px 10px 5px;
  font-size: 20px;
  font-weight: bold;
  background: #003d74;
  color: #FFFFFF;
  line-height: 2;
}

.promo-column-textsip p {
  margin: 10px 0px 10px;
  padding: 5px 0px 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1.5;
  font-weight: bold;
}

.promo-column-pretextnarrow p.preatt_area,
.promo-column-pretext p.preatt_area {
  margin: 5px 10px;
  padding: 5px 0px;
  text-align: left;
  font-size: 11px;
  color: #3E3A39;
  line-height: 1.3;
}

.promo-greeting40-img {
  padding: 10px 5px 5px;
  float: right;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 25%;
  font-size: 13px;
  line-height: 1.5;
  text-align: right;
}

.promo-column-preimg img {
  /*width: 85%;*/
}

.promo-greeting40-img img {
  width: 70%;
}

.promo-greeting40-text {
  padding: 0px 0px 30px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 75%;
  float: left;
  font-size: 16px;
  line-height: 1.2;
}

.promo-greeting-tokubetsu {
  margin: 5px 3px 0px;
  padding: 2px 0px 0px;
  font-size: 12px;
  display: inline-block;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.0;
  width: 46%;
  border: 2px solid #005BAA;
}

.promo-greeting-sueoki {
  background: #005BAA;
  color: #FFFFFF;
  display: block;
  margin: 2px 0px 0px;
  padding: 3px 0px 3px;
}

.promo-greeting-tokubetsu p.promo-greeting-sprt {
  margin: 0px 3px 0px;
  padding: 0px 0px 0px;
  font-size: 12px;
  font-weight: bold;
  text-align: left;
  color: #005BAA;
}

.promo-greeting-sprtatama {
  font-size: 9px;
}

.promo-greeting-tokubetsu p.promo-greeting-text_tokusaidai {
  margin: 0px 3px 0px;
  padding: 0px 0px 0px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

.promo-greeting-text_saidai {
  font-size: 12px;
}

.promo-greeting-textlineup {
  padding: 0px 5px 0px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 65%;
  float: left;
  font-size: 16px;
  line-height: 1.2;
}

.promo {
  padding: 0px 0px 30px;
}

.promo p {
  margin: 15px 0px 0px;
  font-size: 14px;
  line-height: 1.5;
}

.promo-column-textnew {
  padding: 20px 0px 15px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  font-size: 13px;
  line-height: 1.5;
}

.promo-column-textnew p.promo-column-textnew_price {
  margin: 0px 0px 5px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.0;
}

.promo-column-textnew .promo-column-textnew_handle {
  font-size: 12px;
  line-height: 11px;
  margin: 0px 0px 5px;
}

.promo-column-tokubetsured {
  margin: 5px 0px 5px;
  padding: 15px 0px 15px;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 40%;
  font-size: 16px;
  line-height: 1.0;
  border: 1px solid #333333;
  background: #333333;
  color: #FFFFFF;
  text-align: center;
}

.promo-column-tokubetsuplus {
  margin: 5px 0px 5px;
  padding: 10px 0px 10px;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 20%;
  font-size: 48px;
  line-height: 1.0;
  text-align: center;
  font-weight: bold;
}


.promo-column-tokubetsublue {
  margin: 5px 0px 5px;
  padding: 15px 0px 15px;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 40%;
  font-size: 16px;
  line-height: 1.0;
  border: 1px solid #095BA4;
  background: #095BA4;
  color: #FFFFFF;
  text-align: center;
}

.promo-column-kinri {
  margin: 5px 0px 5px;
  padding: 15px 0px 15px;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 60%;
  font-size: 16px;
  line-height: 1.0;
  border: 1px solid #888888;
  text-align: center;
}

.promo-column-kinriper {
  margin: 5px 0px 5px;
  padding: 15px 0px 15px;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 40%;
  font-size: 16px;
  line-height: 1.0;
  border: 1px solid #333333;
  background: #333333;
  text-align: center;
}

.promo-column-kinri p.promo-column-text_monthlypay {
  margin: 5px 0px 5px;
  padding: 0px 5px 0px;
  font-size: 24px;
  font-weight: bold;
  display: inline-block;
  text-align: right;
}

.promo-column-tokubetsured p.promo-column-text_monthlypay,
.promo-column-tokubetsublue p.promo-column-text_monthlypay {
  margin: 5px 0px 5px;
  padding: 0px 5px 4px;
  font-size: 20px;
  font-weight: bold;
  display: inline-block;
}

.promo-column-textnew p.promo-column-text_atud {
  font-size: 14px;
  line-height: 16px;
  margin: 10px 0px 20px;
  letter-spacing: 0px;
  display: block;
  clear: both;
  text-decoration: underline;
}

.promo-column-kinriper p.promo-column-text_monthlypay {
  margin: 5px 0px 5px;
  padding: 0px 5px 4px;
  font-size: 24px;
  font-weight: bold;
  display: inline-block;
}

.promo-column-oshiharai {
  padding: 0px 0px 0px;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 40%;
  font-size: 16px;
  line-height: 1.0;
  text-align: right;
}

.promo-column-oshiharai p.promo-column-text_kinri,
.promo-column-kinri p.promo-column-text_kinri {
  margin: 5px 0px 5px;
  padding: 0px 5px 0px;
  font-size: 20px;
  font-weight: bold;
  display: inline-block;
  text-align: right;
}

.promo-column-kinri p.promo-column-texttokubetukinri,
.promo-column-oshiharai p.promo-column-texttokubetukinri {
  margin: 5px 0px;
  padding: 8px 5px 5px;
  font-size: 11px;
  display: inline-block;
  text-align: left;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.0;
  width: 50%;
}

.promo-column-kinri p.promo-column-monthly {
  margin: 15px 0px;
  padding: 2px 10px 0px;
  font-size: 11px;
  display: inline-block;
  text-align: left;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.0;
  width: 50%;
}


.promo-column-textkaisu {
  font-size: 16px;
  display: inline-block;
  text-align: right;
}

.promo-column-kinriichi {
  background: #333333;
  color: #FFFFFF;
  display: block;
  margin: 0px 0px 0px 0px;
}

.promo-column-sueoki {
  background: #005BAA;
  color: #FFFFFF;
  display: block;
  margin: 5px 0px 5px 5px;
}

.promo-column-ecocar {
  background: #EEEEF0;
  display: block;
  margin: 5px 0px 5px 5px;
  border: 1px solid #888888;
}

.promo-column-kinri-list {
  margin: 2px 0px 2px;
  padding: 10px 5px 5px;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  font-size: 14px;
  line-height: 1.0;
  border: 1px solid #888888;
  text-align: center;
}

.promo-column-kinri-list p.promo-column-text_monthlypay-list {
  margin: 5px 0px 5px;
  padding: 0px 5px 0px;
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
  text-align: right;
}

.promo-column-oshiharai-list p.promo-column-text_kinri-list,
.promo-column-kinri-list p.promo-column-text_kinri-list {
  margin: 2px 0px 2px;
  padding: 0px 5px 0px;
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
  text-align: right;
}

.promo-column-kinri-list p.promo-column-texttokubetukinri-list,
.promo-column-oshiharai-list p.promo-column-texttokubetukinri-list {
  margin: 0px 0px;
  padding: 6px 5px 2px;
  font-size: 9px;
  display: inline-block;
  text-align: left;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.0;
  width: 50%;
}

.promo-column-kinri-list p.promo-column-monthly-list {
  margin: 5px 0px;
  padding: 2px 3px 2px;
  font-size: 10px;
  display: inline-block;
  text-align: left;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.0;
  width: 50%;
}


.promo-column-textkaisu-list {
  font-size: 12px;
  display: inline-block;
  text-align: right;
}

.promo-column-oshiharai-list {
  padding: 0px 0px 0px;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  font-size: 12px;
  line-height: 1.0;
  text-align: right;
}

.promo-column-sueoki-list {
  background: #005BAA;
  color: #FFFFFF;
  display: block;
  margin: 2px 0px 2px 5px;
}

.promo-column-ecocar-list {
  background: #EEEEF0;
  display: block;
  margin: 2px 0px 2px 5px;
  border: 1px solid #888888;
}

.promo-column-textnew img {
  margin: 0px 2px 0px 2px;
}

.promo-column-text img.tokubetuimg,
.promo-column-textnew img.tokubetuimg {
  margin: 0px 2px 0px 2px;
  width: 30px;
}

.promo-column-text img.ecoimg,
.promo-column-textnew img.ecoimg {
  margin: 0px 2px 0px 2px;
  width: 30px;
}

.promo-column-textnew img.kakakuimg {
  margin: 0px 2px 0px 2px;
  width: 50%;
}

.promo-column-textnew img.kakakueco {
  margin: 0px 2px 0px 2px;
  width: 42%;
}

.promo-column-textnew p.promo-column-text_at {
  font-size: 10px;
  line-height: 12px;
  margin: 0px 0px 2px;
  letter-spacing: 0px;
  display: block;
  clear: both;
}

.promo p.ttl_text_lineup {
  margin: 30px 0px 10px;
  /*padding: 0px 0px 5px;*/
  color:#191919;
  font-size: 50px;
  font-weight: bold;
  font-family: "BMW Serif Regular", "GothicMB101DB", Arial, sans-serif;
  border-bottom: 1px solid #111111;
}

.ttl_text_lineup img.tokubetuimg {
  margin: 0px 2px 0px 2px;
  width: 50px;
}

.ttl_text_lineup img.ecoimg {
  margin: 0px 2px 0px 2px;
  width: 50px;
}

.promo-wrapper {
  margin: 10px 0px;
}

.promo-column-lineupimg {
  padding: 0 5px 10px;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 40%;
  font-size: 13px;
  line-height: 1.5;
}

.promo-column-textlineup {
  padding: 0px 5px 0px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 60%;
  float: right;
  font-size: 12px;
  line-height: 1.2;
}

.promo-column-textlineup p.promo-column-textlineup_subttl {
  font-size: 18px;
  line-height: 1.2;
  margin: 0px 0px 10px;
  letter-spacing: 0px;
}

.promo-column-textlineup p.promo-column-textlineup_pricetxt {
  font-size: 24px;
  line-height: 1.2;
  margin: 0px 0px 10px;
  letter-spacing: 0px;
  font-weight: bold;
}

.text_bmwblue {
  color: #095BA4;
}

.text_bmwred {
  color: #FF0000;
}

.text_bmwdgray {
  color: #333333;
}

.promo-column-textlineup ul.promo-column-textcheck li {
  list-style-image: url('../images/check.jpg');
  list-style-position: inside;
}

.promo-column-textlineup ul.model_lineup li {
  display: inline-block;
}

.promo-column-textlineup .promo-column-textlineup_model {
  font-size: 15px;
  line-height: 1.2;
  margin: 5px 0px 5px;
  width: 53%;
}

.promo-column-textlineup .promo-column-textlineup_price {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.0;
  text-align: right;
  width: 21%;
}

.promo-column-textlineup .promo-column-textlineup_handle {
  font-size: 10px;
  line-height: 1.0;
  width: 26%;
}

hr.lineup {
  border-top: 1px solid #111111;
  margin: 0px 0px 10px;
}

.promo p.ttl_text_cc {
  margin: 20px 0px 20px;
  padding: 20px 10px 20px;
  color:#ffffff;
  font-size: 13px;
  font-weight: bold;
  font-family: "BMW Serif Bold", "GothicMB101DB", Arial, sans-serif;
  background: url('../images/maintitle.jpg') center center / cover no-repeat;
}

.promo-column-imglsize {
  margin: 20px 0px 5px;
  padding: 5px 0px 5px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.promo-column-textlsize {
  margin: 10px 0px 30px;
  padding: 5px 0px 30px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 13px;
  line-height: 1.5;
}

.promo-column-textlsizetitle p {
  margin: 10px 0px 10px;
  padding: 5px 0px 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 24px;
  line-height: 1.5;
  font-weight: bold;
}

.promo-column-textlsizegw p {
  margin: 10px 0px 10px;
  padding: 5px 0px 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 22px;
  line-height: 1.5;
  font-weight: bold;
  color: #095BA4;
}

.promo-column-img {
  padding: 0 0px 10px;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 35%;
  font-size: 13px;
  line-height: 1.5;
}

.promo-column-text {
  padding: 0px 0px 15px 8px;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 65%;
  font-size: 13px;
  line-height: 1.5;
}

.promo-column-text p.promo-column-text_title {
  margin: 0px 0px 10px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.0;
}

.promo-column-text p.promo-column-text_price {
  margin: 0px 0px 5px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.0;
}

.promo-column-text .promo-column-text_handle {
  font-size: 10px;
  line-height: 11px;
  margin: 0px 0px 5px;
}

.promo-column-text img {
  margin: 0px 2px 0px 2px;
}

.promo-column-text img.ecoimg {
  margin: 0px 2px 0px 2px;
  width: 25px;
}

.promo-column-text img.tokubetuimg {
  margin: 0px 2px 0px 2px;
  width: 25px;
}

.promo-column-text img.kakakuimg {
  margin: 0px 1px 0px 1px;
  width: 56%;
}

.promo-column-text img.kakakueco {
  margin: 0px 1px 0px 1px;
  width: 42%;
}

.promo-column-text p.promo-column-text_at {
  font-size: 8px;
  line-height: 10px;
  margin: 0px 0px 2px;
  letter-spacing: 0px;
  display: block;
  clear: both;
}

.semaku {
  letter-spacing: -0.5px;
}

.moresemaku {
  letter-spacing: -1.4px;
}

.promo-column-btnl {
  padding: 0px 0px 10px;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 65%;
  font-size: 13px;
  line-height: 1.5;
}

.promo-column-btnr {
  padding: 0px 0px 10px;
  float: right;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 28%;
  font-size: 13px;
  line-height: 1.5;
}

.button_sxiold {
  background: url('../images/here.png') 20px center / cover no-repeat,#0E92F8;
  background: url('../images/here.png') 20px center / cover no-repeat,-webkit-linear-gradient(top, #0E92F8, #1D65CB);
  background: url('../images/here.png') 20px center / cover no-repeat,-moz-linear-gradient(top, #0E92F8, #1D65CB);
  background: url('../images/here.png') 20px center / cover no-repeat,-ms-linear-gradient(top, #0E92F8, #1D65CB);
  background: url('../images/here.png') 20px center / cover no-repeat,-o-linear-gradient(top, #0E92F8, #1D65CB);
  background: url('../images/here.png') 20px center / cover no-repeat,linear-gradient(to bottom, #0E92F8, #1D65CB);
  background-size: 10px 10px,100% 100%;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  color: #FFFFFF;
  font-family: "BMW Serif Bold", "GothicMB101DB", Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  padding: 3px 35px;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  text-align: left;
}

.button_sxi {
  background: #1c69d4;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  color: #FFFFFF;
  font-family: "BMW Serif Bold", "GothicMB101DB", Arial, sans-serif;
  font-size: 16px;
  /*font-weight: bold;*/
  padding: 10px 40px 13px;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  text-align: left;
}

.promo-column-btnr a:hover,
.promo-column-btnl a:hover {
  color: #FFFFFF;
  background: #0E92F8;
}

.promo-column-btnr a:active,
.promo-column-btnl a:active {
  color: #FFFFFF;
  background: #0E92F8;
}

.discover {
  padding: 0px 0px 25px;
}

.discover-content {
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.discover-content p.att_area {
  margin: 10px 0px;
  padding: 8px 5px;
  text-align: left;
  font-size: 10px;
  color: #3E3A39;
  line-height: 1.3;
  border-top: 1px solid #555555;
}

.footer ul.footer-column-nicole {
  border-bottom: 1px solid #555555;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: flex-end;
}

.footer ul.footer-column-nicole li {
  width: 25%;
  padding: 0px;
}

.footer ul.footer-column-nicole li.nl {
  width: 35%;
  padding: 0px;
}

.footer ul.footer-column-nicole li.sns {
  width: 15%;
  padding: 0px;
}

.footermark-sns {
  text-align: right;
  padding: 0px 5px 5px;
}

.footermark-sns img {
  padding: 0px 5px 0px;
}

.promo-column {
  padding: 0px 5px 10px;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 25%;
  font-size: 13px;
  line-height: 1.5;
}

.promo-column img.im {
  margin-bottom: 4px;
}

.promo-column h5 {
  margin-bottom: 5px;
  font-size: 15px;
  font-weight: bold;
}

.promo-column p {
  margin: 15px 0px 0px;
  font-size: 14px;
  line-height: 1.2;
}

.footer-logo-seven {
  padding: 10px 0px 10px;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  font-size: 13px;
  line-height: 1.5;
}

.footer-logo-forty {
  padding: 0px 0px 0px;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  border: 1px solid #555555;
}

img.seven {
  width: 68px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}

.twentyone {
  padding: 0 10px;
  display: inline-block;
}

.twentyone p {
  font-size: 12px;
  line-height: 1.5;
}

img.forty {
  width: 88px;
  padding: 0 10px;
}

.footer-logo-fortyimg {
  width: 100%;
  padding: 0px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.footer-logo-fortytext {
  padding: 5px;
  margin: 10px 0px;
  width: 62%;
  display: inline-block;
}
.footer-logo-fortytext p {
  margin: 5px 0px;
  font-size: 10px;
  line-height: 1.2;
}


/* 追加 */
.att{
  background-color: #f0f0f0;
}
.attention p{
  font-size:11px;
  padding: 0 10px 0px 10px;
  line-height: 13px;
  text-indent:-1em;
  margin-left: 10px;
}
.mgt10{
  margin-top:10px;
}

.mgb10{
  margin-bottom:10px;
}

.mgb20{
  margin-bottom:20px;
}

.mgb30{
  margin-bottom:30px;
}

.pdt10{
  padding-top:10px;	
}

.pdt20{
  padding-top:20px;	
}

.pdb20{
  padding-bottom:20px;	
}

.promo-column-textnew table {
  border-collapse: collapse;
  width: 100%;
}

.promo-column-textnew table td {
  padding: 15px;
  border: 1px solid #999;
}

.promo-column-textnew table th {
  background-color: #ddd;
  padding: 15px;
  text-align: left;
  width: 25%;
  font-size: 16px;
  color: #000;
  border: 1px solid #999;
}

.promo-column-textnewsss table th,
.promo-column-textnewsss table td {
  padding: 10px;
  border: 1px solid #999;
  font-size: 14px;
  line-height: 1.4em; 
}

.promo-column-textnewsss table th {
  background-color: #eee;
  text-align: left;
  /*width: 25%;*/
  font-size: 12px;
}

.present{
  border-left:solid 1px #003d74;
  border-right:solid 1px #003d74;
  border-bottom:solid 1px #003d74;
  padding:0 0px;
  margin:20px 0 0 0;
}
.fs10{
  font-size:10px;
}
.fs11{
  font-size:11px;
}
.fs18{
  font-size:18px;
}
.w_limited{
  color:#003d74;
  font-weight:bold;
}
.kinen {
  margin: 0px 0px;
  padding: 5px 10px 5px;
  font-size: 14px;
  font-weight: bold;
  background: #003d74;
  color: #FFFFFF;
  line-height: 1.0;
}
.pdl10{
  padding-left:10px;
}
.pdb10{
  padding-bottom:10px;	
}

.promo-column-pretext_kinen2 {
  margin: 5px 0px 5px;
  padding: 10px 10px 10px;
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
  background-color:#003d74;
  line-height: 2.2;
}
.promo-column-pre2 {
  clear: both;
  display: block;
  font-size: 13px;
  line-height: 1.5;
}
.promo-greeting-40th2 {
  padding: 0px 0px;
  font-family: "MINI Serif Regular","motoya w3",sans-serif;
}
.promo-column-pretext p.promo-column-text_present2 {
  margin: 5px 0px 15px;
  padding: 0px 0px 0px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
  color: #003d74;
}
.promo-greeting40-img2 img {
  /*width: 50%;*/
}

/* media -----------------------------------------------  */

/* ===[ Responsive all mobile sizes ]=== */

@media (max-width: 679px) { 

  header {
    text-align: center;
    font-size: 19px;
    line-height: 28px;
  }

  .wrap {
    width: auto;
    margin-left: 5px;
    margin-right: 5px;
    text-align: left;
  }

  .promo-column-pretextnarrow,
  .promo-column-pretext,
  .promo-greeting40-text,
  .promo-column-btnr,
  .promo-column-btnl,
  .promo-column-textlineup,
  .promo-column-textnew,
  .promo-column-text,
  .promo-column {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
  }

  .promo-column-kinri-list,
  .promo-column-oshiharai-list,
  .promo-column-sueoki-list,
  .promo-column-ecocar-list,
  .promo-column-kinriper,
  .promo-column-kinri,
  .promo-column-oshiharai,
  .promo-column-sueoki,
  .promo-column-ecocar,
  .promo-greeting-textlineup,
  .promo-greeting-img,
  .promo-column-lineupimg,
  .promo-column-img {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    width:100%;
    max-width: 100%;
    height: auto;
    text-align: center;
  }

  .nicolelogo,
  .promo-column-textnew img,
  .promo-column-lineupimg img,
  .promo-column img {
    width: auto;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .promo-column-preimg,
  .promo-greeting40-img {
    margin-left: auto;
    margin-right: auto;
    width:100%;
    max-width: 100%;
    height: auto;
    text-align: center;
  }

  .promo-greeting40-img img {
    width:50%;
    text-align: center;
  }

  .promo-column-preimg img {
    /*width:100%;*/
    text-align: center;
  }

  .promo p.ttl_text_lineup {
    font-size: 26px;
    line-height: 1.2;
  }

  .footer-logo-forty,
  .footer-logo-seven {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .footer-logo-fortyimg img,
  .footer-logo-forty img,
  .footer-logo-seven img {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .footer-logo-forty {
    padding: 10px 0px 10px;
    border: 1px solid #555555;
  }

  .promo-column-pre p.promo-column-pretext_title {
    color: #FF0000;
    border-bottom: none;
  }
.promo-column-textnewsss table th {
  font-size:12px;
  line-height: 1.3em;
}
.promo-column-textnewsss table td {
  font-size:12px;
  line-height: 1.3em;
}

.promo-greeting-ph h1 {
  font-size: 25px;
}

	
}




/* ===[ Responsive just mobile portrait ]=== */

@media (max-width: 479px) { 

  .promo-column-btnr,
  .promo-column-btnl,
  .footer-logo-forty,
  .footer-logo-seven,
  .promo-column-textlineup,
  .promo-column-textnew,
  .promo-column-text {
    float: none;
  }

  .footer,
  .promo-column {
    text-align: center;
    float: none;
  }

  .promo-column-lineupimg,
  .promo-column-img {
      float: none;
  }

  .promo p.ttl_text_lineup {
    font-size: 18px;
    line-height: 1.2;
  }

  .ttl_text_lineup img.tokubetuimg {
    margin: 0px 2px 0px 2px;
    width: 20px;
  }

  .ttl_text_lineup img.ecoimg {
    margin: 0px 2px 0px 2px;
    width: 20px;
  }

  .footer-logo-forty img,
  .footer-logo-seven img,
  .promo-column-text img.kakakueco,
  .promo-column-textnew img.kakakueco,
  .promo-column-text img.kakakuimg,
  .promo-column-textnew img.kakakuimg,
  .promo-column-textlineup ul.model_lineup li {
    float: none;
    width: auto;
  }

  .footer ul.footer-column-nicole {
    flex-direction: column;
    align-items: center;
  }

  .footer ul.footer-column-nicole li {
    float: none;
    width: auto;
    max-width: 100%;
  }

  .footermark-im {
    display: none;
  }

  .footermark-im img {
    display: none;
  }

  img.seven {
    max-width: 45px;
  }

  img.twentyone {
    max-width: 148px;
  }

  img.forty {
    max-width: 60px;
    padding: 0 5px;
  }

  .footer-logo-fortytext {
    padding: 0px;
    margin: 5px 5px;
  }

    .footer-logo-forty {
      padding: 0px 0px 0px;
      border: 1px solid #555555;
    }

.promo-column-textnew table td {
  font-size:12px;
}

.promo-greeting-ph h1 {
  font-size: 25px;
}


}

/* ===[ Responsive just mobile portrait ]=== */

@media (max-width: 279px) { 
  header .buttons-wrapper .button.button-stripe {
    margin-left: 0;
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) { 
  .comments .tab-prev,
  .comments .tab-next,
  .button-download:after,
  .comments .tab-prev,
  .comments .tab-next,
  .button-download:after {
      -moz-background-size: 200px 50px;
      -webkit-background-size: 200px 50px;
      -o-background-size: 200px 50px;
      background-size: 200px 50px;
  }
}
