@charset "UTF-8";
/* CSS Document */

/*------------------------------

TOP

------------------------------*/
a{
	text-decoration: none;
	color: #000;
}
body{
	background:url(http://overfence-movie.jp/sp/common/img/bg.jpg) repeat-y top center;
	background-size: 100% auto;
}
.in{
	padding: 5% 5%;
}
img {
	width: 100%;
	height: auto;
}


/*------------------------------

TOP

------------------------------*/
#visualArea{
	position: relative;
}
#visualTxt{
	position: absolute;
	width: 100%;
	bottom: 10%;
	left: 0;
	z-index: 1;
	text-align: center;
}
#visualTxt img{
	width: 74% !important;
}

#award{
	width: 74%;
	margin: 0 auto 20px;
}

#visualArea #fedeImg{
	width: 100%;
	position: relative;
	padding-top: 64.6%;
}
#visualArea #fedeImg li{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
#visualArea #fedeImg li img{
	width: 100%;
}
#contents{
	background: url(http://overfence-movie.jp/sp/common/img/bg_top.png) no-repeat top left;
	background-size: 100% auto;
}
#snsArea{
	background:#a3d9ea;
	padding: 0 5% 5% 5%;

}
#snsBox{
	border-top: 1px dotted #0f778c;
	border-bottom: 1px dotted #0f778c;
	text-align: center;
	position: relative;
	padding: 5% 0;
}	
#snsBox li{
	display: inline-block;
	margin-left: 5px;
	position: relative;
}
.fb-like{
	position: relative !important;
	top:-8px;
}
#tw_timeline{
	text-align: center;
}
#tw_timeline iframe{
	width: 85%!important;
	margin: 15px auto;
    min-height: 160px !important;
}
.fb-like iframe{
	position: relative;
	top: 2px;
}

#home #bnrArea{
	background: #FFF;
	padding: 5% 3% 0% 3%;
}
#bnrArea{
	background: #FFFFFF;
}
#bnrArea ul{
	width: 100%;
	overflow: hidden; 
}
#bnrArea li{
	width: 50%;
	box-sizing: border-box;
	display: block;
	float: left;
	padding: 0 2% 4% 2%;
}

#ft_nav{
	padding: 5% 5%;
}
.sub #ft_nav{
	padding: 10% 5% 5% 5% !important;
}
#ft_nav li span{
	opacity: 0.5;
}
#gNav li span{
	opacity: 0.5;
}

#home .credit{
	margin-bottom: 10%;
}

#home #bnrArea2{
	margin-bottom: 5%;
}
#home #bnrArea2 ul{
	text-align: center;
	overflow: hidden;
}
#home #bnrArea2 li{
	float: left;
	width: 33%;
	box-sizing: border-box;
	padding: 0 2%;
}
#home #bnrArea2 li#bnr1{
	width: 38%;
}
#home #bnrArea2 li#bnr2{
	width: 30%;
	padding-top:20px;
}
#home #bnrArea2 li#bnr3{
    width: 30%;
	padding-top:20px;
	
}

#home .bnrArea3{
	margin:0 auto 5%;
	width: 80%;
}

/*------------------------------

trailer

------------------------------*/
#mov{
	overflow: hidden;
	margin-bottom: 10%;
}
#mov .movieboxWrap {
}
#mov .mvWrap {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
#mov .mvWrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	vertical-align: bottom;
	background: #000000;
}
#mov .btnMov {
	width: 100%;
}
#mov .btnMov li img{
	vertical-align: middle !important;
}
#mov .btnMov li a {
	display: block;
	background: #21b3d3;
	border-bottom: 1px solid #FFF;
	padding: 3% 0;
	display: block;
}
#mov .btnMov li a.active {
	display: block;
	background: #1b90a9;
}
#mov .btnMov li a span{
	display: none;
}

#wrap{
	 line-height: 1.8em;
}
#home #siteTtl{
	margin-bottom: 20px;

}
a{
	outline: none;
}
#wrap img{
	width:100%;
	height: auto;
}

#fb_w{
	margin-bottom: 10%;
}
#cf_w{
	margin-bottom: 10%;
}

#home .home_ttl{
	margin-bottom: 5%;

}







#home #contents{
	padding: 12% 5%;
}
.sub #contents{
	padding: 12% 5%;
}
#snsBox li{
	display: inline-block;
	margin-left: 10px;
}

