@charset "utf-8";

#globalNav li.menu06{
	font-weight: bold;
	border-bottom: 3px solid #e28e0a;
}


.page_topics .page_list ul{
	border-top: 1px solid #8790a1;
	margin: 0 20px;
}
	
.page_topics .page_list ul li{
	display: table;
	width: 100%;
	padding: 10px 0;
	border-bottom: 1px solid #8790a1;
}

.page_topics .page_list ul li .date{
	width: 150px;
	display: table-cell;
	vertical-align: top;
	font-weight: bold;
}
.page_topics .page_list ul li .ttl{
	display: table-cell;
	vertical-align: top;
}

.page_topics .btn_archive{
	margin-left: auto;
	margin-right: 20px;
	background: #8790a1;
	padding: 0 15px 0 0;
	width: 17em;
	border-radius: 0 0 3px 3px;
	-webkit-border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
}

.page_topics .btn_archive a{
	color: #FFF;
	text-decoration: none;
	display: block;
	background: url(../../img/common/ar_white.png) no-repeat right center;
	-moz-background-size: 10px auto;
	-webkit-background-size: 10px auto;
	background-size: 10px auto;
	padding: 10px 15px 10px 30px;
}

@media screen and (max-width: 979px) {
/*tablet*/
.page_topics .page_list ul{
	margin: 0 10px;
}

}

@media screen and (max-width: 768px){
/*smart phone*/
.page_topics .page_list ul li{
	display: block;
}

.page_topics .page_list ul li .date{
	width: auto;
	display: block;
	margin-bottom: 5px;
}
.page_topics .page_list ul li .ttl{
	display: block;
	width: auto;
}

}


@media screen and (max-width: 620px) {
.page_topics .btn_archive{
	margin: 0 20px;
	width: auto;
}
}
@media screen and (max-width: 480px){
} 



.page_topics .page_details .title{
	font-size: 25px;
	color: #072856;
	padding: 0 0 7px 0;
	margin: 30px 0 15px 0;
	position: relative;
	font-weight: 600;
	display: inline-block;
}
.page_topics .page_details .title:after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 2px;
	background-color: #e7ad70;
}
.page_topics .page_details .date{
	text-align: center;
	color: #666;
	padding: 0 0 15px 0;
}
.page_topics .page_details .text{
	margin-left: 2em;
	margin-right: 2em;
	word-break: break-all;
	word-wrap:break-word;
}


@media screen and (max-width: 979px) {

}

@media screen and (max-width: 768px){
.page_topics .page_details .text{
	margin-left: 0;
	margin-right: 0;
}
}


@media screen and (max-width: 620px) {
/*sp*/
}
@media screen and (max-width: 480px){
} 
