

/*==================================================================================================
  フォーム
==================================================================================================*/
.flow {
  text-align: center;
}

@media screen and (min-width: 841px) {
  .formArea {
    margin: 20px auto 0;
    padding: 0;
    border: 2px solid #23B9EB;
    max-width: 980px;
  }
  .formArea h2 {
    padding: 5px;
    color: #fff;
    font-size: 200%;
    font-weight: bold;
    background: #23B9EB;
    text-align: center;
  }
  .formArea h3 {
    margin: 30px 0 0;
    padding: 5px 30px;
    color: #FFF;
    font-size: 110%;
    text-align: left;
    background: #01499B;
  }
  .formArea .box {
    margin: 0;
    padding: 0 40px 40px;
    text-align: left;
  }
  .formArea .box .flow img {
    margin: 20px auto 0;
  }
  .formArea .box .merit {
    padding: 20px 0 10px;
    background: url("../../images/merit_list_bg.jpg");
    background-position: right bottom;
    background-repeat: no-repeat;
  }
  .merit-img {
    display: none;
  }
  .formArea .box .merit li {
    font-size: 120%;
    display: table;
    margin: 20px 0;
  }
  .formArea .box .merit li p {
    display: table-cell;
    vertical-align: middle;
    font-size: 2.4rem;
  }
  .formArea .box .merit li::before {
    content: url("../../images/check.gif");
    display: table-cell;
    vertical-align: middle;
    padding-right: 10px;
  }
  .formArea .box .merit li span {
    color: #FF3300;
    font-weight: bold;
  }
  .formArea .box .block_02 {
    padding: 30px 0 0;
    clear: both;
  }
  .formArea .box .block_02 p {
    font-size: 80%;
    text-align: left;
  }
  .formArea .box table.formTable {
    margin: 15px 0 0;
    border-collapse: collapse;
    border-top: 1px solid #CFEEFF;
    border-right: none;
    width: 100%;
  }
  .formArea .box table.formTable th {
    padding: 10px 0 10px 10px;
    border-bottom: 1px solid #CFEEFF;
    border-left: none;
    background: #FFF;
    width: 30%;
    text-align: right;
    vertical-align: top;
  }
  .formArea .box table.formTable td {
    padding: 10px 10px 10px 20px;
    text-align: left;
    border-left: none;
    border-bottom: 1px solid #CFEEFF;
    font-size: 90%;
    vertical-align: top;
  }
  .formArea .box table.formTable tr.must th {
    padding: 10px 24px 10px 12px;
    background: #EFF9FF url("../images/com_ico_must.gif") no-repeat right 15px;
  }
  .formArea .box table.formTable tr.must td,
  .formArea .box table.formTable tr.nomal td,
  .formArea .box table.formTable tr.nomal th {
    background: #EFF9FF;
  }
  .formArea .box .submitArea {
    text-align: center;
    padding: 20px 0 0;
  }
  .formArea .box .submitArea p {
    display: inline;
    padding: 0;
  }
  .formArea .box table.formTable table.addressTable {
    border-right: none;
    border-top: none;
    margin: 5px 0 0;
    width: auto;
  }
  .formArea .box table.formTable table.addressTable th {
    background: none;
    border-bottom: none;
    text-align: right;
    padding: 5px 0;
    width: auto;
    font-weight: 500;
  }
  .formArea .box table.formTable table.addressTable td {
    border-bottom: none;
    padding: 5px 0;
    font-size: 100%;
  }
  .formArea .box .formDl {
    margin: 15px 0 0;
  }
  .formArea .box .formDl dl {
    margin: 0;
    border-top: 1px solid #CFEEFF;
    display: table;
    width: 100%;
  }
  .formArea .box .formDl dl dt.must {
    padding: 10px 30px 10px 10px;
    background: #EFF9FF url("../images/com_ico_must.gif") right 18px no-repeat;
  }
  .formArea .box .formDl dl dd {
    padding: 10px;
    font-size: 90%;
    background: #EFF9FF;
    width: 70%;
    display: table-cell;
  }
  .formArea .box ul.formAttention,
  .formArea ul.formAttention {
    margin: 30px 0 0;
    padding: 0;
  }
  .formArea .box ul.formAttention li,
  .formArea ul.formAttention li {
    margin: 0;
    padding: 0 0 0 15px;
    font-size: 80%;
    background: url("../images/com_bullet_square_black.gif") 0 0.6em no-repeat;
  }
  /* form reset */
  button,
  fieldset,
  form,
  input,
  label,
  legend,
  select,
  textarea {
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 2px;
    padding: 0;
    vertical-align: baseline;
  }

  input[type="text"] {
    padding: 5px;
  }
  input[type="reset"] {
    cursor: pointer;
  }
  input[type="submit"] {
    cursor: pointer;
  }
  select {
    padding: 5px;
  }
  textarea {
    padding: 5px;
  }
}

