@charset "utf-8";

/************************************
プルダウンデザイン設定
/************************************

/* =========================================
*  jQuery selectable
* ========================================= */

a.sctble_display,
a:hover.sctble_display,
a:active.sctble_display {
	height:17px;
	overflow:hidden;
	margin:4px 0 0 0;
	padding:0 25px 0 3px;
	float:right;
	background:url(../../images/dec_select.png) no-repeat 95% 6px;
	font-size:12px;
	line-height:17px;
	color:#232323;
}

/* Pulldown Mat (Basis)
=================================*/

div#_mat {
}

div.sctble_mat {
	position:relative;
	width:470px;
	margin-left:-280px;
	background:#fff;
	border:3px solid #D7D5D5;
}

div.sctble_mat div.body {
	padding:15px;
	text-align:left;
}

div.sctble_mat div.body:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	font-size:.01em;
	height:0;
	overflow:hidden;
}

* html div.sctble_mat div.body {
	height: 1px;
}

div.sctble_mat div.body {
	min-height: 1px;
}

div.sctble_mat div.body a,
div.sctble_mat div.body a:hover {
	display:block;
	float:left;
	background:url(../../images/dec_redarrow.png) no-repeat 0 7px;
	width:200px;
	padding:0 0 0 10px;
	height:20px;
	line-height:20px;
	margin-right:10px;
	font-weight:normal;
}
