/*
JE1YKR 小平市アマチュア無線クラブ
info CSS
*/

/*　---------------お知らせ写真用---------------　*/
div.infoimage {
   border: 0px;
   box-sizing: border-box;
   background-color: #ffffff;
   width: 200px;
   height: 750px;
   float: left;

}
div.rightbox {
	width:285px;
	height:750px;
	margin: 5px;
	padding:5px;
	overflow: hidden;
	box-sizing: border-box;

}
ul,li {
	list-style-position: inside;
}

div.infopickup {
	letter-spacing: 0.1em;
	padding:5px;

   background-color:#95ea95;
   border: 1px #95ea95 solid; 

	-webkit-border-radius: 5px; /* Chrome,Safari */
	-moz-border-radius: 5px;    /* Firefox */
	border-radius: 5px;         /* CSS3 */
}
div.infoattention {
	color:#aaaaaa;
	font-size: 70%;

}