@charset "utf-8";
/* CSS Document */

.sdlinkbox{
width:100%;
}
.sdlink_title{
	display:inline-block;
	font-size:120%;
	font-weight:bold;
	min-width: 32%;
    width: 32%;
	vertical-align:middle;
}
.sdlink_form{
	display:inline-block;
	min-width: 19%;
	width: 19%;
	margin: 1em 5px;
	}
.sdlink_form select{
	width: 100%;
	padding: 10px;
	font-weight:bold;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #ff7800;
	background: #ffdd7d;
	background: url(../images/arrow01.png) 98% 50% no-repeat, -webkit-linear-gradient(top, #ffdd7d 0%,#ff9c22 100%);
	background: url(../images/arrow01.png) 98% 50% no-repeat, linear-gradient(to bottom, #ffdd7d 0%,#ff9c22 100%);
	background-size: 20px, 100%;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}
select::-ms-expand {
	display: none;
}
p.sdlink_title{
	padding-bottom:0;
	}

@media only screen and (max-width: 644px){

.sdlink_form{
	width:100%;
	margin:1em auto;
}
.sdlink_title{
	width:100%;
	margin:1em auto;
}


}