@charset "utf-8";

/** ==================================================================

Store Top

==================================================================**/

.storesUnit {
	padding:28px 11px 0 19px;
	padding-bottom:12px;
}

#storesSearch {
	margin-bottom: 34px;
	position: relative;
}
#storetype {
	padding-left: 125px;
	height: 30px;
	background: url(images/title_storetype.gif) no-repeat;
}
#storearea {
	padding-left: 125px;
	height: 30px;
	background: url(images/title_storearea.gif) no-repeat;
}
select {
	width: 180px;
}
.menuBtn {
	position: absolute;
	right: 87px;
	top: 0;
}


.storelist {
	margin-bottom: 90px;
	
}

.prefName {
	padding-bottom: 12px;
	padding-left: 6px;
	font-size: 14px;
	color: #000;
	font-weight: bold;
	border-bottom: solid #CCC 1px;
	position: relative;
	
}
.serviceItem {
	position: absolute;
	top: 6px;
	left: 422px;
}

.storelist ul li {
	border-bottom: dashed #CCC 1px;
	position: relative;
	padding-top: 15px;
	padding-bottom: 14px;
}

.storelist ul li ul {
	position: absolute;
	left: 423px;
	top: 18px;
}
ul.iconBox li{
	float: left;
	text-indent: -9999px;
	margin-right: 6px;
	height: 12px;
	border: none;
	padding-left: 0;
}

.newsBox {
	padding-left: 20px;
	font-size: 10px;
	color: #FF5400;
	width: 380px;
	line-height: 1.4;
	margin-top: 5px;
}
.newsBox_main {
	padding-left: 20px;
	font-size: 10px;
	width: 380px;
	line-height: 1.4;
	margin-top: 5px;
}
.newsBox_detail {
	font-size: 10px;
	color: #FF5400;
	width: 500px;
	line-height: 1.4;
	margin-top: 5px;
	font-weight: normal;
}

.storelist a:link    { 
	color:#010E42; text-decoration:none;
	padding: 3px 6px 3px 10px;
	background: url(../../stores/images/navi_liicon.gif) 6px center no-repeat;
} 
.storelist a:visited { 
	color:#010E42; text-decoration:none;
	padding: 3px 6px 3px 10px;
	background: url(../../stores/images/navi_liicon.gif) 6px center no-repeat;
}  

.storelist a:hover   { 
	color:#FFFFFF; 
	background: #010E42 url(../../stores/images/navi_liicon_on.gif) 6px center no-repeat;
	text-decoration:none; 

} 
.storelist a:active  { 
	color:#FFFFFF; 
	background: #010E42 url(../../stores/images/navi_liicon_on.gif) 6px center no-repeat;
	text-decoration:none; 
} 

.storelist span {
	padding-left: 10px;
}


/** Icon style **/
li.i_men {
	width: 17px;
	height: 12px;
	background: url(../../stores/images/icon_men.gif) no-repeat;
}
li.i_women {
	width: 16px;
	height: 12px;
	background: url(../../stores/images/icon_women.gif) no-repeat;
}
li.i_kids {
	width: 16px;
	height: 12px;
	background: url(../../stores/images/icon_kids.gif) no-repeat;
}
li.i_baby {
	width: 16px;
	height: 12px;
	background: url(../../stores/images/icon_baby.gif) no-repeat;
}
li.i_body {
	width: 32px;
	height: 12px;
	background: url(../../stores/images/icon_body.gif) no-repeat;
}
li.i_pc {
	width: 24px;
	height: 12px;
	background: url(../../stores/images/icon_pc.gif) no-repeat;
}

/*sidemenu*/

.StoresCategoryNavi {
	float:right;
	width:162px;
	background:#000e42;
}

#bnrArea p {
	color: #FFFFFF;
	font-size: 11px;
	margin-bottom: 26px;
}



/** ==================================================================

Store detail style

==================================================================**/
.ttlbox h2 {
	float: left;
}
.contentTtlM {
	position: relative;
}