@media screen and (max-width: 840px) {
  .formArea {
    margin: 35px 0 0;
    padding: 0;
    border: 2px solid #23B9EB;
  }
  .formArea h2 {
    padding: 5px;
    color: #FFF;
    font-size: 150%;
    font-weight: bold;
    background: #23B9EB;
  }
  .formArea h3 {
    margin: 30px 0 0;
    padding: 5px 30px;
    color: #FFF;
    font-size: 100%;
    text-align: left;
    background: #01499B;
  }
  .formArea .box {
    margin: 0;
    padding: 0 10px 10px;
    text-align: left;
  }
  .formArea .box .flow img {
    margin: 20px auto 0;
    width: 100%;
  }
  .formArea .box .merit {
    padding: 15px 0 0;
    background: url("../../images/merit_list_bg.jpg");
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: contain;
  }
}

@media screen and (max-width: 840px) and (max-width: 420px) {
  .formArea .box .merit {
    background-size: 38% auto;
  }
}

@media screen and (max-width: 840px) and (max-width: 340px) {
  .formArea .box .merit {
    background: none;
  }
}

@media screen and (max-width: 840px) {
  .merit-img {
    display: none;
  }
}

@media screen and (max-width: 840px) and (max-width: 340px) {
  .merit-img {
    display: block;
    width: 100%;
    text-align: center;
  }
}

