@charset "utf-8";

a{
	word-break: break-all;
	word-wrap:break-word;
}

#newsIndex{
	padding: 10px;
}

.newsList{
	margin:0 20px 20px 20px;
	line-height:1.6;
}
.newsList .date{
	padding-top:15px;
	width: 9em;
}
.newsList .ttl{
	margin-top:-1.6em;
	padding: 0px 0 10px 10em;
	width:100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	border-bottom:1px dotted #999999;
}

.frameList{
	margin:30px 20px;
}
.frameList ul{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: left;
	justify-content: left;
}
.frameList ul li{
	margin: 3px 0.5%;
	width: 24%;
	padding: 10px;
	border: 1px solid #f7f7f5;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
}
.frameList ul li img{
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}
.frameList ul li p{
	margin-top: 5px;
	font-size: 12px;
}

#news_details .text table{
	width: auto;
	margin: 1em 0;
	border-collapse:collapse;
	border: 0;

}

#news_details .text th{
	padding: 4px 1em 2px 2px;
	text-align: left;
	font-weight: normal;
	border: 0;
	background: #FFF;
	vertical-align: top;
	border-bottom: 1px solid #f7f7f5;
}

#news_details .text td{
	padding: 4px 1em;
	text-align: left;
	font-weight: normal;
	border: 0;
	background: #FFF;
	vertical-align: top;
	border-bottom: 1px solid #f7f7f5;
}


@media screen and (max-width: 768px){
article.article .text img{
	max-width: 100%;
	height: auto;
}
}
@media screen and (max-width: 620px) {
#news_details{
	margin: 0 10px;
}
.newsList .date{
	width: auto;
}
.newsList .ttl{
	margin-top: 0;
	padding: 0px 0 10px 0;
}

.frameList{
	margin:30px 0px;
}
.frameList ul li{
	width: 49%;
}


#news_details .text table{
	display: block;
	width: 100%;
}
#news_details .text table tbody{
	display: block;
	width: 100%;
}
#news_details .text table tr{
	display: block;
	width: 100%;
	margin: 0 0 7px 0;
}
#news_details .text table th,
#news_details .text table td{
	display: list-item;
	width: 100%;
	padding: 1px 1em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
}
#news_details .text table th{
	list-style-type: none;
	display: block;
	font-weight: bold;
}
#news_details .text table td{
	list-style-type: none;
	border: 0;
}
#news_details .text table tr td:first-child{
	font-weight: bold;
}
}