@charset "shift_jis";

/* original scroll bar only IE */
html, body {
scrollbar-arrow-color: #808080;
scrollbar-face-color: #ffffff;
scrollbar-3dlight-color: #cfcfcf;
scrollbar-darkshadow-color: #cfcfcf;
scrollbar-highlight-color: #eeeeee;
scrollbar-shadow-color: #eeeeee;
}


/*
------------------------------------------------------------コンテンツ用*/
#baseContaier {
	width:100%;
	height: 100%;
	position:relative;
	overflow:hidden;
	background-color:#f8f6f4;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#headContainer {
	width:100%;
	height: 120px;
	position:relative;
	z-index:500;
}
/* headerを囲む */
#headingBox {
	width: 100%;
	height: 120px;
	background-color: #c6d1dd;
	position: absolute;
	top: 0;
	left: 0;
}
/* clickusボタンの位置調整 */
.clickusBase {
	position: relative;
}
.clickus {
	position: absolute;
	top: 158px;
	left: 110px;
}

.txtImage {
	position: absolute;
	top: 0;
	left: 110px;
}
/* snidelボタンの位置調整 */
#snidelBox {
position: absolute;
top: 0;
right: 0px;
}


#mainContainer {
	margin:0 auto;
	width:100%;
	height: 700px;
	position:relative;
	z-index:100;
}
#footerContainer {
	width:1370px;
	text-align: right;
	z-index: 100;
}

/*コピーライト*/
#footerContainer #copyright{
	font-size:10px;
	text-align:right;
	font-weight:bold;
	color:#bfbcbb;
}

#copyright a {
	color:#69b129;
	text-decoration: underline;
}

#copyright a:hover {
	color:#1e3190;
	text-decoration: underline;		
}

h2 {
	padding-top: 14px;
	padding-bottom: 14px;
	width: 118px;
	height: auto;
	border: 1px solid #000;
	color: #000;
	font-size: 12px;
	font-weight: bold;
	line-height: 11px;
	text-align: center;	
	position: absolute;
	top: 65px;
	left: 175px;
}


/*-------------------------ロゴ*/
h1#logo {
	position:absolute;
	left: 30px;
	top:10px;
	width:250px;
	z-index:1;
}

/*-------------------------ナビゲーション*/
#menu{
	position:absolute;
	z-index: 100;
	display:inline;
	top: 40px;
	left: 450px;
	width:485px;
}
#menu ul{
	list-style:none;
	text-align:left;
}

#menu ul li{
	float:left;
	padding-right:20px;
	font-size:14px;
	font-weight:bold;
	line-height:25px;
	color:#fff;
}
#menu ul li a{
	text-decoration:none;
	color:#fff;
}
#menu ul li a:hover,
#menu ul li a.on{
	text-decoration:none;
	color:#9f1130;
}
#webstoreBtn{
	position:absolute;
	top: 40px;
	left: 920px;
	z-index: 100;
	width:142px;
	font-size:15px;
	font-weight:bold;
	line-height:25px;
	color:#bfbcbb;
	text-align: center;
}
#webstoreBtn  a{
	text-decoration:none;
	background:#9f1130;
	color:#FFF;
	display:block;
	width:142px;
	height:30px;
	padding-top:10px;
}
#webstoreBtn  a:hover{
	width: 136px;
	height: 26px;	
	background:#c6d1dd;
	border: 3px solid #9f1130;
	color: #9f1130;
	padding-top: 7px;
}

#lang{
	width:220px;
	position:fixed;
	bottom:10px;
	right:20px;
	text-align:right;
	font-size:10px;
	font-weight:bold;
	color:#393736;
}	
.footerMark{
	color:#fff;
	padding:3px;
	background:#656464;
	/*font-size:9px;*/
}
#lang a{
	color:#393736;
	text-decoration:none;
}
#lang a:hover{
	color:#666;
	text-decoration:underline;
}
	

/*-------------------------コンテンツ*/
#contents{
	width: 940px;
	height: 700px;
	position: relative;
	text-align:left;	
	
/*	position:absolute;
	top: 110px;
	left: 50%;
	margin-left:-480px;
	text-align:left;
	z-index:5;*/
}

#lookBody #contents {
	width: 100%;	
}

#contents p{
	font-size:11px;
	color:#5A5858;
	width:600px;
	padding-bottom:10px;
	line-height: 22px;
}


/* コレクション */
#collectionContaier{
	width:600px;
	height:600px;
	position:relative;
	z-index:200;
	padding-left: 150px;
}
#prevArrow{
	position:absolute;
	top: 50%;
	left: 20px;
	margin-top:-30px;
	z-index: 1000
}
#nextArrow{
	position:absolute;
	top: 50%;
	right: 20px;
	margin-top:-30px;
	z-index: 1000;
}
#closeBtn{
	position:absolute;
	top: 40px;
	left: 1052px;
	z-index:1000;
}

/*
#lookImg{
	width:400px;
}
#lookTxt{
	width:360px;
	text-align:center;
	font-size:16px;
	padding-top:150px;
}
#lookTxt p.size{
	padding-top:50px;
	width:360px;
	text-align:center;
}

#lookTxt a{
	text-decoration:none;
	color:#333;
}

#lookTxt a:hover{
	text-decoration:underline;
	color:#333;
}
*/

