@charset "UTF-8";
/**
 * *-* *-* *-* *-* *-* *-* *-* *-* *-* *-* *-* *-* *-* *-* *-* *-* *-* *-* *-*
 *
 *  ブティック フォリエ
 *
 * *-* *-* *-* *-* *-* *-* *-* *-* *-* *-* *-* *-* *-* *-* *-* *-* *-* *-* *-*
**/

@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed');
@import url('https://fonts.googleapis.com/css?family=Questrial');
@import url('https://fonts.googleapis.com/css?family=Lato:400,700');
@import url('https://fonts.googleapis.com/css?family=PT+Sans');

/* ---------------------------------------------------------------------------
//  all
--------------------------------------------------------------------------- */



body {
  font-size: 16px;
  color: #333;
  line-height: 1.6;
  background:#fff;
}



a { transition: .2s; color: #000; }
a:hover { opacity: 0.5; }

.wrap { min-width: 1000px; margin: 0 auto; }
.inner { width: 970px; margin: 0 auto; }
.ImgBlock img { display: block; }




/* ---------------------------------------------------------------------------
//  header
--------------------------------------------------------------------------- */
header {
	
	width:970px;
	margin:150px auto 0px auto;
}
header li{ margin:0; padding:0; }
header li:nth-child(1){ float:left;}
header li:nth-child(2){ float:right;}

footer  li{ float:right; margin-top:5px;}
footer  li:nth-child(1) { float:right; margin:5px 0px 0px 5px;}

h1{ margin:0; padding:0;}





header li{  -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;}


header li:hover{  -webkit-transform: translateY(10px);
     -moz-transform: translateY(10px);
       -o-transform: translateY(10px);
      -ms-transform: translateY(10px);
          transform: translateY(10px); opacity:0.5;}
		  
		  
		  

/* ---------------------------------------------------------------------------
//  footer
--------------------------------------------------------------------------- */
footer {
  padding:0px; margin:0px 0px 0px 0px;
  text-align:center;
  color:#222;
  font-size:94%;
  height:50px;
  }
 
  footer #copy{ padding:20px 0px 0px 0px;}
