/* --------------------------------------------------------------------
  common
-------------------------------------------------------------------- */
#ehellokitty .txtLeft {
  text-align: left;
}
#ehellokitty .txtCenter {
  text-align: center;
}
#ehellokitty .txtRight {
  text-align: right;
}
#ehellokitty .borderBlock {
  border: solid 1px #c9c9c9;
  background: #fff;
}
#ehellokitty div{
  box-sizing:border-box;
}
#renewalContents #renewalMain #ehellokitty .section+.section{
	margin-top:40px;
}
/* --------------------------------------------------------------------
  kittyMain
-------------------------------------------------------------------- */
#ehellokitty .txtArea{
  margin-top:10px;
  background:url(/img/hellokitty/bg_01.png) no-repeat right top;
  padding: 20px 0 45px;
}
#ehellokitty .txtArea p+p{
  margin-top:15px;
}
#ehellokitty .mark{
  color:#ef4690;
  font-weight:bold;
}
/* --------------------------------------------------------------------
  lineup
-------------------------------------------------------------------- */
#ehellokitty .lineup {
  margin-top: 40px;
}
#ehellokitty .section{
  margin-top:30px;
  padding:30px;
  border-radius:20px;
}
#ehellokitty .sectionInner{
  position:relative;
  background:#fff;
  border-radius:20px;
  -moz-border-radius:20px;
  -webkit-border-radius:20px;
  padding:100px 30px 30px;
}
#ehellokitty .section_title{
  position:absolute;
  top:-30px;
  left:-30px;
}
#ehellokitty .pricebox{
  position:absolute;
  top:-7px;
  right:35px;
  padding:3px;
  background:#fff;
  border-radius:9px;
  -moz-border-radius:9px;
  -webkit-border-radius:9px;
}
#ehellokitty .pricebox p{
  padding:14px 14px 14px 30px;
  border-radius:9px;
  -moz-border-radius:9px;
  -webkit-border-radius:9px;
}
#ehellokitty .price{
  font-size:22px;
}
#ehellokitty .caution{
  font-size:12px;
}
#ehellokitty .product {
  margin-top:20px;
}
#ehellokitty .product li{
  float:left;
  margin-left:6px;
}
#ehellokitty .purchase_title{
  padding:2px 0;
  margin-top:30px;
}
#ehellokitty .purchase_titleInner{
  display:table;
  width:100%;
}
#ehellokitty .titleA01{
  display:table-cell;
  background:#fff;
  position:relative;
  width: 400px;
  text-align:center;
  vertical-align:middle;
  padding:18px 0;
}
#ehellokitty .titleA01:after{
  content: ' ';
  height: 0;
  position: absolute;
  left: 100%;
  top: 50%;
  width: 0;
  border: 29px solid transparent;
  border-left-color: #fff;
	margin-top:-29px;
}
#ehellokitty .titleA02{
  font-weight:normal;
  display:table-cell;
  padding: 19px 35px 18px 50px;
  vertical-align:middle;
}

