@charset "UTF-8";
/* CSS Document */
/*---------------

1.タグ
2.全体のレイアウト
3.汎用クラス
4.各モジュール

---------------*/
/* ---

 1.タグ
 
  --- */
body {
  font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', sans-serif;
}
body a:link {
  color: #1d3994;
  text-decoration: none;
}
body a:visited {
  color: purple;
  text-decoration: none;
}
body a:hover {
  text-decoration: underline;
}

h1, h2, h3, h4, h5 {
  font-size: 100%;
  font-weight: normal;
  margin: 0;
  padding: 0;
}

/* ---

 2.全体のレイアウト
 
  --- */
#wrapper, #contents, #yjMain {
  width: auto;
  padding: 0;
}

#header, #footer {
  width: 950px;
  margin: auto;
}

#header .emg table {
  margin: 0 auto;
}

#header .emg > table {
  margin-bottom: 10px;
}

#yjMain.top_page {
  background: #f9f0e0;
}

#footer {
  padding: 0;
}

.errorText {
  margin: 20px 0 10px;
  padding: 10px;
  border: 1px solid #c9012b;
  text-align: center;
  color: #c9012b;
  font-weight: bold;
}

.yjChviewWrap {
  text-align: center;
  margin: 10px;
}
.yjChviewWrap .yjChview {
  display: inline-block;
  padding: 10px 30px;
  border: 1px solid #e7e7e7;
  background: #f9f9f9;
  text-align: center;
}
.yjChviewWrap .yjChview dt, .yjChviewWrap .yjChview dd {
  display: inline;
  font-size: 14px;
  line-height: 1.2em;
}
.yjChviewWrap .yjChview dt {
  padding-right: 0.2em;
}
.yjChviewWrap .yjChview dd span {
  font-weight: bold;
}
.yjChviewWrap .yjChview dd:after {
  content: "\ff5c";
}
.yjChviewWrap .yjChview dd.end:after {
  content: "";
}

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

* html .clearfix {
  height: 1px;
  /*\*/
  /*/
  height: auto;
  overflow: hidden;
  /**/
}

/* ---

 3.汎用クラス

  --- */
/* .normal_mod */
.normal_mod {
  width: 950px;
  margin: 0 auto;
}
.normal_mod h2 {
  height: 41px;
  margin: 20px 0;
  padding: 0 10px;
  background: url("http://i.yimg.jp/images/bb/promo/cpn/valueplan/img/sprite_mod_h2.png") no-repeat left top;
  display: block;
  text-indent: -200%;
  white-space: nowrap;
  overflow: hidden;
}
.normal_mod h3 {
  height: 31px;
  margin: 10px 0;
  background: url("http://i.yimg.jp/images/bb/promo/cpn/valueplan/img/0807_sprite_mod_h3.png") no-repeat left top;
  display: block;
  text-indent: -200%;
  white-space: nowrap;
  overflow: hidden;
}
.normal_mod h4 {
  height: 40px;
  margin: 10px;
  display: block;
  text-indent: -200%;
  white-space: nowrap;
  overflow: hidden;
}
.normal_mod .exp {
  font-size: 100%;
  color: black;
  line-height: 1.6;
  margin: 5px;
}
.normal_mod .pic {
  margin: 10px;
}
.normal_mod .sup {
  margin: 10px 0;
  font-size: 88%;
  line-height: 1.28;
}

/* .scroll_to_top */
.scroll_to_top {
  width: 97px;
  margin: 25px 0 0 auto;
}
.scroll_to_top a {
  display: block;
  width: 97px;
  padding-top: 19px;
  background: url("http://i.yimg.jp/images/bb/promo/cpn/valueplan/img/bg_scroll_btn_arrow.png") no-repeat top #88011d;
  font-size: 88%;
  line-height: 34px;
  text-align: center;
  font-weight: bold;
}
.scroll_to_top a:link, .scroll_to_top a:visited {
  color: white;
}

/* ---

 4.各モジュール

  --- */
