@charset "UTF-8";

/*--------------------------------
Default
---------------------------------*/
table,
th,
td,
form,
h1,
h2,
h3,
h4,
h5,
h6,
p,
em {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	text-indent: 0pt;
	height: auto;
}

ul,
ol,
li,
dl,
dt,
dd{
	list-style:none;
	margin: 0px;
	padding: 0px;
}

th{
	font-weight:normal;
}

table{
	border:0;
	border-spacing:0;
	empty-cells:show;
	border-collapse: collapse;
}

.clear{
	clear:both;
}

img{
	border:none;
}

.indent {
	text-indent: -9999px;
}

hr {
	display:none
}

/*==========リンク設定==========*/
a,a:visited {
	color: #C00081;
	text-decoration: none;
}
a:hover {
	color: #dddddd;
	text-decoration: underline;
}



/*--------------------------------
Body
---------------------------------*/

html {
	height: 100%;
	width: 100%;
}

body {
	font-family: "Lucida Grande", "Verdana", "Hiragino Kaku Gothic pro", "ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック", sans-serif;
	letter-spacing: 0em;
	font-size: 12px;
	line-height: 22px;
	color: #E6E6E6;
	margin: 0px auto;
	padding: 0px;
	width: 100%;
	text-align: center;
	background-color:#000000;
}


#wrap {
	margin: 0px auto;
	padding:0px 20px;
	width: 900px;
	text-align:left;
}

#container {
	width: 900px;
}


#contentsBG{
	overflow:auto;
	background-image: url(../common_images/menu_bg.gif);
	background-repeat:repeat-y;
}

#contentsBG,
#contentsBG2{
	width:900px;
	margin-top:25px;
}

#contentsBG3{
	width:900px;
	margin-top:75px;
}

#menuLEFT{
	width:200px;
	float:left;
}

#contentsMAIN{
	width:660px;
	padding-left:40px;
	float:left;
	padding-bottom:80px;
}


/*==========ブランド紹介==========*/
.brandtitle,
.brandcatch{
	margin-bottom:25px;
}

.concepttxt{
	line-height:36px;
	margin-bottom:50px;
}

.messagetxt, .featuretxt{margin-bottom:12px;}

.historylist dt{
	border-top:#333333 dotted 1px;
	border-left:#C00081 solid 3px;
	padding:5px 10px;
	margin:20px 0px 5px 0px;
}
.historylist dd{
	padding-left:12px;
}	

.featurecolumn {
	width: 660px;
	padding:35px 0px 35px 0px;
	border-bottom:#333333 dotted 1px;
}

/*==========コレクション==========*/
#categorytop h3,
#itemdetail h3{
	height:64px;
	font-size:12px;
}
/*カテゴリトップページ*/
#categorytop li{
width:135px;
float:left;
padding:0px 30px 30px 0px;
line-height:0px;
}

#categorytop .text{
	background-color:#C00081;
	padding:5px;
	color:#fff;
}

#categorytop .text h4{
font-size:12px;
font-weight:bold;
line-height:15px;
}
#categorytop .text p{
font-size:10px;
line-height:15px;

}


/*アイテム詳細ページ*/
.column {
	width: 660px;
	padding:0px 0px 35px 0px;
}



.column .text {
	width:300px;
	float:left;
	border-top:#C00081 solid 2px;
	padding-bottom:5px;
}

.column .text .data {	
	border-bottom:#C00081 dotted 1px;
	padding-bottom:0px;
}

.column .text h4 {
	padding:40px 0px;
	font-size:14px;
	font-weight:bold;
}

.column .text .num {
	border-top:#C00081 dotted 1px;
	margin:12px 0px;
	padding:12px 0px;
}

.column .photo{
	width:336px;
	float:right;
}


/*==========ファッションスタイル==========*/
#fashionstyle{
	padding-bottom:25px;
}

#fashionstyle h2#common_title{
	padding-bottom:12px;
}

#fashionstyle .first{
	padding-top:6px;
}


#fashionstyle .column_first{
	width:320px;
	float:left;
}

#fashionstyle .column_first_wide{

}

#fashionstyle .right{
	width:320px;
	float:right;
	padding-bottom:30px;
}

#fashionstyle .column{
	padding-top:30px;
	border-top:#C00081 1px dotted;
}

#fashionstyle .column .mainphoto{
	float:left;
}

