@charset "UTF-8";

/* STARRY */
/*新規会員登録*/
/*ログインせずに購入ボタン非表示*/
.stry-ec03-enrollment,
button#btn3.stry-ec03-continue{
display:none !important;
}

/* カード情報入力 */
#div_entry09 input,#div_entry09 select{
margin: 10px auto;
padding: 5px;
}
#div_entry09 select{
width: 100px;
}
/*　決済ボタン、ページ全体　*/
#div_item_ec04 input, #div_item_ec04 option, #div_item_ec04 select{
height: 40px;
}
/* 購入画面　*/
#div_item_ec04 input,#div_item_ec04 select{
height: 35px !important;
line-height: 35px;
margin-bottom: 15px;
}
#div_item_ec04 input[type="checkbox"],
#div_item_ec04 input[type="checkbox"]:checked:before{
height: 25px !important;
}
/* 表に色　*/
#div_item_ec05 table{
margin: 10px 0 20px;
border-collapse:collapse;
}
#div_item_ec05 th, #div_item_ec05 td {
border:1px solid #ccc;
padding: 5px !important;
}

/* select 矢印復活　*/
select {
  -moz-appearance: menulist;
  -webkit-appearance: menulist;
}
select::-ms-expand {
    display: block;
}