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

html {
	overflow-y:scroll;
	margin:0px;
	padding:0px;
	height:auto;
	font-size:62.5%;
　　}

body{
    margin:0;
    padding:0;
	height:100%;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size:1.2rem;
    -webkit-text-size-adjust: 100%;
	}

div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, img {
    margin: 0;
    padding: 0;
    font-size: medium;
    color: #000000;
	}
	
h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
}
	
img {
	border-style:none;
　　}	

ul,ol,li{
	list-style: outside none none;
}

a:hover,
a:active {
	text-decoration:none;
}

a:hover img {
	opacity: 0.7;
}
	
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
	}

#header {
	max-width: 1000px;
	min-height: 81px;
	margin: 0 auto;
	padding: 30px 0 0 0;
}

#logo {
	text-align: center;
	margin-bottom: 10px;
}

#logo img{
	max-width:100%;
	max-height: 81px;
}

#info{
	text-align: center;
	font-size: 1.2rem;
}
#tel{
	font-size: 1.6rem;
}
#telnum{
	font-size: 2.8rem;
}

.headline{
	background-color: #158847;
	margin: 10px 0;
}

h1 {
	max-width: 1000px;
	margin: 0 auto;
	font-size:12px;
	color: #FFF;
	text-align: right;
	padding: 2px 0;
}

#container {
	max-width: 1000px;
	margin: 0 auto;
}

#place{
	text-align:right;
}

dl.placelist{
	display:inline-block;
}

dl.placelist dt{
	margin-right:10px;
}

dl.placelist dd{
	margin: 0 10px;
	display:inline-block;
}

#place a,
#place a:link,
#place a:visited {
	color: #000;
	text-decoration:none;
}

#place a:hover,
#place a:active {
	color: #158847;
}

#leftmenu{
	font-size: 1.6rem;
	text-align: center;
}

#lefttop{
	background-color: #181e1f;
	color: #cdc211;
	height: 58px;
	line-height: 58px;
	font-weight: bold;
}

#left-outer{
	display:table;
	width:100%;
	height: 146px;
}

#left-inner{
	display:table-cell;
	background-color: #158847;
	color: #FFF;
	vertical-align: middle;
	font-weight: bold;
}

.placeEng{
	font-size: 1.2rem;
}

ul.leftbutton{
	margin: 20px 0;
}

ul.leftbutton li{
	line-height:0;
	margin: 8px 0;
	background: #83bb00;
}

ul.leftbutton li:hover{
	opacity: 0.7;
}

ul.leftbutton li a{
	display:block;
}

ul.leftbanner{
	display:none;
	margin: 20px 0;
	text-align: center;	
}

ul.leftbanner li{
	line-height:0;
	margin: 8px 0;
}

#wrap{
	padding: 10px 0 0 0;
}

#topimg{
	margin: 0 0 20px 0;
}

#topimg img{width:100%;}

h2{
	background-color: #158847;
	color: #FFF;
	font-size: 1.8rem;
	height: 36px;
	line-height: 36px;
	font-weight: bold;
	padding: 0 0 0 20px;
	margin: 20px 0px;
}

h3{
	color: #158847;
	font-size: 1.6rem;
	font-weight: bold;
}

.textbox{
	margin: 0 0 40px 0;
	padding: 0 0 0 15px;	
	color: #158847;
	clear: both;
	overflow: hidden;
}

.textbox  a,
.textbox  a:link,
.textbox  a:visited {
	color: #158847;
}

.textbox li{
	background-image: url('../images/list01.jpg');
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding: 0 0 0 10px;
	font-size: 1.4rem;
}

.idbutton{
	margin: 20px 0;
}

.catelist{
	float: left;
	margin: 0px 20px 10px 0px;
}

.catelist dt{
	color: #158847;
	font-size: 1.6rem;
	font-weight: bold;
}

.catelist dd{
	background-image: url('../images/list01.jpg');
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding: 0 0 0 10px;
	font-size: 1.4rem;
}

#footer {
	margin:20px auto 0;
	height:70px;
	border-top: solid 22px #158847;
}

p.copyright {
	text-align:right;
	font-size: 1.2rem;
	margin: 10px 0;
}

/* pc only */
@media screen and (min-width: 768px) {
	#header {
		display: flex;
		justify-content: space-between;
	}
	#logo{margin-bottom:0;}
	#info{text-align:right;}
	#wrap{display:flex;}
	#leftmenu{
		width: 242px;
		margin-right:20px;
	}
	#contents{flex:1;}
	
	ul.leftbanner{display:block;}
	
	/*　複数会場用　*/
	dl.placelist dt{display:inline-block;}
}
