select {
	padding: 5px 10px;
	border: 1px solid #cccccc;
}
select[disabled="disabled"] {
	color: #aaaaaa;
}

.oec-formRadio label {
	display: inline-block;
	border-width: 2px;
	border-style: solid;
	border-color: #cccccc;
	background: #ffffff;
	position: relative;
	cursor: pointer;
	font-weight: bold;
}
.oec-formRadio label > span {
	border-width: 2px;
	border-style: solid;
	border-color: #fff;
	display: block;
	text-align: center;
	position: relative;
}
.oec-formRadio label > span .oec-imgTxt {
	width: 100%;
	margin: 0 -2px -2px;
	padding: 0 2px 2px;
	font-size: 12px;
	color: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	background: rgba(102,102,102,0.7);
	border: none;
	box-sizing: content-box;
}
.oec-formRadio label:hover > span {
	border-color: #ccc;
}
.oec-formRadio label:hover > span .oec-imgTxt {
	margin: 0;
	padding: 0;
}
.oec-formRadio label.oec-checked {
	border-color: #00b6ce;
}
.oec-formRadio label.oec-checked > span {
	border-color: #00b6ce;
}
.oec-formRadio label.oec-checked > span .oec-imgTxt {
	margin: 0;
	padding: 0;
}
.oec-formRadio label.oec-checked:after {
	content: url(/contents/shared/images/ico_checked_1.png);
	position: absolute;
	top: -9px;
	right: -9px;
	width: 18px;
	height: 18px;
	vertical-align: top;
	line-height: 1;
}
.oec-formRadio input[type="radio"] {
	position: absolute;
	left: 0;
	outline: none;
}
.oec-formRadio input[disabled="disabled"] + label:hover > span {
	border-color: #fff;
}

.oec-radioType1 {
	margin-bottom: 10px;
}
.oec-radioType1 label span {
	padding: 12px 5px;
	width: 162px;
}

.oec-radioType2 label span {
	padding: 0;
	width: 76px;
}

input[type="submit"] {
	border: 0;
	background: transparent;
	font-family: "Hiragino Kaku Gothic Pro",Meiryo, "MS PGothic", sans-serif;
}

input,
select,
textarea {
	font-family: "Hiragino Kaku Gothic Pro",Meiryo, "MS PGothic", sans-serif;
}

.oec-creditFrame1 label.inactive {
	color: #bfbfbf;
}
.oec-creditFrame1 .note a {
	color: #006699;
}
.oec-creditFrame1 .note a:hover {
	color: #e15285;
}

.oec-frameCheck2 label.inactive {
	color: #bfbfbf;
}

.oec-frameCheck2 .note {
	padding-bottom: 1.0em;
	margin-top: -0.5em;
}

.oec-frameCheck2 .note a {
	color: #006699;
	padding-left: 0em;
}

.oec-frameCheck2 .note a:hover {
	color: #e15285;
}

.oec-creditFrame1 .note2 a {
	color: #006699;
}

.oec-creditFrame1 .note2 a:hover {
	color: #e15285;
}
