@charset "shift_jis";
/* reset */

#shredder_item {width: 750px; overflow: hidden;}
#shredder_item img{ float:left;}
a:hover img{opacity:0.8;}

.niku_title{
	background:#539182; color: #FFF; font-size: 40px; text-align: center; padding: 15px 0; width: 750px; margin: 50px 0 0 0;
	border-radius: 40px 40px 0 0;
	-webkit-border-radius: 40px 40px 0 0;
	-moz-border-radius: 40px 40px 0 0;}

/*▽基本CSS*/
*{ list-style:none; margin:0; padding:0;}
a{ text-decoration:none;}
a img{ border:none;}
a:hover img{ opacity:0.8;}
img{ vertical-align:bottom;}
#wrap,#wrap2{ max-width:750px; margin:0 auto;}

/*▽追加CSS*/
.movie {/*親div*/
  position: relative;/*相対配置*/
  }

.movie iframe {
  position: absolute;/*絶対配置*/
  top: 40px;
  left: 50%;
  width: 560px;
  margin-left: -280px; /* MUST be half the width */
  }
  
.movie p {
  position: absolute;/*絶対配置*/
  color: #ffffff;
  top: 95%;
  left: 35%;
  font-size: 12px;
  }
  
.movie p a {
  position: absolute;/*絶対配置*/
  left: 0;
  font-size: 11px;  
  }
  
a.white:link { color: #ffffff; }
a.white:visited { color: #1976d2; }
a.white:hover { color: #fffab2; }
a.white:active { color: #fffab2; }
  
#spec_title{ background:##4293C2; color: #FFF; font-size: 30px; text-align: center; padding: 10px 0; width: 750px; margin: 50px 0 10px;}
.spec_title_min{ width: 750px; background:#daeff2; font-weight: bold; font-size: 16px; text-align: center; padding: 5px 0; margin: 10px 0 5px;}
table.spec{
	display: block;
	overflow: hidden;
	width: 650px;
	border-collapse: separate;
	border-spacing: 1px;
	text-align: left;
	line-height: 1.5;
	border-top: 1px solid #ccc;
	margin: 20px auto;
}
table.spec th{
	display: block;
	float: left;
	width: 170px;
	padding: 10px;
	font-weight: bold;
	vertical-align: top;
	border-bottom: 1px solid #ccc;
	background: #daeff2;
}
table.spec td{
	display: block;
	float: left;
	width: 430px;
	padding: 10px;
	vertical-align: top;
	border-bottom: 1px solid #ccc;
}
  
