/* パンくず */
.topic_path {
	background: linear-gradient(to bottom, #eaeaea 0, #ffffff 60%);
	margin-top: 2px;
	margin-left: 0;
	padding-top: 20px;
	font-size: 12px;
}

.topic_path li:not(:first-child) {
	margin-left: -10px;
}
/* 見出しナビエリア */
@media ( min-width : 768px) {
	.midashi_navarea .col-sm-new-new {
		width: 25%;
	}
	.midashi_navarea .col-sm-new-sem {
		width: 19.1%;
	}
	.midashi_navarea .col-sm-new-awp {
		width: 18.5%;
	}
	.midashi_navarea .col-sm-new-aws {
		width: 18%;
	}
}

@media ( min-width : 992px) {
	.midashi_navarea .col-md-new-new {
		width: 18.5%;
	}
	.midashi_navarea .col-md-new-sem {
		width: 14.5%;
	}
	.midashi_navarea .col-md-new-awp {
		width: 14.2%;
	}
	.midashi_navarea .col-md-new-aws {
		width: 15%;
	}
}

@media ( min-width : 1200px) {
	.midashi_navarea .col-lg-new-new {
		width: 18%;
	}
	.midashi_navarea .col-lg-new-sem {
		width: 13.7%;
	}
	.midashi_navarea .col-lg-new-awp {
		width: 13.2%;
	}
	.midashi_navarea .col-lg-new-aws {
		width: 15%;
	}
	.midashi_navarea .col-lg-det-new {
		padding-left: 0;
		width: 12.1%;
	}
}

.midashi_navarea {
	border-bottom: 1px solid #00a2df;
	margin: 0 0 25px 0;
}

.midashi_navarea .current {
	background-color: #00a2df;
	border-left: 1px solid #00a2df;
	padding: 6px 0;
	margin-right: -12px;
}

.midashi_navarea .current .tit {
	text-shadow: -1px -1px 0px #4f4f4f;
	font-size: 19px;
	color: #fff;
	padding: 6px 10px
}

.midashi_navarea .btn {
	background: linear-gradient(to bottom, #fcfcfc 0, #e0e8eb 100%);
	border: solid 1px #d2d2d2;
	padding: 11px 10px;
	font-size: 14px;
	border-radius: 0;
}

.midashi_navarea .buttons a:hover {
	background: linear-gradient(to bottom, #dde8ec 0, #fcfcfc 100%);
	text-decoration: none;
}

@media ( max-width :768px) {
	.midashi_navarea {
		border-left: 1px solid #00a2df;
	}
	.midashi_navarea .buttons {
		padding: 0;
	}
	.midashi_navarea .btn {
		width: 98%;
		margin-top: 2px;
		margin-bottom: 2px;
	}
}

/* コンテンツ */
.contents {
	font-size: 15px;
}

.contents .news_nav {
	background-color: #e2e2e2;
}

.contents .news_nav a {
	background: url("../../images/arrow_green.gif") no-repeat left center;
	padding-left: 6px;
	font-size: 13px;
}

.contents .news_nav .current {
	color: #00bafe;
	background: none;
}
  
@media(min-width: 768px) {
	.news_box {
		background: url("../../images/news_line02.gif") repeat-y 3.6% center;
	}
}

@media(min-width: 768px) {
	.news_box .sp1 {
		padding-left: 4em;
	}
	.news_box .sp2 {
		padding-left: 10.5em;
	}
}

.news_box a {
	text-decoration: underline;
}
/*
.news_box.latest {
		background: url("../../images/news_line01_02.png") no-repeat 7.9% bottom;
}
*/

@media(min-width: 768px) {
	.news_box.latest {
		background:
		url("../../images/news_line01_02.png") no-repeat 3.6% bottom,
		url("../../images/news_line02.gif") repeat-y 3.6% center;
	}
}


.news_box.latest {
	margin-bottom: 20px;
}

.latest .datebg {
	padding-bottom: 15px;
}
@media screen and (max-width: 768px) {
    .latest .datebg {
        padding: 3px;
    }
} 
.contents .contents_footer {
	font-size: 13px;
}

.contents .contents_footer p:not(:first-child) {
	margin-bottom: 0;
}

.contents .tbl_a {
	border-top: solid 1px #8a8a8a;
	border-left: solid 1px #8a8a8a;
	margin-bottom: 20px;
}

.contents .tbl_a th {
	background-color: #ececec;
	border-right: solid 1px #8a8a8a;
	border-bottom: solid 1px #8a8a8a;
	text-align: center;
}

.contents .tbl_a td {
	border-right: solid 1px #8a8a8a;
	border-bottom: solid 1px #8a8a8a;
}

.contents .lightgreen {
	color: #5ba700;
}

.contents .tit {
	background: url("../../images/h3_bg02.png") no-repeat left center #ddf2fa;
	padding-left: 2em;
	padding-top: 5px;
	padding-bottom: 5px;
}

.contents .subtit {
	color: #00baff;
	font-weight: bold;
}

.contents .par-list {
	list-style-type: none;
	counter-reset: item;
}

.contents .par-list li:before {
	content: "("counter(item) ") ";
    counter-increment: item;
}

.contents .yoko-content:before {
	content: "\FF1A";
}

.contents .yoko-content {
	text-indent: -1em;
	padding-left: 1em;
}

.contents .yoko a {
	text-decoration: underline;
}

.contents .yoko-doc:after {
	content: "\FF1A";
	position: absolute;
	right: -1em;
}
