/* CSS Document */

.InfoPanel {
	width:100%;
	margin:10px auto ;
	height:auto;

	box-sizing:border-box;
	position:relative;
}

.News{
	margin: 10px 5%;
	padding:10px 5%;
	text-align: left;
	box-sizing:border-box;

	width:90%;

	border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;

	border: solid 1px rgba(255,209,209,1);
    background-color:rgba(255,255,255,0.5); /*背景色にあわせます*/

}

.MainContents .ContentsTitle{
	width:25%;
	margin-left:10px;
}

.ContentsTitleTd{
	width:50%;
	text-align: left;
}

.ListViewTd{
	width:50%;
	text-align: right;
}

.NewsTitleIcon{
	width:75%;
	margin:0px auto 0px;
}

.ListViewIcon{
	width:30%;
}

.NewsNewIcom{
	width:100%;
}

.TitleImage_Line{
	width:100%;
}

.DivNewContents{
	text-align:center;
	width:100%;
}

.panel_News_table{
    width: 100%;
    margin: 10px auto 0px;
    position: relative;
}

.panel_News_Full{
	display:table;
	float:left;
	width:96%;
	vertical-align:top;
	margin: 0px;
	position: relative;

	/*
	border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
	*/
	padding: 10px 2%;
}

.panel_News_Full h4 {
    margin: 0;
    padding: 0 0.5em;
    color: #000000;
	font-size:1.4em;
    font-weight: normal;
}


.panel_News_Full .panel_News_Image{
	display:table-cell;
	object-fit: contain;
	width:5%;
	height:auto;

	vertical-align: top;
	
	padding-right:10px;
}

.panel_News_Full .panel_News_Image img{
	width:100%;
	height: auto;
	margin: auto;
}


.panel_News_Full .Panel_comment{
	display:table-cell;
	margin: 0px 2%;
	width: 91%;
	font-size: 1.2em;
	line-height: 150%;
	text-align: left;
	
	vertical-align: middle;
}

.panel_News_Full .Panel_comment h4{
	padding-bottom:10px;
}

/* Small Desktops */
@media (min-width: 769px) and (max-width: 1024px) {

}
/* Small Tablets */
@media (min-width: 481px) and (max-width: 768px) {
	.panel_News_Full .Panel_comment{
		font-size: 0.4em;
	}
}
/* Mobile */
@media (max-width: 480px) {
	.panel_News_Full .Panel_comment{
		font-size: 0.4em;
	}
	
}
