@charset "UTF-8";

body {
	line-height: 1;
}



/* For modern browsers */
.cf:before,
.cf:after {
	content:"";
	display:table;
}
.cf:after {
	clear:both;
}
/* For IE 6/7 (trigger hasLayout) */
.cf {
	zoom:1;
}



/* 全体 ---------------------------------------------------- */
#page-top { bottom: 44px; }
.txtWhiteB { color: white; font-weight: bold; }



/* リンク */
a img.pic { transition: all .3s; -webkit-transition: all .3s; -moz-transition: all .3s; -o-transition: all .3s; }
a img.pic:hover { opacity: 0.7; filter: alpha(opacity=70); -moz-opacity: 0.7; -ms-filter: "alpha(opacity=70)"; }



/* 共通 ---------------------------------------------------- */
div.wrapper { overflow: hidden; min-width: 1080px; }
div.contWrap { width: 960px; margin: 0 auto; }
h1.secTit {
	display: inline-block;
	background-color: white;
	padding: 10px 20px;
	font-size: 180%;
	font-weight: 700;
	color: red;
}
h1.secTitRed {
	background-color: red;
	color: white;
}
h1.secTitBlack {
	background-color: black;
	color: white;
}
h1.secTit span.rubi {
	font-size: 66%;
	font-weight: 400;
}



nav {
	width: 100%;
	background-color: black;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 100;
	box-shadow: 0px 2px 4px rgba(0,0,0,0.3);
	min-width: 1080px;
}
nav .navWrap { position: relative; padding-left: 63px;}
nav p.logo { position: absolute; left: 0; top: 0; }
nav p.logo a { padding: 6px 15px; display: block; }
nav p.logo a img { width: 36px; height: 36px; }
nav ul li { float: left; margin-right: 20px; height: 50px; overflow: hidden; }
nav ul li:last-child { margin-right: 0; }
nav ul li a {
	display: block;
	color: white;
	text-decoration: none;
	padding: 15px 10px;
	letter-spacing: 0.1em;
	-webkit-transition: all .3s .3s ease-in-out;
	-moz-transition: all .3s .3s ease-in-out;
	-o-transition: all .3s .3s ease-in-out;
	transition: all .3s ease-in-out;
	position: relative;
}
nav ul li.new a { padding: 15px 10px 15px 36px;}
nav ul li a:hover { color: red; } 
nav ul li.new a::after {
	content: "NEW";
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	letter-spacing: 0;
	font-size: 65%;
	font-family: 'Asap', sans-serif;
	font-weight: 700; 
	width: 30px;
	height: 30px;
	background-color: red;
	border-radius: 50%;
	box-sizing: border-box;
	padding: 10px 0;
	text-align: center;
	margin-top: -15px;
}
nav ul li.new a:hover::after {
	color: white;
}
nav ul li a span.rubi { letter-spacing: 0; font-size: 80%; }
nav ul li a.new { padding: 15px 20px 15px 46px; background-image: url(../images/update0115/icon_new.png); background-repeat: no-repeat; background-position: 16px 70%; }





/* 特設サイト ---------------------------------------------------- */
section.af18sec0 {
	text-align: center;
	background: white url(../images/bg_dot.png) center center/40px 40px;
	position: relative;
	padding-bottom: 350px;
}
section.af18sec0 p.logo { padding-top: 100px; }
section.af18sec0 p.logo img { width: 650px; height: auto; }
section.af18sec0 p.badge { position: absolute; left: 50%; top: 128px; margin-left: 350px; }
section.af18sec0 p.badge img { width: 120px; height: auto; }
section.af18sec0 p.booth { position: absolute; left: 50%; top: 290px; margin-left: -536px; z-index: 80; }
section.af18sec0 p.booth img { width: 600px; height: auto; }
section.af18sec0 p.onair { position: absolute; left: 50%; top: 305px; margin-left: -270px; z-index: 90; display: none; }
section.af18sec0 p.onair img { width: 78px; height: auto; }
section.af18sec0 p.curtain { position: absolute; left: 50%; top: 344px; margin-left: -518px; z-index: 90; width: 565px; height: 181px; background-color: black; border-radius: 20px; }



