@charset "UTF-8";

/* SEARCH_PARTS.HTML CUSTOM */

/* 基本レイアウト ------------ */
h3.heading span {
	border-left: 2px solid #c00;
	padding: 0 0 0 6px;
	font-size: 14px;
}

/* --------------------------------
	部位表示領域（案①）
-------------------------------- */
.region_box {
	padding: 5px;
    text-align: center;
    border: 1px solid #c00000;
    font-size: 12px;
}
.region_box:nth-child(3n+1) {
	margin-left: 0px;
}
.region_box .title {
	text-align: left;
	word-wrap: break-word;
	font-size: 14px;
	margin-bottom: 5px;

	overflow: hidden;
/* 	white-space: nowrap; */
	text-overflow: ellipsis;
	min-height: 42px;
}
.region_box .title:hover a {
	color: #c00000;
}
.region_box .title a {
	cursor: pointer;
}
.region_box .title span {
    background: url("/mmeg_po/javax.faces.resource/img/icon_text/dark_gray/arr.gif.xhtml") no-repeat 0 5px;
    padding-left: 10px;
    display:inline-block;
}
.region_box .title span:hover {
    background: url("/mmeg_po/javax.faces.resource/img/icon_text/red/arr.gif.xhtml") no-repeat 0 5px;
    color: #c00000;
}
.region_box .title_temp {
    text-align: left;
    font-size: 13px;
    font-weight: bold;
}
.region_box .image img {
	width: 136px;
	height: 102px;
}
.region_box .region_image {
    height: 100px;
    margin-bottom: 5px;
}
.region_box .region_image img {
    max-height: 100px;
    max-width: 100px;
	margin: 0 auto;
	margin-bottom: 5px;
}

/* リンク ------------ */
.linkArea{
    position: relative;
}
.linkArea a{
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-decoration: none;
}
.linkArea a:hover{
    background-color:#FFF;
    filter:alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
}
.linkArea  a:hover .title span{
    background: url("/mmeg_po/javax.faces.resource/img/icon_text/red/arr.gif.xhtml") no-repeat 0 5px;
    color: #c00000;
}
.linkArea a .description span{
    color: #333;
}

.region_list input[type="text"] {
    width: 40px;
}
.region_list .input-group-addon,
.region_list .input-group-btn {
    width: auto;
}

/* --------------------------------
	機種左右時のrow高さ
-------------------------------- */
.row_leftright {
	height: 160px;
	margin-bottom: 15px;
}

/* --------------------------------
	画像切り替え領域
-------------------------------- */
.image_switch_area {
    text-align: right;
}
.image_switch_area a {
    margin-left: 10px;
}

/* --------------------------------
	機種画像
-------------------------------- */
.product_image {
    text-align: center;
/*    border: 1px solid;*/
}
.product_image img {
    width: 560px;
    height: 420px;
    margin: 0 auto;
    border: 1px solid;
}
.product_image_vertical {
    text-align: center;
	margin-left: -30px;
	margin-right: -30px;
}
.product_image_vertical img {
    width: 386px;
    height: 514px;
    margin: 0 auto;
    border: 1px solid;
}

/* --------------------------------
	slick
-------------------------------- */
.slider-nav-thumbnails .slick-slide {
    cursor: pointer;
	opacity: 0.5;
}
.slider-nav-thumbnails .slick-slide.slick-active-custom {
	opacity: 1;
}

/* --------------------------------
	ボタン領域
-------------------------------- */
.button_area {
    padding: 5px 0px;
    text-align: right;
}

/* --------------------------------
	画像を右側に追従させる
-------------------------------- */
.fixed_image_wrap {
    width: 0px;
    height: 0px;
    margin: 0 auto;
    padding: 0;
}
.fixed_image {
    position: fixed;
    margin-left: -581px;
    margin-top: -634px;
/*    margin-left: 337px;*/
/*    right: 45px;*/
}
.fixed_image a:hover,
.fixed_image a:active {
    text-decoration: none;
}
.fixed_image img {
    border: 1px solid #000;
    width: 212px;
    max-height: 159px;
/*
    width: 200px;
    max-height: 150px;
*/
}
.fixed_image p {
    background-color: #ffffff;
    text-align: right;
}

.fixed_hide {
	display: none;
}

.fixed_show {
	display: block;
}
/* --------------------------------
	ポップアップ画像
-------------------------------- */
.popup_image {
	width: 560px;
	min-height: 420px;
	height: auto;
}
.popup_image_close {
	right: 5px;
	position: absolute;
	font-size: 24px;
	font-wight: bold;
}
/* --------------------------------
	PrimeFaces Dialogカスタム
-------------------------------- */
.ui-dialog.ui-widget-content.image_dialog .ui-dialog-content {
	padding: 0px;
}
.ui-dialog.ui-widget-content.image_dialog {
	border-radius: 0px;
}

.img1,
.img2,
.img3 {
    width: 120px;
    height: 90px;
    padding: 0px;
    letter-spacing: -.40em;
}
.img1 img,
.img2 img,
.img3 img {
    letter-spacing: normal;
    max-width: 120px;
    width: auto;
    height: 90px;
}
.img1 img {
    width: 100%;
}
.img2 img {
    width: 50%;
}
.img3 img {
    width: 33%;
}

.slick-img1 {
    position: relative;
    width: 160px;
}
.slick-img1 .slick-prev {
    margin-left: -15px;
}
.slick-img1 .slick-next {
    margin-right: 25px;
}