@charset "utf-8";
/* customSelect */

.customSelect {
	min-width: 300px;
	min-height: 36px;
}
.customSelect .customSelectInner{
	min-width: 300px;
	min-height: 36px;
	padding: 8px 46px 8px 12px;
	box-sizing: border-box;
	background: url(images/bg_custom_select_01.gif) no-repeat;
	background-position: 100% 50%;
	border: 2px solid #eeeeee;
}

.mySelectBoxClass_02 + .customSelect {
	min-width: 245px;
}
.mySelectBoxClass_02 + .customSelect .customSelectInner{
	min-width: 245px;
}



 @media screen and (max-width: 767px){
.customSelect,
.mySelectBoxClass_02 + .customSelect{
	min-width: 100%;
	width: 100%;
}
.customSelect .customSelectInner,
.mySelectBoxClass_02 + .customSelect .customSelectInner{
	min-width: 100%;
	width: 100%;
	padding: 7px 38px 7px 6px;
}