@charset "utf-8";
/* ===================================================================
CSS information

 file name  :movie.css
 author     :Ability Consultant
style info  :ホームページ設定　ハックは最下部に記述
=================================================================== */
/*----------------------------------------------------
	各ページ専用指定
----------------------------------------------------*/

/* 共通
----------------------------------------------------*/

#movie h2 {
    padding: 2em 0 1em;
    text-align: center;
}
#movie h2 img {
    max-width: 100%;
}

/* .con_flo
----------------------------------------------------*/
#movie .con_mov {
    max-width: 580px;
	margin: 0 auto;
}
#movie .con_mov .img_pat {
    text-align: center;
	padding-bottom: 1.5em;
	height: 2px;
}
#movie .con_mov .img_pat img {
    max-width: 100%;
}
#movie .con_mov ul.box_mov {
	overflow: hidden;
	margin-bottom: 1em;
	
}
#movie .con_mov ul.box_mov li {
    overflow: hidden;
	/*width: 540px;*/
	border-bottom: 1px solid #37261a;
	background-color: #ffffff;
	padding: 3% 3% 3% 3%;
	margin-bottom: 1px;
}
#movie .con_mov ul.box_mov li h3 {
    float: right;
	max-width: 45%;
	font-weight: normal;
}
#movie .con_mov ul.box_mov li h3  a{
	text-decoration: underline;
	color: #363636;
}
#movie .con_mov ul.box_mov li h3 a:link, 
#movie .con_mov ul.box_mov li h3 a:visited{
	
}
#movie .con_mov ul.box_mov li .video-wrapper {
    margin: 0 auto 0 0;
    max-width: 100%;
    margin-bottom: 3%;
	margin-right: 2%;
    width: 50%;
    z-index: 10;
	border: 2px solid #929292;
}
#movie .con_mov ul.box_mov li .video-container {
    height: 0;
    overflow: hidden;
    padding-bottom: 70%;
    padding-top: 3%;
    position: relative;
}
#movie .con_mov ul.box_mov li .video-container iframe {
	height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}


#movie .btn_eve {
	margin-bottom: 2em;
	text-align: center;
}
#movie .btn_eve img {
	max-width: 100%;
}



#movie .con_mov .btn_mor {
	margin-bottom: 1.5em;
	text-align: center;
}
#movie .con_mov .btn_mor img {
	max-width: 100%;
}




/* -----------------------------------------------------------
	380pxの解像度のレイアウト調整
----------------------------------------------------------- */
@media only screen and (max-width: 380px) {
/*#movie h2 {
    padding: 1.5em 0 1.5em;
}*/


}


/*======================================

	hack - 各種cssハック - for IE7

=======================================*/
*:first-child+html {}


/*======================================

	hack - 各種cssハック - for IE6

=======================================*/
* html {}