section.af18sec0 div.infobox {
	position: absolute;
	top: 350px;
	left: 50%;
	width: 480px;
	margin-left: 60px;
	border: solid 3px red;
	padding: 30px 20px 20px;
	text-align: left;
	background-color: white;
	box-shadow: 2px 2px 6px 0px rgba(0,0,0,0.3);
	box-sizing: border-box;
	z-index: 90;
}

section.af18sec0 div.infobox dl { line-height: 1.6em; } 
section.af18sec0 div.infobox dl dt { background-color: black; text-align: center; color: white; padding: 0.1em; border-radius: 5px; }
section.af18sec0 div.infobox dl dd { margin-top: -1.6em; }
section.af18sec0 div.infobox dl.info dt { width: 3.4em; }
section.af18sec0 div.infobox dl.info dd { padding-left: 80px; }
section.af18sec0 div.infobox dl.info dd.date { letter-spacing: 0.15em; padding-top: 5px; }
section.af18sec0 div.infobox dl.info dt.venueTit { margin-top: 20px; }
section.af18sec0 div.infobox dl.info dd.venue { padding-top: 2px; }
section.af18sec0 div.infobox dl.cast { margin-top: 20px; padding-top: 10px; border-top: dashed 1px red; }
section.af18sec0 div.infobox dl.cast dt { width: 8em; }
section.af18sec0 div.infobox dl.cast dd { padding-left: 9.2em; }
section.af18sec0 div.infobox dl.spec { margin-top: 20px; padding-top: 10px; border-top: dashed 1px red; }
section.af18sec0 div.infobox dl.spec dt { width: 13em; }
section.af18sec0 div.infobox dl.spec dd { padding-left: 14.2em; }



section.af18sec1 {
	background: red;
	padding: 200px 0 230px;
	position: relative;
}
section.af18sec1 .charas {
	position: absolute;
	bottom: -1px;
	left: 50%;
	margin-left: -541px;
}
section.af18sec1 .charas img { width: 1082px; height: auto; }
section.af18sec1 .sec1contArea { margin-top: 50px; }
section.af18sec1 .sec1contArea p.sec1pic { float: left;  }
section.af18sec1 .sec1contArea p.sec1pic img { width: 200px; height: auto; }
section.af18sec1 .sec1contArea div.sec1cont { float: right; width: 710px; line-height: 1.8; }
section.af18sec1 .sec1contArea div.sec1cont p.mgn { margin-top: 20px; }
section.af18sec1 .sec1contArea div.sec1cont p.fm {
	margin: 10px 0;
	color: white;
	font-weight: 700;
	font-size: 270%;
	line-height: 1;
}
section.af18sec1 .sec1contArea div.sec1cont p.fm span { font-size: 115%; }
section.af18sec1 .sec1contArea div.sec1cont p.note { margin-top: 20px; }



