@charset "utf-8";
/* CSS Document */
#stockTT {
	background-image: url(../images/stock_h2.png);
	background-repeat:no-repeat;
	background-position:center right;
	border-bottom:none !important;
}
#st_search {
	width:100%;
	padding:30px 0;
	background-color:#202020;
	margin:-25px auto 20px;
}
#st_search table {
	width:100%;
}
#st_search table th {
	color:#ffffff;
	width:170px;
	font-size:18px;
	font-weight:bold;
	vertical-align:top;
	padding:10px 0 0; 
}
#st_search table td {
	width:330px;
	height:60px;
	color:#666666;
	padding:0;
	vertical-align:top;
	position:relative;
}
.st_select {
	position:absolute;
	top:0;
	right:0;
}
#st_search table td.w215 {
	width:215px !important;
}
#st_search table td p {
	color:#bbbbbb;
	float:left;
	line-height:40px;
	margin:0 5px 0 0;
}
#st_search table td span {
	float:left;
	padding:0 3px;
}
/*セレクトボックス*/
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	color:#c6c6c6;
	padding:0 0 0 10px;
}
select::-ms-expand {
	display: none;
}
#bodytype {
	width:100%;
	height:40px;
	padding:0 0 0 15px;
	background-color:#666666;
	color:#c6c6c6;
	border:none;
	border-radius:5px;
	text-align:left;
}
.w105 {
	width:105px;
	height:40px;
	float:left;
	border-radius:5px;
	background-color:#202020;
	border:1px solid #666666;
	background-image:url(../images/arrow.png);
	background-position:95% center;
	background-repeat:no-repeat;
}
.w215 select {
	width:215px;
	height:40px;
	float:left;
	border-radius:5px;
	color:#b0b0b0;
	padding:0 0 0 15px;
	background-color:#202020;
	border:1px solid #666666;
}
/**/
.st_color ul {
	border:1px solid #666666;
	height:48px;
	border-radius:5px;
}
.st_color p {
	color:#bbbbbb;
	padding:5px 15px 0;
}
.st_color li {
	float:left;
	margin:5px 0 0;
}
.st_color li input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
.st_color li input[type="checkbox"] + label {
    display: block;
    width: 34px;
    height: 33px;
    overflow:hidden;
    margin:3px 5px;
}
.st_color li input {
    position: absolute;
    top: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.st_color li input[type="checkbox"]:checked + label {
    border: 2px solid #1abb93;
    margin: 0px;
    padding: 2px;
    background-color: #FFF;
}
/*ボタン*/
#st_search_btn {
	border-top:1px solid #474747;
	text-align:right;
	margin:10px 0 0;
	padding:10px 0 0;
}

#st_search_btn li {
	display: inline-block;
	margin:0 0 0 5px;
}
/*ヒット*/
#st_hit {
	float:left;
	color:#ababab;
	font-size:12px !important;
}
#st_hit span {
	color:#fe0000;
	font-size:18px !important;
}
/*ページ*/
#st_page {
	float: right;
	margin:5px 0 0;
}
#st_page li {
	display:inline-block;
	margin:0 0 0 10px;
}
#st_page li a {
	font-size:13px;
	color:#8b8b8b;
	text-decoration:none;
}

#st_page li a:hover {
	color:#fe2a2a;
	text-decoration:underline;
}
.p_btn {
	width:60px;
	height:20px;
	border-radius:5px;
	background-color:#ababab;
}
.p_btn a {
	display:block;
	width:100%;
	height:100%;
	text-align:center;
	color:#000 !important;
}
.p_btn a:hover {
	text-decoration:none !important;
}
/*一覧*/
#stock_list {
	margin:25px auto 0;
}
#stock_list table {
	width:100%;
}
#stock_list table th {
	background-color:#000;
	color:#b5b5b6;
	border-right:3px solid #2b2b2b;
	text-align:center;
	vertical-align:middle;
	font-weight:normal;
	height:40px;
	line-height:1.3;
}
#stock_list table th:last-child {
	border-right:none;
}
#stock_list table th a {
	color:#b5b5b6;
	text-decoration:none;
}
#stock_list table th a:hover {
	color:#fe2a2a;
	text-decoration:underline;
}
#stock_list table th span {
	padding:0 5px;
}
.w100 {
	width:100px;
}
.w65 {
	width:70px;
}
/**/
#stock_box ul {
	margin:0 auto 90px;
}
#stock_box li {
	padding:15px 0;
	border-bottom:1px solid #474747;
}
#stock_box li h3 {
	font-size:18px;
	font-weight:bold;
	color:#b5b5b6;
	margin:0 0 5px;
}
.st_img {
	float:left;
	margin:0 0 0 20px;
}
.st_data {
	float:right;
	width:785px;
}
.st_data h3 a{ color:#b5b5b6 !important; text-decoration:none;}
.st_data table td {
	border-right:1px solid #7e7e7f;
	color:#b5b5b6;
	padding:0 2px 0 0;
	text-align:center;
	vertical-align:middle;
	height:40px;
	line-height:1.2em;
}
.st_data table td:first-child {
	text-align: left;
}
.red {
	font-size:20px;
	font-weight: bold;
	font-family:Arial Black;
	color:#e61327;
}
.big {
	font-size:25px;
	font-weight: bold;
	font-family:Arial Black;
}
.small {
	font-size:20px;
	font-weight: bold;
	font-family:Arial Black;
}
