@charset "utf-8";

body#meeting {
	background: url(../img/bg_main.jpg) no-repeat top center fixed #000;
}

/* ------------------------------------- /
/   Header
/* ------------------------------------- */

body#meeting header {
	text-align: center;
	height: 280px;
	background: url(../img/header01.jpg) center top;
}

body#meeting header div.lBox h1 {
	position: absolute;
	top: 5px;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0;
}

body#meeting header div.sBox {
	display: none;
}

body#meeting div.navBox {
	position: absolute;
	top: 190px;
}


/***** Gnav *****/

body#meeting li.mainBtn05 {
	background: url(../img/btn_main05.png) 2px;
} /*アクティブページには別画像を設定*/


/* ------------------------------------- /
/   Main
/* ------------------------------------- */

body#meeting h2 {
	background: url(../meeting/img/h2.png) center no-repeat;
	height: 106px;
	text-indent: -9999px;
	margin-top: 0;
}


/* ------------------------------------- /
/   sidebar
/* ------------------------------------- */

body#meeting div.subMenu p.btn {
	text-indent: -9999px;
	display: block;
	width: 180px;
	height: 45px;
}

body#meeting div.subMenu p.btn a {
	display: block;
	width: 180px;
	height: 45px;
}

body#meeting div.subMenu p.btn01 {
	background: url(../shop/img/btn_sub01_off.png);
}

body#meeting div.subMenu p.btn01 a {
	background: url(../shop/img/btn_sub01_off.png);
	-webkit-transition: 0.5s ease-in-out;  
	-moz-transition: 0.5s ease-in-out;  
	-o-transition: 0.5s ease-in-out;  
	transition: 0.5s ease-in-out; 
}

body#meeting div.subMenu p.btn01 a:hover {
	opacity: 0; 
    filter: alpha(opacity=100); 
}

div.mtgShopBox {
	text-align: center;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #871515), color-stop(0.00, #ee0f0f));
	background: -webkit-linear-gradient(top, #ee0f0f 0%, #871515 100%);
	background: -moz-linear-gradient(top, #ee0f0f 0%, #871515 100%);
	background: -o-linear-gradient(top, #ee0f0f 0%, #871515 100%);
	background: -ms-linear-gradient(top, #ee0f0f 0%, #871515 100%);
	background: linear-gradient(top, #ee0f0f 0%, #871515 100%);
	padding: 10px;
	border-radius: 10px;
}

.meetingmovie{
	border:#000 20px solid;
}


@media screen and (max-width: 767px) { /* 767px以下の場合 */

/* ------------------------------------- /
/   Header
/* ------------------------------------- */

body#meeting header {
	text-align: center;
	height: auto;
	background: none;
}

body#meeting header div.lBox {
	display: none;
}

body#meeting header div.sBox {
	display: block;
}

body#meeting div.navBox {
	position: static;
}


/***** Gnav *****/

body#meeting li.mainBtn05 {
	text-indent: 0;
	margin: 0;
	width: 50%;
	height: 50px;
	float: left;
	text-align: center;
	background: url(../img/ico_kab.png),-webkit-gradient(linear, left top, left bottom, from(#972715), to(#2a0802));
    background: url(../img/ico_kab.png),-moz-linear-gradient(top, #972715, #2a0802);
    background: url(../img/ico_kab.png),-ms-linear-gradient(top, #972715, #2a0802);
    background: url(../img/ico_kab.png),linear-gradient(top, #972715, #2a0802);
    background-repeat:no-repeat;
    background-position: right bottom;
	border-bottom: 1px solid #CCC;
	border-right: 1px solid #CCC;
	line-height: 120%;
	color: #f6f773;
	display: table;
} /*アクティブページには別画像を設定(PC)したので、スマホ用は元に戻す*/


/* ------------------------------------- /
/   Main
/* ------------------------------------- */

body#meeting {
	background: none #000;
}

body#meeting h2 {
	background: url(../meeting/img/h2_s.jpg);
	width: 100%;
	height: 0;
	padding-top: 18.2%;
	background-size: cover;
}

/* ------------------------------------- /
/   sidebar
/* ------------------------------------- */

body#meeting div.subMenu p.btn {
	text-indent: 0;
	background-image: none;
	width: inherit;
	height: inherit;
}

body#meeting div.subMenu p.btn a {
	background-image: none;
	-webkit-transition: none;  
	-moz-transition: none;  
	-o-transition: none;  
	transition: none;
	width: inherit;
	height: inherit;
	
	text-align: center;
	color: #000;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #999999), color-stop(0.00, #FFFFFF));
	background: -webkit-linear-gradient(top, #FFFFFF 0%, #999999 100%);
	background: -moz-linear-gradient(top, #FFFFFF 0%, #999999 100%);
	background: -o-linear-gradient(top, #FFFFFF 0%, #999999 100%);
	background: -ms-linear-gradient(top, #FFFFFF 0%, #999999 100%);
	background: linear-gradient(top, #FFFFFF 0%, #999999 100%);
	border: 3px solid #3ebb00;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-box-shadow: 1px 1px 1px rgba(000,000,000,0.3);
	-webkit-box-shadow: 1px 1px 1px rgba(000,000,000,0.3);
	text-shadow: 0px 0px 3px rgba(0,0,0,0.5);
	padding: 5px 0;
}

body#meeting div.subMenu p.btn01 a:hover {
	opacity: 100; 
    filter: alpha(opacity=100); 
}

body#meeting p.btn01 a {
	display: block;
	text-align: center;
}

}