/* Look1 モデル画像位置調整 */
.lookImg1_a {
	position: absolute;
	bottom: 0;
	left: 450px;
}
.lookImg1_b {
	position: absolute;
	top: 20px;
	left: 187px;
}
/* Look2 モデル画像位置調整 */
.lookImg2_a {
	position: absolute;
	top: 60px;
	left: 270px;
}
.lookImg2_b {
	position: absolute;
	top: 10px;
	left: 470px;
}
/* Look3 モデル画像位置調整 */
.lookImg3_a {
	position: absolute;
	top: 70px;
	left: 390px;
}
.lookImg3_b {
	position: absolute;
	top: 10px;
	left: 225px;
}
/* Look4 モデル画像位置調整 */
.lookImg4_a {
	position: absolute;
	top: 250px;
	left: 180px;
}
.lookImg4_b {
	position: absolute;
	top: 70px;
	left: 480px;
}
/* Look5 モデル画像位置調整 */
.lookImg5_a {
	position: absolute;
	top: 80px;
	left: 310px;
}
.lookImg5_b {
	position: absolute;
	top: 0px;
	left: 250px;
}
/* Look6 モデル画像位置調整 */
.lookImg6_a {
	position: absolute;
	top: 60px;
	left: 200px;
}
.lookImg6_b {
	position: absolute;
	top: 20px;
	left: 480px;
}
/* Look7 モデル画像位置調整 */
.lookImg7_a {
	position: absolute;
	top: 50px;
	left: 430px;
}
.lookImg7_b {
	position: absolute;
	top: 10px;
	left: 220px;
}
/* Look8 モデル画像位置調整 */
.lookImg8_a {
	position: absolute;
	top: 60px;
	left: 250px;
}
.lookImg8_b {
	position: absolute;
	top: 0px;
	left: 490px;
}


.lookTxt {
	width: auto;
	height: auto;
	position: absolute;
	bottom: 0;
	left: 730px;
}
#lookBody .lookTxt p {
	padding: 0;
}

#lookBody .lookTxt p.lookName {
	padding-top: 14px;
	padding-bottom: 14px;
	width: 68px;
	height: auto;
	border: 1px solid #000;
	font-size: 11px;
	font-weight: bold;
	line-height: 11px;
	text-align: center;	
}





/* Shop List */
#shopContainer {
	position: absolute;
	top: 95px;
	left: 350px;
}

#shoplist{
	width:610px;
	height:380px;
	float:left;
	padding-top:20px;
	overflow: auto;
	text-align:left;
}
.placeBox,
.placeBox3{
	padding-bottom:20px;
}
.placeBox,
.placeBox2,
.placeBox5{
	width:415px;
}
.placeBox3,
.placeBox4{
	width:615px;
}
.shoplist_boder{
	border-top:1px dotted #333;
	width:580px;
	padding-bottom:30px;
}
#shoplist .shopname{
	width:270px;
	float:left;
}
#shoplist .shopname02{
	width:450px;
	float:left;
}
#shoplist .shoptopic{
	width:145px;
	float:left;
	line-height: 0;
}
#shoplist .shoptopic2{
	width:165px;
	float:left;
}










/* News */
#newsContainer {
	position: absolute;
	top: 95px;
	left: 350px;
}

#news{
	width:510px;
	height:380px;
	padding-top:20px;
	overflow: auto;
	text-align:left;
}

.newsBox{
	width:480px;
	border-bottom:1px dotted #666;
	margin-bottom:40px;
	padding-bottom:40px;
}

#news h3{
	width:480px;
	color:#000;
	font-size:14px;
}

#news p{
	width:450px;
	font-size:13px;
}

#news .point{
	color:#dc2f86;
	line-height:20px;
	font-weight:bold;
}


span.small{
	font-size:11px;
}






/* concept */

#conceptContents {
	width: 940px;
	height: 650px;
	position: relative;
}

#conceptContents .conceptTxtBox {
	width: 380px;
	height: auto;
	text-align: center;
	position: absolute;
	top: 150px;
	left: 325px;
}
#conceptContents .conceptTxtBox p {
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	color: #aa1335;	
}


#conceptContents .conceptModelImg {
	position: absolute;
	top: 85px;
	right: 0;
}







/* contact */
#contact{
	height:410px;
	float:left;
	overflow: auto;
	font-size:12px;
}


#contact h3{
	width:480px;
	color:#000;
	font-size:14px;
	padding-top:20px;
}

#contactContaienr {
	position: absolute;
	top: 95px;
	left: 350px;
}


/* Link */
#linkContainer {
	position: absolute;
	top: 95px;
	left: 350px;
}

.linkBox{
	width:740px;
	height:68px;
	margin-bottom:5px;
	color:#9FA0A0;
	font-size:18px;
	line-height:68px;
	background:#fff;
	font-weight:bold;
}
.linkBox1,
.linkBox2,
.linkBox3{
	float:left;
}
.linkBox1{
	width:250px;
	padding-left:10px;
}
.linkBox2{
	width:250px;
}
.linkBox3{
	width:220px;
	text-align:center;
}

.linkBox a{
	display:block;
	width:100%;
	height:100%;
	color:#9FA0A0;
}
.linkBox a:hover{
	color:#9FA0A0;
	background:#E6E6E6;
}
	

	



/* linkココマデ */

/* 震災バナー */

#shinsaiBanner {
	float:left;
	width:370px;
	height:70px;
}

/* INDEX */
#logo_box {
	background-color: #f8f6f4;
	width: 90%;
	height: 90%;
	z-index: 9998;
	top: 80px;
	left: 140px;
	position: absolute;
	overflow:hidden;
	/*	background-image: url(../images/girl_logo2013ss_1st.swf);*/
	background-repeat: no-repeat;
	background-position: center center;
}

#mask_box {
	background-color: #f8f6f4;
	width: 100%;
	height: 100%;
	z-index: 9999;
	top: 0;
	left: 0;
	position: absolute;
}

/* 2ndコレクションページflower背景 */
.flower {
	background-image: url(../images/flower.png);
	background-repeat: no-repeat;
	background-position: -50px -100px
}