.copyright{
	text-align: center;
	color: #000000;
	padding: 20px 0;
}
.fb_iframe_widget{
	position: relative;
}
.fb_iframe_widget_fluid {
    text-align: center;
    display: block !important;
}
.fb_iframe_widget{
	display:block !important;

}
#cf_w iframe{
    display: block !important;
}
/*----------------------------
footer
-----------------------------*/
#ft_nav{
	background: #a3d9ea;
}
#ft_nav li{
	margin-bottom: 5%;
}
#ft_nav li:last-child{
	margin-bottom: 0;
}
#ft_copy{
	background: #21b3d3;
	padding: 3% 10%;
}
#ft_copy img{
	vertical-align: middle !important;
}


.billing{
	background: #a3d9ea;
	padding: 10% 5% 5% 5%;
}

/*---------------------------
Cast
----------------------------*/
#cast .pList{
	text-align: center;
}
#cast .pList dl{
	display: inline-block;
	margin-bottom: 10%;
}
#cast .pList dl dt {
	margin-bottom: 3%;
}

#cast .pList dl.type1{
	width: 49%;
	padding: 0 2%;
	box-sizing: border-box;
}
#cast .pList dl.type1 dd {
	border: 1px solid #FFF;
	background-color: rgba(0,0,0,0.5);
X	padding: 3%;
}
#cast .pList dl.type1 dd a{
	display: inline-block;
	text-align:center;
	width: 50%;
	box-sizing: border-box;
}
/*#cast .pList dl.type1 dd a:first-child{
	border-right: 1px solid #FFF;
	padding: 0 5% 0 2%;
}
#cast .pList dl.type1 dd a:last-child{
	padding: 0 2% 0 5%;
}*/
#cast .pList dl.type1 dd a{
	padding: 0 2%;
}
#cast .pList dl dd a img{
	vertical-align: middle !important;
}
#cast .pList dl.type2 dd a{
	display: block;
	box-sizing: border-box;
	text-align: center;
	border: 1px solid #FFF;
	background-color: rgba(0,0,0,0.5);
	padding: 3%;
}
#cast .pList dl.type2 dd a:first-child{
X	margin-bottom: 5%;
}
#cast .pList dl.type2 dd a img{
	width: 80% !important;
}


#cast .pList dl.type2{
	width: 32%;
	padding: 0 2%;
	box-sizing: border-box;
}
#cast.castPage #contents{
	background: none !important;
	padding-top: 5%;
}
#cast.castPage .detailBox .ph{
	margin-bottom: 5%;
}
#cast.castPage .detailBox .name{
	margin-bottom: 3%;
	color:#006d82;
	font-size: 2.1rem;
}
#cast.castPage .detailBox .name span{
	font-size: 1.6rem;
}
#cast.castPage .detailBox .txt{
}
.ttl_s{
	display: block;
	margin-bottom: 3%;
}
.txt1{
	margin-bottom: 3%;
}
#profile{
	margin-bottom: 10%;
}
#backBtn{
	text-align: center;
	margin-top: 10%;
}
#backBtn img{
	width: 50% !important;
}
/*---------------------------
Intro 
----------------------------*/
#intro .txtArea p{
	margin-bottom: 10%;
}
/*---------------------------
note 
----------------------------*/
#note .linkList dl{
	margin-bottom: 20%;
	text-align: center;
}
#note .linkList dl dt{
	margin-bottom: 10%;
}
#note .linkList dl dd img{
	width: 50% !important;
}
#note.notePage #contents{
	padding: 0 0 10% 0!important;
	background: #FFF; 
}
#note.notePage #notein{
	padding: 5% 5% 0 5%;
}
#note.notePage #notein p{
	display: block;
	margin-bottom: 10%;
}
#note.notePage .note_b {
	color: #006d82;
}
#note.notePage .note_r {
	color: #8c0a14;
}
#note.notePage .note_g {
	color: #136500;
}
#note_close{
	text-align: center;
}
#note_close img{
	width: 50% !important;
}
/*---------------------------
staff 
----------------------------*/
#staff .pList{
	overflow: hidden;
}
#staff .pList dt{
	margin-bottom: 5%;
}
#staff .pList dd a{
	display: inline-block;
	border: 1px solid #FFF;
	background-color: rgba(0,0,0,0.5);
	margin-right: 8%;
	text-align: center;
}
#staff .pList dd a img{
	width: 60.8% !important;
	vertical-align: middle !important;
}
#staff .pList dl{
	padding: 0 3% 5% 3%;
	box-sizing: border-box;
	float: left;
}
#staff .pList .type1{
	width: 100%;
}
#staff .pList .type2{
	width: 50%;
	display: block;
}
#staff.castPage .detailBox .name{
	margin-bottom: 3%;
	color:#006d82;
	font-size: 2.1rem;
}
#staff.castPage .detailBox .name span{
	font-size: 1.6rem;
}
#staff .txtBox img{
	width: 80%;
	display: block;
	margin: 2% 0 0 0;
}