﻿@charset "utf-8";

/* tipsy.css */
@import url("../../css/tipsy.css");
/* efo_required_box.css */
@import url("../../css/efo_required_box.css");
/* efo_input.css */
@import url("../../css/efo_input.css");

html,body {
	scrollbar-face-color: #ff809c;/*表面*/
	scrollbar-track-color: #ffdcef;/*背景*/
	scrollbar-arrow-color: #FFFFFF;/*矢印*/
	scrollbar-3dlight-color: #ffbad0;/*明側面*/
	scrollbar-highlight-color: #ffc8d8;/*明光沢*/
	scrollbar-shadow-color: #f57285;/*暗光沢*/
	scrollbar-darkshadow-color: #e77586;/*暗側面*/
	margin: 0;
	padding: 0;
font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font-size: 14px;
	color: #000;
	line-height: 18px;
	letter-spacing: 0.1em;
}

/*    背景    */
.all_bg {
	padding:0 10;
	background-color: transparent;
    background-color: #fed4da;
    background-image: url(./image/bg02.png);
    background-repeat: repeat-y;
    background-attachment: scroll;
    background-position: center top;
}

/*    背景グラデ    */
.all_bg_top {
    background-color: transparent;
	background-image: url(./image/bg03.png);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center top;
}

table {
    margin: 0;
    padding: 0;
    font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
    text-align: left;
}

img {
    border: 0;
}

/* link */
a:link , a:visited {
    color: #02A621;
    text-decoration: underline;
}

a:hover {
    color: #FF0000;
    text-decoration: none;
		opacity: 0.7;
}

a:active {
    color: #FF0000;
    text-decoration: none;
}

/* font size */
.f10 {
    font-size: 10px;
    line-height: 14px;
}
.f12 {
    font-size: 12px;
    line-height: 18px;
}
.f14 {
    font-size: 14px;
    line-height: 20px;
}
.f16 {
    font-size: 16px;
    line-height: 22px;
}

/* font color */
.c01 {
    color: #FF0000;
}

.c02 {
    color: #02A621;
}

/** Landing page */
#form_landing {
    width: 940px;
}

#form_checkout_title{
	  text-align: center;
	  letter-spacing: 0.1em;
	  background: -moz-linear-gradient(top,#dfc1dc, #a14f98 50%,#840b81 50%,#b03b90);
	  background: -webkit-gradient(linear, left top, left bottom, from(#dfc1dc), color-stop(0.5,#a14f98), color-stop(0.5,#840b81), to(#b03b90));
	  border: 1px solid #DDD;
	  color: #FFF;
	  margin: 20px 0;
	  padding: 15px;
}


#form_payment{
    width: 880px;
    margin: 0px auto;
 }

#form_payment_title{
	  text-align: center;
	  letter-spacing: 0.1em;
	  background: -moz-linear-gradient(top,#dfc1dc, #a14f98 50%,#840b81 50%,#b03b90);
	  background: -webkit-gradient(linear, left top, left bottom, from(#dfc1dc), color-stop(0.5,#a14f98), color-stop(0.5,#840b81), to(#b03b90));
	  border: 1px solid #DDD;
	  color: #FFF;
	  margin: 20px 0;
	  padding: 15px;
}

/*
#form_payment_method {
 }
*/

#form_payment table {
    width: 590px;
 }

/*
#form_payment_method div{
    width: 100%;
    text-align: left;
 }
*/

div#form_payment_method_credit {
    background-image:url(../images/f_card.gif);
    background-repeat: no-repeat;
    background-position: 95% 0%;
    height: 270px;
 }

/*
div#form_payment_method_credit_form {
    clear: both;
    float: left;
    width: 590px;
 }
*/

#creditcards {
    float: right;
    padding-top: 20px;
    padding-right: 20px;
 }

#agreement {
    clear:both;
    width: 860px;
    padding: 10px;
    margin: 20px auto;
    background-color: #EEEEEE;
 }

#agreement div {
	text-align: left;
	padding: 8px;
}

/** Upsell page */
#upsell_form {
    margin-top: 10px;
    width: 880px;
}

#upsell_form_inner {
    /*float: right;*/
}

#upsell_form_inner table {
    margin-top: 0px;
    border: 1px solid #999999;
    border-collapse: collapse;
    width: 99%;
    margin-bottom: 15px;
}

#upsell_form_inner tr{
    line-height: 18px;
}

#upsell_form_inner th{
    padding: 10px 5px;
    border: 1px solid #999999;
    background-color: #f4f6f5;
	width:18em;
}

