@charset "utf-8";

/* Selectbox Styles
----------------------------------- */
a.sctble_display {
	display: inline-block;
	*display: inline;
	zoom: 1;
	min-height: 3.5em;
	color: #000000;
	text-decoration: none !important;
	cursor: default;
}

a.sctble_display:hover {
	text-decoration: none;	
}

a.sctble_display span {
	display: block;
	cursor: default;
}

.m_year,
.s_year {
	width: 7em !important;
}

.m_year,
.s_year2 {
	width: 130px !important;
}

.s_year_era {
	width: 17em !important;
}

.m_month,
.s_month {
	width: 5em !important;
}

.m_day ,
.s_day {
	width: 5em !important;
}

.s_num {
	width: 6em !important
}

.callback {
	width: 9em !important;
}

.s_default {
	width: 10em !important;
}

.selectPref {
	width: 16em !important;
}


/* Pulldown Mat (Basis) */
.sctble_mat {
	display: inline-block;
	border: solid #BCB9B4 1px;
	border-top: none;
	border-left: none;
	background: #eee;
	white-space: nowrap;
}

.sctble_mat dl {
	margin: 0;
	border: solid #999 1px;
	border-top: none;
	border-left: none;
	padding:0;
}

.sctble_mat dl dt {
	float: none;
	margin: 0 !important;
	border: #BCB9B4 1px solid !important;
	padding: 0 !important;
	width: auto;
	color: #333;
	font-weight: bold;
	background-color:#F1EEE9;
}

.sctble_mat dl dd {
	margin: 0 !important;
	border-left: solid #333 0px !important;
	padding: 0px !important;
}

.sctble_mat a {
	padding-right: .7em;
	color: #000000;
	font-weight: bold;
}

.sctble_mat a.selected {
	color: #333;
	text-decoration: none;
	cursor: default;
}

/* Pulldown Mat (No Optgroups) */
.sctble_mat.nooptgroup div.body {
	padding: .5em .6em;
	line-height: 1.9;
}

/* Date (Inline) */
.sctble_mat.sctble.m_year div.body,
.sctble_mat.sctble.m_month div.body {
}

div.sctble_mat.sctble.m_year a,
div.sctble_mat.sctble.m_month a {
	padding: .4em;
}
	
div.sctble_mat.sctble.m_day a {
	display: inline-block;
	width: 1.5em;
	text-align: center;
}

/* Simple Select Box */
.sBox {
	width: 150px;
	border: 1px #BCB9B4 solid;
	border-left: none;
	background: #FFF;
	overflow-x: hidden;
}

.sBox2 {
	width: 50px;
	border: 1px #BCB9B4 solid;
	border-left: none;
	background: #FFF;
	overflow-x: hidden;
}

.sctble_mat.sBox div.body {
	border: none;
	padding: 0;
	line-height: 1.5;
}

.sBox a {
	display: block;
	border: solid #BCB9B4 1px;
	border-top: none;
	border-right: none;
	padding: .3em .5em;
	text-decoration: none;
	zoom: 1;
}

.sBox a.last-child {
	border-bottom: none;
}

.sBox a:hover {
	color: #FFFFFF;
	background: #68191B;
	text-decoration: none;
}

.sBox a.selected {
	color: #FFFFFF !important;
	background: #68191B;
}

/* Selectbox Styles */
a.sctble_display {
	padding-right: 43px;
	border: 1px #BCB9B4 solid;
	background: #FFFFFF url(/jp/img/common/ico_select_01.gif) no-repeat right 50%;
}

.error a.sctble_display {
	border: 1px #C9010E solid;
	background: #F4B2B3 url(/jp/img/common/ico_select_02.gif) no-repeat right 50%;
}

a.sctble_display span {
	display: inline-block;
	*display: inline;
	padding: 12px;
	color: #262626;
	text-decoration: none;
	cursor: default;
	white-space:nowrap;
	line-height: 22px;
	zoom: 1;
}

.selectOv a.sctble_display span {
	width: 125px;
	overflow: hidden;
}

/*
a.sctble_display:hover span { background-position: right -21px }
a.sctble_focus span { background-position: right -42px !important }
*/
	
/* Pulldown Mat (Basis) */
.sctble_mat {

}

.sctble_mat dl {}

.sctble_mat a {
	display: block;
	padding: 12px;
	color: #000000;
	font-weight: normal;
}

.sctble_mat a.selected {
	color: #000000;
	text-decoration: none;
	cursor: default;
}

p.selectLine {
	padding: 1px 0;
}

/* 新しい選択ボックス */
.m_year3,
.s_year3 {
	width: 5em !important;
	text-align:center;
}