@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&family=Roboto:wght@400;500;700;900&display=swap');




html {
   font-size: 62.5%;
   box-sizing: border-box;
}
body {
    font-family: "Helvetica Neue",Arial,"Noto Sans JP","Hiragino Kaku Gothic ProN","Hiragino Sans","BIZ UDPGothic",Meiryo,sans-serif;
    color: #333333;
    margin: 0;
    padding: 0;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    font-size: 1.8rem;
}




.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{
	margin:0 0 15px;
	padding:0;
}
ul#newsList li{
	color: #333333;
	font-size: 1.3rem;
	margin: 0;
	padding: 5px 0;
	margin-bottom: 3px;
	border-bottom: 1px dotted #ccc;
	line-height: 160%;
	list-style-type: none;
}
a{color:#36F;text-decoration:underline;}
a:hover{color:#039;text-decoration:none;}

.catName{
	display: inline-block;
	padding: 5px 8px 4px 8px;
    background-color: #F0F0F0;
	border-radius: 4px;
	font-size: 1.1rem;
	line-height: 100%;
	margin: 0 4px 0 0;
}
.newMark{
	display: inline-block;
	padding: 5px 8px 4px 10px;
	font-size: 1.1rem;/*3.6*/
	line-height: 100%;
	background: #C92827;
	color: #fff;
	border-radius: 4px;
	margin: 0;
}
.title{
    display: inline-block;
    font-weight: 600;
	padding-top: 5px !important;
}
.comment{
	display: block;
	padding: 3px 0;
	float: left;
	overflow: hidden;
	width: 100%;/* 本文部分の幅 */
}







/* ####################################################################### */
/* #### Extra small devices (phones, less than 768px) #################### */
/* ####################################################################### */
/* No media query */
/* Small devices (tablets, 768px and up) */

@media (min-width: 768px) {

ul#newsList li{
	font-size: 1.8rem;/*3*/
}

.catName{
	font-size: 1.6rem;/*2.7*/
}
.newMark{
	font-size: 1.6rem;/*2.7*/
}














}







/* ####################################################################### */
/* #### Medium devices (desktops, 992px and up)  ######################### */
/* ####################################################################### */

@media (min-width: 1025px) {/*992-1024-1025*/

/*
ul#newsList li{
	font-size: 1.9rem;
}

.catName{
	padding: 5px 10px;
	font-size: 1.6rem;
}
.newMark{
	padding: 5px 10px;
	font-size: 1.6rem;
}
.title{
	padding-top: 10px !important;
}
.comment{
	width: 100%;
}
*/





}