/* --------------------
  purchase_tab
--------------------- */
#ehellokitty .purchase_tab{
  padding:0 20px;
  margin-top:20px;
}
#ehellokitty .tab_title{
  font-size:16px;
  position:relative;
  padding:8px 0 8px 40px;
}
#ehellokitty .tab_title:before{
  position:absolute;
  content:'';
  width:32px;
  height:32px;
  left:0;
  top:4px;
}
#ehellokitty .tabmenu{
  width:384px;
  float:left;
}
#ehellokitty .tabmenu ul{
  margin-top:15px;
}
#ehellokitty .tabmenu li{
  width:370px;
}
#ehellokitty .area01 .tabmenu li+li,
#ehellokitty .area02 .tabmenu li+li,
#ehellokitty .area03 .tabmenu li+li{
  border-top:none;
}
#ehellokitty .tabmenu li>span{
  display:block;
  padding:15px 17px;
  position:relative;
  cursor:pointer;
}
#ehellokitty .tabmenu li>span:hover{
  text-decoration:underline;
}
#ehellokitty .tabmenu li.selected>span{
  font-weight:bold;
}
#ehellokitty .tabmenu li>span:after{
  content: '';
  width: 9px;
  height: 17px;
  background:url(/img/hellokitty/icon_arrow.png) no-repeat top left;
  position: absolute;
  right:20px;
  top: 50%;
  margin-top: -7px;
}
#ehellokitty .tabmenu li.selected>span:after{
  background:none;
  width: 0;
  height: 0;
  left: 100%;
  top: 50%;
  border: 12px solid transparent;
  margin-top: -12px;
}
#ehellokitty .tabmenu li>span .tabimg{
  padding-right:20px;
}
#ehellokitty .tabcontent{
  width:596px;
  float:left;
}
#ehellokitty .tabcontentInner{
  margin-top:15px;
  padding:5px 30px 20px 30px;
  min-height: 243px;
}
#ehellokitty .selected a{
  display:block;
}
#ehellokitty .combiList__item{
  width:50%;
  float:left;
  margin-top:14px;
}
#ehellokitty .combiList__item a {
  position: relative;
  display: block;
  padding-left: 11px;
}
#ehellokitty .combiList__item a:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  margin-top: -5px;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 5px solid #252323;
}
#ehellokitty .caution_price{
  margin-top:25px;
  padding-left:20px;
}
/* --------------------
  area01
--------------------- */
#ehellokitty .area01{
  background:url(/img/hellokitty/bg_02.gif) repeat top left;
}
#ehellokitty .area01 h4{
  background:url(/img/hellokitty/bg_03.gif) repeat top left;
}
#ehellokitty .area01 .purchase_titleInner{
  background:#fff2f8;
}
#ehellokitty .area01 .pricebox{
  box-shadow:7px 7px 6px -4px #e1cae4;
  -moz-box-shadow:7px 7px 6px -4px #e1cae4;
  -webkit-box-shadow:7px 7px 6px -4px #e1cae4;
}
#ehellokitty .area01 .pricebox p{
  border: solid 1px #f8d4e0;
}
#ehellokitty .area01 .tabmenu li{
  border:solid 1px #fad5e5;
}
#ehellokitty .area01 .tabmenu li.selected>span:after{
  border-left-color: #fad5e5;
}
#ehellokitty .area01 .tabmenu li.selected>span{
  background: #fad5e5;
  font-weight:bold;
}
#ehellokitty .area01 .tab_title.titleB01:before{
  background:url(/img/hellokitty/icon_p_01.png) no-repeat top left;
}
#ehellokitty .area01 .tab_title.titleB02:before{
  background:url(/img/hellokitty/icon_p_02.png) no-repeat top left;
}
/* --------------------
  area02
--------------------- */
#ehellokitty .area02{
  background:url(/img/hellokitty/bg_04.gif) repeat top left;
}
#ehellokitty .area02 h4{
  background:url(/img/hellokitty/bg_05.gif) repeat top left;
}
#ehellokitty .area02 .purchase_titleInner{
  background:#fcf2fd;
}
#ehellokitty .area02 .pricebox{
  box-shadow:7px 7px 6px -4px #e5d5dc;
  -moz-box-shadow:7px 7px 6px -4px #e5d5dc;
  -webkit-box-shadow:7px 7px 6px -4px #e5d5dc;
}
#ehellokitty .area02 .pricebox p{
  border: solid 1px #ecd1f0;
}
#ehellokitty .area02 .tabmenu li{
  border:solid 1px #ebd3ed;
}
#ehellokitty .area02 .tabmenu li.selected>span:after{
  border-left-color: #ebd3ed;
}
#ehellokitty .area02 .tabmenu li.selected>span{
  background: #ebd3ed;
  font-weight:bold;
}
#ehellokitty .area02 .tab_title.titleB01:before{
  background:url(/img/hellokitty/icon_pu_01.png) no-repeat top left;
}
#ehellokitty .area02 .tab_title.titleB02:before{
  background:url(/img/hellokitty/icon_pu_02.png) no-repeat top left;
}

/* --------------------
  area03
--------------------- */
#ehellokitty .area03{
  background:url(/img/hellokitty/bg_06.gif) repeat top left;
}
#ehellokitty .area03 h4{
  background:url(/img/hellokitty/bg_07.gif) repeat top left;
}
#ehellokitty .area03 .purchase_titleInner{
  background:#fff9e8;
}
#ehellokitty .area03 .pricebox{
  box-shadow:7px 7px 6px -4px #f1e5c0;
  -moz-box-shadow:7px 7px 6px -4px #f1e5c0;
  -webkit-box-shadow:7px 7px 6px -4px #f1e5c0;
}
#ehellokitty .area03 .pricebox p{
  border: solid 1px #fbebb7;
}
#ehellokitty .area03 .tabmenu li{
  border:solid 1px #fcebb8;
}
#ehellokitty .area03 .tabmenu li.selected>span:after{
  border-left-color: #fcebb8;
}
#ehellokitty .area03 .tabmenu li.selected>span{
  background: #fcebb8;
  font-weight:bold;
}
#ehellokitty .area03 .tab_title.titleB01:before{
  background:url(/img/hellokitty/icon_y_01.png) no-repeat top left;
}
#ehellokitty .area03 .tab_title.titleB02:before{
  background:url(/img/hellokitty/icon_y_02.png) no-repeat top left;
}

#ehellokitty .panel{
  display:none;
}
#ehellokitty .note02{
  font-size:13px;
}