@charset 'utf-8';
/* CSS Document */
.select_inner {
	margin-top: -38px;
	padding:45px 30px 35px;
	border:solid 3px #0D8D5C;
	border-radius:20px;
}
.select_inner div{
	display: table;
}
.select_inner p {
	width: 250px;
	display: table-cell;
	padding-right: 20px;
	vertical-align: middle;
}
.select_inner p img {
	width: 210px;
}
.select_inner p span {
	display: block;
	text-align: center;
	font-size: 16px;
	width:210px
}
.select_inner dl {
	width: 450px;
	display: table-cell;
	vertical-align: middle;
}
.select_inner dl dt {
	margin-bottom: 15px;
	line-height: 1.4;
	font-weight: bold;
	font-size: 24px;
}
.select_inner dd span {
	margin-top: 5px;
	display: block;
	text-align: right;
}
.select_inner dd a {
	display: inline-block;
	position: relative;
	font-size: 13px;
	color: #0095d8;
}
.select_inner dd a:before {
	content:"";
	width: 4px;
	height: 4px;
	display: block;
	position: absolute;
	top:50%;
	left:-15px;
	margin:-2px 10px 0 0;
	border-top: 1px solid #0095d8;
	border-right: 1px solid #0095d8;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