#upsell_form_inner td{
    padding: 10px 5px;
    border: 1px solid #999999;
 }

 /* upsell申込み内容確認画面 */
 #order_info_order,#order_info_customer,#order_info_payment {
     margin-bottom: 20px;
 }

#order_info {
    width: 885px;
    background-color: #FFFFFF;
 }

#order_info table {
    width: 99%;
    border: 1px solid #999999;
    line-height: 28px;
}

 #order_info table td.order_info_title {
     width: 25%;
     background-color: #f4f6f5;
     text-align: left;
     vertical-align: top;
     border-right: 1px solid #999999;
 }

 table#order_info_inner {
     width: 100%;
     border: 1px solid #FFFFFF;
 }

 #order_info_customer table{
     border-collapse: collapse;
 }

 #order_info_customer table td{
     border-bottom: 1px solid #999999;
 }

 #order_info_payment table {
     border-collapse: collapse;
     border-bottom: 1px solid #999999;
 }

/* error */
div.error-message {
    padding: 1px 3px;
    margin: 2px;
    color: white;
    font-size: 12px;
    line-height: 18px;
    background-color: red;
 }

#duplicate_error {
    width: 880px;
 }

/* 数量選択 */
/*
table#product_qty {
    width: 880px;
    height: 100px;
    border-collapse: collapse;
    border: 1px solid #C3C3C3;
 }

#product_qty tr {
    border-bottom: 1px solid #C3C3C3;
    line-height: 18px;
 }

#product_qty th {
    padding: 5px;
    border-right: 1px solid #b4b0ad;
    background-color: #ffe8e4;
 }

table#product_qty {
    width: 880px;
    border-collapse: collapse;
    border: 1px solid #C3C3C3;
    background-position: right top;
    background-repeat: no-repeat;
 }
*/

 /* 申し込むフォーム */
 #form_checkout_message {
     width: 880px;
     text-align: left;
 }

#landing_form {
}

table#landing_form {
    width: 880px;
		margin: 0 auto;
    border-collapse: collapse;
    border: 1px solid #C3C3C3;
    background-position: right top;
    background-repeat: no-repeat;
 }

#landing_form tr {
    line-height: 28px;
 }

#landing_form th {
	padding: 10px;
	border-right: 1px solid #C3C3C3;
	border-bottom: 1px solid #C3C3C3;
	background-color: #ffe8e4;
	text-align: left;
 }

#landing_form td {
	border-bottom: 1px solid #C3C3C3;
	width: 628px;
	padding: 10px;
 }

#form_payment th {
    vertical-align: top;
 }

/*
#form_payment_method_select {
    margin: 10px 10px 10px 10px;
    padding-left: 5px;
 }
*/

/** NP表示枠は初期は非表示 **/
#form_payment_method_np {
    clear: both;
    display: none;
    padding-left: 15px;
 }

div#form_payment_method_np_form{
    padding: 10px;
    width: 468px;
    border: 1px solid #CCCCCC;
}

#upsell_payment_method_np div#form_payment_method_np{
    padding-right: 20px;
}

div#np_note {
    margin-top:1.0em;
    text-align : left;
}

div#np_note .np_description {
    width: auto;
    padding: 0 12px;
}

/** NP-wiz表示枠は初期は非表示 **/
#form_payment_method_np_wiz {
    clear: both;
    display: none;
    padding-left: 15px;
 }

div#form_payment_method_np_wiz_form{
    padding: 10px;
    width: 468px;
    border: 1px solid #CCCCCC;
}

#upsell_payment_method_np_wiz div#form_payment_method_np_wiz{
    padding-right: 20px;
}

div#np_wiz_note {
    margin-top:1.0em;
    text-align : left;
}

div#np_wiz_note .np_wiz_description {
    width: auto;
    padding: 0 12px;
}

/** GMO後払い表示枠は初期は非表示 **/
#form_payment_method_gmo_ps {
    clear: both;
    display: none;
    padding-left: 15px;
 }

div#form_payment_method_gmo_ps_form{
    padding: 10px;
    width: 468px;
    border: 1px solid #CCCCCC;
}

#upsell_payment_method_gmo_ps div#form_payment_method_gmo_ps{
    padding-right: 20px;
}

div#gmo_ps_note {
    margin-top:1.0em;
    text-align : left;
}

div#gmo_ps_note .gmo_ps_description {
    width: auto;
    padding: 0 12px;
}

/** クレジットカード入力情報は初期は非表示 **/
#form_payment_method_credit {
    clear: both;
    display: none;
    padding-left: 5px;
 }

#form_payment_method_credit th{
    vertical-align:top;
 }

#form_payment_method_credit th{
    vertical-align:top;
 }

 img.required_image {
     vertical-align: middle;
     margin-left: 3px;
 }

