/*----------------------------------------------------
	プラウザによるズレをリセット(TOP用)
----------------------------------------------------*/

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, 
fieldset, input, textarea, p, blockquote, th, td{
    margin: 0; 
    padding: 0;
}
html{
    overflow-y: scroll;
}
h1, h2, h3, h4, h5, h6{
    font-size: 100%; 
    font-weight: normal;
}
ol, ul{
    list-style:none;
}
fieldset, img{
     border:0;
}
table{
    border-collapse: collapse; 
    border-spacing:0;
}
caption, th{
    text-align: left;
}
address, caption, cite, code, dfn, em, strong, th, var{
    font-style: normal; 
    font-weight: normal;
}



/*サイドトピックス　20170206*/

.side_topics_wrap{ 
	margin-top:5px;
	margin-bottom:5px;
	overflow:hidden;
}

.side_topics{ 
}

.side_topics ul {
        border-left:6px solid #ff3978;
	border-radius: 3px;
	margin-top:5px;
}

.side_topics ii {
}

.side_topics li a{
	width:80%;
	margin-right:2%;
	font-size:12px;
	line-height:22px;
	margin-bottom:30px;
	margin-right:1px;
	color:#555555;
	text-decoration: underline;
}

.side_topics li a:hover{
	text-decoration: underline;
}

.side_topics li img{
	max-width:40px;
	float:left;
	padding-left:5px;
	padding-right:5px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.side_topics li span{
	background-color:#ff3978;
	color:#FFFFFF;
	text-align:center;
	border-radius:100px;
	font-size:11px;
	margin-top:10px;
}

.keieilink{
    display: block;
    position: absolute;
    top: 10px;
    right: 4px;
}

.keieilink:hover{
    opacity: 0.8;
}