@charset "UTF-8";

/*マウスオーバー時半透明にしない */
#contents_pec .category_box:hover,
#contents_pec .option_product_box:hover,
#contents_pec .option_product_box:hover>a .option_product_img img,
#contents_pec .option_product_box:hover>a span.option_arrow {
	opacity: 1 !important;
	filter: alpha(opacity=100); /* IE6、IE7、IE8対応 */
	-moz-opacity: 1; /* Firefox1.5以前対応 */
}


/*カテゴリー BOX*/
.category_box {
	height: auto;
	min-width: 237px;
}


/*カテゴリー BOX*/
/*商品型番 BOX*/
span.category_arrow {
	height: auto;
    background-position: 15px 5px;
    padding-left: 27px;
	margin-bottom: 10px;
}


/* 詳細ページ */
.product_txt_box {
	margin-bottom: 10px;
    min-height: auto;
}

.product_img {
	width: 100%;
	height: auto;
	position: relative;
	margin-bottom: 10px;
}

.product_img img.product_img_img {
	width: 100%;
    max-width: none;
    height: auto;
    max-height: none;
}

.product_name_box {
	width: 100%;
	margin-bottom: 10px;
}

.product_number {
	height: auto;
}

.product_txt_box {
	width: 100%;
	height: auto;
	min-height: auto;
}

ul.listBtn1_2_pec.listBtn_gridless {
    display: block;
	width: 100%;
	min-width: none;
}




/* 生産終了のオプションページ */
.option_form {
	height: auto;
	position: relative;
	padding: 15px;
}

.option_form form {
	position: relative;
}

.option_form_txt {
	position: static;
	top: auto;
	left: auto;
}

.option_form input.option_input_box  {
    width: 90%;
	position: static;
	top: auto;
	left: auto;
}

.option_form .btn_search {
	position: absolute;
	top: 0;
	left: auto;
	right: 0;
}

/* 検索 枠あり */
.option_form {
	height: auto;
	position: static;
	min-width: 207px;
}

.option_form_txt {
	position: static;
	top: auto;
	left: auto;
}

.option_form input.option_input_box  {
    width: 90%;
	position: static;
	top: auto;
	left: auto;
}

.option_form .btn_search {
	position: absolute;
	top: 0;
	left: auto;
	right: 0;
}

/* 検索フォーム　iOS対応 */

_::-webkit-full-page-media, _:future, :root #contentBlock_pec input.btn_search {
    height: 30px;
    width: 60px;
	-webkit-appearance: none;
    border-radius: 0;
}


/* 検索 枠なし */
.option_form2 input.option_input_box2  {
    width: 90%;
}

.option_form2 .btn_search2 {
	left: auto;
	right: 0;
}



/*商品BOX*/
.option_product_box {
	min-width: 237px;
	height: auto;
}

.option_product_box-left {
	width: 53%;
	min-width: 110px;
	height: 95px;
}

.option_product_box .option_product_title {
	width: 100%;
	min-width: 110px;
    max-height: auto;
    overflow: visible;
}

.option_product_box .option_product_number {
	width: 100%;
	min-width: 110px;
    max-height: auto;
    overflow: visible;
}

.option_product_description {
    height: auto;
    overflow: visible;
}









