/* 確認ボタン.swf */
div#confirm_button {
    clear: both;
    width: 880px;
	margin:0 auto;
 }

/* 生年月日 */
input#OrderBirthdayYear {
    width: 4em;
 }

/* IME-MODE */
input.ime_active {
    ime-mode:active;
 }

input.ime_inactive {
    ime-mode:inactive;
 }

input.ime_disabled {
    ime-mode:disabled;
 }

/* 住所 */
input.address {
    width: 20em;
 }

/* メールアドレス */
input.email {
    width: 20em;
 }

/* 郵便番号 */
input.zip1 {
    width: 3em;
 }
input.zip2 {
    width: 4em;
 }

/* 電話番号 */
input.tel_no {
    width: 4em;
 }

/* フリースペース */
textarea.extra_textarea {
    width: 20em;
 }

/* カード日付 */
input.card_date {
    width: 3em;
 }

 /* 確認画面＋サンクス画面のSTEP画像 */
 .step_image {
     margin-bottom:30px;
 }

 /* 確認画面＋サンクス画面の注意書き */
 .caution_message {
     margin-top: 20px;
     margin-bottom: 20px;
 }

 #landing_box{
    width: 960px !important;
}

.landing_blocks {
    width: 960px !important;
}

#landing_form-wrapper {
    width: 960px !important;
}

#form_landing {
    width: 960px !important;
		margin: 0 auto;
}

.landing-small-button {
	text-align:right;
	padding:20px 20px 10px 0;
}

#form_enq {
    background: none repeat scroll 0 0 #FFFCD3;
    border: 3px solid #FFC501;
    margin-bottom: 20px;
    padding: 5px;
    text-align: left;
    width: 730px;
}

#form_enq ul li {
	list-style-type:none;
	margin-left:-2em;
}

#form_enq h3 {
	color:#F00;
	font-size:18px;
	margin-left:1em;
}

#form_enq p span.bg_y {
	background-color:#FF0;
}

#form_enq p span.txt_r {
	color:#F00;
	font-weight:bold;
	font-size:larger;
	}

#form_enq p.countUpBlock {
	text-align:right;
}

/** FSP 追記 */

 .head {
	 text-align:left;
	 padding:5px 20px;
	 border-top:solid #FFBFCC 5px;
	 border-bottom:solid #DEDEDE 1px;
 }

 .ttl {
	 margin:20px auto 10px auto;
	 }

/*--------------------
	margn
--------------------*/

 .mt30 {
	 margin-top:30px;
	 }

 .mt20 {
	 margin-top:20px;
	 }

 .mt10 {
	 margin-top:10px;
	 }

/*--------------------
	footer
--------------------*/

#footer {
		width:960px;
		margin:20px auto 0px;
		font-size:12px;
		text-align:center;
}

#footer-inner{
	width:880px;
	margin:0 auto;
	padding:10px 0px;
	border-top:#DEDEDE solid 1px;
	border-bottom:#DEDEDE solid 1px;
}

#footer table{
	width:880px;
	margin:0 auto;
	padding:10px 0px;
	text-align:left;
}

#footer-inner table table{
	width:270px;
	margin:0;
	background:#FFF;
}

#footer-inner table table td{
	padding:6px 3px 6px 3px;
	text-align:center;
}

/* add start */
#confirm_button_disable {
    display: none;
}

.movie_bg {
  height: 502px;
  margin:0px auto;
  background:url(./image/movie_bg.jpg) top center no-repeat;
  padding:0;
  text-align: center;
}

.movie_bg .movie_inner {
  margin: 0 auto;
}

#noscript_box{
	background-color:red;
	height:20px;
	width:100%;
	padding:8px 0px;
}

#footer_company_info,
#footer_copyright {
  white-space: nowrap;
}

#honki-check-wrapper {
    margin: 0;
    padding: 0;
    text-align: center;
}
#honki-check-frame {
    width: 734px;
    margin: 30px auto;
    padding: 15px;
    border: solid 3px #FFC600;
    background: #FFFCD3;
    text-align: left;
}
#honki-check-box {
    width: 734px;
    margin: 0;
    padding: 0;
}
#honki-check-box .honki-check-checkbox {
    width: 100%;
    margin: 0;
}
#honki-check-box .honki-check-checkbox td.check {
    width: 35px;
    text-align: center;
    vertical-align: top;
    padding: 10px 0;
    border-bottom: solid 1px #D7CFA8;
}
#honki-check-box .honki-check-checkbox td.question {
    width: auto;
    text-align: left;
    vertical-align: top;
    padding: 10px 0;
    font-weight: bold;
    border-bottom: solid 1px #D7CFA8;
}
#honki-check-box .honki-check-checkbox td.question img {
    vertical-align: middle;
}
#honki-check-enquete-description {
    font-weight: bold;
}
#honki-check-enquete-description img {
    vertical-align: middle;
}
#honki-check-enquete-textarea textarea {
    width: 99%;
    height: 130px;
}
#honki-check-enquete-countdown-wrapper {
    text-align: right;
    font-weight: bold;
}
#honki-check-enquete-countdown {
    color: #FF0000;
}