/* #key_vd */
#key_vd #kv_lead {
  padding-top: 10px;
  background: #f35;
}
#key_vd #kv_lead .inner {
  height: 1%;
  width: 950px;
  margin: 0 auto;
}
#key_vd #kv_lead .inner:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: ".";
}
#key_vd #kv_lead .leadTxt {
  float: left;
  _display: inline;
  _zoom: 1;
  background: url("http://i.yimg.jp/images/bb/promo/cpn/valueplan/img/img_kv_lead_txt_131209.png") no-repeat;
  width: 206px;
  height: 31px;
  display: block;
  text-indent: -200%;
  white-space: nowrap;
  overflow: hidden;
}
#key_vd #kv_lead .cp_length {
  width: 450px;
  margin-right: 5px;
  float: right;
  font-size: 88%;
  text-align: right;
  color: white;
}
#key_vd #kv_lead .fb, #key_vd #kv_lead .twi {
  float: right;
  _display: inline;
  _zoom: 1;
}
#key_vd #kv_main {
	background-color: #f35;
}
#key_vd #kv_main .inner {
  height: 1%;
  width: 950px;
  margin: 0 auto;
}
#key_vd #kv_main .inner:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: ".";
}

/* .entry_form */
.entry_form {
  height: 1%;
  background: #f2e6cf;
  padding-bottom: 40px;
}
.entry_form:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: ".";
}
.entry_form.top h2 span, .entry_form.bottom h2 span, .entry_form .entry_type h3, .entry_form .entry_type dt, .entry_form .entry_by_phone dd.ybb_phone_number, .entry_form .barcode_column p {
  background: url("http://i.yimg.jp/images/bb/promo/cpn/valueplan/img/sprite_entry_form.png") no-repeat;
}
.entry_form.top h2 {
  background: #fff;
}
.entry_form.top h2 span {
  display: block;
  width: 314px;
  height: 37px;
  margin: 0 auto;
  background: url("http://i.yimg.jp/images/bb/promo/cpn/valueplan/img/img_entry_form_title.png") no-repeat;
  text-indent: -200%;
  white-space: nowrap;
  overflow: hidden;
}
.entry_form.bottom h2 {
  padding: 40px 0 10px;
}
.entry_form.bottom h2 span {
  background-position: 0 -30px;
  display: block;
  width: 950px;
  height: 40px;
  margin: 0 auto;
  display: block;
  text-indent: -200%;
  white-space: nowrap;
  overflow: hidden;
}
.entry_form .entry_wrap {
  width: 950px;
  margin: 0 auto;
}
.entry_form .entry_column {
  width: 790px;
  float: left;
  _display: inline;
  _zoom: 1;
}
.entry_form .entry_type {
  padding: 15px 0;
  background: url("http://i.yimg.jp/images/bb/promo/cpn/valueplan/img/bg_line_entry_form.png") repeat-x left bottom;
}
.entry_form .entry_type h3 {
  width: 470px;
  height: 25px;
  margin-bottom: 10px;
  display: block;
  text-indent: -200%;
  white-space: nowrap;
  overflow: hidden;
}
.entry_form .entry_type dl {
  height: 1%;
}
.entry_form .entry_type dl:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: ".";
}
.entry_form .entry_type dt {
  float: left;
  _display: inline;
  _zoom: 1;
  width: 236px;
  height: 65px;
  display: block;
  text-indent: -200%;
  white-space: nowrap;
  overflow: hidden;
}
.entry_form .entry_type dd {
  margin-left: 20px;
  float: left;
  _display: inline;
  _zoom: 1;
}
.entry_form .entry_type dd.input_element {
  width: 300px;
}
.entry_form .entry_type dd.input_element input {
  font-size: 30px;
  border: none;
  border: 1px solid #999\9;
  -webkit-box-shadow: 0 1px 3px 0 #666 inset;
  -moz-box-shadow: 0 1px 3px 0 #666 inset;
  -ms-box-shadow: 0 1px 3px 0 #666 inset;
  -o-box-shadow: 0 1px 3px 0 #666 inset;
  box-shadow: 0 1px 3px 0 #666 inset;
}
.entry_form .type1 h3 {
  background-position: 0 -70px;
}
.entry_form .type1 .phone_number_input dt {
  margin-top: 3px;
  background-position: 0 -130px;
}
.entry_form .type1 .phone_number_input dd.input_element input {
  width: 90px;
}
.entry_form .type1 .phone_number_input th {
  height: 20px;
  vertical-align: center;
  font-size: 88%;
  text-align: center;
}
.entry_form .type1 .ntel dt {
  background-position: 0 -195px;
}
.entry_form .type1 .ntel dd {
  font-weight: bold;
  line-height: 65px;
}
.entry_form .type2 h3 {
  background-position: 0 -100px;
}
.entry_form .type2 dt {
  margin-top: 3px;
  background-position: 0 -260px;
}
.entry_form .type2 dd.input_element td {
  height: 72px;
  vertical-align: center;
}
.entry_form .type2 dd.input_element td.label {
  padding-left: 5px;
  font-size: 88%;
}
.entry_form .type2 dd.input_element input {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 200px;
}
.entry_form .entry_by_phone {
  background: none;
}
.entry_form .entry_by_phone dt {
  background-position: 0 -325px;
}
.entry_form .entry_by_phone dd.ybb_phone_number {
  width: 225px;
  height: 25px;
  margin-top: 20px;
  background-position: 0 -390px;
  display: block;
  text-indent: -200%;
  white-space: nowrap;
  overflow: hidden;
}
.entry_form .entry_by_phone dd.time {
  font-size: 88%;
  line-height: 65px;
}
.entry_form .barcode_column {
  float: left;
  _display: inline;
  _zoom: 1;
  padding-top: 15px;
}
.entry_form .barcode_column p {
  width: 145px;
  height: 170px;
  background-position: -240px -130px;
  display: block;
  text-indent: -200%;
  white-space: nowrap;
  overflow: hidden;
  text-indent: -3000px;
}
.entry_form .link_to_attention {
  background: url("http://i.yimg.jp/images/bb/promo/cpn/valueplan/img/bg_line_dot3px_black.png");
  clear: both;
  padding: 1px;
}
.entry_form .link_to_attention dl {
  padding: 10px;
  background: #f2e6cf;
  font-size: 88%;
  line-height: 1.28;
}
.entry_form .link_to_attention dt {
  font-weight: bold;
}
.entry_form .sup {
  padding: 20px 0 0;
  font-size: 85%;
  line-height: 1.28;
}
.entry_form .bnr_gift {
  margin: 15px 0;
  text-align: center;
}

