button{
	display : inline-block;
	padding : 9px 15px;
	vertical-align : middle;
	line-height : 1;
	background : #5bc0de;
	border : 1px solid #46b8da;
	border-radius : 3px;
	color : #ffffff;
	font-family : inherit;
	text-decoration : none;
	position : relative;
	top : -1px;
	width : 15em;
	height : 4em;
}

button:hover{
	cursor : pointer;
	background : #31b0d5;
	border : 1px solid #269abc;
}

.list_cmn_a .img_a {
	display: block;
	border: 1px solid #000000;
}

select {
	margin: 1em 1em auto;
	text-align: center;

	/* width: 100%; */
	padding-right: 1em;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	outline: none;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;

	position: relative;
	border: 2px solid #000000;
	border-radius: 10px;
	background: #ffffff;

	padding: 8px 38px 8px 8px;

	width : 15em;
	height : 4em;
	font-size: 15px;
}
  
select::-ms-expand {
	display: none;
}
  
select::before {
	position: absolute;
	top: 0.8em;
	right: 0.8em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	pointer-events: none;
}
  