@media screen and (max-width: 840px) {
  .formArea .box .merit li {
    font-size: 100%;
    margin: 3px 0;
  }
  .formArea .box .merit li p {
    font-size: 90%;
    line-height: 130%;
  }
  .formArea .box .merit li::before {
    background: url("../../images/check.gif") no-repeat scroll 0 0/contain;
    content: "";
    display: block;
    float: left;
    height: 17px;
    padding-right: 7px;
    width: 15px;
  }
  .formArea .box .merit li span {
    color: #ff3300;
    display: block;
    font-weight: bold;
    text-indent: 1.5em;
  }
  .formArea .box .block_02 {
    padding: 30px 0 0;
    clear: both;
  }
  .formArea .box .block_02 p {
    font-size: 70%;
    text-align: left;
  }
  .formArea .box table.formTable {
    margin: 15px 0 0;
    border-collapse: collapse;
    border-top: 1px solid #CFEEFF;
    border-right: none;
    width: 100%;
  }
  .formArea .box table.formTable th {
    padding: 10px 0 10px 10px;
    font-size: 70%;
    text-align: right;
    vertical-align: top;
    border-bottom: 1px solid #CFEEFF;
    border-left: none;
    background: #FFF;
    width: 30%;
  }
  .formArea .box table.formTable td {
    padding: 10px 10px 10px 20px;
    text-align: left;
    border-left: none;
    border-bottom: 1px solid #CFEEFF;
    font-size: 70%;
    vertical-align: top;
  }
  .formArea .box table.formTable tr.must th {
    padding: 10px 20px 10px 12px;
    background: #EFF9FF url("../images/com_ico_must.gif") no-repeat right 15px;
    background-size: 17px 9px;
  }
  .formArea .box table.formTable tr.must td,
  .formArea .box table.formTable tr.nomal td,
  .formArea .box table.formTable tr.nomal th {
    background: #EFF9FF;
  }
  .formArea .box .submitArea {
    text-align: center;
    padding: 20px 0 0;
  }
  .formArea .box .submitArea p {
    display: inline;
    padding: 0;
  }
  .formArea .box .submitArea p input {
    padding: 8px 10px;
  }
  .formArea .box table.formTable table.addressTable {
    border-right: none;
    border-top: none;
    margin: 5px 0 0;
    width: auto;
  }
  .formArea .box table.formTable table.addressTable th {
    background: none;
    border-bottom: none;
    text-align: right;
    padding: 5px 0;
    width: auto;
    font-weight: 500;
  }
  .formArea .box table.formTable table.addressTable td {
    border-bottom: none;
    padding: 5px 0;
    font-size: 100%;
  }
  .formArea .box .formDl {
    margin: 15px 0 0;
  }
  .formArea .box .formDl dl {
    border-top: 1px solid #CFEEFF;
  }
  .formArea .box .formDl dl dt {
    padding: 5px 10px 0;
    color: #01499B;
    font-size: 80%;
    font-weight: bold;
    background: #EFF9FF;
  }
  .formArea .box .formDl dl dt.must {
    padding: 5px 10px 0 35px;
    background: #EFF9FF url("../images/com_ico_must.gif") 10px 0.7em no-repeat;
  }
  .formArea .box .formDl dl dd {
    padding: 5px 10px;
    font-size: 70%;
    background: #EFF9FF;
  }
  .formArea .box ul.formAttention {
    margin: 30px 0 0;
    padding: 0;
  }
  .formArea .box ul.formAttention li {
    margin: 0;
    padding: 0 0 0 15px;
    font-size: 70%;
    background: url("../images/com_bullet_square_black.gif") 0 0.6em no-repeat;
  }
  /* form reset */
  button,
  fieldset,
  form,
  input,
  label,
  legend,
  select,
  textarea {
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 2px;
    padding: 0;
    vertical-align: baseline;
  }
  label {
    cursor: pointer;
  }
  input[type="text"] {
    padding: 5px;
    width: 90%;
  }
  input[type="text"]#name1,
  input[type="text"]#name2,
  input[type="text"]#namefuri1,
  input[type="text"]#namefuri2 {
    width: 25%;
  }
  input[type="text"]#add1_other,
  input[type="text"]#kibou1_dd,
  input[type="text"]#kibou2_dd {
    width: 10%;
  }
  input[type="reset"] {
    cursor: pointer;
  }
  input[type="submit"] {
    cursor: pointer;
  }
  select {
    width: 25%;
    padding: 8px;
    border: 1px solid #999;
    background: #eee;
    background: url("../images/img-arrow-down.png") 92% 50% no-repeat, -webkit-linear-gradient(top, #fff 0%, #efebe1 100%);
    background: url("../images/img-arrow-down.png") 92% 50% no-repeat, linear-gradient(to bottom, #fff 0%, #efebe1 100%);
    background-size: 10px, 100%;
  }
  select#shop {
    width: 60%;
  }
  select#kibou1_time,
  select#kibou2_time {
    width: 70%;
  }
  textarea {
    padding: 5px;
    width: 90%;
  }
}

/*==================================================================================================
  フォームサンクス
==================================================================================================*/
.thanks-cont #container {
  margin: 30px auto 0;
}

.thanks-cont #container .formThanks {
  padding: 20px 30px 50px;
}

@media screen and (min-width: 841px) {
  #index_contentsArea .formThanks {
    margin: 0;
    padding: 70px 30px;
  }
  #index_contentsArea .formThanks h2 {
    margin: 0;
    padding: 5px 30px;
    color: #FFF;
    font-size: 130%;
    text-align: center;
    background: #01499B;
  }
  #index_contentsArea .formThanks p {
    margin: 20px 0 0;
    padding: 0;
  }
}

