@charset "utf-8";
/* CSS Document */
select.customstyled{width:100%;display:block;cursor:pointer; background-color: #ffffff; padding:5px; color:#333333; font-size:17px;height:48px;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;}
span.customSelect { display:block; height:48px; line-height:48px; font-size:17px; border:1px solid #9a9fae;background-image:url(../img/static/down_01.png); background-repeat:no-repeat;
 background-position:96% center; background-size:13px auto; padding:0 44px 0 20px; overflow: hidden;white-space: nowrap;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;-webkit-appearance: none; -moz-border-radius: 0;-webkit-border-radius: 0;border-radius: 0;}
.customSelectInner { display: block;overflow: hidden;-o-text-overflow: ellipsis;-webkit-text-overflow: ellipsis;text-overflow: ellipsis;white-space: nowrap;}


select.customstyled.danger + span.customSelect { background-color: #ffdfdf;border-color: #ffb9b9;}
select.customstyled:focus + span.customSelect{ background-color: #ffffff;}

/* top */
.list-select-block select.customstyled{ font-family:noto-b,Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif; font-size:19px; height:60px;}
.list-select-block span.customSelect { background-color: #eaebee; font-size:19px; height:60px; line-height:60px; text-align:center; border:none; font-family:noto-b,Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;padding:0 44px 0 66px;}
.list-select-block .customSelect.customSelectHover {}
.list-select-block .customSelect.customSelectOpen{}
.list-select-block .customSelect.customSelectFocus{}
.list-select-block .customSelectInner{ }
.list-select-block select.customstyled:focus + span.customSelect{ background-color: #eaebee;}
@media(max-width:900px){
select.customstyled{ font-size:16px;}
.list-select-block span.customSelect { display:block;}
span.customSelect { display:block; height:43px; line-height:43px; font-size:16px;}


/* top */
.list-select-block select.customstyled{ font-size:18px;height:50px;}
.list-select-block span.customSelect{ height:50px; line-height:50px; font-size:18px;}
}
@media(max-width:560px){
.list-select-block select.customstyled{ font-family: Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;}	
}