@charset "UTF-8";
/* CSS Document */


/* ヘッダー
------------------------------------- */

header{
	width:100%;
	height:6.5em;
}	

/* 会場エリア
------------------------------------- */

.hall h2{
	font-weight:bold;
	font-size:2em;
}

.hall p{
	font-size:1.4em;
	text-align:left;
}

.present,
.present2{
	width:90%;
	height:auto;
	display:block;
	margin:0 auto;
}

.comment,
.comment2,
.comment3{
	font-size:1em;
	margin-bottom:3em;
}

.comment2{
	background:url(../images/com/backImg.gif) top right no-repeat;
}

.comment3{
	background:url(../images/com/backImg2.gif) top right no-repeat;
}

.btn2,
.btn3{
	width:48%;
	display:block;
	padding:0.5em 0.2em;
	margin:0 1%;
	text-align:center;
    font-size:1.2em;
}

.btn2{
    background:#999;
	color:#fff;
	float:left;
}

.btn3{
    background:#2bd1b3;
	color:#fff;
	float:right;
}

.btn4{
	width:96%;
	display:block;
	padding:0.5em 0.2em;
	margin:0 auto;
    background:#2bd1b3;
	text-align:center;
    font-size:1.2em;
	color:#fff;
}

.tokuten img{
	width:6em;
	height:1.5em;
	margin:0.3em 0 0.3em 0.5em;
}

.tokuten2 img{
	width:12.5em;
	height:4.5em;
	margin:0.3em 0 0.3em 0.5em;
}

@media (min-width:481px) and (max-width: 769px) {	

	header{
		width:100%;
		height:6.5em;
	}	
}

@media (min-width:769px) {


.present{
	height:20em;
}

.present2{
	height:17em;
}

}