/* #global nav */
#global_nav {
  background: #f35;
}
#global_nav ul {
  height: 1%;
  width: 950px;
  margin: 0 auto;
  padding: 10px 0 8px;
}
#global_nav ul:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: ".";
}
#global_nav li {
  width: 314px;
  margin: 0 0 2px 2px;
  float: left;
  _display: inline;
  _zoom: 1;
}
#global_nav li:last_child {
  margin-left: 0;
}
#global_nav a {
  display: block;
  background: #f2e6cf url("http://i.yimg.jp/images/bb/promo/cpn/valueplan/img/bg_nav_arrow.png") no-repeat right bottom;
  padding: 20px 0;
  text-align: center;
}
#global_nav a:hover {
  background-color: #d5cab6;
}

/* #mod_cp_detail */
#mod_cp_detail .discount_example .pic {
  margin: 30px 0;
}
#mod_cp_detail .discount_example .sup {
  font-size: 100%;
  text-align: right;
}
#mod_cp_detail .monthly_charge h3 {
  background-position: 0 -40px;
}
#mod_cp_detail .monthly_charge .price_list {
  width: 950px;
}
#mod_cp_detail .monthly_charge .price_list th, #mod_cp_detail .monthly_charge .price_list td {
  /*width: 350px;*/
  padding: 10px;
  border: 1px solid #cac0ad;
  line-height: 1.28;
}
#mod_cp_detail .monthly_charge .price_list thead th {
  background: #666666;
  color: white;
  font-weight: bold;
  text-align: center;
}
#mod_cp_detail .monthly_charge .price_list tbody th {
  width: 230px;
  background: #e9ddc7;
  vertical-align: top;
}
#mod_cp_detail .monthly_charge .price_list tbody td {
  text-align: center;
  font-family: Helvetica, Arial, sans-serif;
}
#mod_cp_detail .monthly_charge .price_list caption {
  display: block;
  text-indent: -200%;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0;
  height: 0;
}
#mod_cp_detail .monthly_charge .price_list .monthly_amount th, #mod_cp_detail .monthly_charge .price_list .monthly_amount td {
  background: #f9e472;
}
#mod_cp_detail .monthly_charge .price_list .monthly_amount th p {
  margin-bottom: 5px;
}
#mod_cp_detail .monthly_charge .price_list .normal_price {
  text-decoration: line-through;
}
#mod_cp_detail .monthly_charge .price_list .discount_price {
  font-size: 156%;
  font-weight: bold;
  color: #c9012b;
}
#mod_cp_detail .monthly_charge .price_list .discount_price strong {
  font-size: 200%;
}
#mod_cp_detail .monthly_charge .price_list .detail {
  font-size: 88%;
}