#fashionstyle .column .sub{
	padding-top:0px;
	width:290px;
	float:right;
}


#fashionstyle .column_first .imgover,
#fashionstyle .column .imgover{
	padding-top:6px;
}

#fashionstyle .next_back{
	padding-top:30px;
	border-top:#C00081 1px dotted;
	text-align:right;
}

#fashionstyle .next_back a{
	padding:5px;
	background-color:#C00081;
	color:#FFF;
}
#fashionstyle .next_back a:hover{
	padding:5px;
	background-color:#7D0054;
	color:#FFF;
	text-decoration:none;
}

#fashionstyle .next_back span{
	padding:5px;
	background-color:#333;
	color:#666;
}



/*==========お問い合わせ==========*/
.name01 {
	float:left;width:190px;
}

.name02 {
	float:left;width:260px;
}



/*==========店舗情報==========*/

.shoptitle,
.outline,
.shopphoto,
.manager,
.adress,
.map{
	margin-bottom:25px;
}


/*==========プライバシーポリシー==========*/
#privacypolicy h3{
	font-size:12px;
	font-weight:bold;
	margin-bottom:12px;
	padding-left:12px;
	border-left:#C00081 solid 3px;
}

#privacypolicy p{
	margin-bottom:36px;
	padding-left:15px;
}



/*==========サイトマップ==========*/
#sitemap dl{
	padding-bottom:36px;
}

#sitemap dt{
	width:100%;
	font-size:16px;
	font-weight:bold;
	margin-bottom:12px;
	padding-bottom:12px;
	border-bottom:#333333 solid 1px;
}

#sitemap dt span{
	font-size:10px;
	font-weight:bold;
}

#sitemap dd{
	margin-bottom:12px;
	padding-left:24px;
	background-image: url(../sitemap/images/mark.gif);
	background-repeat:no-repeat;
	background-position:12px 5px;
}



/*==========その他==========*/
#etc h2{
	font-size:14px;
	font-weight:bold;
	margin:36px 0px;
	padding-left:12px;
	border-left:#C00081 solid 3px;
}

#etc table{
border:#fff solid 1px;
}

#etc th,
#etc tr,
#etc td{

padding:10px;
}


/*--------------------------------
table
---------------------------------*/
.listTABLE{
	border-bottom:#C00081 dotted 1px;
}

.listTABLE th ,
.listTABLE td{
	border-top:#C00081 dotted 1px;
	margin:0px;
	padding:20px 10px;
}

.listTABLE th{
	font-weight: bold;
	background-image: url(../common_images/table_bg.gif);
}


/*--------------------------------
Menu
---------------------------------*/

#menuLEFT dl{
	border-bottom:#dddddd solid 1px;
	margin-right:15px;
}

#menuLEFT dt{
	border-top:#dddddd solid 1px;
}

#menuLEFT dt a{
	background-image: url(../common_images/mark_menu.gif);
	background-repeat:no-repeat;
	background-position: 10px 17px;
	width:155px;
	display:block;
	padding: 10px 5px 10px 20px;
	color:#666666;
}

#menuLEFT dt a:hover{
	background-color:#FF9900;
	background-image: url(../common_images/mark_menu_o.gif);
	background-repeat:no-repeat;
	background-position: 12px 17px;
	text-decoration:none;
	color:#fff;
}

#menuLEFT dd{
	
	border-top:#dddddd dotted 1px;
}

#menuLEFT dd a{
	background-image: url(../common_images/mark_menu.gif);
	background-repeat:no-repeat;
	background-position: 20px 17px;
	display:block;
	padding: 10px 5px 10px 30px;
	color:#666666;
}

#menuLEFT dd a:hover{
	background-image: url(../common_images/mark_menu_o.gif);
	background-repeat:no-repeat;
	background-position: 22px 17px;
	background-color:#FF9900;
	text-decoration:none;
	color:#fff;
}

#menuLEFT dt.on{
	display:block;
	padding: 10px 5px 10px 20px;
	background-color:#FF9900;
	background-image: url(../common_images/mark_menu_o.gif);
	background-repeat:no-repeat;
	background-position: 10px 17px;
	text-decoration:none;
	color:#fff;
}

#menuLEFT dd.on{
	display:block;
	padding: 10px 5px 10px 30px;
	background-color:#FF9900;
	background-image: url(../common_images/mark_menu_o.gif);
	background-repeat:no-repeat;
	background-position: 22px 17px;
	text-decoration:none;
	color:#fff;
}