#pankuzulist {
	position: absolute;
	width: 260px;
	top: 52px;
	left: 0;
	font-size: 10px;
}
#pankuzulist a{
	text-decoration: none;
	padding: 3px 6px;
}
#pankuzulist a:hover{
	background: #010741;
	color: #FFFFFF;
	padding: 3px 6px;
}
#detailTop {
	height: 75px;
}
.contentMain_stores {
	float:left;
	width:778px;
	margin: 0;
	padding-top: 20px;
	padding-bottom:30px;
	background: #FFF;
}

#storeDetail {
	margin-left: 23px;
	border-top: solid #CCC 1px;
	padding-top: 21px;
}

#storeName {
	position: relative;
}

#storeNameharajuku {
	position: relative;
}

h2 {
	height: 44px;
}

#storeName h3 {
	font-size: 18px;
	color: #000000;
	font-weight: bold;
	margin-bottom: 30px;
}

#storeNameharajuku h3 {
	font-size: 18px;
	color: #000000;
	font-weight: bold;
	margin-top: 30px;	
	margin-bottom: 30px;
}

th {
	width: 89px;
	vertical-align: text-top;
}

td {
	padding-bottom: 13px;
}

#iconWrap {
	position: absolute;
	top: 0;
	right: -6px;
}
#iconWrapharajuku {
	margin:0px; 
	float:left; 
	width:300px;
	height:14px;
}

#sendtoBox {
	position: relative;
	height: 39px;
}
#sendtoBox ul {
	position: absolute;
	right: 0;
	top: 0;
}
#sendtoBox li {
	float: left;
}
#sendtoBox li a {
	display: block;
	float: left;
	text-indent: -9999px;
}
#btn_print a {
	background: url(images/btn_print.gif) no-repeat;
	display: block;
	width: 95px;
	height: 24px;
}
#btn_print a:hover {
	background: url(images/btn_print.gif) no-repeat left top;
}
#btn_sendtomobile a {
	background: url(images/btn_sendtomobile.gif) no-repeat;
	display: block;
	width: 95px;
	height: 24px;
}
#btn_sendtomobile a:hover {
	background: url(images/btn_sendtomobile.gif) no-repeat left top;
}
#btn_sendtofriend a {
	background: url(images/btn_sendtofriend.gif) no-repeat;
	display: block;
	width: 95px;
	height: 24px;
}
#btn_sendtofriend a:hover {
	background: url(images/btn_sendtofriend.gif) no-repeat left top;
}

/** FORM style ************************************************************/

#form_headerBox {
	width: 100%;
	height: 48px;
	border-bottom: solid 1px #020E42;
	text-align: center;
	
}
#form_header {
	width: 355px;
	margin: 0 auto;
	padding-top: 6px;
}
#form_logo {
	width: 37px;
	height: 36px;
	text-indent: -9999px;
	background: url(images/logo_gap.jpg) no-repeat;
}
#logo a{
	display: block;
	width: 37px;
	height: 36px;
}
#form_wrapper {
	width: 355px;
	margin: 0 auto;
	text-align: left;
	font-size: 10px;
	color: #787670;
}
#title_sendtofriend {
	width: 355px;
	height: 64px;
	text-indent: -9999px;
	background: url(images/title_sendtofriend.jpg) no-repeat;
	margin-bottom: 20px;
}
#title_sendtomobile {
	width: 355px;
	height: 64px;
	text-indent: -9999px;
	background: url(images/title_sendtomobile.jpg) no-repeat;
	margin-bottom: 20px;
}
#formTBL {
	margin-left: 5px;
}
#formTBL th {
	text-align: left;
	padding: 4px 4px 0 0;
}
#formTBL td {
	padding: 4px 0;
}
#formTBL input[type="text"] {
	width: 90%;
}
span.red {
	color: #FF5400;
}
#storeinfo {
	margin-bottom: 20px;
}
#form_rightBox {
	margin-left: 20px;
	margin-right: 20px;
}
#form_rightBox h2{
	color: #020E42;
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 1.4;
}
#form_rightBox span{
	color: #000000;
	line-height: 1.8;
}
#form_btn {
	text-align: center;
	margin-top: 50px;
}
.form_dot {
	background: url(images/line_dot.jpg) bottom repeat-x;
	margin: 20px 0;
	height: 1px;
}
.form_dot_submit {
	background: url(images/line_dot.jpg) bottom repeat-x;
	margin: 10px 0;
	height: 1px;
}

