@charset "utf-8";



#topics li{
	border-bottom:1px dotted #000;
	overflow:hidden;
	padding-top:1em;
	padding-bottom:1em;
}

#topics p.title{
	font-size:1.2em;
	text-align:center;
}


#topics .date{
	text-align:right;
}

#cms_news .content img,
#topics .thumbNail{
	width:250px;
	border-width:1px;
	border-style:solid;
	/*border-color:#000;*/
	box-sizing:border-box;
	float:left;
	margin:5px 10px 5px 5px;
}
detailUpfile{
	border-width:1px;
	border-style:solid;
	/*border-color:#000;*/
}
#topics .comment{
	line-height:2;
}



/* PC用 */
@media only screen and (min-width:960px){
}

/* モニター幅960px以下 */
@media only screen and (max-width:960px){
}

/* iPad 縦 */
@media only screen and (max-width:768px){
}

/* スマートフォン 横(ランドスケープ) */
@media only screen and (max-width:640px){
#cms_news .content  img,
	#topics .thumbNail{
		width:300px;
		float:none;
		display:block;
		margin:0 auto;
	}
}

/* スマートフォン 縦(ポートレート) */
@media only screen and (max-width:480px){
}