/* #mod_about_vp */
#mod_about_vp h2 {
  background-position: 0 -50px;
}
#mod_about_vp .vp_summary h3 {
  background-position: 0 -80px;
}
#mod_about_vp .vp_summary .alert {
  color: #cc1d40;
}
#mod_about_vp .compare_to_other_plan h3 {
  background-position: 0 -120px;
}
#mod_about_vp .compare_to_other_plan .price_list {
  width: 950px;
  font-size: 18px;
}
#mod_about_vp .compare_to_other_plan .price_list thead {
  border: 1px solid #d5cab6;
}
#mod_about_vp .compare_to_other_plan .price_list thead th {
  padding: 15px 0;
  background: #d5cab6;
  font-weight: bold;
  text-align: center;
  border-left: 1px solid #f9f0e0;
}
#mod_about_vp .compare_to_other_plan .price_list thead th.vp {
  width:25%;
  color: #cc1d40;
}
#mod_about_vp .compare_to_other_plan .price_list thead th.np {
  width:25%;
}
#mod_about_vp .compare_to_other_plan .price_list tbody th {
  padding: 10px;
}
#mod_about_vp .compare_to_other_plan .price_list tbody th.classifying {
  background: #f2e6cf;
  border-bottom: 1px solid #d5cab6;
  vertical-align: top;
}
#mod_about_vp .compare_to_other_plan .price_list tbody th.speed {
  border: 1px solid #d5cab6;
  border-left: none;
}
#mod_about_vp .compare_to_other_plan .price_list tbody td {
  padding: 10px 0;
  text-align: center;
  border: 1px solid #d5cab6;
  font-family: Helvetica, Arial, sans-serif;
}
#mod_about_vp .compare_to_other_plan .price_list tbody td.vp {
  background-color: #f9e472;
}
#mod_about_vp .compare_to_other_plan .price_list caption {
  display: block;
  text-indent: -200%;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0;
  height: 0;
}
#mod_about_vp .compare_to_other_provider h3 {
  background-position: 0 -160px;
}
#mod_about_vp .compare_to_other_provider .price_list {
  width: 950px;
  font-size: 88%;
}
#mod_about_vp .compare_to_other_provider .price_list th, #mod_about_vp .compare_to_other_provider .price_list td {
  width: 180px;
  padding: 15px;
  line-height: 1.28;
}
#mod_about_vp .compare_to_other_provider .price_list thead th {
  background: #d5cab6;
  border-left: 1px solid #f9f0e0;
}
#mod_about_vp .compare_to_other_provider .price_list thead th.ybb {
  font-weight: bold;
}
#mod_about_vp .compare_to_other_provider .price_list tbody th {
  background: #f2e6cf;
  border-bottom: 1px solid #d5cab6;
}
#mod_about_vp .compare_to_other_provider .price_list td {
  text-align: center;
  border: 1px solid #d5cab6;
  font-family: Helvetica, Arial, sans-serif;
}
#mod_about_vp .compare_to_other_provider .price_list td.ybb {
  background: #f9e472;
  font-weight: bold;
}
#mod_about_vp .compare_to_other_provider .price_list td .ybb_normal_price {
  font-weight: normal;
  text-decoration: line-through;
}
#mod_about_vp .compare_to_other_provider .price_list td .ybb_discount_price {
  font-size: 18px;
  color: #c9012b;
}
#mod_about_vp .compare_to_other_provider .price_list caption {
  display: block;
  text-indent: -200%;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0;
  height: 0;
}

