@charset "Shift_JIS";
/*イベント用追加CSS*/


body div div#container {
	width: 779px;
	height: auto;
	margin: auto;
	background: url(img/new_bg.gif) no-repeat;
	font-size: 12px;
	text-align: center;
}
body div div#container div.eventbox {
	clear: both;
	width: 779px;
	height: auto;
	margin-bottom: 10px;
	font-size: 12px;
	text-align: left;
}
body > div > div#container > div.eventbox {
}
/*フロートハック*/
body div div#container div.eventbox:after {
	content: "";
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
}
/*\*/
* html body div div#container div.eventbox {
    height: 1%;
    overflow: visible;
}
/**/


body div div#container div.eventbox div.rightbox {
	float: left;
	overflow: hidden;
	width: 150px;
	height: 150px;
	margin: auto;
	background-color: #FFFFFF;
	border: #CCCCCC solid 1px;
	text-align: center;
}
body > div > div#container > div.eventbox > div.rightbox {
	width: 148px;
	height: 148px;
}


body div div#container div.eventbox div.rightbox table {
	width: 150px;
	height: 150px;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	table-layout: fixed;
}

body div div#container div.eventbox div.rightbox table tr td {
	overflow: hidden;
	padding: 0;
	text-align: center;
	vertical-align: middle;
}


body div div#container div.eventbox div.rightbox table tr td img {
	margin: auto;
}

body div div#container div.eventbox div.leftbox {
	float: left;
	width: 617px;
	margin-right: 10px;
}
body > div > div#container > div.eventbox > div.leftbox {
}

body div div#container div.eventbox div.leftbox h4 {
	font-size: 12px;
	font-weight: bold;
}
body div div#container div.eventbox div.leftbox p.eventtxt {
	padding-top: 3px;
}


body div div#container div.bottombox {
	clear: both;
	width: 779px;
	margin-bottom: 10px;
	padding-top: 10px;
}
body div div#container div.bottombox p {
	width: 781px;
	text-align: right;
}
span.date {
	margin-right: 8px;
}
span.detaillink {
	margin-left: 5px;
}


body div div.pagetop {
	width: 779px;
	height: auto;
	margin: 10px auto 34px auto;
	text-align: right;
}


/*------詳細用追加CSS------*/


body div div#container h4.detailtitle {
	text-align: left;
	font-size: 14px;
	font-weight: bold;
}

body div div#container div.contentsbox {
	text-align: left;	
}



body div div.pagetop p {
	float: left;
	font-size: 12px
}
body div div.pagetop p.txtleft {
	width: 50%;
	text-align: left;
}
body div div.pagetop p.txtright {
	width: 49%;
	text-align: right
}



/*08.06.17*/
body div div#container div.eventbox {
	margin-bottom: 0;
}
body div div#container div.bottombox {
	height: 1px;
	margin-bottom: 0;
	padding-top: 11px;
}
body > div > div#container > div.bottombox {
	margin-bottom: 11px;
}
body div div#container div.bottombox img {
	margin: 0;
	vertical-align: top;	
}

body div div#container div.eventbox div.leftbox2 h4 {
	font-size: 12px;
	font-weight: bold;
}
