@charset "UTF-8";

/*新着情報php用css*/


/*mbl*/
@media print,screen and (max-width:768px){



/*====my-css====*/
/*新着情報php工房広告わき寄せ*/

div#newsWrap{
box-sizing:border-box;
width:100%;
border:1px solid gray;
padding:1rem;
position:relative;
}


div#newsWrap+a:last-child{
box-sizing:border-box;
width:40%;
position:absolute;
right:20px;
bottom:-35px;
}

span.title a{
line-height:1.5;
}

/*====my-css end====*/

/* clearfix */
.clearfix:after { content:"."; display:block; clear:both; height:0; visibility:hidden; }
.clearfix { display:inline-block; }

/* for macIE \*/
* html .clearfix { height:1%; }
.clearfix { display:block; }



ul#newsList{
width:100%;
}

ul#newsList li{
padding:5px 0;
margin-bottom:3px;
border-bottom:1px dotted #ccc;
line-height:1.5;
}

ul#newsList li>a:hover{
color:#36F;
}

/*お知らせ title*/
.catName{
	display:inline-block;
	padding:3px 8px;
	border:1px solid #ccc;
	border-radius:6px;
	line-height:100%;
	margin:0 2px;
}


.newMark{
	display:inline-block;
	border:1px solid #F00;
	padding:1px 4px;
	line-height:100%;
	background:#F00;
	color:#fff;
	box-shadow:1px 1px 1px #999;
	border-radius:8px;
	font-style:italic;
}
.comment{
	display:block;
	padding:3px 0;
	float:left;
	overflow:hidden;
	width:100%;/* 本文部分の幅。ここは特に設置ページ合わせて変更下さい */
}
.thumbNailWrap{
	display:block;
	width:110px;
	float:left;
	height:80px;
	overflow:hidden;
}



}
/*=====@media print,screen and (min-width:769px)===== end*/