@media screen and (max-width: 840px) {
  #index_contentsArea .formThanks {
    margin: 0;
    padding: 70px 30px;
  }
  #index_contentsArea .formThanks h2 {
    margin: 0;
    padding: 5px 30px;
    color: #FFF;
    font-size: 130%;
    text-align: center;
    background: #01499B;
  }
  #index_contentsArea .formThanks p {
    margin: 20px 0 0;
    padding: 0;
  }
}

/*==================================================================================================
  フッターリンク
==================================================================================================*/
@media screen and (min-width: 841px) {
  .linkArea {
    margin: 50px auto 0;
    padding: 0 20px;
    width: 980px;
  }
  .linkArea ul {
    margin: 0;
    padding: 0;
  }
  .linkArea ul li {
    margin: 0;
    padding: 0;
  }
  .linkArea ul li img:hover {
    opacity: 0.8;
  }
  .linkArea ul li.shop {
    margin: -4px 0 0;
    padding: 0;
    float: left;
  }
  .linkArea ul li.newcar {
    margin: 0;
    padding: 0;
    float: right;
  }
}

@media screen and (max-width: 840px) {
  .linkArea {
    margin: 40px auto 0;
    padding: 0 20px;
  }
  .linkArea ul {
    margin: 0;
    padding: 0;
  }
  .linkArea ul li {
    margin: 0;
    padding: 0;
    width: 47%;
  }
  .linkArea ul li img {
    width: 100%;
  }
  .linkArea ul li img:hover {
    opacity: 0.8;
  }
  .linkArea ul li.shop {
    margin: -1% 0 0;
    padding: 0;
    float: left;
  }
  .linkArea ul li.newcar {
    margin: 0;
    padding: 0;
    float: right;
  }
}

