/* CSS Document */


.entry-title{
	display:none
}
#top-content h2{
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #555555;
	font-size: 26px;
	color: #555555;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
}
#top-content ul{
	padding: 0px;
	margin: 20px 0px 20px 0px;	
}
#top-content li{
	display: block;
	float: left;
	height: 139px;
	width: 297px;
	margin-right: 16px;
	margin-bottom: 15px;
	border: 1px solid #DDDDDD;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	position: relative;
	box-shadow: 1px 1px 6px #999;
	-moz-box-shadow: 1px 1px 6px #999;　/* Firefox用 */  
	-webkit-box-shadow: 1px 1px 6px #999;　/* Safari,Google Chrome用 */
}
#top-content li span{
	height: 25px;
	width: 120px;
	position: absolute;
	right: 0px;
	bottom: 0px;
	display: block;
	font-size: 10px;
	line-height: 25px;
	text-align: center;
	background-image: url(../img/icon_arrow_red.gif);
	background-repeat: no-repeat;
	background-position: 105px center;
}
#top-content li a{
	color: #666;
	text-decoration: none;
	position: relative;
}
#top-content li:hover{
	background-color: #eee;
}
#top-content .place-image{
	float: left;
	height: 140px;
	width: 100px;	
}
#top-content .place-monogon{
	float: left;
	height: 120px;
	width: 175px;
	padding: 10px;
	position: relative;
}
#top-content .place-monogon h3{
	font-size: 18px;
	font-weight: bold;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#top-content .place-monogon h3 div{
	font-size: 12px;
	font-weight:normal;
}
#top-content .place-monogon .place-tel{
	background-image: url(../img/icon-tel-20x20.gif);
	background-repeat: no-repeat;
	background-position: left top;
	line-height: 20px;
	margin-top: 2px;
	margin-bottom: 2px;
	padding-left: 25px;
	font-size: 12px;
}
#top-content .place-monogon .place-time{
	background-image: url(../img/icon-time-20x20.gif);
	background-repeat: no-repeat;
	background-position: left top;
	line-height: 20px;
	padding-left: 25px;
	margin-top: 2px;
	margin-bottom: 2px;
	font-size: 12px;
}


/* 施設トップ*/


#block-news{
	border: 1px solid #BBBBBB;
	margin-bottom: 20px;
	border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
}
#block-news>h2{
	font-size:22px;
	background-image: url(../img/top/title-bg02.png);
	background-repeat: repeat-x;
	text-indent: 20px;
	margin: 0px;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BBB;
	line-height: 65px;
	height: 65px;
	border-top-style: solid;
	border-right-style: none;
	border-left-style: none;
	position: relative;
	border-top-width: 5px;
	border-top-color: #09F;
}
#block-news>h2 a div{
	position: absolute;
	top: 0px;
	right: 20px;
	font-size: 12px;
	font-weight: normal;
	background-image: url(../img/arrow-blue.png);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent:10px;
	display: block;
}
#block-news h2 span{
	font-size: 18px;
	font-weight: bold;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #004893;
	text-indent: 20px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#block-news ul{
	padding: 0px;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
}
#block-news li{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #AAAAAA;
	list-style-type: none;
	font-size: 1.0em;
	color: #000;
	font-weight: bold;
	margin-top: 8px;
	margin-bottom: 8px;
	min-height: 50px;
	position: relative;
	padding-right: 50px;
}
#block-news li img{
	position: absolute;
	top: -5px;
	right: 0px;
}
#block-news li span{
	font-style: italic;
	padding-right: 20px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin-bottom: 5px;
}
#block-news li a{
	text-decoration: none;
	color:#0059B2;
	font-size: 1.0em;
}
#block-event,#block-report{
	width: 325px;
	border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	border-top-width: 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #BBBBBB;
	border-bottom-color: #BBBBBB;
	border-left-color: #BBBBBB;
	
}
#block-event{
	border-top-color: #009933;
	
}
#block-report{
	border-top-color:#F90;
	
}

#block-event>h2,#block-report>h2{
	background-image: url(../img/top/title-bg02.png);
	background-repeat: repeat-x;
	height: 65px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B5B5B5;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 22px;
	line-height: 65px;
	font-weight: bold;
	color: #000;
	text-indent: 20px;
	position: relative;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	position:relative;
}
#block-event>h2 a div,#block-report>h2 a div{
	position: absolute;
	bottom: -20px;
	left: 20px;
	font-size: 12px;
	font-weight: normal;
	background-image: url(../img/arrow-blue.png);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent:10px;
	display: block;
}
#block-news>h2 a,#block-event>h2 a,#block-report>h2 a{
	color: #666;
	text-decoration: none;
}
#block-event{
	float:left;
}
#block-report{
	float:right;
}
#block-event h2 span{
	background-image: url(../img/top/title-icon01.png);
	background-repeat: no-repeat;
	display: block;
	height: 65px;
	width: 93px;
	position: absolute;
	top: 0px;
	right:0px;
}
#block-report h2 span{
	background-image: url(../img/top/title-icon02.png);
	background-repeat: no-repeat;
	display: block;
	height: 65px;
	width: 93px;
	position: absolute;
	top: 0px;
	right: 0px;
}
#block-event ul,#block-report ul{
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#block-event span,#block-report span{
	display:block;
	font-weight: bold;
	color: #666;
}
#block-event li,#block-report li{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #AAAAAA;
	list-style-type: none;
	font-size: 1.0em;
	color: #000;
	margin-top: 5px;
	padding-right: 5px;
	margin-bottom: 5px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 1.6em;
	background-image: url(../img/arrow-blue.png);
	background-repeat: no-repeat;
	background-position: right center;
}
#block-event li.cup,#block-report li.cup{
	background-image: url(../img/top/taikai01.png);
}
#block-event li.cup,#block-report li.leage{
	background-image: url(../img/top/taikai02.png);
}
#block-event li a,#block-report li a{
	font-size: 1.0em;
	color: #5F870D;
	text-decoration: none;
	line-height: 1.0em;
	font-weight: bold;
}
#block-event li a{
	color: #093;
}
#block-report li a{
	color: #F90;
}
.place-top .entry-content{
	margin: 0px;
	padding: 10px;
	border: 5px solid #C30;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
}
.place-top .hentry{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;	
}
.place-top p {
	margin-bottom: 0px!important;
}
.place-top {
	margin: 0px;
	padding: 0px!important;
}
#fb-area{
	display:block;
	margin-top:20px;
}
#site-image-block .flexslider .slides {
	height:300px;
}