/*
Theme Name: gallerie_site
Theme URI: http://www.galleriebyspinns.com
Description:京都と大阪に展開している大型セレクトショップ、GALLERIE(ギャレリー)の公式サイトです。メンズ、レディースともにインポート商品があり、インテリア雑貨やブランド商品も取り揃えています。
Version: 1.1
Author: Natsuki Suzuki
*/


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

/*ここからボディー*/

#top_content{
	width:980px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:0px;
}



#second_box{
	width:920px;
	height:530px;
	margin-top:30px;
	margin-left:30px;
	margin-bottom:100px;
}

#left_box{
	width:660px;
	height:530px;
	float:left;
	margin-right:10px;
}

#right_box{
	width:250px;
	height:530px;
	float:left;
}

#left_up{
	width:325px;
	height:180px;
	margin-right:10px;
	float:left;
}

#right_up{
	width:325px;
	height:180px;
	margin:0px;
	float:left;
}


#left_down{
	width:270px;
	height:214px;
	margin-top:10px;
	margin-right:10px;
	float:left;
}

#right_down{
	width:380px;
	height:214px;
	margin-top:10px;
	float:left;
}

#down{
	width:660px;
	height:116px;
	margin-top:10px;
}


/*ホバー*/


.float-shadow {
  display: inline-block;
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.float-shadow:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  /* W3C */
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
}

.float-shadow:hover {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
  /* move the element up by 5px */
}

.float-shadow:hover:before {
  opacity: 1;
  -webkit-transform: translateY(5px);
  -ms-transform: translateY(5px);
  transform: translateY(5px);
  /* move the element down by 5px (it will stay in place because it's attached to the element that also moves up 5px) */
}



/*インタビューページ*/

.interview_img{
	width:920px;
	height:auto;
	margin-bottom:30px;
}

.interview_online{
	width:920px;
	height:auto;
}


/*お詫び*/

#owabi{
	width:920px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	color:#FD0000;
	font-size:20px;
}

#owabi a:hover{
	color:#FF4245;
	text-decoration:underline;
}
