@charset "utf-8";
/* CSS Document */

body{
	margin:0;
	padding:0;
	font-size:12px;
	overflow-x:hidden;
}
#navi a{
	color:#333333;
	text-decoration:none;
}
#navi a:hover{
	text-decoration:underline;
}
#navi{
	position:fixed;
	width:160px;
	padding:20px;
	background:#ffffff;
    background-color: rgba( 255, 255, 255, 0.90 );
	top:0;
	left:30px;
    z-index: 6;
}

#contents{
	width:100%;
	min-width:980px;
}
ul{
	margin:0;
	padding:0;
	list-style:none;
}
#navi ul li{
	margin:0 0 5px 5px;
}
/*
#contents img{
	width:100%;
	height:auto;
}*/

/* MOVIE */


.header_img{
    position: relative;
    overflow: hidden;
	margin-top:-15px;
}

.header_img2{
    position: relative;
    overflow: hidden;
	margin-top:0px;
}

.youtube_bg{
    position: relative;
    margin-top: -55px;
    margin-bottom: -70px;
    padding: 0 0 50%;
    overflow: hidden;
}
 
.youtube_bg:hover{
    margin-bottom: 0px;
}
 
.youtube_bg iframe{
    position: absolute;
    width: 100%;
    height: 100%;
}



#movie .pattern {
  width: 100%;
  height: 100%;
  background: url(../images/raster.png);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
}


#movie.pattern {
  background: transparent url(images/raster.png) top left repeat;
  display: table-cell;
  color: #fff;
  margin: auto 0;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  width: 100%;
  z-index: 2;
  background-color:#000;
}

a{
	outline: none;
}
a:focus{
	outline: none;
}


 
@media screen and (max-width:600px){
    .youtube_bg{
        margin-top: 0;
        margin-bottom: 0;
    }
}
 
.header_img p{
    display: block;
    position: absolute;
    top: 40%;
    left: 45%;
    z-index: 200;

}

.header_img2 p{
    display: block;
    position: absolute;
    top: 40%;
    left: 45%;
    z-index: 200;

}

@media screen and (max-width:780px){
    .header_img p{
        display: block;
        position: absolute;
        top: 40%;
        left: 45%;
        width: 100%;
        text-align: center;
        -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
    }
	
	    .header_img2 p{
        display: block;
        position: absolute;
        top: 40%;
        left: 45%;
        width: 100%;
        text-align: center;
        -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
    }
}
 
.top_header_catch01{
    display: block;
    color: #fff;
    font-size: 100px;
    font-weight: bold;
    line-height: 1.4;
    text-shadow: 0 1px 2px rgba(0,0,0,.5);
}
 


/*   illust  */

#illust_all{
	position:relative;
	width:100%;
	height: auto;
	z-index:5;
	background:#ffffff;
	margin-top:-30px;
	}
	

#illust{
	width:980px;
	height:649px;
	margin:0 auto;
	padding:50px 0px
	}


/*   mystory may fashion  */

#myfashion{
    width: 100%;
	padding-top:100px;
	margin-top:-15px;
	position:relative;
	z-index:5;
	background:#ffffff;
}


#container {
	width: 100%;
	margin: 0 auto;
	position: relative;
}


.item {
	/*margin: 0 20px;*/
	width: 480px;
	padding: 8px;
	border: 1px solid #eee;
	-webkit-transition: all 0.3s ease-out;
     -moz-transition: all 0.3s ease-out;
       -o-transition: all 0.3s ease-out;
          transition: all 0.3s ease-out;
}

.item_none {
	/*margin:20px;*/
	width: 480px;
	padding: 8px;
	/*border: 1px solid #eee;*/
	-webkit-transition: all 0.3s ease-out;
     -moz-transition: all 0.3s ease-out;
       -o-transition: all 0.3s ease-out;
          transition: all 0.3s ease-out;
}

.item img {
	width: 100%;
}

.item_none img {
	width: 100%;
}

.item p {
	text-align: center;
	margin: 5px auto;
	font-size: 12px;
	color: #999999;
	line-height:300%;
}

.item.text p {
	text-align: left;
}
.wookmark-placeholder {
	background-color: #efefef;
}

