@charset "utf-8";
@import url(reset.css);
@import url(base.css);
@import url(common.css);

/*-------------------------------------------------------------------
	.section
-------------------------------------------------------------------*/
#content .section {
	margin-bottom: 55px;
}
#content .section .box {
	margin-bottom: 30px;
	overflow: hidden;
	/zoom: 1;
}
#content .section .box ul a {
    border: 1px solid #E3E3E3;
    display: table-cell;
    height: 240px;
    text-align: center;
    vertical-align: middle;
    width: 240px;
    padding: 4px;
}
#content .section .text {
	margin-top: 26px;
}

#content .section .att {
  font-size: 0.85em;
  margin-top: 15px;
}
p.img {
  margin-bottom: 60px;
}
/* --------------------------------------
	table
-------------------------------------- */
#content table th{
  width: 219px;
  font-weight:normal;
  /*padding: 4px 20px 1px 20px;*/
}
/*#content table td{
  padding: 4px 20px 1px 20px;
}*/

.movie {
  position: relative;
  width: 100%;
  padding-bottom: 51.80%;
  margin-bottom: 20px;
}
.movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}