@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;
	width: 100%;
}

#header header {
	margin: 0 auto;
	padding: 52px 0;
	width: 374px;
}

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

.secondBox {
	margin: 0 auto;
	max-width: 1595px;
	text-align: center;
	background-image: url(../img/event/kaigaten2017-02/img01.png);
	background-repeat: no-repeat;
	background-position: top center;
	height: 983px;
}

.thirdBox {
	margin: 0 auto;
	max-width: 1595px;
	text-align: center;
	background-image: url(../img/event/kaigaten2017-02/img02.png);
	background-repeat: no-repeat;
	background-position: top center;
	height: 597px;
}

.fourthBox {
	margin: 0 auto;
	width: 100%;
	height: 1881px;
	text-align: center;
	background-image: url(../img/event/kaigaten2017-02/ki_bg.png);
	background-position: bottom center;
	background-repeat: repeat-x;
}

.fourthBox02 {
	margin: 0 auto;
	width: 100%;
	text-align: center;
	background-color: #FACBAF;
}

.fifthBox {
	margin: 0 auto;
	width: 100%;
	text-align: center;
}

#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: 150%;
	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: 650px;
	text-align: center;
}

.contactText01 {
	margin: 5px auto;
	font-size: 14px;
	width: 650px;
	text-align: center;
}

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

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


