
#newsbg {
    background: url(../img/common/ttl-bg.png) no-repeat center top;
    position: relative;
    width: 100%;
}
#newsbox {
	max-width: 1200px;
    margin: 0 auto;
}
#topbox{
    background:url(../img/news.png) no-repeat;
    background-position: top 92px left 10px;
    padding-top: 168px;
    position: relative;
}
#topbox h3 {
    color: #fff;
    font-size: 3rem;
    position: absolute;
    top:112px;
    left:80px;
    margin: 0;
    display: inline-block;
}
#newsbox a {
	text-decoration: none;
	color: #565656;
}
#newsbox a:hover {
	text-decoration: underline;
}
#innerbox, #childbox{
    max-width: 800px;
    width: calc(100% - 199px);
    margin: 0 auto;
    display: inline-block;
    padding: 40px 0 40px; 
}
#innerbox ul li{
	list-style: none;
	margin-bottom: 17px;
    overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
    line-height: 2;
}
#innerbox ul li .cate, #childbox .cate{
	color: #005ca9;
	display: inline-block;
	border: solid #005ca9 1px;
    background-color: #fff;
	font-size: 1rem;
	width:90px;
	text-align: center;
	margin: 0 10px 0 13px;
    line-height: 2;
}


#innerbox time, #childbox time{
    font-family:'fot-rodin-pron';
    font-size:1.1rem;
}
#rightbox{
	width:189px;
    padding-top:80px;
    margin-left: 10px;
	float:right;
}
#rightbox .categorybox, #rightbox .hotbox{
	width:189px;
	color: #565656;
	display:inline-block;
}
#rightbox .categorybox ul{
    padding:0;
}
#rightbox .categorybox ul li{
	font-size: 1.5rem;
	border: solid 1px #005ca9;
	background-color: #fff;
	line-height: 2;
    margin-bottom: 12px;
    text-align: center;
    list-style: none;
}




#rightbox .categorybox ul li a{
    color: #005ca9;
    display: block;
    text-decoration: none;
	transition: 0.5s;
}
/*ie9以降 テキストがベースラインに揃わないのを回避*/
@media screen and (min-width:0\0) {
#rightbox .categorybox ul li a { 
	 padding-top: 9px;
	}
#innerbox ul li .cate, #childbox .cate {
		padding-top: 7px;
	}
}


#rightbox .categorybox ul li a:hover {
	color: #fff;
	background-color: #005ca9;
}

#rightbox .categorybox h4, #rightbox .hotbox h4{
	padding-bottom:10px;
    font-size: 15px;
	font-weight: 600;
}

#rightbox .hotbox ul{
	display:block;
    list-style: none;
    padding: 0;
}
#rightbox .hotbox ul li time{
	font-size: 1.1rem;
    color:#333;
}
#rightbox .hotbox ul li p{
	font-size: 1.2rem;
	line-height: 1.5;
	letter-spacing: .2rem;
	border-bottom:solid 1px #3076a9;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
#newsbox .sendbox, #childbox .sendbox{
	display: block;
	text-align: center;
	margin:20px auto 0;
}
#newsbox .sendbox p,#newsbox .sendbox span,#newsbox .sendbox a, #childbox .sendbox a{
	display:inline-block;
	width:30px;
	height:30px;
	border:solid 1px #005ca9;
	background-color: #005ca9;
	color:#fff;
    line-height: 1.8;
    transition: 0.5s;
}
#newsbox .sendbox p,
#newsbox .sendbox span {
	background-color: #fff;
}
#newsbox .sendbox a:hover,
#newsbox .sendbox p,
#newsbox .sendbox span,
#childbox .sendbox a:hover{
	background-color: #fff;
	color:#005ca9;
    text-decoration: none;
}

/* ここから記事ページ設定 */
#childbox{
    background-color: #fff;
    padding: 40px;
    margin:40px auto;
}
#childbox ul{
    padding-left: 0;
}
#childbox h4{
    font-size: 2.2rem;
}
#childbox p{
    font-size: 1.4rem;
    line-height: 2;
}
#childbox > a{
    text-decoration: underline;
    color:#005ca9;
}
#childbox img{
	max-width:100%;
	height: auto;
	display: block;
    padding:2rem 0;
}
#childbox .sendbox a{
    width: 80px;
    height: 40px;
    padding-top: 5px;
}

/*===================================== SP ===================================*/

@media screen and (max-width:768px) {

#newsbg {
    background-image: url(../img/background.jpg);
    background-repeat:repeat;
    background-size: auto;
}
#newsbox {
    width: 100%;
    text-align: center;
	    min-height: 100vh;
}
#topbox{
    background-color: #0c5e9a;
}
#topbox h3 {
    left:90px;
}
#innerbox, #childbox{ 
    width: 95%;
    text-align: left;
}
#innerbox ul,#childbox h4, #childbox p{   
    padding-left: 0;
}
#innerbox ul li, #childbox ul li {
    margin-bottom: 40px;
    overflow: visible;
    white-space:normal;
    text-overflow:inherit;
}
#innerbox time, #childbox time{
    font-size:1.3rem;
}
#innerbox .txt-news {
    font-size: 1.7rem;
    display: block;
    line-height:1.5;
    padding-top:5px;
    padding-left: .2rem;
    text-decoration: underline;
    text-decoration-color:#565656;
}
}