@charset "utf-8";
#chuoNews{
	margin-bottom:60px;
}
#chuoNews h3{
    font-size: 33px;
    font-weight: bold;
    color: #2895da;
    text-align: center;
    margin:  0;
}
#chuoNews .bar {
    width: 30%;
    margin: 8px auto;
    height: 3px;
    background: #2895da;
}
#mainBlock .clrBlock{
	margin-bottom: 90px;
}

#chuoNews .inner {
	width: 1000px;
	margin: 0 auto;
	padding: 20px;
	box-sizing: border-box;
}
#chuoNews dl{
    border-bottom:1px solid #eee;
    margin-bottom:25px;
}
#chuoNews dt{
    padding:0 0 10px 0;
}
#chuoNews dt a{
    text-decoration: underline;
}
#chuoNews dt time{
    display:block;
    font-size:12px;
    color:#888;
    line-height:1.5;
    /* text-align:right; */
}
#chuoNews dt abbr{
    display:inline-block;
    color:#2895da;
    padding-right:5px;
}
#chuoNews dd{
    padding:0 0 10px 0;
}
#chuoNews dd img{
    width:250px;
    height:auto;
    margin:0 0 10px 15px;
    float:right;
}

/* --------------- detail --------------- */
#chuoNewsDetail{
	width: 1000px;
	margin: 10px auto;
	padding: 10px;
	box-sizing: border-box;
}
#chuoNewsDetail h2{
    font-size: 25px;
    font-weight:bolder;
    line-height:1.2;
    padding:2px 7px;
    border-left:#bbb 7px solid;
    border-bottom:1px solid #bbb;
}
#chuoNewsDetail .cap{
    color:#2895da;
    font-size:15px;
    font-weight:bolder;
    margin:0 0 3px 0;
}
#chuoNewsDetail .cap span{
    display:inline-block;
    color:#888;
    font-size:13px;
    font-weight:normal;
    float:right;
}
#chuoNewsDetail .mainArticle{
    padding:15px 0;
}
#chuoNewsDetail .mainArticle div{
    width:500px;
    float:left;
}
#chuoNewsDetail .mainArticle img{
    margin:0 0 15px 0;
    max-width:450px;
    float:right;
    vertical-align:top;
}

#chuoNewsDetail .subArticle{
    padding:10px 0;
}
#chuoNewsDetail .subArticle div{
    width:500px;
    font-size:15px;
    float:right;
}
#chuoNewsDetail .subArticle div .subCap{
    border-bottom:1px solid #ddd;
    margin-bottom:10px;
    font-size:16px;
}
#chuoNewsDetail .subArticle img{
    margin:0 0 15px 0;
    max-width:450px;
    float:left;
    vertical-align:top;
}
#chuoNewsDetail .backBtn{
    text-align:center;
    padding:15px 0;
}

/* ============== モバイル ================ */
@media screen and (max-width:800px){
    #chuoNews h3{
        font-size: 25px;
    }
    #chuoNews .bar {
		width: 60%;
		margin: 5px auto 30px;
	}
	    #chuoNews .inner {
		width: calc(100% - 20px);
		margin: 0 10px;
		padding: 0;
	}

    #chuoNews dl{
        font-size:14px;
    }
    #chuoNews dd{
        font-size:13px;
    }
    #chuoNews dd img{
        width:120px;
        height:auto;
        margin:0 0 10px 10px;
        float:right;
    }
    #chuoNews dt time{
        display:inline-block;
        font-size:12px;
        color:#888;
        line-height:1.5;
        /* text-align:right; */
    }
    #chuoNews dt a{
        display:block;
    }
    /* --------------- detail --------------- */
    #chuoNewsDetail{
		width: calc(100% - 20px);
		margin: 10px;
		padding: 0;
    }
    #chuoNewsDetail h2{
        font-size: 18px;
        font-weight:bolder;
        line-height:1.1;
        padding:2px 7px;
        border-left:#bbb 7px solid;
        border-bottom:1px solid #bbb;
    }
    #chuoNewsDetail .cap{
        font-size:14px;
        margin:0 0 5px 0;
    }
    #chuoNewsDetail .cap span{
        color:#888;
        font-size:12px;
    }

    #chuoNewsDetail .mainArticle div{
        width:100%;
        font-size:14px;
        float:none;
        padding-bottom:15px;
    }
    #chuoNewsDetail .mainArticle div br{
        display:none;
    }
    #chuoNewsDetail .mainArticle img{
        margin:0 0 15px 0;
        max-width:100%;
        float:none;
    }

    #chuoNewsDetail .subArticle div{
        width:100%;
        font-size:14px;
        float:none;
        margin-bottom:10px;
    }
    #chuoNewsDetail .subArticle div .subCap{
        border-bottom:1px solid #ddd;
        margin-bottom:10px;
        font-size:15px;
        font-weight:bold;
        color:#555;
    }
    #chuoNewsDetail .subArticle img{
        margin:0 0 15px 0;
        max-width:100%;
        float:none;
    }





}