@charset "utf-8";
/* CSS Document */

.left-contents {
	float: left;
	width: 260px;
}

.right-contents {
	float: right;
	width: 735px;
	padding: 20px;
	background: #FFF;
}

.right-contents02 {
	float: right;
	width: 775px;
	padding: 0px;
}

.left-contents dl dt {
	font-size: 2rem;
	text-align:left;
	color: #FF4100;
	margin: 10px 0 0 0;		
}
.left-contents dl dd {
	margin: 10px 0 0 0;	
}
.left-contents dl.article-recently dt span {
	top: 10px;
}

.left-contents dl dd a {
	padding: 10px 0px 10px 5%;
	display:block;
	background: #FFF;
}

.left-contents dl dd a:before {
	content: "\e91c";
	/* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	display: inline-block;
	font-size: 1rem;
	text-decoration: none;
	padding: 3px 20px 0 0;
	float: left;
	/* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.left-contents dl dd.active a:before {
	color: #FFF;
}

.left-contents dl dd a:before {
	color: #FF4100;
}

.left-contents dl.article-recently dd a {
	padding: 14px 35px 14px 20px;
}
.left-contents dl dd.active a {
	color: #FFF;
	background: #FF4100 repeat center center;
}
.left-contents dl.article-recently {
	margin: 0 0 40px 0;
}
.left-contents dl dd a.active:before {
	color: #717171;
}

#contents h3 {
	margin: 0;
}

#contents h4 {
	font-size: 1.8rem;
	font-weight: bold;
	padding: 5px 10px;
	margin: 0 0 10px 0;
	background: #FFF;
}

#contents h3 .icon-txt-news:before {
	color: #FF4100;
	font-size: 95px;
	position: absolute;
	top: -36px;
	left: 35px;
}

/* newsArea */

#contents .newsArea {
	margin: 20px 0;
}

#contents .newsArea .txt-area {
	width: 500px;
	float: left;
}

#contents .newsArea .mark-area {
	width: 200px;
	float: right;
	text-align: right;
}

#contents .newsArea .day-news {
	font-size: 1.3rem;
	display: block;
}

#contents .mark-area span {
	margin: 0 10px 0 0;
}

a .txt-news {
	color: #FF4100;
	font-size: 1.5rem;
	text-decoration: underline;
}

a:hover .txt-news {
	text-decoration: none;
}

.mark-kosodate {
	font-size: 1.2rem;
	color: #FFF;
	margin: 0;
	padding: 0 5px;
	background: #E5007F;
}

#contents .newsArea li span.newsType01 {
	background: #DC7878 repeat center center;
	text-align: center;
	width: 70px;
	color: #FFF;
}
#contents .newsArea li.newsDay {
	width: 140px;
	padding: 0 0 0 15px;
	margin: 0 5px 0 0;
	float: left;
}
#contents .newsArea .newsType01 {
	color: #FFF;
	width: 85px;
	padding: 1px 4px;
	margin: 0 12px 0 0;
	background: #12BF89 repeat center center;
	text-align: center;
}
#contents .newsArea .newsType02 {
	color: #FFF;
	width: 85px;
	padding: 3px 5px;
	margin: 0 12px 0 0;
	background: #2898C9 repeat center center;
	text-align: center;
}
#contents .newsArea .newsType03 {
	color: #FFF;
	width: 85px;
	padding: 3px 5px;
	margin: 0 12px 0 0;
	background: #CC6565 repeat center center;
	text-align: center;
}
#contents .newsArea ul li ul li.newsTxt {
	width: 405px;
	padding: 0 0.5em 0 0;
	float:left;
	line-height:1.2em;
}
#contents .newsArea ul li span.newMark {
	width: auto;
	font-size: 0.8em;
	margin: 0 0 0 10px;
	padding: 1px 5px 0px;
	color: #FFF;
	background: #ED0C0C;
	text-align: center;
	border: none;
	display: inline-block;
}
#contents .newsArea ul li ul {
	border-bottom: 1px dotted #C2C2C2;
	padding: 0 0 12px 0;
	margin: 0 0 12px 0;
}
#contents .newsArea ul li:last-child ul {
	border-bottom: none;
	padding: 0 0 5px 0;
	margin: 0;
}
.count {
	font-size: 1.3rem;
	font-weight: bold;
	margin: 10px 0px;
}
ul.contents-news li {
	width: 98%;
	padding: 0 0 10px 2%;
	margin: 0 0 20px;
	border-bottom: 1px solid #EBEBEB;
}
ul.contents-news li:first-child {
	margin: 10px 0 20px;
}
ul.contents-news li:last-child {
	margin: 0 0 10px 0;
	border: none;
}

/* --------------------------------------------------
detail.html
-------------------------------------------------- */
.topicsTtlArea {
	margin-bottom: 20px;
	display: table;
}
.reportIcon {
	width: 80px;
	height: 80px;
	display: table-cell;
}
.reportIcon img {
	width: 100%;
	height: auto;
}
.topicsTtl {
	font-size: 32px;
	font-size: 3.2rem;
	font-weight: bold;
	line-height: 1.1;
	display: table-cell;
	vertical-align: middle;
}
.topicsDate {
	font-size: 14px;
	font-size: 1.4rem;
	margin-bottom: 5px;
	font-weight: normal;
	display: block;
}
.backBtn {
	margin: 30px auto 60px;
}
.backBtn a {
	width: 240px;
}
.backBtn a:before {
	content: "\f105";
}
/* --------------------------------------------------
news-area-detail
-------------------------------------------------- */
.news-area-detail .date-news {
	color: #666;
	font-weight: normal;
	text-align: right;
	margin: 10px 0px;
}

