@charset "utf-8";

strong {
	font-weight: bold;
}

/*/// 汎用 ///*/
.mt18{ margin-top:18px; }
.mt20{ margin-top:20px; }

.txtRed{ color:#FF0000; }
.txtUdl{ text-decoration:underline; }

/*/// titleHeader ///*/
#titleHeader{
	float: left;
	width: 100%;
	padding:50px 0;
	color:#4D4D4D;
}
#titleHeader p {
	font-weight: bold;
}
.place #titleHeader {
	background: url(../images/bg_main.gif) no-repeat center 25px;
}
.place #titleHeader p {
	margin-bottom:1em;
}

#wrapper {
	position: relative;
}


/*/// catNav ///*/
#catNavWrap {
	z-index: 1;
	width: 651px;
	padding-left: 299px;
	padding-top:25px;
	padding-bottom:25px;
	background-color: #FFF;
}
#catNavWrap li {
	float:left;
}
#catNavWrap a {
	display:block;
}

.shoplist #catNavWrap {
	float: right;
	width: 185px;
	margin-top: 25px;
	padding: 25px 0;
}
.shoplist #catNavWrap .back {
	margin-bottom: 5px;
}
.shoplist #catNavWrap .back a {
	background: url(/store/techo/2013_spring/images/arrow_back.gif) no-repeat left center;
	padding-left: 15px;
	font-size: 13px;
	line-height: 1.25em;
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}
.shoplist #catNavWrap .back a:hover {
	opacity: 0.60;
	-moz-opacity: 0.6;
	-ms-filter: "alpha(opacity=60)";
	filter: alpha(opacity=60);
}

#catNav {
	position: relative;
	background: #FFF;
	margin-top: 10px;
	margin-bottom: 25px;
}
#catNav a:hover {
	filter:alpha(opacity=60);
	opacity:0.6;
}

#catNavWrap h3 {
	margin-bottom: 10px;
}

#legend {
	margin-top: 25px;
	text-align: right;
}

/* nav position fix */
.navFix{ 
	position:fixed;
	top:0;
	float: none !important;
	margin-top: 0px !important;
}
.navFix li.navTop {
	display: block !important;
}

.shoplist .navFix {
	margin-left: 815px;
}

.cap {
	font-size: 12px;
	color: #4D4D4D;
}


/*/// shopList ///*/
.content{
	padding:30px 300px 30px 100px;
}
.place .content {
	padding:0 25px 25px 25px;
}
.shoplist .content {
	padding: 25px;
}

/* nav position fix */
.contentPadding{}
.place .contentPadding{ padding-top: 227px; }

.content .catTitle{
	clear:both;
	background: url(../../images/bg_dashedline_h.gif) repeat-x bottom;
	padding-bottom: 5px;
	margin-bottom: 25px;
	font-size: 16px;
	font-weight: bold;
	line-height:1.4em;
	color:#4d4d4d;
}

.content .catTitle span{
	font-weight:bold;
	font-size:161.6%;
	color:#000;
}

.shopList{
	margin-top:18px;
	letter-spacing:-0.25em;
}

.shopList li {
	background: url(../../attention/images/att_bg_midashi_top.gif) no-repeat top;
	/*display:inline-block;*/
	padding-bottom:50px;
	/*width:190px;*/
	letter-spacing:normal;
	vertical-align:top;
}

.shopList li.navTop {
	background: none;
	padding-bottom:100px;
}
.shopList li.navTop a {
	float: right;
	display:block;
	background: url(../../images/arrow_top.gif) no-repeat left center;
	padding-left: 15px;
	font-size: 13px;
	line-height: 1.5em;
	font-weight: bold;
	color: #000;
}

.shopList li.nextBlank{ margin-right:190px; }

.shopList li h3 {
	background: url(../../attention/images/att_bg_midashi_btm.gif) no-repeat bottom;
	padding: 10px 20px;
	margin-bottom: 25px;
	font-size: 18px;
	line-height: 1.5em;
	font-weight: bold;
	color:#9067AD;
}
.shopList li h4 {
	font-size: 16px;
	margin-top: 25px;
	margin-bottom: 25px;
	font-weight: bold;
}
.shopList li h4.attention {
	color: #EB6100;
}
.shopList li p {
	margin-bottom: 1em;
}
.shopList li p.catName{
	margin-left:10px;
	margin-bottom:8px;
	font-size:10px;
	line-height:1;
	color:#808080;
}

.shopList li p.name{
	margin-left:10px;
	margin-bottom:10px;
	font-size:12px;
	line-height:1;
	font-weight:bold;
}

.shopList li p.status{
	margin-left:10px;
	font-size:12px;
	line-height:1;
}

.shopList li .columns {
	height: auto;
	overflow: hidden;
	margin: 1em 0;
}
.shopList li .columns .item {
	float: left;
	width: 150px;
	font-weight: bold;
}


.itemList {
}
.itemList li {
	background: url(../../images/bg_dashedline_h.gif) repeat-x top;
	padding-bottom:50px;
}
.itemList li.navTop {
	background: none;
	padding-bottom:100px;
}
.itemList li.navTop a {
	float: right;
	display:block;
	background: url(../../images/arrow_top.gif) no-repeat left center;
	padding-left: 15px;
	font-size: 13px;
	line-height: 1.5em;
	font-weight: bold;
	color: #000;
}
.itemList li h3 {
	padding: 25px 0 0;
	margin-bottom: 25px;
	font-size: 18px;
	line-height: 1.5em;
	font-weight: bold;
	color:#000;
}
.itemList li h4 {
	font-size: 16px;
	margin-top: 25px;
	margin-bottom: 25px;
	font-weight: bold;
}
.itemList li p {
	margin-bottom: 1em;
}




.list {
	margin: 50px 0;
}
.list table {
	width: 575px;
}
.itemList .list table {
	width: 950px;
}
.list th, 
.list td {
	border: 1px solid #CCC;
	font-size: 12px;
	line-height: 1.75em;
	letter-spacing: 0;
	padding: 3px 5px;
	vertical-align: top;
}
.list th {
	font-weight: bold;
}
.list tr.header th {
	background: #E6E6E6;
}


.itemList .list td {
	text-align: center;
	vertical-align: middle;
	font-size: 10px;
}
.itemList .list tr.header th {
	line-height: 1.35em;
	text-align: center;
	vertical-align: middle;
}
.itemList .list tr.saledate th {
	width: 75px;
}




/* jQuery Selectbox */

div.selectbox {
    display: inline-block;
    *display: inline;
    zoom: 1;
    position: relative;
}

    div.selectbox a.select {
        border: solid #ddd 1px;
        display: inline-block;
        *display: inline;
        zoom: 1;
        width: 185px;
        color: #262626;
        text-decoration: none;
        cursor: default;
    }

        div.selectbox a.select span {
            padding: 0 22px 0 7px;
            display: block;
            height: 22px;
            background: url(../images/icon_select.gif) no-repeat right 0;
            line-height: 22px;
            cursor: default;
        }
        
        div.selectbox div.pulldown {
            border: solid #bbb 1px;
            width: 185px;
            max-height: 150px;
            position: absolute;
            left: 0;
            top: 28px;
            background: #fff;
            overflow: auto;
        }
        
            div.selectbox div.pulldown a {
                border-bottom: solid #bbb 1px;
                padding: 5px 8px;
                display: block;
            }
            div.selectbox div.pulldown a.last-child {
                border: none;
            }
            div.selectbox div.pulldown a:hover,
            div.selectbox div.pulldown a.selected {
                color: #666;
                background: #eee;
                text-decoration: none;
            }


