<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "Shift_JIS";
/* CSS Document */



/*オリジナルパーツ／パーツ選択ページ*-----------------from--------------------*/
.ori_parts_3 .title {
	background-image: url("../img/ori_parts/category/title.png");
/*	background-image: url("../../img/ori_parts/category/title.png");*/
}

@font-face{
	font-family: 'Helvetica Bold';
    src: url('./fonts/fontsbin.com_bmw-helvetica-bold.ttf') format('truetype');
/*    src: url('./fonts/fontsbin.com_helvetica-black.ttf') format('truetype');*/
}

.ori_parts_3 .title h2 {
	text-indent: 0!important;
	float:none!important;
    clear: both;
    height: 90px;
    padding: 15px 0 0 0;
    margin: 0 0 0 105px;
    font-size: 18px;
}

.ori_parts_3 .title h2 span {
	font-family: 'Helvetica Bold';
}

/**********************************************************************/

/*link color*/
.ori_parts_3 a:link		{
	text-decoration:underline;
	color: #e32d2e;
}
.ori_parts_3 a:visited	{
	text-decoration:underline;
	color: #e32d2e;
}
.ori_parts_3 a:hover		{
	text-decoration:none;
	color:#fff;
}
.ori_parts_3 a:active	{
	text-decoration:none;
	color:#e32d2e;
}

.ori_parts_3 #contents_1 {
}


/*.ori_parts_3 #title {
	width: 843px;
	margin-left: 62px;
	margin-top: 0px;
	height: 105px;
	clear:both;
}*/

.ori_parts_3 .pic_b {
}


/*------------------------------------------------------------------------------*/

.ori_parts_3 #list_box {
	width: 820px;
	margin-left: 105px;
/*	height:250px;*/

/*以下flexbox*/
    display:flex;/*flexbox宣言*/
    flex-diretion: row;/*左から右への横並び*/
    flex-wrap:wrap;/*折り返す／上から下*/
    justify-content: start;/*左寄せ*/
}

.ori_parts_3 .list_01 {
	width: 252px;
	margin-right:20px;
	margin-bottom:30px;
	position: relative;/*エリアリンク*/
	z-index: 10; /*エリアリンク*/
}

.ori_parts_3 .list_01 a {/*エリアリンク*/
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-indent:-999px;
	z-index: 20;
}

.ori_parts_3 .list_01 img {
	margin:6px 0 0 0;
    border: 1px solid #a7a6a6;
}

.ori_parts_3 .list_02 {
	width: 252px;
	height:40px;
	background-color: #2b2b2b;
	font-size: 12px;
	line-height: 1.2em;
	font-weight: bolder;
	color: #FFF;
    padding-left: 1em;
	background-image: url(../img/ori_parts/category/category_01.gif);
	background-repeat: no-repeat;
	display: table-cell;/*テキスト上下中央*/ /* IE8から使用可能 */
	vertical-align: middle;/*テキスト上下中央*/
}

.ori_parts_3 #space_1 {
	height:15px;
	clear:both;
}

.ori_parts_3 #space_2 {
	height:30px;
	clear:both;
}

.ori_parts_3 .list_blank {
	width: 252px;
    margin-right: 20px;
}

.ori_parts_3 .list_blank img {
    border: none!important;
}



/*オリジナルパーツ／パーツ選択ページ*-----------------here--------------------*/





</pre></body></html>