#contents .news-area-detail table,
#contents .news-area-detail tbody {
	width: 100%;
}


#contents .news-area-detail table tr th:first-child {
	border-left: 1px solid #55C3DE;		
}

#contents .news-area-detail table tr th {
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;		
}

#contents .news-area-detail table tr th:last-child {
	border-right: 1px solid #55C3DE;		
}

#contents .news-area-detail table tr th {
	width: 30%;
	color: #FFF;
	background: #55C3DE repeat;
	border-top: 1px solid #55C3DE;		
	border-bottom: 1px solid #FFF;	
	padding: 5px 10px;
	text-align: center;
}

#contents .news-area-detail table tr:last-child th {
	border-bottom: 1px solid #55C3DE;	
}

#contents .news-area-detail table tr td {
	width: 70%;	
	background: #FFF repeat;
	border:1px solid #55C3DE;
	text-align: left;
	padding: 5px 2%;
}	

.news-area-detail a:link,
.news-area-detail a:visited {
	color: #E73B00;
	text-decoration: underline;
}

.news-area-detail a:hover,
.news-area-detail a:active {
	text-decoration: none;
}

.news-area-detail img {
	width: 100%;
	height: auto;
}
.news-area-detail .photLsentence .photo-sizeS, .news-area-detail .photRsentence .photo-sizeS, .news-area-detail .photCsentence .photo-sizeS {
	width: 33%;
	background: #FFF;
}
.news-area-detail .photLsentence .photo-sizeM, .news-area-detail .photRsentence .photo-sizeM, .news-area-detail .photCsentence .photo-sizeM {
	width: 48%;
	background: #FFF;	
}
.news-area-detail .photLsentence .photo-sizeL, .news-area-detail .photRsentence .photo-sizeL, .news-area-detail .photCsentence .photo-sizeL {
	width: 75%;
	background: #FFF;		
}
.news-area-detail .photLsentence {
	margin: 20px 0;
}
.news-area-detail .photoL {
	float: left;
	width: auto;
	margin-right: 2%;
	background: #FFF;
}
.news-area-detail .photRsentence {
	margin: 20px 0;
}
.news-area-detail .photoR {
	float: right;
	width: auto;
	margin-left: 2%;
	background: #FFF;
}
.news-area-detail .photCsentence {
	margin: 20px 0;
}
.news-area-detail .photoC {
	margin: 0 auto 10px;
	text-align: center;
}
.news-area-detail .photoL span, .news-area-detail .photoR span, .news-area-detail .photoC span, .news-area-detail .twoPhoto .photoL span, .news-area-detail .twoPhoto .photoR span, .news-area-detail .threePhoto span {
	display: block;
	padding: 8px 10px 10px;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.3em;
	text-align: left;
}
.news-area-detail .video-container {
	margin: 20px 0;
	text-align: center;
	width: 100%;
}
.news-area-detail .twoPhoto {
	margin: 20px 0 20px 0;
}
.news-area-detail .twoPhoto p {
	width: 48%;
	text-align: center;
}
.news-area-detail ul.threePhoto {
	width: 100%;
	float: none;
	margin: 20px 0 20px 0;
}
.news-area-detail .threePhoto li {
	width: 32%;
	float: left;
	margin: 0 2% 0 0;
	background: #FFF;
}
.news-area-detail .threePhoto li:last-child {
	width: 32%;
	float: right;
	margin: 0;
}
.news-area-detail .txtSentence {
	margin: 20px 0;
}
.news-area-detail ul {
	display: inline-block;
	margin: 0 0 20px;
}
.news-area-detail ul .link {
	font-size: 14px;
	font-size: 1.4rem;
	padding: 5px 15px 0px 1em;
	text-indent: -0.75em;
	margin-bottom: 5px;
}
.news-area-detail ul .link:before {
	display: inline-block;
	font-family: FontAwesome;
	font-size: 100%;
	content: "\f08e";
	color: #2EA9DC;
	padding: 0 0.5em;
}
.news-area-detail ul .downLoad {
	font-size: 14px;
	font-size: 1.4rem;
	padding: 5px 15px 0px 1em;
	text-indent: -0.75em;
	margin-bottom: 10px;
}
.news-area-detail ul .downLoad:before {
	display: inline-block;
	font-family: FontAwesome;
	font-size: 100%;
	content: "\f019";
	color: #2EA9DC;
	padding: 0 0.5em;
}
@media screen and (max-width: 768px) {

.left-contents {
	float: none;
	width: auto;
	margin: 0 0 10px 0;
}

.right-contents {
	float: none;
	width: auto;
	padding: 0px;
	background: none;
}

.right-contents02 {
	float: none;
	width: auto;
	padding: 0px;
}

#contents .newsArea .txt-area {
	width: auto;
	float: none;
}

#contents .newsArea .mark-area {
	width: auto;
	float: none;
	text-align: left;
}

#contents .news-area-detail table tr th {
	width: auto;
	display: block;
}

#contents .news-area-detail table tr td {
	width: auto;
	display: block;
}	

}
