@charset "utf-8";

@import "base.css";
@import "layout.css";


/* -----------------------------
crysta all shop list(floormap.html)
----------------------------- */

.floorBlock h2{
	padding-top: 30px;
	clear: both;
}	
.floorWrapper{
	padding-top: 10px;
	clear: both;
}
.floorWrapper a:link    {text-decoration: none; color: #EE718B;}
.floorWrapper a:visited {text-decoration: none; color: #EE718B;}
.floorWrapper a:active  {text-decoration: none; color: #EE718B;}
.floorWrapper a:hover   {text-decoration: none; color: #EE718B;}

.floorWrapper h3{
	font-size: 0.95em;
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px dotted #D0CDC3;
}
.floorBoxL{
	width: 375px;
	padding: 10px;
	background-color: #F4F2EC;
	border: 1px solid #D0CDC3;
	float: left;
	line-height: 1.6;
}
.floorBoxR{
	width: 375px;
	padding: 10px;
	background-color: #F4F2EC;
	border: 1px solid #D0CDC3;
	float: right;
	line-height: 1.6;
}
#commonShopInfo{
	width: 800px;
}
#commonShopInfo #shopInfo{
	width: 550px;
	float: left;
	margin-top: 40px;
}
#commonShopInfo #shopSearch{
	width: 200px;
	float: right;
	margin-top: 60px;
}

/* -----------------------------
crysta each category shop list (shoplist.html)
----------------------------- */

.shopTitle01{
	width: 800px;
	height: 39px;
	background: url(../images/f_h1_01.jpg) no-repeat 0 0;
}
.shopTitle01 h1{
	text-indent: -9999px;
	float: left;
}
.shopTitle02{
	width: 800px;
	height: 39px;
	background: url(../images/f_h1_02.jpg) no-repeat 0 0;
}
.shopTitle02 h1{
	text-indent: -9999px;
	float: left;
}
.shopTitle03{
	width: 800px;
	height: 39px;
	background: url(../images/f_h1_03.jpg) no-repeat 0 0;
}
.shopTitle03 h1{
	text-indent: -9999px;
	float: left;
}
.shopTitle04{
	width: 800px;
	height: 39px;
	background: url(../images/f_h1_04.jpg) no-repeat 0 0;
}
.shopTitle04 h1{
	text-indent: -9999px;
	float: left;
}
.shopTitle05{
	width: 800px;
	height: 39px;
	background: url(../images/f_h1_05.jpg) no-repeat 0 0;
}
.shopTitle05 h1{
	text-indent: -9999px;
	float: left;
}
.shopTitle06{
	width: 800px;
	height: 39px;
	background: url(../images/f_h1_06.jpg) no-repeat 0 0;
}
.shopTitle06 h1{
	text-indent: -9999px;
	float: left;
}
.categoryLink{
	float :right;
	padding: 10px 10px 0 0;
}
.shopBlock{
	clear: both;
	padding-top:10px;
}	
.shopBlock a:link    {text-decoration: none; color: #EE718B;}
.shopBlock a:visited {text-decoration: none; color: #EE718B;}
.shopBlock a:active  {text-decoration: none; color: #EE718B;}
.shopBlock a:hover   {text-decoration: none; color: #EE718B;}

.shopBlock h2{
	font-size: 0.95em;
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px dotted #D0CDC3;
}
.shopBoxL{
	width: 375px;
	padding: 10px;
	background-color: #F4F2EC;
	border: 1px solid #D0CDC3;
	float: left;
	line-height: 1.6;
}
.shopBoxR{
	width: 375px;
	padding: 10px;
	background-color: #F4F2EC;
	border: 1px solid #D0CDC3;
	float: right;
	line-height: 1.6;
}
.shopExplain{
	width: 270px;
	float:left;
}
.shopExplaintxt{
	font-size: 0.75em;
	margin-top: 10px;
	padding-right: 10px;
}
.shopPhoto{
	width: 100px;
	float: right;
}
.shopArtbtn{
	margin-top:15px;
}

/* -----------------------------
search (search0.html)
----------------------------- */
.searchBlock{
	font-size: 0.75em;
	margin: 30px 0;
}
#SearchBox h2{
	background: url(../images/s_h1.jpg) no-repeat 0 0;
	color: #777777;
	display: block;
	font-size: 1.05em;
	height: 21px;	
	padding: 10px 0 0 35px;
	margin-bottom: 15px;
	width: 765px;
}
.searchArtBlock{
	line-height: 1.6;
	margin-bottom: 30px;
}

#SearchBox a:link    {text-decoration: none; color: #E58A8F;}
#SearchBox a:visited {text-decoration: none; color: #E58A8F;}
#SearchBox a:active  {text-decoration: none; color: #E58A8F;}
#SearchBox a:hover   {text-decoration: underline; color: #E58A8F;}

