@charset "euc-jp";
/* 標準可変メディア
   メモ : 可変メディアでは、HTML からメディアの高さおよび幅の属性を削除する必要がある
   http://www.alistapart.com/articles/fluid-images/ 
*/

.kakomi-box {
 margin: 5px auto;
 padding: 2px 5px 0px 5px;
 background-color: #000; /* 背景色 */
 text-align: center;
 font-size: 16px;
 display:inline-block;
 color: #fff;
position:relative;
}

.midashi-news{
	font-size: 16px;
	font-weight: 600;
	text-align: left;
	margin-bottom: 10px;
	}	
.line-dotted{
	border-bottom: dotted 1px #000000;
	margin: 10px 0;
	}	

.item-img img{
	max-width: 200px;
	margin: 0 auto;
	display: block;
	}	

.topics .waku {
padding: 15px 0;
border-bottom: 1px solid #ccc;
}

.topics .day {
padding-bottom: 5px;
}

.topics .txt p {
	font-size: 16px;
	font-weight: 600;
}

/* デスクトップレイアウト : 769 px 〜最大 1232 px。モバイルレイアウトとタブレットレイアウトからスタイルを継承。 */

@media only screen and (min-width: 769px) {

.kakomi-box {
 margin: 5px auto;
 padding: 2px 5px 0px 5px;
 background-color: #000; /* 背景色 */
 text-align: center;
 font-size: 16px;
 display:inline-block;
 color: #fff;
position:relative;
}

.midashi-news{
	font-size: 20px;
	font-weight: 600;
	text-align: left;
	margin-bottom: 10px;
	}	
.line-dotted{
	border-bottom: dotted 1px #000000;
	margin: 30px 0;
	width: 100%;
	}	

.item-img img{
		width: 100%;
	}	
	
.topics .day {
clear: left;
float: left;
width: 10%;
padding-left: 10px;	
}
.topics .txt {
margin-left: 11%;
}
.topics .txt p {
	font-size: 16px;
	font-weight: 600;
}
}	
	