#product_qty {
    width: 880px;
    height: 100px;
    border-collapse: collapse;
    border: 1px solid #C3C3C3;
    background-position: right top;
    background-repeat: no-repeat;
    margin-top: 20px;
}

#product_qty tr {
    line-height: 28px;
 }

#product_qty th {
	padding: 10px;
	border-right: 1px solid #C3C3C3;
	border-bottom: 1px solid #C3C3C3;
	background-color: #ffe8e4;
	text-align: left;
 }

#product_qty td {
	border-bottom: 1px solid #C3C3C3;
	width: 628px;
	padding: 10px;
 }

#form_landing_customer{
    margin-top: 20px;
}

span.required_image {
     display:inline-block;
     float:right;
     height:19px;
     width:40px;
     vertical-align:top;
 }

span.required_image img {
     vertical-align: middle;
     margin-left: 3px;
 }

#form_payment_method {
    width: 880px;
    margin-top: 10px;
 }

#form_payment_method .form-single-payment-method strong {
    width: 98%;
    margin: 0 5px 10px 5px;
    border: 1px solid #999999;
    padding: 10px 5px;
    text-align: left;
    display: block;
}

#form_payment_method_select {
    width: 98%;
    margin: 0 5px 10px 5px;
    border: 1px solid #999999;
    padding: 10px 5px;
    text-align: left;
}

#upsell_payment_method {
    width: 880px;
 }

#form_payment_method_credit_form {
    clear: both;
    float: left;
    width: 590px;
}

#form_payment_method_credit_form table {
    width: 590px;
 }

#upsell_form_upsell_footer_contents.one-step #upsell_form #upsell_form_inner {
    float: right;
}

#upsell_form_upsell_footer_contents.one-step #upsell_form #upsell_form_inner table {
    width: 390px;
}

#upsell_form_upsell_footer_contents.one-step #upsell_form #upsell_payment_method_np {
    width: 490px;
    margin-left: 390px
}

#upsell_form_upsell_footer_contents.one-step #upsell_form #upsell_payment_method_np #form_payment_method_np {
    padding-right: 0;
    padding-left: 0;
}

#upsell_form_upsell_footer_contents.one-step #upsell_form #upsell_payment_method_np_wiz {
    width: 490px;
    margin-left: 390px
}

#upsell_form_upsell_footer_contents.one-step #upsell_form #upsell_payment_method_np_wiz #form_payment_method_np_wiz {
    padding-right: 0;
    padding-left: 0;
}

#upsell_form_upsell_footer_contents.one-step #upsell_form #upsell_payment_method_gmo_ps {
    width: 490px;
    margin-left: 390px
}

#upsell_form_upsell_footer_contents.one-step #upsell_form #upsell_payment_method_gmo_ps #form_payment_method_gmo_ps {
    padding-right: 0;
    padding-left: 0;
}

#upsell_form_upsell_footer_contents.one-step #upsell_form #upsell_payment_method_gmo_ps {
    width: 490px;
    margin-left: 390px
}

#upsell_form_upsell_footer_contents.one-step #upsell_form #form_payment_method_credit {
    width: 800px;
    padding-left: 0;
    margin-left: 80px
}

/*** imput button css ***/
input[type="submit"]{
  background-image: url("../images/confirm_btn_pc.png");
  width: 366px;
  height: 90px;
  margin: 0 auto 100px;
  display: block;
  background-repeat: no-repeat;
  text-indent: -9999px;
  cursor: pointer;
  border-style: none;
}

span.form_required{
  text-indent: -9999px;
  color: #fff;
  background-image: url("https://cp.u-u-kan.jp/templates/new_yellow/image/required.png");
  /* text-align: center; */
  display: block;
  float: right;
  height: 18px;
  width: 40px;
  vertical-align: bottom;
  margin: 7px 0 0 0;
}
#agreement span.form_notice{
	display: inline-block;
	text-indent: -9999px;
	background-image: url("https://cp.u-u-kan.jp/templates/new_yellow/image/required.png");
	background-repeat: no-repeat;
	height: 18px;
	width: 40px;
	vertical-align: bottom;
}


