@charset "UTF-8";

* {
    padding: 0;
    margin: 0;
    font-size: 100%;
    text-decoration: none;
}

img{
    vertical-align: bottom;
}
body {
    color: 333333;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
   
    line-height: 1.5rem;
    }






/* CSSは必要最低限しか指定してませんのでお好みで（もちろん外部化OK） */

/* 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{
	margin:0 0 15px;
	padding:0;
}
ul#newsList li{
	color:#666;
	font-size:0.9rem;
	margin:0.9rem;
	padding:5px 0;
	margin-bottom:3px;
	border-bottom:1px dotted #ccc;
	line-height:120%;
	list-style-type:none;
}

a{
    text-decoration: none;
}
 a{color:#36F;}


.catName{
	display:inline-block;
	padding:3px 8px;
	border:1px solid #ccc;
	border-radius:6px;
	font-size:0.8rem;
	line-height:100%;
	margin:0 2px;
}
.newMark{
	display:inline-block;
	border:1px solid #F00;
	padding:1px 4px;
	font-size:0.8rem;
	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:70%;/* 本文部分の幅。ここは特に設置ページ合わせて変更下さい */
}
.thumbNailWrap{
	display:block;
	width:110px;
	float:left;
	height:80px;
	overflow:hidden;
}

.title a{
    text-decoration: none;
}


@media screen and (min-width:480px){
#main #topic #newsWrap {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}

    .breadcrumbs {
    margin-left: 1em;
    margin-top: 2em;
}
.breadcrumbs ul li {
    font-size: 1rem;
}
    
/*アサイド*/

.aside ul li {
    width: 23%;
    display: inline-block;
}
    .aside ul{
        width: 100%;
        margin: 0 auto;
    }


.aside {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 7em;
    padding-top: 2em;

}

.aside a:hover{
    opacity: 50%;
} 
    
    
    
}