a:link { color: #000000; }
a:visited { color: #000000; }
a:hover { color: #000000; }
a:active { color: #000000; }


.online_btn{
	position:relative;
	z-index:5;
	width:100%;
	padding:100px 0;
	background:#ffffff;
	}
.online_btn a{
	display:block;
	width:300px;
	height:77px;
	margin:0 auto;
	background:#ffffff;
	}

/*   about  */

#about{
	position:relative;
	z-index:5;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:0px 0 10px 0;
	height: auto;
	background-color:#f0ebe7;
	background-repeat:no-repeat;
	background-position:left;
	background-size:cover;
	background-image:none;
}



#dore_980{
	width:980px;
	height:auto;
	margin:0 auto;
	
	
	}
#about_dore{
	width:100%;
	height:auto;
	background-image:url(../images/about.jpg);
	}

#about_text{
	width:940px;
	margin:-140px 0px 50px 0px;
	background:#ffffff;
	padding:20px;
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
	line-height:180%;
	letter-spacing:0.1em;
}

.bold{
	font-weight:bold;}



.book_photo{
	width:160px;
	height:184px;
	float:left;
	padding:5px 20px 0 20px;
	margin-right:20px;

	
	}
/*   items  */


#items{
	position:relative;
	z-index:5;
	width:100%;
	height:auto;
	background-color:#ffffff;
	padding:150px 30px;

}

#items h2{
	width:423px;
	height:46px;
	margin:0px auto 70px auto;
	
	
	}
.container_item{
	width:1200px;
	height:auto;
	margin:0 auto;

	}
  
 .goods{
	 float:left;
 }





/* Present */


#Present{
	position:relative;
	z-index:5;
	   width: 100%;
	   height:auto;
	   background-color:#ffffff;
	   padding:30px 0px 50px 0;
	}



#novelty_info{
	width:960px;
	height: auto ;
	margin:0px auto;
	}



#novelty_info h3{
	width:400px;
	height:201px;
    padding:0px;
	margin:20px auto 30px auto;
	background-image: url(../images/present_title.gif);
	background-repeat:no-repeat;
	text-indent:-9999px;
	}



#novelty_info p{
    line-height:200%;
	letter-spacing:0.1em;
	font-size:14px;
	text-align:center;
	font-weight:bold;

	}




/*  shopblog  */


#shopblog{
	position:relative;
	z-index:5;
	background-color:#ffffff;
	width:100%;
	height:auto;
/* 	border:1px #999999 solid; */
		}

#shopblog_conts{
	width:800px;
	height:auto;
	margin:0 auto;
	padding:100px 0;
	}

/*  catalog  */

 #Catalog{
	position:relative;
	z-index:5;
	   width: 100%;
	   height:auto;
	   background-color:#ffffff;
	   padding:0px 0px 0px 0;

	}

 #line{
	width:100%;
	height: auto;	
/*	border-top:2px solid #000;*/
	margin:0px 0;
	padding:80px 0 50px 0;
	}
	
 #line #ss2015{	
	width:400px;
	height:164px;
	margin:0 auto;
	}
	

/*                     */


.styling_wrapper1 {
	width:865px;
	height:auto;
	padding:10px 0px 0px 0px;  
	margin:0px auto; 
	font-size:12px;
	}

.styling_wrapper2 {
	width:865px;
	height:auto;
	padding-top:5px;  
	margin:0px auto; 
	font-size:12px;
	}
	
.styling_wrapper3 {
	width:420px;
	height:auto;
	padding-top:5px;  
	margin:0px auto; 
	font-size:12px;
	}
	
.styling_img10{
	width:854px;
	height:569px;
	padding:0px 0;  
	margin:80px auto 110px auto; 
	font-size:12px;
	}

.styling {
	 width:420px; 
	 float:left;
	 border:1px #FFFFFF solid;
	 margin-top:6px;
	 }

.styling_w{
	 width:854px; 
	 float:left;
	 border:1px #FFFFFF solid;
	}
	
.styling_wrapper2 .styling_left {
	 width:420px; 
	 float:left;
	 margin-right:12px;
	 margin-top:6px;
	 border:1px #FFFFFF solid;
	 }


.contenthover { 
padding:20px 20px 10px 20px; 
color:#000; 
}


.contenthover h3, .contenthover p {
	 margin:0 0 20px 0;
	 line-height:1.4em;
	 padding:0;
 }


.detail{
	float:left;
	}
.mybutton{
	float:right;
	}
	
	
.mybackground { 
background:url(transparent_bg.png); 
}








/*   footer  */

#footer{
	position:relative;
	z-index:5;
	background:#333333;
	text-align:center;
	padding:10px 0 20px 0;
}

/* ------------------------------------------------------------*/
/*
.clearfix:after {
	content: url(pixel.gif);
	display: block;
	clear: both;
	height: 0;
}
*/
.clearfix:after{content:""; display:block; clear:both;}
.clearfix{display:inline-block;}
/*\*/
* html .clearfix{height:1%;}
.clearfix{display:block;}
.clearfix{zoom:1;}
