@charset "utf-8";

/*--- お知らせ ---*/

body#inBody #container .contBox #infoBox {
	list-style:none;
	padding: 0;
	font-size: 12px;
}

body#inBody #container .contBox #infoBox li {
	line-height:1.5;
	padding:10px 5px;
	border-bottom:1px dotted #BDBD9B;
	background: transparent url(../imgs/info_list_bg.gif) no-repeat 0 0;
}

body#inBody #container .contBox #infoBox li:last-child {
	border-bottom:none;
}

body#inBody #container .contBox #infoBox li:nth-child(2n) {
	/*background-color:rgba(255,255,255,0.5);*/
}

body#inBody #container .contBox #infoBox li p.date {
	display: inline;
	padding-right: 7px;
	color:#666;
}

body#inBody #container .contBox #infoBox li a {
	padding-left:75px;
	text-decoration:underline;
}

body#inBody #container .contBox #infoBox li a:hover {
	text-decoration:none;
}

body#inBody #container .contBox #infoBox li.hover a {
	text-decoration:none;
}

body#inBody #container .contBox #infoBox li.event a { background: url(../../imgs/info_event.gif) no-repeat 0 center ; }
body#inBody #container .contBox #infoBox li.news a { background: url(../../imgs/info_news.gif) no-repeat 0 center ; }
body#inBody #container .contBox #infoBox li.emer a { background: url(../../imgs/info_emer.gif) no-repeat 0 center ; }
body#inBody #container .contBox #infoBox li.camp a { background: url(../../imgs/info_camp.gif) no-repeat 0 center ; }
body#inBody #container .contBox #infoBox li.pre a { background: url(../../imgs/info_pre.gif) no-repeat 0 center ; }


