@charset "utf-8";

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

#afterparty {}


/*----------------------------------------------------------
  - 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: 20px;
    margin: 0 auto;
}

#afterparty h1#title img {
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 260px;
	margin: -61px 0 0 -130px;
}


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

#afterparty #contents {
	padding: 30px 10px 40px 10px;
}

#afterparty #contents .main .innerblock {
	width: 100%;
	margin: 0 auto;
	padding: 0;
}


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

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

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


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

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

#afterparty #contents .venue h2 {
    text-align: center;
    font-family: Oswald, sans-serif;
    font-size: 18px;
    margin-bottom: 40px;
}

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

#afterparty #contents .venue .gunma h3,
#afterparty #contents .venue .saitama h3,
#afterparty #contents .venue .tokyo h3 {
	width: 120px;
	margin: 0 auto 20px auto;
}

#afterparty #contents .venue .gunma h3 { }
#afterparty #contents .venue .saitama h3 { }
#afterparty #contents .venue .tokyo h3 { }

#afterparty #contents .venue ul {
	width: 100%;
	margin: 0;
	padding: 0;
	border-top: 1px dotted #ada89c;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

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

#afterparty #contents .venue li .facility {}

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

#afterparty #contents .venue li .table .pict {
	width: 100%;
	text-align: center;
	margin: 0 auto 5px auto;
}

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

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

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

#afterparty #contents .venue li .table .link {
	clear: both;
	max-width: 280px;
	text-align: center;
	margin: 0 auto;
}
#afterparty #contents .venue li .table .link a { margin: 0 5px; }
#afterparty #contents .venue li .table .link a img { max-width: 120px; }


/*----------------------------------------------------------
  - 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) {
}

