@charset "UTF-8";
body {
    -webkit-text-size-adjust: 100%;
}

/*-------------------
	トップ写真のスタイル
---------------------*/

#topimage{
	margin : 20px auto;
}

/*-------------------
	infoのスタイル
---------------------*/

h2 {
	display: table;
	text-align: left;
	white-space: nowrap;
	font-size : 15pt;
	font-family: sans-serif;
	margin : 10px 0;
	clear : left;
}

h2:after,
h2:before {
	content: '';
	display: table-cell;
	width: 50%;
	background: -webkit-linear-gradient(transparent 50%, currentColor 50%, currentColor -webkit-calc(50% + 1px), transparent -webkit-calc(50% + 1px));
	background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, currentColor), color-stop(currentColor calc(50% + 1px)), to(transparent calc(50% + 1px)));
	background: linear-gradient(transparent 50%, currentColor 50%, currentColor calc(50% + 1px), transparent calc(50% + 1px));
	-webkit-background-clip: padding;
	background-clip: padding;
}

h2:after {
	border-left: 3em solid transparent;
}

h2:before {
	border-right: 3em solid transparent;
}

div.boxleft{
	width : 212px;
	float : right;
	margin : 10px 30px 30px 0px;	
}


div.boxleft{
	width : 180px;
	float : right;
	margin : 10px 10px 30px 0px;	
}

div.boxcenter{
	width : 320px;
	float : right;
	margin : 10px 0px 10px 10px;
}

div.boxevent{
	width : 950px;
	text-align : center;
	margin : 100px 0px 100px 0px;
}


div.boxmap{
	width : 600px;
	float : left;
	margin : 10px 10px 10px 10px;
}

div.boxmapinfo{
	width : 950px;
	float : left;
	margin : 10px 50px 100px 10px;
}

img.aaa{
	display : block;
	margin : 0 auto;
}

p.info{
	width : 600px;
	font-size : 10pt;
	font-family : sans-serif;
	text-align : top;
	margin : 10px 30px 10px 10px;
}


p.info3{
	font-size : 9pt;
	font-family : sans-serif;
	text-align : left;
	margin : 10px 10px 10px 10px;
}

p.info2{
	font-size : 11pt;
	font-family : sans-serif;
	text-align : center;
}


h3{
	width : 300px;
	height : 50px;
	background-image : url(../images/logo2.gif);
	text-indent : -9999px;
	clear : left;
	width : 300px;
	margin : 30px auto 10px auto;
}

p.info3{
	font-size : 12pt;
	font-family : sans-serif;
	line-height : 2em;
	text-align : center;
}

p.info4{
	font-size : 14pt;
	font-family : sans-serif;
	line-height : 5em;
	text-align : center;
}
