@charset "UTF-8";

section#gallery {
	font-family: "ＭＳ ゴシック",sans-serif;
	padding:40px 0px;
	background:#F1F1F1;
	border-bottom:1px solid #FFF;
    -webkit-box-shadow: 0 8px 6px -6px #999;
       -moz-box-shadow: 0 8px 6px -6px #999;
            box-shadow: 0 8px 6px -6px #999;
    position: relative;
    z-index:1;
}

section#gallery div#frame{
    padding:8px 8px 0px 8px;
    background:#FFF;
    width:590px;
    margin:0px auto;
    position: relative;
}


section#gallery div#frame:before{
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  right: 10px;
  left: auto;
  width: 50%;
  top: 80%;
  max-width:580px;
  background: #777;
  -webkit-box-shadow: 0 15px 10px #777;
  -moz-box-shadow: 0 15px 10px #777;
  box-shadow: 0 15px 10px #777;
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
}

section#gallery div#detail{
    width:590px;
    height:30px;
    text-align:left;
    margin:0px auto;
    padding-top:8px;
}

section#gallery span#name,
section#gallery span#string
{
	font-size:24px;
}

section#gallery span#string{
	margin-top:13px;
	font-size:14px;
}




