@charset "utf-8";

#newsList.entryWrap ,
#newsEntry.entryWrap {

}
.newsMainContents {
	width:75%;
	float:left;
}
.newsSideContents {
	width:20%;
	float:right;
}
.newsSideContents h2 {
	font-size:14px;
	color: #00465d;
	padding-bottom:20px;
	margin-bottom:20px;
	border-bottom:solid 1px #00465d;
}
ul.newsListContents {
	width:100%;
	line-height:1.75;
}
ul.newsListContents li {
	padding-bottom:5px;
}
ul.newsListContents a {
	text-decoration:none;
  	color: #00465d;
}
ul.newsListContents .newsListDate {
	display:block;
	width:100px;
	font-size:14px;
	float:left;
}
ul.newsListContents .newsListSummary {
	display:block;
	font-size:14px;
	padding-left:100px;
}
ul.newsListContents a:hover .newsListDate,
ul.newsListContents a:hover .newsListSummary {
	text-decoration:underline;
}

ul.newsSideList {
	font-size:12px;
}
ul.newsSideList li {
	display:block;
	margin-bottom:10px;
}
ul.newsSideList li a {
	display:block;
  	color: #00465d;
	text-decoration:none;
}
ul.newsSideList li a span {
	display:block;
	text-decoration:none;
  line-height:1.5;
}
#newsEntry.entryWrap {
}
#newsEntry.entryWrap .newsEntryDate {
	font-size:12px;
	font-weight:bold;
  color: #00465d;
  padding-bottom:20px;
}
#newsEntry.entryWrap h3 {
	font-size:20px;
	font-weight:bold;
	line-height:1.5;
  color: #00465d;
	padding-top:20px;
	padding-bottom:20px;
	border-top:solid 1px #00465d;
	border-bottom:solid 1px #00465d;
}
#newsEntry.entryWrap .entryIssue {
/*	width:48%;
	float:left;*/
	width:100%;
	margin:0 auto;
	padding-top:30px;
}
#newsEntry.entryWrap .entryIssue p {
	font-size:14px;
	font-weight:normal;
  color: #00465d;
  line-height:1.75;
  margin:0 0 1em 0;
}
#newsEntry.entryWrap .entryIssue p strong {
	font-weight:bold;
}
#newsEntry.entryWrap .entryIssue p a {
	text-decoration:none;
  color: #00465d;
}
#newsEntry.entryWrap .entryIssue p a:hover {
	text-decoration:underline;
}
#newsEntry.entryWrap .entryFigure {
	/*width:48%;
	float:right;*/
	width:80%;
	margin:0 auto;
	padding-top:60px;
}
#newsEntry.entryWrap .entryFigure img {
	width:100%;
	height:auto;
}
#newsEntry.entryWrap .entryBack2List {
	clear:both;
	padding-top:60px;
	text-align:center;
}
#newsEntry.entryWrap .entryBack2List a {
	font-size:12px;
	font-weight:normal;
  color: #00465d;
  text-decoration:none;
}
#newsEntry.entryWrap .entryBack2List a:hover {
  text-decoration:underline;
}
.entryIssue p a iframe[src*='http://www.youtube.com/embed/'] {
    display:block;
    margin:0px auto 10px;
    border:2px solid black;
}
.entryIssue img {
	display:block;
	width:100%;
	height:auto;
	margin:20px auto;
	border:solid 1px #fafafa;
}

/****************************************************************************************************************/
@media screen and (max-width: 1064px) and (-webkit-min-device-pixel-ratio: 1) {

}
/****************************************************************************************************************/
@media screen and (max-width: 997px) and (-webkit-min-device-pixel-ratio: 1) {
	
#newsList.entryWrap, #newsEntry.entryWrap {
    padding-top: 10px!important;
}
/*
#newsList.entryWrap {
    padding-left: 5px;
    padding-right: 5px;
}
ul.newsListContents .newsListDate {
    display: block;
    width: auto;
    font-size: 12px;
    font-weight:bold;
    padding-bottom:0px;
    float: none;
}
ul.newsListContents .newsListSummary {
    display: block;
    font-size: 14px;
    padding-left: 0px;
}
ul.newsListContents li {
    margin-bottom: 10px;
    border-bottom:dotted 1px #AA001E;
}
#newsEntry.entryWrap {
	padding-left:5px;
	padding-right:5px;
}
#newsEntry.entryWrap .newsEntryDate {
    padding-bottom: 10px;
}
#newsEntry.entryWrap h3 {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.5;
    color: #AA001E;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: solid 1px #AA001E;
    border-bottom: solid 1px #AA001E;
}
#newsEntry.entryWrap .entryIssue {
    width: 100%;
    float: none;
    padding-top: 40px;
}
#newsEntry.entryWrap .entryFigure {
    width: 100%;
    float: auto;
    padding-top: 10px;
}
#newsEntry.entryWrap .entryBack2List {
    padding-top: 20px;
}
*/
#newsList.entryWrap, #newsEntry.entryWrap {
	padding-left: 10px;
	padding-right: 10px;
}
.newsMainContents,
.newsSideContents {
    width: 100%;
    float: none;
}
.newsSideContents {
	margin-top:60px;
}
#newsEntry.entryWrap .entryIssue {
    width: 100%;
    float: none;
    padding-top: 10px;
}
#newsEntry.entryWrap .entryFigure {
    width: 100%;
    float: none;
    padding-top: 10px;
}
#newsList.entryWrap, #newsEntry.entryWrap {
    padding-top: 10px!important;
}

}