@charset "UTF-8";

/* ========================================
		index.css
		author:arimoto
======================================== */

/* ----------------------------------------
		内容
---------------------------------------- */
h1{
	height:91px;
	background:url(../img/bg_header.jpg) no-repeat;
}

h2.tit_categoryList{
	width:266px;
	background:url(../img/tit.gif) no-repeat;
}

.box_shop{
	margin-bottom:20px;
	border-bottom:1px solid #CCC;
}

.box_shop .photoShop{
	display:block;
}

.shopProfile{
	padding:15px;
	background:#FFFFEE;
}

.shopProfile th{
	width:65px;
	font-size:10px;
	font-weight:normal;
	vertical-align:top;
	padding-top:3px;
	padding-bottom:5px;
}

.shopProfile td{
	line-height:120%;
	padding-bottom:5px;
}

/* ------------ tbl_tokyuhands ------------ */
.tbl_tokyuhands{
	width:612px;
	margin:20px 0;
}

.tbl_tokyuhands tr{
	background:#EEEEEE;
}

.tbl_tokyuhands tr.bg{
	background:#EAEAEA;
}

.tbl_tokyuhands th,
.tbl_tokyuhands td{
	padding:5px 10px;
}

.tbl_tokyuhands th{
	width:130px;
}

.tbl_tokyuhands td.tel{
	width:120px;
}

