@charset "Shift_JIS";
/* CSS Document */

#message {
	width: 800px;
	height: 180px;
	margin: 0px 0px 10px 0px;
	background: url(_img/shop_list/message.jpg) no-repeat;
	text-indent: -9999px;
}

ul#tabmenu {
	width: 744px;
	height: 66px;
	margin: 10px 28px 0 28px;
	padding: 0;
}

ul#tabmenu li {
	width: 124px;
	height: 66px;
	display: inline;
	list-style-type: none;
	float: left;
}

#tabmenu li a {
	width: 124px;
	height: 66px;
	display: block;
}

/* 写真切り替え　*/
div.g-inner {
    position:relative;
    width:605px;
    height:360px;
    margin: 30px auto 0 auto;
}
#view {
    position: absolute;
    width:480px;
    height:360px;
    top:0;
    left:0;
    overflow:hidden;
}
#view p {
    position: absolute;
    width:480px;
    height:360px;
    top:0;
    left:0;
}
#thumbBtn {
    position:absolute;
    top:0x;
    left:480px;
}
#thumbBtn li {
    padding: 0 0 0 2px;
    float: left;
    text-align: right;
    width: 120px;
    cursor: pointer;
    list-style-type: none;
}
#thumbBtn li img {
    border: solid 1px #ccc;
}
#thumbBtn li.active {
    opacity:0.5;
    filter:alpha(opacity=50);
    -ms-filter: "alpha( opacity=50 )";
}

/* 店舗データ*/
table.company {
    width: 500px;
    margin: 0 auto;
    border-collapse: separate;
    border-spacing: 0px 15px;
    font-size: 12px;
}

table.company th, table.company td {
    padding: 10px;
}

table.company th {
    background: #FF6600;
    vertical-align: middle;
    text-align: left;
    width: 100px;
    overflow: visible;
    position: relative;
    color: #fff;
    font-weight: normal;
    font-size: 15px;
}

table.company th:after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-left-color: #FF6600;
    border-width: 10px;
    margin-top: -10px;
}

/* firefox */
@-moz-document url-prefix() { 
    table.company th::after {
        float: right;
        padding: 0;
        left: 30px;
        top: 10px;
        content: " ";
        height: 0;
        width: 0;
        position: relative;
        pointer-events: none;
        border: 10px solid transparent;
        border-left: #295890 10px solid;
        margin-top: -10px;
    }
}

table.company td {
    background: #f8f8f8;
    width: 360px;
    padding-left: 20px;
}

/* ブランド画像 */
ul#bland {
	width: 350px;
/*
	height: 66px;
	margin: 10px 28px 0 28px;
*/
	padding: 0;
}

ul#bland li {
	width: 150px;
	height: 40px;
	margin: 5px;
	display: inline;
	list-style-type: none;
	float: left;
}

border:1px solid #000000;