/*==================================================================================================
  フッター
==================================================================================================*/
@media screen and (min-width: 841px) {
  #footer {
    clear: both;
    background: #F4FBFF url("../images/footer_bg_top.gif") repeat-x top;
    text-align: center;
    font-size: 90%;
    margin: 15px 0 0;
  }
  #footer #shopListArea {
    background: url("../images/footer_bg_visual.jpg") no-repeat center top;
  }
  /* 背景画像調整 IE7でpadding指定 */
  *:first-child + html #footer #shopListArea {
    padding-left: 1px;
    padding-right: 0;
  }
  /* 背景画像調整 IE6以下でpadding指定 */
  *html #footer #shopListArea {
    padding-left: 1px;
    padding-right: 0;
  }
  #footer #shopListArea #shopListTitleArea {
    width: 980px;
    margin: 0 auto;
    padding: 0;
    text-align: center;
  }
  #footer #shopListArea #shopListTitleArea p#shopListTitle {
    margin: 0;
    padding: 81px 0 0;
    text-align: left;
  }
  #footer #shopListArea #shopListTitleArea P#toHead {
    margin: -15px 0 0 870px;
    padding: 0;
  }
  #footer #shopListArea #shopList {
    margin: 15px auto;
    padding: 0;
    width: 980px;
    font-size: 80%;
    text-align: center;
    background: url("../images/footer_line.gif") repeat-y left;
  }
  #footer #shopListArea #shopList ul {
    text-align: left;
  }
  #footer #shopListArea #shopList ul li {
    float: left;
    width: 150px;
  }
  #footer #shopListArea #shopList ul li p {
    padding: 0 0 0 20px;
    font-weight: bold;
  }
  #footer #shopListArea #shopList ul li#shizuokaList,
  #footer #shopListArea #shopList ul li#toubuList {
    width: 300px;
  }
  #footer #shopListArea #shopList ul li ul li {
    padding: 0 0 0 20px;
  }
  #footer #shopListArea #shopList ul li ul li a {
    background: url("../images/footer_bullet.gif") no-repeat left center;
    padding: 0 0 0 13px;
  }
  #footer #fNav {
    clear: both;
    background: #333;
    height: 30px;
  }
  #footer #fNav ul {
    margin: 0 auto;
    width: 980px;
    font-size: 80%;
    text-align: center;
  }
  #footer #fNav ul li {
    float: left;
    text-align: left;
    padding: 0 20px 1px 0;
    line-height: 32px;
  }
  #footer #fNav ul li a {
    background: url("../images/com_bullet_arrow_white.gif") no-repeat left center;
    padding: 0 0 0 13px;
    color: #CCC;
  }
  #footer #fNav ul li.fNavSmall a {
    background: url("../images/com_bullet_arrow_white_mini.gif") no-repeat left center;
    padding: 0 0 0 11px;
    font-size: 80%;
  }
  #footer #footerBottomArea {
    clear: both;
    background: #FFF;
    border-bottom: 1px solid #CCC;
  }
  #footer #footerBottomArea #footerBottom {
    margin: 0 auto;
    width: 980px;
    font-size: 80%;
    text-align: center;
    background: #FFF;
  }
  #footer #footerBottomArea #footerBottom p#copyright {
    float: left;
    line-height: 36px;
    color: #999;
  }
  #footer #footerBottomArea #footerBottom p#copyright span {
    font-size: 80%;
    padding: 0 0 0 15px;
  }
  #footer #footerBottomArea #footerBottom p#weins {
    float: right;
  }
  /* スマホサイトへ飛ぶリンク ※スマホサイトからPCサイトヘ来た時のみ表示 */
  #footer #footerBottomArea #footerBottom .spLinkBtn {
    background-color: #3bb3e0;
    font-size: 44px;
    font-weight: bold;
    text-decoration: none;
    color: #fff;
    position: relative;
    padding: 60px 0;
    display: block;
    margin: 20px 0;
    text-align: center;
    background-image: linear-gradient(bottom, #2ca0ca 0%, #3eb8e5 100%);
    background-image: -o-linear-gradient(bottom, #2ca0ca 0%, #3eb8e5 100%);
    background-image: -moz-linear-gradient(bottom, #2ca0ca 0%, #3eb8e5 100%);
    background-image: -webkit-linear-gradient(bottom, #2ca0ca 0%, #3eb8e5 100%);
    background-image: -ms-linear-gradient(bottom, #2ca0ca 0%, #3eb8e5 100%);
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #2ca0ca), color-stop(1, #3eb8e5));
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: inset 0 1px 0 #2ab7ec, 0 5px 0 0 #156785, 0 10px 5px #999;
    -moz-box-shadow: inset 0 1px 0 #2ab7ec, 0 5px 0 0 #156785, 0 10px 5px #999;
    -o-box-shadow: inset 0 1px 0 #2ab7ec, 0 5px 0 0 #156785, 0 10px 5px #999;
    box-shadow: inset 0 1px 0 #2ab7ec, 0 5px 0 0 #156785, 0 10px 5px #999;
  }
  #footer #footerBottomArea #footerBottom .spLinkBtn:active {
    top: 3px;
    background-image: linear-gradient(bottom, #3eb8e5 0%, #2ca0ca 100%);
    background-image: -o-linear-gradient(bottom, #3eb8e5 0%, #2ca0ca 100%);
    background-image: -moz-linear-gradient(bottom, #3eb8e5 0%, #2ca0ca 100%);
    background-image: -webkit-linear-gradient(bottom, #3eb8e5 0%, #2ca0ca 100%);
    background-image: -ms-linear-gradient(bottom, #3eb8e5 0%, #2ca0ca 100%);
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #3eb8e5), color-stop(1, #2ca0ca));
    -webkit-box-shadow: inset 0 1px 0 #2ab7ec, 0 2px 0 0 #156785, 0 5px 3px #999;
    -moz-box-shadow: inset 0 1px 0 #2ab7ec, 0 2px 0 0 #156785, 0 5px 3px #999;
    -o-box-shadow: inset 0 1px 0 #2ab7ec, 0 2px 0 0 #156785, 0 5px 3px #999;
    box-shadow: inset 0 1px 0 #2ab7ec, 0 2px 0 0 #156785, 0 5px 3px #999;
  }
  #footer #footerBottomArea #footerBottom .spLinkBtn:active::before {
    top: 50%;
    margin-top: -12px;
    -webkit-box-shadow: inset 0 1px 0 #60c9f0, 0 3px 0 #0e3871, 0 6px 3px #1a80a6;
    -moz-box-shadow: inset 0 1px 0 #60c9f0, 0 3px 0 #0e3871, 0 6px 3px #1a80a6;
    -o-box-shadow: inset 0 1px 0 #60c9f0, 0 3px 0 #0e3871, 0 6px 3px #1a80a6;
    box-shadow: inset 0 1px 0 #60c9f0, 0 3px 0 #0e3871, 0 6px 3px #1a80a6;
  }
}

@media screen and (max-width: 840px) {
  #footer {
    clear: both;
    background: #F4FBFF url("../images/footer_bg_top.gif") repeat-x top;
    text-align: center;
    font-size: 90%;
    margin: 15px 0 0;
  }
  #footer #shopListArea {
    background: url("../images/footer_bg_visual.jpg") no-repeat 0 top;
  }
  /* 背景画像調整 IE7でpadding指定 */
  *:first-child + html #footer #shopListArea {
    padding-left: 1px;
    padding-right: 0;
  }
  /* 背景画像調整 IE6以下でpadding指定 */
  *html #footer #shopListArea {
    padding-left: 1px;
    padding-right: 0;
  }
  #footer #shopListArea #shopListTitleArea {
    /*width: 980px;*/
    height: 105px;
    margin: 0 auto;
    padding: 0;
    text-align: center;
  }
  #footer #shopListArea #shopListTitleArea p#shopListTitle {
    margin: 0;
    padding: 81px 0 0;
    text-align: left;
    height: 100px;
    display: block;
  }
  #footer #shopListArea #shopListTitleArea p#shopListTitle img {
    margin: 0 0 0 5px;
    width: 50%;
  }
  #footer #shopListArea #shopListTitleArea P#toHead {
    margin: -55px 0 0;
    padding: 0;
    float: right;
  }
  #footer #shopListArea #shopList {
    margin: 15px auto;
    padding: 0;
    /*width: 980px;*/
    font-size: 70%;
    text-align: center;
    /*background: url(../images/footer_line.gif) repeat-y left;*/
  }
  #footer #shopListArea #shopList ul {
    text-align: left;
  }
  #footer #shopListArea #shopList ul li {
    float: left;
    width: 150px;
  }
  #footer #shopListArea #shopList ul li p {
    padding: 0 0 0 20px;
    font-weight: bold;
  }
  #footer #shopListArea #shopList ul li#shizuokaList,
  #footer #shopListArea #shopList ul li#toubuList {
    width: 300px;
  }
  #footer #shopListArea #shopList ul li ul li {
    width: 150px;
    padding: 0 0 0 20px;
  }
  #footer #shopListArea #shopList ul li ul li a {
    background: url("../images/footer_bullet.gif") no-repeat left center;
    padding: 0 0 0 13px;
  }
  #footer #fNav {
    clear: both;
    background: #333;
    padding: 10px;
  }
  #footer #fNav ul {
    margin: 0 auto;
    /*width: 980px;*/
    font-size: 70%;
    text-align: center;
  }
  #footer #fNav ul li {
    float: left;
    text-align: left;
    padding: 0 20px 1px 0;
    line-height: 20px;
  }
  #footer #fNav ul li a {
    background: url("../images/com_bullet_arrow_white.gif") no-repeat left center;
    padding: 0 0 0 13px;
    color: #CCC;
  }
  #footer #fNav ul li.fNavSmall a {
    background: url("../images/com_bullet_arrow_white_mini.gif") no-repeat left center;
    padding: 0 0 0 11px;
    font-size: 60%;
  }
  #footer #footerBottomArea {
    clear: both;
    background: #FFF;
    border-bottom: 1px solid #CCC;
  }
  #footer #footerBottomArea #footerBottom {
    margin: 0 auto;
    padding: 5px;
    /*width: 980px;*/
    font-size: 70%;
    text-align: center;
    background: #FFF;
  }
  #footer #footerBottomArea #footerBottom p#copyright {
    float: left;
    line-height: 15px;
    color: #999;
    width: 70%;
  }
  #footer #footerBottomArea #footerBottom p#copyright span {
    font-size: 80%;
    padding: 0;
    display: block;
  }
  #footer #footerBottomArea #footerBottom p#weins {
    float: right;
  }
  #footer #footerBottomArea #footerBottom p#weins img {
    width: 80%;
  }
  /* スマホサイトへ飛ぶリンク ※スマホサイトからPCサイトヘ来た時のみ表示 */
  #footer #footerBottomArea #footerBottom .spLinkBtn {
    background-color: #3bb3e0;
    font-size: 44px;
    font-weight: bold;
    text-decoration: none;
    color: #fff;
    position: relative;
    padding: 60px 0;
    display: block;
    margin: 20px 0;
    text-align: center;
    background-image: linear-gradient(bottom, #2ca0ca 0%, #3eb8e5 100%);
    background-image: -o-linear-gradient(bottom, #2ca0ca 0%, #3eb8e5 100%);
    background-image: -moz-linear-gradient(bottom, #2ca0ca 0%, #3eb8e5 100%);
    background-image: -webkit-linear-gradient(bottom, #2ca0ca 0%, #3eb8e5 100%);
    background-image: -ms-linear-gradient(bottom, #2ca0ca 0%, #3eb8e5 100%);
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #2ca0ca), color-stop(1, #3eb8e5));
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: inset 0 1px 0 #2ab7ec, 0 5px 0 0 #156785, 0 10px 5px #999;
    -moz-box-shadow: inset 0 1px 0 #2ab7ec, 0 5px 0 0 #156785, 0 10px 5px #999;
    -o-box-shadow: inset 0 1px 0 #2ab7ec, 0 5px 0 0 #156785, 0 10px 5px #999;
    box-shadow: inset 0 1px 0 #2ab7ec, 0 5px 0 0 #156785, 0 10px 5px #999;
  }
  #footer #footerBottomArea #footerBottom .spLinkBtn:active {
    top: 3px;
    background-image: linear-gradient(bottom, #3eb8e5 0%, #2ca0ca 100%);
    background-image: -o-linear-gradient(bottom, #3eb8e5 0%, #2ca0ca 100%);
    background-image: -moz-linear-gradient(bottom, #3eb8e5 0%, #2ca0ca 100%);
    background-image: -webkit-linear-gradient(bottom, #3eb8e5 0%, #2ca0ca 100%);
    background-image: -ms-linear-gradient(bottom, #3eb8e5 0%, #2ca0ca 100%);
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #3eb8e5), color-stop(1, #2ca0ca));
    -webkit-box-shadow: inset 0 1px 0 #2ab7ec, 0 2px 0 0 #156785, 0 5px 3px #999;
    -moz-box-shadow: inset 0 1px 0 #2ab7ec, 0 2px 0 0 #156785, 0 5px 3px #999;
    -o-box-shadow: inset 0 1px 0 #2ab7ec, 0 2px 0 0 #156785, 0 5px 3px #999;
    box-shadow: inset 0 1px 0 #2ab7ec, 0 2px 0 0 #156785, 0 5px 3px #999;
  }
  #footer #footerBottomArea #footerBottom .spLinkBtn:active::before {
    top: 50%;
    margin-top: -12px;
    -webkit-box-shadow: inset 0 1px 0 #60c9f0, 0 3px 0 #0e3871, 0 6px 3px #1a80a6;
    -moz-box-shadow: inset 0 1px 0 #60c9f0, 0 3px 0 #0e3871, 0 6px 3px #1a80a6;
    -o-box-shadow: inset 0 1px 0 #60c9f0, 0 3px 0 #0e3871, 0 6px 3px #1a80a6;
    box-shadow: inset 0 1px 0 #60c9f0, 0 3px 0 #0e3871, 0 6px 3px #1a80a6;
  }
}

@media screen and (min-width: 841px) {
  .thanks-cont {
    /* 背景画像調整 IE7でpadding指定 */
    /* 背景画像調整 IE6以下でpadding指定 */
  }
  .thanks-cont #footer #shopListArea {
    background: url("../images/footer_bg_visual.jpg") no-repeat center top;
  }
  .thanks-cont *:first-child + html #footer #shopListArea {
    padding-left: 1px;
    padding-right: 0;
  }
  .thanks-cont *html #footer #shopListArea {
    padding-left: 1px;
    padding-right: 0;
  }
  .thanks-cont #footer #shopListArea #shopListTitleArea {
    width: 980px;
    margin: 0 auto;
    padding: 0;
    text-align: center;
  }
  .thanks-cont #footer #shopListArea #shopListTitleArea p#shopListTitle {
    margin: 0;
    padding: 81px 0 0;
    text-align: left;
  }
  .thanks-cont #footer #shopListArea #shopListTitleArea P#toHead {
    margin: -28px 0 0 870px;
    padding: 0;
  }
}