/** **/


#iconshop {
	margin-left: 23px;

	padding-top: 21px;
}

#iconshop p{
	margin-bottom: 20px;
}

ul.iconBoxB li{
	float: left;
	margin-right: 6px;
	height: 12px;
	border: none;
	padding-left: 0;
}

.iconBoxc{
	float: right;
	width: 300px;
	padding: 5px 5px 10px 10px;

	
}


ul.iconBoxc li{
	float: right;
	margin-right: 6px;
	height: 15px;
	border: none;
	padding-left: 0;
}



.specialshop {
	margin-bottom: 100px;
}
.specialshop ul li {
	padding-top: 5px;
	padding-bottom: 4px;
}

.specialshop ul li ul {
	position: absolute;
	left: 423px;
	top: 18px;
}

.specialshop a:link    { 
	color:#010E42; text-decoration:none;
	padding: 3px 6px 3px 10px;
	background: url(../../stores/images/navi_liicon.gif) 6px center no-repeat;
} 
.specialshop a:visited { 
	color:#010E42; text-decoration:none;
	padding: 3px 6px 3px 10px;
	background: url(../../stores/images/navi_liicon.gif) 6px center no-repeat;
}  

.specialshop a:hover   { 
	color:#FFFFFF; 
	background: #010E42 url(../../stores/images/navi_liicon_on.gif) 6px center no-repeat;
	text-decoration:none; 

} 
.specialshop a:active  { 
	color:#FFFFFF; 
	background: #010E42 url(../../stores/images/navi_liicon_on.gif) 6px center no-repeat;
	text-decoration:none; 
} 

.specialshop span {
	padding-left: 10px;
}


/** ==================================================================

flagshio harajuku

==================================================================**/

.contentMain_flagship {
	float:left;
	width:700px;
	margin: 0;
	padding-top: 20px;
	padding-bottom:30px;
	background: #FFF;
}

.floortitle {
	font-size: 16px;
	color: #000000;
	padding-bottom:5px;

}


.floordetail {
	padding-bottom: 20px;

}

.floordetail  img{
	padding-bottom: 10px;

}


.flagshiptitle {
	padding-top: 60px;
	font-size: 18px;

}

.flagshipshop {
	margin-bottom: 30px;
}

.flagshipshop ul li {
	padding-top: 5px;
	padding-bottom: 4px;
}

.flagshipshop ul li ul {
	position: absolute;
	left: 423px;
	top: 18px;
}

.flagshipshop a:link    { 
	color:#010E42; text-decoration:none;
	padding: 3px 6px 3px 10px;
	background: url(../../stores/images/navi_liicon.gif) 6px center no-repeat;
} 
.flagshipshop a:visited { 
	color:#010E42; text-decoration:none;
	padding: 3px 6px 3px 10px;
	background: url(../../stores/images/navi_liicon.gif) 6px center no-repeat;
}  

.flagshipshop a:hover   { 
	color:#FFFFFF; 
	background: #010E42 url(../../stores/images/navi_liicon_on.gif) 6px center no-repeat;
	text-decoration:none; 

} 
.flagshipshop a:active  { 
	color:#FFFFFF; 
	background: #010E42 url(../../stores/images/navi_liicon_on.gif) 6px center no-repeat;
	text-decoration:none; 
} 

.flagshipshop span {
	padding-left: 10px;
}


.flagshipImg {
	float:right; 
	margin-left:10px;
}


.flagshipDescription {
	float:left;
	width:330px;
	padding-top:10px;
}


.flagshipUnit {
	padding:0px 0px 0px 0px;
	width:678px;

}