section.af18sec2 { background: #eee url(../images/bg_dot.png) center center/40px 40px; padding: 60px 0; }
section.af18sec2 h1.sec2chapTit {
	font-size: 320%;
	color: red;
	line-height: 1.25;
	font-weight: 300;
	min-height: 110px;
	box-sizing: border-box;
	padding-left: 120px;
}
section.af18sec2chap { margin-top: 60px; }
section.af18sec2chap .sec2contFrm { float: left; width: 720px; }
section.af18sec2chap .sec2contFrm .sec2box {
	margin: 20px 0 0 120px;
	border: dashed 1px red;
	padding: 18px;
	line-height: 1.75;
	font-size: 108%;
	background-color: white;
	width: 600px;
	box-sizing: border-box;
}
section.af18sec2chap .sec2pic { float: right; width: 200px; }

section.af18sec2chap h1.sec2chap1Tit { background: url(../images/icon_num1.png) 0 8px/102px 102px no-repeat; }
section.af18sec2chap .sec2pic1 img { width: 130px; height: auto; margin-left: 35px; }
section.af18sec2chap h1.sec2chap2Tit { background: url(../images/icon_num2.png) 0 8px/102px 102px no-repeat; }
section.af18sec2chap .sec2pic2 img { width: 173px; height: auto; margin-left: 20px; }
section.af18sec2chap h1.sec2chap3Tit { background: url(../images/icon_num3.png) 0 8px/102px 102px no-repeat; }
section.af18sec2chap .sec2pic3 img { width: 200px; height: auto; margin-top: 60px; }

section.af18sec2chapCap { margin: 40px 0 0 120px; line-height: 1.6; }
section.af18sec2chapCap .note { margin-top: 30px; }



section.af18sec3 { background: red; padding: 60px 0; }
section.af18sec3dead { background: #eee url(../images/bg_dot.png) center center/40px 40px; padding: 60px 0; }
section.af18sec3 .af2018cmBox { margin-top: 50px; padding: 18px; border: solid 2px red; }

.noticeBoxL { float: left; }
.noticeBoxR { float: right; }
.noticeBoxRedDashed { border: dashed 1px red; padding: 8px; }
.noticeSubBox { background-color: #eee; border-radius: 5px; padding: 8px; }

.af2018cmBox { background-color: white; }
.af2018cmBox .noticeBoxTit p:first-child { font-size: 150%; letter-spacing: 0.2em; }
.af2018cmBox .noticeBoxTit p:last-child { font-size: 210%; letter-spacing: 0.05em; }
.af2018cmBox .noticeBoxTit p:last-child span.rubi { font-size: 60%; letter-spacing: 0; }
.af2018cmBox .cmCont { margin-top: 20px; }
.af2018cmBox .cmCont .noticeBoxL { width: 390px; line-height: 1.5; }
.af2018cmBox .cmCont .noticeBoxL .noticeSubBox { margin-top: 10px; line-height: 1.35; }
.af2018cmBox .cmCont .noticeBoxL .msg { margin-top: 10px; line-height: 1.35; }
.af2018cmBox .cmCont .noticeBoxR { padding-left: 98px; width: 412px; background: url(../../images/abe_bow.png) left center/78px 242px no-repeat; }
.af2018cmBox .cmCont .noticeBoxR .noticeBoxRedDashed { padding: 10px; line-height: 1.6; }
.af2018cmBox .cmCont .noticeBoxR .noticeBoxRedDashed p.sendtxt { margin-top: 10px; line-height: 1.35; }
.af2018cmBox .cmCont .noticeBoxR .noticeBoxRedDashed p.sendcap { margin-top: 10px; line-height: 1.35; }
.af2018cmBox .cmCont .noticeBoxR p.note { margin-top: 5px; }



section.af18sec4 { background: red; padding: 60px 0; }
section.af18sec4 table.timetable { width: 100%; border: solid 2px red; margin-top: 50px; }
section.af18sec4 table.timetable td.hour { color: white; background-color: black; padding: 0 5px; }
section.af18sec4 table.timetable td.hour p { position: relative; padding-top: 6px; text-align: center; }
section.af18sec4 table.timetable td.hour p::before {
	content: "";
	display: block;
	height: 2px;
	width: 100%;
	background-color: white;
	position: absolute;
	left: 0;
	top: 0;
}
section.af18sec4 table.timetable tr:first-child td.hour p::before { display: none; }
section.af18sec4 table.timetable td.prgrm {
	padding: 8px 15px 5px; 
	border-top: dashed 1px #ccc;
	background-color: white;
}
section.af18sec4 table.timetable tr:nth-child(2n) td.prgrm {
	background-color: #eee;
}
section.af18sec4 table.timetable td.prgrm p.prgrmTit {
	margin: 8px 0;
	letter-spacing: 0.1em;
	font-size: 150%;
}
section.af18sec4 table.timetable td.prgrm p.prgrmTit span {
	font-size: 70%;
}
section.af18sec4 table.timetable td.prgrm p.prgrmTit span.maru {
	font-size: 80%;
	display: inline-block;
	border: solid 1px black;
	width: 1.4em;
	height: 1.4em;
	border-radius: 0.7em;
	text-align: center;
	padding-top: 0.12em;
	box-sizing: border-box;
	letter-spacing: 0;
	position: relative;
	top: -0.12em;
	margin-right: 0.2em;
}
section.af18sec4 table.timetable td.prgrm p.prgrmCast {
	margin-bottom: 8px;
	letter-spacing: 0.1em;
	line-height: 1.25;
}



section.af18sec5 { background: #eee url(../images/bg_dot.png) center center/40px 40px; padding: 60px 0; position: relative; }
section.af18sec5 .af2018driveBox { margin-top: 50px; padding: 20px 32px; border: solid 2px red; background-color: white; line-height: 1.8; }
div.infoBox { border: dashed 1px red; padding: 5px 15px 15px; margin-top: 15px; }
div.infoBox dl { line-height: 1.5em; } 
div.infoBox dl dt { background-color: black; text-align: center; color: white; padding: 0.2em 0.1em 0.1em; border-radius: 5px; margin-top: 12px; width: 6em; }
div.infoBox dl dd { margin-top: -1.5em; padding-left: 7.5em; }
section.af18sec5 p.sec5car { position: absolute; left: 50%; bottom: 0; z-index: 10; }
section.af18sec5 p.sec5car img { width: 540px; height: auto; }



section.af18sec6 { background: red; padding: 60px 0; }
section.af18sec6 .af2018preBox { margin-top: 50px; padding: 30px 30px 30px 370px; border: dashed 8px red; background-color: white; position: relative; }
section.af18sec6 .af2018preBox .lead { line-height: 1.25; }
section.af18sec6 .af2018preBox .present { line-height: 1.6; margin-top: 15px; }
section.af18sec6 .af2018preBox .note { margin-top: 10px; }
section.af18sec6 .af2018preBox .request { line-height: 1.6; margin-top: 15px; }
section.af18sec6 .sec6car { position: absolute; left: 18px; bottom: 0; z-index: 10; }
section.af18sec6 .sec6car img { width: 320px; height: auto; }
section.af18sec6 .preperiod { position: absolute; left: 68px; top: 15px; z-index: 15; padding: 10px 20px; text-align: center; border: solid 2px red; background-color: rgba(255, 255, 255, 0.8); width: 180px; }
section.af18sec6 .preperiod .enddate { background: url(../images/icon_arrow_down.png) center top/22px 18px no-repeat; padding-top: 23px; margin-top: 10px; }



section.af18sec7 { background: #eee url(../images/bg_dot.png) center center/40px 40px; padding: 60px 0; position: relative; }
section.af18sec7 .af2018bizcardBox { margin-top: 50px; border: solid 2px red; background-color: white; line-height: 1.5; }
section.af18sec7 ul.bizcardtt li { padding: 15px; border-top: dashed 1px #ccc; }
section.af18sec7 ul.bizcardtt li:first-child { border-top: none; }
section.af18sec7 ul.bizcardtt li:nth-child(2n) { background-color: #eee; }
section.af18sec7 ul.bizcardtt li p.bizcardTime { float: left; margin-right: 20px; }
section.af18sec7 ul.bizcardtt li div.bizcardName { float: left; }
section.af18sec7 ul.bizcardtt li div.bizcardName p.bizcardTit { letter-spacing: 0.2em; font-size: 128%; }


section.af18sec8 { background: red; padding: 60px 0; }
section.af18sec8 .af2018mapBox { margin-top: 50px; padding: 30px; background-color: white; } 
section.af18sec8 .af2018mapBox ul.noteList { margin-top: 30px; }




/* フッタ */
div.abfs17footArea { background-color: black; color: white; }
div.abfs17footArea div.footLeft { float: left; padding: 20px 0 10px 15px; }
div.abfs17footArea div.footLeft ul.logos li { float: left; padding-right: 30px; }
div.abfs17footArea div.footLeft p.copyright { margin-top: 95px; }
div.abfs17footArea div.footRight { float: right; padding: 17px 15px 10px 0; text-align: right; }
div.abfs17footArea div.footRight p.abeCap { margin-top: 35px; line-height: 1.6; }





/* RESPONSIVE ---------------------------------------------------- */
/*
@media screen and (max-width: 765px) {
	
	
	
}
*/

