@charset "utf-8";


/**************************
/* トップページ　テロップ
**************************/
div#telop{
	margin-top:3px;
	margin-bottom:3px;
	padding-top:3px;
	padding-bottom:3px;
	width:100%;
	white-space:nowrap;
	line-height:1.5em;
	font-size:1.5em;
	font-weight:bolder;
	color:#fff;
	/*background-color:#2d6286;*/
}

/**************************
/* バナーエリア
**************************/

figure img:hover{
	opacity: 0.7;
}
img#banner_kigaru-concert{
	border:10px solid green;
	box-sizing: border-box;
}
/**************************
/* お知らせ
**************************/
#information li{
	display:block;
}
	#notice{
		line-height: 2;
	}
	#notice .date{
		font-size: 0.8em;
	}
	#notice .date:after{
		content:"　";
	}

/**************************
/* トピックス
**************************/
#topics{
	line-height: 1.7;
}
#topics li{
	/*border-bottom:1px dotted #555;*/
	overflow:hidden;
	padding-top:1em;
	padding-bottom:1em;
}

#topics .title{
	font-weight: bold;
	font-size:1.2em;
	text-align:center;
}


#topics .date{
	text-align:right;
}
#topics img{
	width:250px;
	border:1px solid #000;
	box-sizing:border-box;
	float:left;
	margin:5px 10px 5px 5px;
}

#topics .comment{
	font-size: 1.2em;
	line-height:2;
}

#topics li{
	display:none;
}
#topics li:first-child{
	display: block;
}

/**************************
/* アクセスカウンター
**************************/

#access_counter iframe{

	display: block;
	margin:0 auto;
    border: 1px dotted #555;
}

/* トップページの「最近のトピックス」コメントの一部マスク */
.readmore,
.mask{
	display:none;
}


/* PC用 */
@media only screen and (min-width:960px){
	#topics img{
	width:150px;
	}
}

/* モニター幅960px以下 */
@media only screen and (max-width:960px){
	img#banner_kigaru-concert{
		width:100%;
		max-width: 500px;
		display:block;
		margin-right: auto;
		margin: 0 auto;
	}
}

/* スマートフォン 横(ランドスケープ) */
@media only screen and (max-width:640px){
	#topics img{
		width:350px;
		float:none;
		display:block;
		margin:0 auto;
	}
}

/* スマートフォン 縦(ポートレート) */
@media only screen and (max-width:480px){
}

@media print{
#topics li{
	border-bottom:1px dotted #000;
	}
}
	
