@charset "shift_jis";
/* CSS Document */
* {
	margin:0;
	padding:0;
}
img {
	border:none;
	vertical-align:bottom;
}
#gph {
	margin:0 auto;
	width:750px;
	text-align:center;
}
#gph ul {
        overflow:hidden;
}


#gph li {
	float:left;
	list-style:none;
}

#gph a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}

#gph .youtube {
    position: relative;
    width: 100%;
  padding-top: 56.25%;
	
}
#gph .youtube iframe{
    position: absolute;
    top: 0;
    left: 0;
  width: 100% !important;
  height: 100% !important;
	/*z-index:5;*/
}

