.naviBox h2.sideNavAboutKiban span.bgBox{
	background-image:url(/img/side/icon_aboutkiban.png);
	background-repeat: no-repeat;
	background-position: 12px center;
}
.timesP h3{
	font-size:22px;
	font-weight:normal;
	margin-bottom:5px;
}
.pTimesBnBox{
	position:relative;
	padding:12px 10px 15px 15px;
	border:3px solid #1e9b24;
	margin-bottom:22px;
}
.bnImgBox{
	position:relative;
	float:left;
	width:146px;
}
.bnImgBox img.timesNewIcon{
	position:absolute;
	top:-13px;
	left:-15px;
}
.bnTextBox{
	float:left;
	width:545px;
	margin-left:15px;
}
.bnTextBox span.timesRDay{
	font-size:12px;
}
.bnTextBox p{margin-bottom:10px;}
.bnTextBox p.featureTitle{
	font-size:14px;
	margin-bottom:5px;
}
.bnTextBox p.featureTitle span{
	display:inline-block;
	padding:0 5px;
	margin-right:5px;
	color:#fff;
	background:#444444;
}
.bnTextBox span.timesTitle1{
	display:block;
	font-size:24px;
	border-bottom:1px solid #bdbdbd;
	margin-bottom:10px;
}
.bnTextBox p.timesArtBox{
	padding:14px 0 5px;
	border-top:1px solid #bdbdbd;
}
.bnTextBox span.timesTitle2{
	display:block;
	font-size:18px;
	padding-left:5px;
	margin-bottom:7px;
	border-left:8px solid #1e9b24;
}
.bnTextBox ul{margin-bottom:10px;}
.bnTextBox ul li{
	float:left;
	margin-right:20px;
}
.bnTextBox ul li a{
	color:#444444;
	font-weight:bold;
	background-image:url(/img/common/icon_arrow_right_org.gif);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:13px;
}
.bnTextBox p.timesRead{
	position:absolute;
	top:233px;
	left:15px;
	display:block;
	width:146px;
	background-color:#1e9b24;
	background-image:url(../img/icon_pdf.png);
	background-repeat: no-repeat;
	background-position: 9px center;
	border-radius: 3px;        /* CSS3‘ˆÄ */  
    -webkit-border-radius: 3px;    /* Safari,Google Chrome—p */  
    -moz-border-radius: 3px;   /* Firefox—p */ 
}
.bnTextBox p.timesRead:hover{
	text-decoration:none;
	background-color:#50be55;
	background-image:url(../img/icon_pdf.png);
}
.bnTextBox p.timesRead a{
	display:block;
	color:#fff;
	font-size:20px;
	text-align:center;
	padding:5px 0;
	background-image:url(../img/icon_arrow.png);
	background-repeat: no-repeat;
	background-position: 117px center;
}
.bnTextBox p.timesRead a:hover{
	text-decoration:none;
}




@media only screen and (max-width: 767px){

.pTimesBnBox{margin:0 2% 15px;padding:10px;border:1px solid #1e9b24;}
.bnImgBox,
.bnTextBox {width:100%;margin-left:0;}
.bnImgBox{text-align:center;}
.bnImgBox img{width:50%;}
.bnImgBox img.timesNewIcon{width:30%;}
.bnTextBox {margin:0;}
.timesP h3{margin:0 2%}
.bnTextBox span.timesTitle1{font-size:20px;}
.bnTextBox span.timesTitle2{font-size:16px;border-left:3px solid #1e9b24;}
.bnTextBox p.timesArtBox{width:100%;margin:0;}
.bnTextBox p.timesRead{
	position:relative;
	width:80%;
	margin:10px auto;
	top:0;
	left:0;
	background-position: 5% center;
}
.bnTextBox p.timesRead a{
	background-position: 95% center;
}


}