@charset "utf-8";

/*--Base------------------------------------------------------------*/

html,body {
	width: 100%;
	height: 100%;
	-webkit-text-size-adjust: none;
}

html {
	height: 100%;
	overflow-y: scroll;
}

/*--Reset-----------------------------------------------------------*/

* {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
}

img {
	border: none;
	vertical-align: middle;
}

ul,ol {
	list-style: none;
}

/*--Text------------------------------------------------------------*/

body {
	font-size: 88%;
	font-weight: normal;
	line-height: 1.5;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}

/*--Link------------------------------------------------------------*/

a,
a:link {
	color: #333333;
}

a:visited {
	color: #333333;
}

a:hover,
a:active {
	color: #777777;
}

a:focus {
	outline: none;
}

/*--HTML5-----------------------------------------------------------*/

article,aside,details,footer,header,main,menu,nav,section,summary {
	display: block;
}

/*--sample----------------------------------------------------------*/

/*--layout----------------------------------------------------------*/

#wrapper {
	width: 100%;
	margin: 0 auto;
}

#header {
	background: #ffffff;
	background-image: url(../img/event/kaigaten2016/top_bg.png);
	background-repeat: repeat;
	background-position: center top;
	width: 100%;
	height: 788px;
}

#header header {
	margin: 0 auto;
	overflow-x: hidden;
	background-image: url(../img/event/kaigaten2016/top_bg_img03.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 788px;
	text-align: center;
	padding-top: 52px;
}

#contents {
	margin: 0 auto;
	overflow: hidden;
	width: 100%;
	/*min-height: 500px; */
}

.secondBox {
	margin: 0 auto;
	width: 100%;
	background-image: url(../img/event/kaigaten2016/bg02.png);
	height: 412px;
	text-align: center;
}

.thirdBox {
	margin: 0 auto;
	width: 100%;
	height: 1670px;
	text-align: center;
	background-image: url(../img/event/kaigaten2016/bg03.png);
}

.fourthBox {
	margin: 0 auto;
	width: 100%;
	height: 281px;
	text-align: center;
	background-image: url(../img/event/kaigaten2016/bg04.png);
}

.fifthBox {
	margin: 0 auto;
	width: 100%;
	text-align: center;
	background-image: url(../img/event/kaigaten2016/bg03.png);
	padding-top: 58px;
}

#map_canvas {
	margin: 0 auto;
	width: 1200px;
	text-align: center;
}

.bigmap{
	width: 1200px;
	text-align:right;
	font-size: 13px;
	color: #A18E5C;
	margin: 5px auto 0 auto;
}

.bigmap p {
	text-align:right;
	font-size: 12px;
	color: #3A3325;
	margin-top: 20px;
	font-weight: bold;
}

.adreesBox {
	text-align: center;
	font-size: 14px;
	line-height: 300%;
	color: #333333;
	margin-top: 20px;
}

.adreesBox span {
	font-size: 20px;
	line-height: 300%;
	color: #333333;
	margin-top: 20px;
	font-weight: bold;
}

.contactBox {
	margin: 50px auto 0 auto;
	width: 742px;
	text-align: center;
}

.copyBox {
	margin: 35px auto 0 auto;
	width: 742px;
	text-align: center;
	font-size: 10px;
	padding-bottom: 13px;
}

.toTop {
	margin: 0 auto;
	width: 1200px;
	height: 10px;
	text-align: right;
}