/* #mod_privilege */
#mod_privilege h2 {
  background-position: 0 -100px;
}
#mod_privilege #privilege_list {
  height: 1%;
  background: #c9012b;
  width: 890px;
  padding: 10px 30px;
  margin: 0 auto;
}
#mod_privilege #privilege_list h3, #mod_privilege #privilege_list dl dt {
  background-image: url("http://i.yimg.jp/images/bb/promo/cpn/valueplan/img/sprite_privilege_131009.png");
  background-repeat: no-repeat;
}
#mod_privilege #privilege_list:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: ".";
}
#mod_privilege #privilege_list h3 {
  display: block;
  text-indent: -200%;
  white-space: nowrap;
  overflow: hidden;
  background-position: 0 -166px;
  width: 530px;
  height: 30px;
  margin: 0 auto;
}
#mod_privilege #privilege_list dl {
  float: left;
  _display: inline;
  _zoom: 1;
  margin: 10px 0 0 10px;
  padding: 20px;
  background: #fff;
}
#mod_privilege #privilege_list dl dt {
  display: block;
  text-indent: -200%;
  white-space: nowrap;
  overflow: hidden;
  text-indent: -3000px;
  margin-bottom: 20px;
}
#mod_privilege #privilege_list dl dd {
  font-size: 88%;
  line-height: 1.5;
  color: #332306;
}
#mod_privilege #privilege_list dl dd a {
  display: block;
  text-align: right;
  font-weight: bold;
}
#mod_privilege #privilege_list dl.gyaoStore, #mod_privilege #privilege_list dl.ybox {
  width: 390px;
}
#mod_privilege #privilege_list dl.gyaoStore dt, #mod_privilege #privilege_list dl.ybox dt {
  height: 71px;
}
#mod_privilege #privilege_list dl.auction, #mod_privilege #privilege_list dl.shopping, #mod_privilege #privilege_list dl.fortune {
  width: 243px;
}
#mod_privilege #privilege_list dl.auction dt, #mod_privilege #privilege_list dl.shopping dt, #mod_privilege #privilege_list dl.fortune dt {
  height: 95px;
}
#mod_privilege #privilege_list dl.ybox dt {
  background-position: -390px 0;
}
#mod_privilege #privilege_list dl.auction dt {
  background-position: 0 -71px;
}
#mod_privilege #privilege_list dl.shopping dt {
  background-position: -243px -71px;
}
#mod_privilege #privilege_list dl.fortune dt {
  background-position: -486px -71px;
}