@media screen and (max-width: 840px) {
  .thanks-cont #footer #shopListArea #shopListTitleArea {
    /*width: 980px;*/
    height: 105px;
    margin: 0 auto;
    padding: 0;
    text-align: center;
  }
  .thanks-cont #footer #shopListArea #shopListTitleArea p#shopListTitle {
    margin: 0;
    padding: 81px 0 0;
    text-align: left;
    height: 100px;
    display: block;
  }
  .thanks-cont #footer #shopListArea #shopListTitleArea p#shopListTitle img {
    margin: 0 0 0 5px;
    width: 50%;
  }
  .thanks-cont #footer #shopListArea #shopListTitleArea P#toHead {
    margin: -55px 0 0;
    padding: 0;
    float: right;
  }
}

/*==================================================================================================
  clearfix
==================================================================================================*/
#bland ul:after,
#calendar:after,
#container:after,
#contentsArea:after,
#footer #footerBottomArea #footerBottom:after,
#footer #footerBottomArea:after,
#footer li:after,
#footer ul:after,
#index_contents:after,
#index_contentsArea:after,
#index_information li:after,
#index_recall:after,
#menuArea #shopNav ul li ul li:after,
#sideUsefulNav ul:after,
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0.1%;
  line-height: 0.1;
  clear: both;
  visibility: hidden;
}