.coming{
	display:block;
	padding: 10px 5px 10px 20px;
	background-color:#fff;
	background-image: url(../common_images/mark_gy.gif);
	background-repeat:no-repeat;
	background-position: 10px 17px;
	text-decoration:none;
	color:#ccc;
}


/*--------------------------------
Page Top
---------------------------------*/

.pagetop {
	width:900px;
	text-align:right;
	padding:10px 0px;
}


/*--------------------------------
Footer,Copy
---------------------------------*/

#footer {
	letter-spacing: 0.1em;
	margin: 0px auto;
	padding: 10px 0px 0px 0px;
	width: 100%;
	height:107px;
	text-align:center;
	background-image: url(../common_images/footer_bg.gif);
	background-repeat: repeat-x;
}

#footerAREA {
	width:900px;
	margin: 0px auto;
	padding:0px 20px;
	text-align:left;
}

#footer ul {
	margin: 0px;
	padding-top: 0px;
	display: inline;
	list-style:none;
	border-right:1px solid #7C486B;
}

#footer li {
	display: inline;
	padding:0px 10px;
	border-left:1px solid #7C486B;
}

#footer li a {
	color:#FFF;
	text-decoration: none;
}
#footer li a:hover {
	color: #CCB3C2;
	text-decoration: none;

}


#copy {
	letter-spacing: 0.02em;
	color: #FFF;
	font-size: 10px;
}



/*--------------------------------
Global Navigation
---------------------------------*/
h1#logo,
h1#logo a {
	background-image: url(../common_images/logo.gif);
	background-repeat: no-repeat;
	display: block;
	width:195px;
	height:80px;
	float:left;
	text-indent: -9999px;
}
h1#logo a:hover {
	background-position: 0px -80px;
}


#navi {
	margin: 0px;
	height: 80px;
	width:705px;
	float:left;
}

#navi dt,
#navi dt a {
	background-image: url(../common_images/navi.gif);
	background-repeat: no-repeat;
	display: block;
	height: 80px;
	list-style: none;
	text-indent: -9999px;
	float:left;
	outline-width: 0;
}

#navi dt#navi_brand {margin-left:95px; _margin-left:47px;}
#navi dt#navi_brand a {
	background-position: 0px 0px;
	width: 74px;
}
#navi dt#navi_brand,
#navi dt#navi_brand a:hover {
	background-position: 0px -80px;
	width: 74px;
}

#navi dt#navi_collection {margin-left:38px;}
#navi dt#navi_collection a {
	background-position: -112px 0px;
	width: 113px;
}
#navi dt#navi_collection,
#navi dt#navi_collection a:hover {
	background-position: -112px -80px;
	width: 113px;
}

#navi dt#navi_fashionstyle {margin-left:40px;}
#navi dt#navi_fashionstyle a {
	background-position: -265px 0px;
	width: 126px;
}
#navi dt#navi_fashionstyle,
#navi dt#navi_fashionstyle a:hover {
	background-position: -265px -80px;
	width: 126px;
}

#navi dt#navi_contact {margin-left:40px;}
#navi dt#navi_contact a {
	background-position: -431px 0px;
	width: 90px;
}
#navi dt#navi_contact,
#navi dt#navi_contact a:hover {
	background-position: -431px -80px;
	width: 90px;
}

#navi dt#navi_blog {margin-left:40px;}
#navi dt#navi_blog a {
	background-position: -561px 0px;
	width: 49px;
}
#navi dt#navi_blog,
#navi dt#navi_blog a:hover {
	background-position: -561px -80px;
	width: 49px;
}


.imgtop36{margin-top:36px;}
.imgtop24{margin-top:24px;}
.imgtop12{margin-top:12px;}
.imgtop06{margin-top:6px;}
.imgbtm12{margin-bottom:12px;}
.imgbtm24{margin-bottom:24px;}
.imgright{margin-left:12px;}
.imgleftfloat{margin-right:12px;float:left;}
.imgrightfloat{margin-left:12px;float:right;}
.pLeft{margin-left:20px;}
.cap{font-size:10px; line-height:14px;}
.blue{color:#0099FF;}
.red{color: #C00081;}
.redNotice{color: #C00081; font-size:12px; font-weight:bold;}
.green{color:#CCF02C;}
