@charset "utf-8";

/*//////////////////////////////////////////////////////////
//  - AFTER PARTY
//////////////////////////////////////////////////////////*/

#afterparty {}

#contents h2 {
    text-align: center;
    font-family: Oswald, sans-serif;
    font-size: 25px;
    margin-bottom: 40px;
}
/*----------------------------------------------------------
  - TITLE
----------------------------------------------------------*/

#afterparty #wrapper {
}

#afterparty h1#title {
    font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    position: relative;
    text-align: center;
    font-size: 35px;
    margin: 0 auto;
    padding-top: 50px;
}

#afterparty h1#title img {
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -90px 0 0 -190px;
}


/*----------------------------------------------------------
  - CONTENTS
----------------------------------------------------------*/

#afterparty #contents {
	padding: 60px 0 80px 0;
}

#afterparty #contents .main .innerblock {
	width: 1000px;
	margin: 0 auto;
	padding: 0;
}


/*----------------------------------------------------------
  - INTRODUCTION
----------------------------------------------------------*/

#afterparty #contents .introduction {
	width: 100%;
	padding: 20px 0 40px 0;
}

#afterparty #contents .introduction .text {
	width: 900px;
	margin: 0 auto;
}


/*----------------------------------------------------------
  - VENUE
----------------------------------------------------------*/

#afterparty #contents .venue {
	width: 100%;
	padding: 20px 0 80px 0;
}

#afterparty #contents .venue h2 {

}

#afterparty #contents .venue .gunma,
#afterparty #contents .venue .saitama,
#afterparty #contents .venue .tokyo {
	position: relative;
	width: 1000px;
	margin-bottom: 80px;
}

#afterparty #contents .venue .gunma h3,
#afterparty #contents .venue .saitama h3,
#afterparty #contents .venue .tokyo h3 {
	position: absolute;
	top: 0;
}

#afterparty #contents .venue .gunma h3 { left: 0; }
#afterparty #contents .venue .saitama h3 { right: 0; }
#afterparty #contents .venue .tokyo h3 {  left: 0; }

#afterparty #contents .venue ul {
	width: 720px;
}
#afterparty #contents .venue .gunma ul { padding: 0 0 0 280px; }
#afterparty #contents .venue .saitama ul { padding: 0 280px 0 0; }
#afterparty #contents .venue .tokyo ul { padding: 0 0 0 280px; }

#afterparty #contents .venue li {
	position: relative;
	border-bottom: 1px dotted #ada89c;
	margin: 20px 0 0 0;
	padding: 0 0 20px 0;
}

#afterparty #contents .venue li .facility {}

#afterparty #contents .venue li .table {
	display: table;
	width: 100%;
}

#afterparty #contents .venue li .table .pict,
#afterparty #contents .venue li .table .information,
#afterparty #contents .venue li .table .link {
	display: table-cell;
	vertical-align: top ;
}

#afterparty #contents .venue li .table .pict { width: 220px; }

#afterparty #contents .venue li .table .information { width: 320px; }

#afterparty #contents .venue li .table .information h4 {
	font-weight: bold;
}

#afterparty #contents .venue li .table .information p {
	font-size: 12px;
	line-height: 160%;
}

#afterparty #contents .venue li .table .link { width: 180px; }
#afterparty #contents .venue li .table .link a { 
	display: block; margin-bottom: 5px;
	border:1px solid #000;
	font-size: 16px;
	font-weight: bold;
	color: #000!important;padding: 7px 0;
	text-align: center;
	 }


/*----------------------------------------------------------
  - TBD
----------------------------------------------------------*/

.sample {
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
	        border-radius: 5px;
	text-indent: -9999px;
	text-decoration: none;
	overflow: hidden;
	_zoom: 1;
	overflow: hidden;
	filter:alpha(opacity=30);
	-moz-opacity: 0.3;
	opacity: 0.3;
	-webkit-background-size: 30px auto;
	   -moz-background-size: 30px auto;
		    background-size: 30px auto;
	-webkit-background-origin: content;
	   -moz-background-origin: content;
	        background-origin: content;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

@media screen and (min-width: 769px) {
}

@media screen and (min-width: 0px) and (max-width: 768px) {
}

