@charset "utf-8";

.block{
    display:block;
}

.date{
	padding-top:0;
	margin-bottom:10px;
	font-size:12px;
}

.italic{
	font-style: italic;
}

/* ==============================
    newsMenuArea
   ============================== */
.newsMenuArea{
    display: block;
    margin: 0 2%;
}

.pulldownArea{
	float:left;
	margin-bottom:15px;
}

.pulldownArea .pulldown{
	float:left;
	width:220px;
	margin-right:20px;
}

.pulldownArea label{
	display:none;
}

.pulldownArea input.enter{
	float:left;
	display: inline-block;
    margin-top: 4px;
	background: url(/common/img/icon_arrow_07.png) no-repeat 93% center;
	padding: 0.2em 1.5em 0.2em 0;
	border:0;
	font-size: 133.33%;
}

.pulldownArea input.enter:hover{
	text-decoration:underline;
}

/* easyselectbox */
.easy-select-box{
	outline:0;
	display:inline-block;
	position:relative;
}
.easy-select-box .esb-dropdown{
	position:absolute;
	top:100%;
	left:0;
	z-index:99;
	display:none;
}

.easy-select-box{
	width:100% !important;
	font-size:80%;
	background:#e6e7e8 url(/cn/corp/newsroom/news/img/icon_arrow_select_year.png) no-repeat 95% 50%;
	border-radius:3px;
}

.easy-select-box .esb-displayer{
	padding:12px 10px;
}

.easy-select-box .esb-dropdown{
	width:100% !important;
}
.easy-select-box .esb-dropdown .esb-item{
	padding:12px 10px;
	background:#dedede url(/common/img/icon_arrow_07.png) no-repeat 93% center;
	border-bottom:1px solid #fff;
}

.easy-select-box .esb-dropdown .esb-item:first-child{
	display:none;
}

.easy-select-box .esb-dropdown .esb-item:hover{
	background-color:#d0d0d0;
}

.newsMenuArea .seeAll{
    float: left;
    margin: 0 0 20px;
}

.newsMenuArea .seeAll li{
	background: url(/common/img/rss.png) no-repeat 0 50%;
}

.newsMenuArea .seeAll li a {
	background: url(/common/img/icon_arrow_07.png) no-repeat 96% center;
	padding: 0.2em 1.5em 0.2em 1.6em;
}

/* ==============================
    newsListArea
   ============================== */
.newsListArea{
	display:block;
	padding-bottom: 30px;
}

.line_1ofList{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    width:100%;
    margin:0;
    padding: 0;
    border-bottom: 1px solid #e6e7e8;
}

.newsListArea .line_1ofList:nth-child(even){
	background:#f5f5f5;
}

.newsListArea .line_1ofList:first-child{
	border-top: 5px solid #e6e7e8;
}

.line_1ofList dt{
	width: 35%;
	margin: 0;
	padding: 25px 0 20px 15px;
	font-weight:bold;
}

.line_1ofList dt span{
	margin-right:10px
}

.line_1ofList dd{
	width: 65%;
	margin: 0;
	padding: 25px 15px 25px 10px;
	-webkit-box-flex:1;
	-moz-box-flex:1;
	-ms-box-flex:1;
}

/* ==============================
    Media Queries
   ============================== */

@media only screen and (max-width: 639px) { /* device-width: 320px ～ 639px  for Smartphone */

.pulldownArea{
	float:none;
	padding: 0 2%;
}

.pulldownArea label{
	display: block;
	margin-bottom:10px;
}

.pulldownArea .pulldown{
	float:none;
	width: auto;
	padding:2%;
	margin:10px 0 5px;
	border:3px solid #e6e7e8;
}

.pulldownArea .pulldown:first-child{
	background: #e6e7e8;
	border:0;
}

.pulldownArea input.enter{
	margin-top: 8px;
	font-size: 80%;
}

/* easyselectbox */
.pulldownArea .pulldown:first-child .easy-select-box{
	background-color: #fff;
}

.easy-select-box .esb-displayer{
	text-indent: -9999px;
}

.easy-select-box .esb-dropdown{
	width:100%;
}

.easy-select-box .esb-dropdown .esb-item:first-child{
	display:block;
}

.line_1ofList dt{
	width: 25%;
}

.line_1ofList dt span{
	display:block;
	margin:6px 0;
}

.line_1ofList dt img{
	float: none;
	display: block;
}

.line_1ofList dd{
	width: 75%;
}

.newsMenuArea .seeAll{
	float:none;
	margin:8px 2% 15px;
}


}
