@charset "utf-8";


/* =================Eric Meyer Reset CSS================= */

/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

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

.clearfix:after{
	content:".";
	display: block;
	height:0px;
	clear:both;
	line-height:0;
	visibility:hidden;
}

.clearfix{
	zoom:1;
}

#wrapper:after {
	content:".";
	display: block;
	height:0px;
	clear:both;
	line-height:0;
	visibility:hidden;
}

#wrapper {
	zoom:1;
}

/* ====================================================== */
               /*-- content --*/
/* ====================================================== */

body {
	font-family: verdana,"ＭＳ Ｐゴシック",sans-serif,"ヒラギノ角ゴ Pro W6" ;
	font-size: 12px;
	line-height:1.5;
	background-image:none;
	background-color: transparent;
	color: #fff;
	padding-right: 12px;
	padding-bottom: 15px; 
}

html{
overflow-x: hidden;
overflow-y: scroll;
}

a {
	color: #ffffff;
}

a:hover {
	color: #e70010;
}

body#galapagos{
	background-image:none;
	background-color: transparent;
}

#galapagos{
	background-color: rgba(235,182,52,0.8);
	padding: 20px 30px 30px 30px;
	margin:0 0 30px 0;
	color: #000;
}

#galapagos #wrapper{
	width: 740px;
}

#galapagos h2{
	text-align: center;
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: 2px solid #000;
}

#galapagos .jktInfo{
	float: left;
	width: 300px;
}

#galapagos .jktInfo .jkt img{
	border: 1px solid #fff;	
}

#galapagos .jktInfo .price{
	font-size: 10px;
	margin: 10px 0 15px 0;
}

#galapagos .jktInfo .guest{
	font-size: 12px;
}

#galapagos .jktText{
	float: right;
	width: 410px;
}

#galapagos .jktText .read{
	font-weight: bold;
	font-size: 15px;
	line-height: 150%;
	margin-bottom: 20px;
}

#galapagos .jktText ul.setlist li{
	border-bottom: 1px dotted #000;
	padding-bottom: 5px;
	margin-bottom: 8px;
	line-height: 140%;
	font-size: 13px;
}

#galapagos .message{
	background-color: rgba(255,255,255,0.2);
	padding: 10px 15px;
	margin-top: 25px;
	font-size: 13px;
	line-height: 160%;
}

#galapagos .pvContent{
	margin: 30px 0 0 0;
}

#galapagos .pvContent p{
	margin-top: 10px;
}

#galapagos .pvContent .pv1{
	float: left;
	width: 360px;
}

#galapagos .pvContent .pv2{
	float: right;
	width: 360px;
}