*:first-child + html #bland ul,
*:first-child + html #calendar,
*:first-child + html #container,
*:first-child + html #contentsArea,
*:first-child + html #footer #footerBottomArea,
*:first-child + html #footer #footerBottomArea #footerBottom,
*:first-child + html #footer li,
*:first-child + html #footer ul,
*:first-child + html #index_contents,
*:first-child + html #index_contentsArea,
*:first-child + html #index_information li,
*:first-child + html #index_recall,
*:first-child + html #menuArea #shopNav ul li ul li,
*:first-child + html #sideUsefulNav ul,
*:first-child + html .clearfix {
  min-height: 1%;
}

* html #bland ul,
* html #calendar,
* html #container,
* html #contentsArea,
* html #footer #footerBottomArea,
* html #footer #footerBottomArea #footerBottom,
* html #footer li,
* html #footer ul,
* html #index_contents,
* html #index_contentsArea,
* html #index_information li,
* html #index_recall,
* html #menuArea #shopNav ul li ul li,
* html #sideUsefulNav ul,
* html .clearfix {
  height: 1%;
}

/* -----------------------------------------------------------
social button
----------------------------------------------------------- */
#social {
  float: right;
  height: 25px;
  padding: 15px 0px 10px;
}

#social #twitter {
  width: 130px;
}

#social #facebook_like {
  width: 120px;
}

#social #facebook_share {
  margin: 1px 0 0;
  width: 110px;
}

#social #google_plusone {
  width: 100px;
}

#social div, #social_t div {
  float: left;
}