/* #mod_option */
#mod_option {
  height: 1%;
  font-size: 95%;
}
#mod_option:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: ".";
}
#mod_option dt, #mod_option dd.btn_detail a, #mod_option dd.privilege {
  background: url("http://i.yimg.jp/images/bb/promo/cpn/valueplan/img/sprite_option.png") no-repeat;
}
#mod_option h2 {
  background-position: 0 -150px;
}
#mod_option dl {
  width: 300px;
  margin-right: 25px;
  float: left;
  _display: inline;
  _zoom: 1;
}
#mod_option dl.premium {
  margin-right: 0;
}
#mod_option dt {
  width: 300px;
  height: 160px;
  margin-bottom: 30px;
  display: block;
  text-indent: -200%;
  white-space: nowrap;
  overflow: hidden;
}
#mod_option dd.exp {
  min-height: 7.68em;
  height: auto !important;
  height: 7.68em;
  line-height: 1.28;
  color: #333333;
}
#mod_option dd.btn_detail a {
  display: block;
  width: 288px;
  height: 51px;
  margin: 0 auto;
  background-position: 0 -160px;
  display: block;
  text-indent: -200%;
  white-space: nowrap;
  overflow: hidden;
}
#mod_option dd.privilege {
  height: 45px;
  margin: 5px 0;
  display: block;
  text-indent: -200%;
  white-space: nowrap;
  overflow: hidden;
}
#mod_option .wifi dt {
  background-position: -300px 0;
}
#mod_option .wifi dd.privilege {
  background-position: -300px -160px;
}
#mod_option .premium dt {
  background-position: -600px 0;
}
#mod_option .premium dd.privilege {
  background-position: -600px -160px;
}

/* #mod_question */
#mod_question h2 {
  background-position: 0 -200px;
}
#mod_question dl {
  color: #333333;
  margin-bottom: 30px;
}
#mod_question dt {
  padding-left: 25px;
  min-height: 21px;
  height: auto !important;
  height: 21px;
  margin: 10px 0;
  background: url("http://i.yimg.jp/images/bb/promo/cpn/valueplan/img/ico_balloon.png") no-repeat left center;
  font-size: 18px;
  font-weight: bold;
}
#mod_question dd {
  line-height: 1.28;
}
#mod_question dd.pict {
  text-align: center;
}
#mod_question dd .alert {
  font-weight: bold;
}
#mod_question .pict {
  margin: 25px 0;
}

#mod_flow h2 {
  background-position: 0 -250px;
}
#mod_flow .exp {
  font-weight: bold;
}
#mod_flow .link_normal {
  margin: 20px 0;
  text-align: right;
}

/* .cpFooterLinkBox */
.cpFooterLinkBox {
  height: 1%;
  width: 950px;
  margin: 0 auto;
}
.cpFooterLinkBox:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: ".";
}
.cpFooterLinkBox h2 {
  margin: 10px 0px 15px 20px;
  font-size: 18px;
}
.cpFooterLinkBox dl {
  float: left;
  _display: inline;
  width: 47%;
  margin: 0 0 15px 15px;
  min-height: 80px;
  height: auto!important;
  height: 80px;
  color: #444;
}
.cpFooterLinkBox dt {
  position: relative;
  display: block;
  padding-left: 90px;
  font-size: 100%;
  font-weight: bold;
}
.cpFooterLinkBox dt img {
  position: absolute;
  top: 0;
  left: 0;
  _left: -90px;
}
.cpFooterLinkBox dd {
  margin: 5px 0 0 90px;
  font-size: 88%;
  line-height: 130%;
}
.cpFooterLinkBox .scroll_to_top {
  margin-top: 10px;
}

.BackLink {
  padding: 25px 0;
  text-align: center;
}

/* #footerNavi */
#footerNaviWrap {
  text-align: left;
  background: #999999;
}

