@charset "utf-8";
/* CSS Document */
/*============================ index.php(/press) ============================*/
.press_newsup {
	color: #c00;
	border: 1px solid #c00;
	padding: 3px 10px;
	margin: 0 0 0 15px;
	border-radius: 3px;
	font-size: 10px;
	background: #fff;
	font-weight: bold;
}
/* banner */
.press .banner {
    padding: 50px 0 90px 0;
    text-align: center;
}
.press .caption {
    color: #fff;
}
.bg-header.press{
	background-image: url(/images/bg-press.jpg);
	background-position: center bottom;
}
/*============================ newsen ============================*/
.newsen_list{
	width: 70%;
	margin: 0 auto;
	list-style: none;
	padding: 0;
}
.newsen_list li {
	border-bottom: solid 1px #ddd;
	margin: 0;
	position: relative;
}
.newsen_list a {
	color: #448aca;
	margin: 20px 150px 20px 8px;
	display: block;
}

.newsen_list .newsen_date {
	margin: 0 20px 0 0;
	font-size: .875rem;
	color: #777;
	position: absolute;
	right: 0;
	top: 3px;
}
.newsen_list .newsen_title{
	font-weight: bold;
	font-size: 1.5rem;
	line-height: 1.1;
}
a.newsen_allink{
    border: 1px solid #43a3f4;
    background: #43a3f4;
	margin: 20px auto 0 auto;
	color: #fff;
	display: block;
	width: 10%;
}
/**/
.entry-content .img-responsive {
	margin:0 auto;
}
.press_pag_btn {
    background-color: #43a3f4;
	border: 1px solid #43a3f4;
    color: #fff;
	padding: 1rem 2.2rem;
	border-radius: 3px;
	font-size: 18px;
	line-height: 1.3333333;
	display: inline-block;
	text-align: center;
	cursor: pointer;
}
.press_pag_btn:hover {
    background-color: #097fe2;
	border: 1px solid #097fe2;
    color: #fff;
}
/*RWD*/
@media screen and (max-width:890px){
	.newsen_tab {
		width: 100%;
	}
	.newsen_list{
		width: 100%;
	}
}

/*============================ list-活動內頁 ============================*/
.press-con-header{
    border-bottom: 1px dotted #c5c5c5;
    margin: 20px 0;
    position: relative;
}
.press-con-title{
    font-weight: bold;
    font-size: 1.5rem;
	margin: 20px 150px 35px 8px;
	color: #448aca;
}
.press-con-date {
	margin: 0 0px 0 0;
	font-size: .875rem;
	color: #777;
	position: absolute;
	right: 0;
	top: 3px;
}
.press-con{
	background: #f7f7f7;
}
.press-con .container{
	width: 60%;
}
.press-con .key_cent{
	text-align: center;
}
.press-con .small_paragraph {
	margin-bottom: 8px;
}
.press-con p {
	margin-bottom: 35px;
}

/*============================ RWD ============================*/
@media screen and (max-width:1380px){

}
@media screen and (max-width:1350px){

}
@media screen and (max-width:1024px){

}
@media screen and (max-width:890px){
	/*====== index.php(/press) ======*/
	.press-list article {
		width: 100%;
	}
	/*====== list-活動內頁 ======*/
	.press-con .container{
		width: 90%;
	}
}
@media screen and (max-width:768px){
	.press-con-date {
		left: 0;
		right: inherit;
	}
	.press-con-title{
		padding-top: 25px;
		margin: 20px auto 35px auto;
	}
}

@media screen and (max-width:640px){

}
@media screen and (max-width:480px){

}
