@charset "UTF-8";
/* CSS Document */

#index #main_box{
	background-image:url(/corporate/images/movie/main.jpg);
	background-color:#000;
}
#index #main_txt h1{
	top:80px;
}

.list ul li{
	position:relative;
	padding-left:300px;
	min-height:150px;
	border-bottom:1px dotted #666;
	padding-bottom:30px;
	margin-bottom:30px;
}
.list ul li .img{
	position:absolute;
	left:0px;
	top:0px;
	width:280px;
	height:150px;
	background-color:#e4e4e4;
}
.list ul li .img{
	position:absolute;
	left:0px;
	top:0px;
}
.list ul li h3{
    border-left:3px solid #333333;
    font-size:16px;
    margin-bottom:12px;
    padding-left:10px;
}
.list ul li table{
	margin-bottom:15px;
}
.list ul li table th{
	background-color:#333333;
	color:#fff;
	padding:3px 0 1px 0;
	text-align:center;
	width:60px;
}
.list ul li table td{
	padding:3px 10px 2px 10px;
}
.list ul li p{
	margin-bottom:10px;
}

.bnr_list ul li:nth-of-type(3n) {
	margin-right: 0;
}

@media screen and (max-width: 640px) {
#index #main_txt h1 img{
	height:54px;
}

.list ul li{
	padding-left:0px;
}
.list ul li .img{
	position:static;
	width:280px;
	height:150px;
	margin:0 auto 15px auto;
}
.list ul li h3{
	font-size:14px;
}
.list ul li table th{
	font-size:12px;
}
.list ul li table td{
	font-size:12px;
}
.list ul li p{
	font-size:12px;
}
.list ul li a{
	font-size:12px;
}
}


/*// 事例をincludeにする*/
.contents2 {
	margin: 20px auto 0;
}
@media screen and (max-width: 980px){
  .contents2 {
    margin: 40px 40px 0;
  }
}
@media screen and (max-width: 657px){
  .contents2 {
    margin: 20px 15px 0;
  }
}

p.btn a {
	  background-color: #f9423a;
    display: block;
    color: #fff;
    text-align: center;
    width: 260px;
    font-weight: bold;
    background-image: url(/corporate/images/common/f_info_arrow.png);
    background-position: right center;
    background-repeat: no-repeat;
    padding: 12px 15px 10px 15px;
    margin: 0 auto 40px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

p.btn a:hover, .back a:hover {
	text-decoration: none;
}

.back { margin-bottom: 50px; }

.back a{
  width: 260px;
  background-color: #f9423a;
  display: block;
  color: #fff;
  text-align: center;
  padding: 12px 15px 10px 15px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border: none;
  cursor: pointer;
  margin: 0 auto;
  font-size: 13px;
  font-weight: bold;
  background-image: url(/corporate/images/common/f_info_arrow_back.png);
  background-repeat: no-repeat;
  background-position: left center;
}