#footerNavi {
  height: 1%;
  position: relative;
  padding-top: 15px;
  background: #edeae8;
}
#footerNavi:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: ".";
}
#footerNavi dl dt, #footerNavi dl dt span {
  background-image: url("http://i.yimg.jp/images/bb/promo/img/common/footNavi_Sprite.png");
}
#footerNavi .pageTop {
  display: none;
}
#footerNavi dl {
  float: left;
  _display: inline;
  _zoom: 1;
  width: 215px;
}
#footerNavi dl.hikari_wf {
  margin: 0 0 0 15px;
  _margin-left: 7.5px;
}
#footerNavi dl.campaign {
  margin: 0 0 0 20px;
}
#footerNavi dl.campaign dt span {
  background-position: 0 -13px;
}
#footerNavi dl.option {
  margin: 0 0 0 20px;
}
#footerNavi dl.option dt span {
  background-position: 0 -26px;
}
#footerNavi dl.bbshokai {
  margin: 0 0 0 20px;
}
#footerNavi dl.bbshokai dt span {
  background-position: 0 -39px;
}
#footerNavi dl.adsl {
  margin: 0 0 0 15px;
  _margin-left: 7.5px;
}
#footerNavi dl.adsl dt span {
  background-position: 0 -52px;
}
#footerNavi dl.bbmember {
  margin: 0 0 0 20px;
}
#footerNavi dl.bbmember dt span {
  background-position: 0 -65px;
}
#footerNavi dl dt {
  width: 215px;
  height: 13px;
  margin-bottom: 5px;
  padding: 3px 0;
  background-position: 0 -78px;
}
#footerNavi dl dt span {
  display: block;
  text-indent: -200%;
  white-space: nowrap;
  overflow: hidden;
  width: 196px;
  height: 13px;
  margin: 0 8px;
}
#footerNavi dl dd {
  margin-left: 11px;
  text-indent: -6px;
  font-size: 69%;
  line-height: 1.8;
  color: #5e5b59;
}
#footerNavi a:link,
#footerNavi a:visited {
  color: #5e5b59;
}
#footerNavi #footerNaviInner {
  height: 1%;
  width: 950px;
  margin: 0 auto;
}
#footerNavi #footerNaviInner:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: ".";
}
#footerNavi .note {
  margin-top: 30px;
  padding: 10px 0;
  background: #282726;
  font-size: 75%;
  color: white;
  text-align: center;
}

/* #footer */
#footer {
  font-size: 100%;
  text-align: center;
}
#footer #universalFooter {
  padding: 10px 0 7px;
}
#footer address {
  padding: 10px 0 20px;
  border-top: 1px solid #ccc;
  font-size: 75%;
  line-height: 1.4;
}

/* #attention */
#attention {
  width: 950px;
  margin: 0 auto;
}
#attention h1 {
  width: 950px;
  padding: 10px 5px 5px;
  background-color: #c9012b;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
#attention h1 span {
  display: block;
  font-size: 30px;
}
#attention .not_applicable {
  width: 900px;
  color: #F00;
  margin: 20px 20px;
  border: 1px solid #F00;
  padding: 5px;
}
#attention .not_applicable dt {
  font-weight: bold;
  margin-bottom: 5px;
}
#attention .not_applicable dd {
  line-height: 1.2;
}
#attention .att_article {
  margin: 25px 20px 15px;
}
#attention .att_article dt {
  padding: 9px 10px;
  background: #666;
  color: #fff;
  font-weight: bold;
  line-height: 1;
}
#attention .att_article dd {
  padding: 10px 10px 0;
  line-height: 1.2;
}
#attention .att_article dd ul,
#attention .att_article dd p {
  padding-bottom: 10px;
}
#attention .att_article dd ol ul {
  padding: 10px;
}
.notell{
	font-size:85%;
	display:block;
	margin-top:-5px;
	margin-bottom:3px;
	padding-left:30px;}
.cptbl{
	font-size:110%;
	color:#900;
	display:inline-block;
	font-weight:bold;
	margin-bottom:5px;}

#leftLine,#rightLine{
	background: none repeat scroll 0 0 #666666;
    color: white;
    font-weight: bold;
    text-align: center;
}
#leftLine{
	width:630px;}
#rightLine{
	width:317px;}
#cp td,#cp th{
	border: 1px solid #CAC0AD;
    line-height: 1.28;
    padding: 10px;
}

#cp #cb30k,
#cp #joinSp{
	background: url("http://i.yimg.jp/images/bb/promo/cpn/valueplan/img/plus.gif") no-repeat 10px center;
	background-repeat: no-repeat;
	padding-left:50px;
}
.txt_bold{
	display:inline-block;
	font-weight:bold;
	font-size:110%;
	margin-bottom:5px;
}
#price_list_target .txt_bold{
	display:block;
	margin:3px;
	color:#C00;}
.notes{
	font-size: 85%;
	color: #666;
}
#price_list_target .cp{
	background-color:#F9E472;}
.col1{
	text-align:center!important;}