p {
    line-height: 2em;
}
.h1Box {
margin-bottom: 50px;
}
.h1Box img {
    max-width: 100%;
    height: auto;
}
h1 {
	padding-bottom: 20px;
	font-size: 30px;
	margin-bottom: 40px;
	border-bottom: 2px dotted #ddd;
	margin-top: 40px;
}
.movieBox {
background-color: #efefef;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding-top: 20px;
padding-right: 40px;
padding-left: 40px;
padding-bottom: 20px;
margin-top: 30px;
margin-bottom: 30px;
width: 90%;
margin-left: auto;
margin-right: auto;
}
.movieBox .title {
	font-size: 30px;
	color: #FF6600;
    font-family: 'Kosugi Maru',"メイリオ","ＭＳ Ｐゴシック", sans-serif;
text-align: center;
}
h2 {
	padding-bottom: 5px;
	font-size: 20px;
	color: #3fc1c9;
	margin-top: 40px;
	margin-bottom: 20px;
	overflow: hidden;
	position: relative;
	padding-bottom: 10px;
	line-height: 1.5em;
}
h2 span{
	padding: 8px;
	margin-bottom: -1px;
}
h2:before {
	content: "";
	border-bottom: 3px solid #3fc1c9;
	bottom: 0;
	height: 0;
	position: absolute;
	width: 100%;
	z-index: 0;
}
h2:after {
	border-bottom: 3px solid #ddd;
	bottom: 0;
	content: "";
	position: absolute;
	width: 100%;
	z-index: 1;
}
.imgLeft {
	float: left;
	margin-right: 30px;
	margin-bottom: 20px;
}
.img {
	margin-bottom: 50px;
}
.link a {
    font-family: 'Kosugi Maru',"メイリオ","ＭＳ Ｐゴシック", sans-serif;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    display: block;
    color: #FFFFFF!important;
    text-align: center;
    border-radius: 10px;
    background-color: #fc5185;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 18px;
    margin-bottom: 30px;
    padding-left: 10px;
    padding-right: 10px;
}
.table_art21 {
width: 100%;
margin-top: 50px;
margin-bottom: 50px;
border-top: 1px solid #A5A5A5;
border-left: 1px solid #A5A5A5;
}
.table_art21 td {
border-bottom: 1px solid #A5A5A5;
padding: 10px;
font-size: 14px;
color: #333333;
}
.table_art21 td.nummber {
border-right: 1px solid #A5A5A5;
border-left: 1px dotted #A5A5A5;
text-align: center;
color: #3F6DB4;
}
.pager {
margin-top: 50px;
}
.pager .pagination {
text-align: center;
}
.pager .pagination li {
  display: inline;
  margin: 0 2px;
  padding: 0;
  display: inline-block;
  width: 50px;
  height: 50px;
  text-align: center;
  position: relative;
  border-radius: 50px;
}
.pager .pagination li.pre,
.pager .pagination li.next{
  background: #3fc1c9;
  color: #fff;
}
.pager .pagination li a{
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display:table;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
  color:#3fc1c9;
}
.pager .pagination li.pre a,
.pager .pagination li.next a{
  color: #fff;
}
.pager .pagination li a span{
  display:table-cell;
  vertical-align:middle;
}
.pager .pagination li a:hover,
.pager .pagination li a.active{
  color: #333333;
  background: #d9f3f4;
  border-radius: 10px;
  border-radius: 50px;
  animation: animScale 0.4s ease-out;
  transform-origin: 50% 50%;
  -webkit-animation: animScale 0.4s ease-out;
  -webkit-transform-origin: 50% 50%;
  -moz-animation: animScale 0.4s ease-out;
  -moz-transform-origin: 50% 50%;
}
@keyframes animScale {
  0% { transform: scale(0.8, 0.8); }
  40% { transform: scale(1.2, 1.2); }
  60% { transform: scale(1, 1); }
  80% { transform: scale(1.1, 1.1); }
  100% { transform: scale(1, 1); }
}
@-webkit-keyframes animScale {
  0% { -webkit-transform: scale(0.8, 0.8); }
  40% { -webkit-transform: scale(1.2, 1.2); }
  60% { -webkit-transform: scale(1, 1); }
  80% { -webkit-transform: scale(1.1, 1.1); }
  100% { -webkit-transform: scale(1, 1); }
}
@-moz-keyframes animScale {
  0% { -moz-transform: scale(0.8, 0.8); }
  40% { -moz-transform: scale(1.2, 1.2); }
  60% { -moz-transform: scale(1, 1); }
  80% { -moz-transform: scale(1.1, 1.1); }
  100% { -moz-transform: scale(1, 1); }
}@media only screen and (max-width:768px) {
}
@media only screen and (max-width:480px) {
h1 {
    font-size: 20px;
    margin-top: 30px;
}
p {
    font-size: 14px;
}
.movieBox {
box-sizing: border-box;
padding: 20px;
width: 94%;
}
.movieBox .title {
	font-size: 24px;
}
.imgLeft {
    float: none;
    margin-left: auto;
    margin-bottom: 20px;
    margin-right: auto;
    text-align: center;
    width: 60%;
}
.imgLeft img {
    max-width: 100%;
    height: auto;
}
.img img {
    max-width: 100%;
    height: auto;
}
.link a {
    width: 80%;
    font-size: 16px;
}
.table_art21 td {
padding-top: 5px;
padding-bottom: 5px;
font-size: 12px;
}
}
